Opened 11 years ago
Closed 10 years ago
#207 closed task (fixed)
Parameter documentation fixing-up
Reported by: | MatthewWhiting | Owned by: | MatthewWhiting |
---|---|---|---|
Priority: | normal | Milestone: | Release-1.6 |
Component: | Documentation | Version: | 1.5 |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
Things to fix from talking with Kelvin:
- Add datatypes to parameter descriptions in Guide
- Ranges of parameters?
- Does this need to go in Guide? Do we need it for the GUI?
- Add section headings to InputComplete, as these are used by the parameter-setting-GUI
- Format: ### OUTPUT RELATED
Change History (4)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
[1322] and [1323] put this information into the User Guide, in the format of
\item[{ImageFile [no default | string | filename]}] The filename of the data cube to be analysed. \item[{flagSubsection [false | bool | true/false/1/0]}] A flag to indicate whether one wants a subsection of the requested image.
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
All done for now. Closing.
Note: See
TracTickets for help on using
tickets.
Updated InputComplete to include datatypes and some description of the range of acceptable values (where appropriate). This should help it be parsed by the GUI software. Each line describing a parameter starts with
#*
.The following python code should allow reading & parsing of one of these lines:
Have also added in the section headers as described.
[1320] updates this in trunk - yet to do so in the GUIdev branch