Changeset 8217
- Timestamp:
- Aug 7, 2006, 12:13:26 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettoolConfig.c (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettoolConfig.c
r8186 r8217 49 49 psMetadataAddStr(runsArgs, PS_LIST_TAIL, "-det_type", 0, 50 50 "search for type of detrend run", NULL); 51 51 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 52 "use the simple output format", false); 53 54 // XXX temporary 52 55 // -selectrun 53 56 // detselect -camera megacam -type flat -time 2005/1/1 … … 60 63 "search for detrend run on this date (required)", NULL); 61 64 65 // XXX temporary 62 66 // -select 63 67 // detselect -select -detID flat.0000 -classID ccd00 … … 76 80 psMetadataAddStr(inputArgs, PS_LIST_TAIL, "-exp_id", 0, 77 81 "search for exp ID", NULL); 82 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 83 "use the simple output format", false); 78 84 79 85 // -raw … … 85 91 psMetadataAddStr(rawArgs, PS_LIST_TAIL, "-class_id", 0, 86 92 "search for class ID", NULL); 93 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 94 "use the simple output format", false); 87 95 88 96 // -addprocessed … … 115 123 psMetadataAddBool(procArgs, PS_LIST_TAIL, "-unmask", 0, 116 124 "don't mask out 'stacked' imfiles", false); 125 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 126 "use the simple output format", false); 117 127 118 128 // -addstacked … … 139 149 psMetadataAddStr(stacArgs, PS_LIST_TAIL, "-recip", 0, 140 150 "search for recipe", NULL); 151 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 152 "use the simple output format", false); 141 153 142 154 // -stackedframe … … 150 162 psMetadataAddStr(stacframeArgs, PS_LIST_TAIL, "-recip", 0, 151 163 "search for recipe", NULL); 164 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 165 "use the simple output format", false); 152 166 153 167 // -addnormalized … … 174 188 psMetadataAddStr(normalizedArgs, PS_LIST_TAIL, "-recip", 0, 175 189 "search for recipe", NULL); 190 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 191 "use the simple output format", false); 176 192 177 193 // -normalizedframe … … 185 201 psMetadataAddStr(normalizedframeArgs, PS_LIST_TAIL, "-recip", 0, 186 202 "search for recipe", NULL); 203 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 204 "use the simple output format", false); 187 205 188 206 // -addresid … … 217 235 psMetadataAddStr(residArgs, PS_LIST_TAIL, "-recip", 0, 218 236 "search for recipe", NULL); 237 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 238 "use the simple output format", false); 219 239 220 240 // -addresidexp … … 243 263 psMetadataAddBool(residexpArgs, PS_LIST_TAIL, "-accept", 0, 244 264 "search for acceptable residuals", false); 265 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 266 "use the simple output format", false); 245 267 246 268 // -declaremasterframe … … 257 279 psMetadataAddStr(masterframeArgs, PS_LIST_TAIL, "-det_id", 0, 258 280 "search for detrend master for detrend ID", NULL); 281 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 282 "use the simple output format", false); 283 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 284 "use the simple output format", false); 259 285 260 286 // -master … … 264 290 psMetadataAddS32(masterArgs, PS_LIST_TAIL, "-iteration", 0, 265 291 "search for detrend master for detrend ID", 0); 292 psMetadataAddBool(pendingArgs, PS_LIST_TAIL, "-simple", 0, 293 "use the simple output format", false); 266 294 267 295 // -rerun
Note:
See TracChangeset
for help on using the changeset viewer.
