- Timestamp:
- May 5, 2011, 10:05:10 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110404/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
dettoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/ippTools/src
- Property svn:ignore
-
old new 42 42 diffphottool 43 43 minidvodbtool 44 laptool
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/eam_branches/ipp-20110404/ippTools/src/dettoolConfig.c
r30877 r31439 103 103 psMetadataAddF64(definebyqueryArgs, PS_LIST_TAIL, "-sun_angle_max", 0, "define max solar angle", NAN); 104 104 psMetadataAddTime(definebyqueryArgs, PS_LIST_TAIL, "-registered", 0, "time detrend run was registered", now); 105 psMetadataAddTime(definebyqueryArgs, PS_LIST_TAIL, "-time_begin", 0, "detrend applies to exposures taken during this period", NULL); 105 psMetadataAddTime(definebyqueryArgs, PS_LIST_TAIL, "-time_begin", 0, "detrend applies to exposures taken during this period (required)", NULL); 106 // i'm requiring time_begin because otherwise if not specified detselect will pick the wrong detrend for old date ranges (it will pick the most recent one with NULL) 106 107 psMetadataAddTime(definebyqueryArgs, PS_LIST_TAIL, "-time_end", 0, "detrend applies to exposures taken during this period", NULL); 107 108 psMetadataAddTime(definebyqueryArgs, PS_LIST_TAIL, "-use_begin", 0, "start of detrend run applicable period", NULL); … … 848 849 psMetadataAddBool(updatedetrunArgs, PS_LIST_TAIL, "-again", 0, "start a new iteration of this detrend run", false); 849 850 psMetadataAddStr(updatedetrunArgs, PS_LIST_TAIL, "-state", 0, "set the state of this detrend run", false); 851 psMetadataAddStr(updatedetrunArgs, PS_LIST_TAIL, "-set_det_type", 0, "set the det_type", NULL); 850 852 psMetadataAddTime(updatedetrunArgs, PS_LIST_TAIL, "-set_time_begin", 0, "start of period to apply detrend too", NULL); 851 853 psMetadataAddTime(updatedetrunArgs, PS_LIST_TAIL, "-set_time_end", 0, "end of period to apply detrend too", NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
