Changeset 25324 for trunk/ippTools/src/warptool.c
- Timestamp:
- Sep 10, 2009, 12:52:50 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/warptool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/czw_branch/cleanup merged: 24713,24743,24785,24835,24902,24913,24951-24952,24972
- Property svn:mergeinfo changed
-
trunk/ippTools/src
- Property svn:ignore
-
old new 34 34 disttool 35 35 receivetool 36 36 addtool 37 37 pubtool
-
- Property svn:ignore
-
trunk/ippTools/src/warptool.c
r25299 r25324 53 53 static bool tocleanedskyfileMode(pxConfig *config); 54 54 static bool topurgedskyfileMode(pxConfig *config); 55 static bool toscrubbedskyfileMode(pxConfig *config); 55 56 static bool tofullskyfileMode(pxConfig *config); 56 57 static bool updateskyfileMode(pxConfig *config); … … 102 103 MODECASE(WARPTOOL_MODE_TOCLEANEDSKYFILE, tocleanedskyfileMode); 103 104 MODECASE(WARPTOOL_MODE_TOPURGEDSKYFILE, topurgedskyfileMode); 105 MODECASE(WARPTOOL_MODE_TOSCRUBBEDSKYFILE, toscrubbedskyfileMode); 104 106 MODECASE(WARPTOOL_MODE_TOFULLSKYFILE, tofullskyfileMode); 105 107 MODECASE(WARPTOOL_MODE_UPDATESKYFILE, updateskyfileMode); … … 234 236 PXOPT_COPY_F64(config->args, where, "-posang_max", "rawExp.posang", "<"); 235 237 PXOPT_COPY_STR(config->args, where, "-object", "rawExp.object", "=="); 236 PXOPT_COPY_F32(config->args, where, "-s olang_min", "rawExp.solang",">=");237 PXOPT_COPY_F32(config->args, where, "-s olang_max", "rawExp.solang","<");238 PXOPT_COPY_F32(config->args, where, "-sun_angle_min", "rawExp.sun_angle", ">="); 239 PXOPT_COPY_F32(config->args, where, "-sun_angle_max", "rawExp.sun_angle", "<"); 238 240 PXOPT_COPY_STR(config->args, where, "-reduction", "fakeRun.reduction", "=="); 239 241 pxAddLabelSearchArgs (config, where, "-label", "fakeRun.label", "=="); … … 1668 1670 return change_skyfile_data_state(config, "purged", "goto_purged"); 1669 1671 } 1672 static bool toscrubbedskyfileMode(pxConfig *config) 1673 { 1674 return change_skyfile_data_state(config, "scrubbed", "goto_scrubbed"); 1675 } 1670 1676 1671 1677 static bool updateskyfileMode(pxConfig *config)
Note:
See TracChangeset
for help on using the changeset viewer.
