- Timestamp:
- Mar 19, 2013, 2:50:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130307/psphot/src/psphotModelTestArguments.c
r32348 r35322 151 151 } 152 152 153 // chip selection is used to limit chips to be processed 154 if ((N = psArgumentGet (argc, argv, "-moments-radius"))) { 155 psArgumentRemove (N, &argc, argv); 156 psMetadataAddBool (config->arguments, PS_LIST_TAIL, "TEST_MOMENTS_RADIUS", PS_DATA_BOOL, "", true); 157 } 158 153 159 // if these command-line options are supplied, load the file name lists into config->arguments 154 160 // override any configuration-specified source for these files … … 160 166 pmConfigFileSetsMD (config->arguments, &argc, argv, "SRC", "-src", "-srclist"); 161 167 pmConfigFileSetsMD (config->arguments, &argc, argv, "SRCTEXT", "-srctext", "-srctextlist"); 168 169 pmConfigFileSetsMD (config->arguments, &argc, argv, "PSPHOT.PSF", "-psf", "-psflist"); 162 170 163 171 if (argc == 1) {
Note:
See TracChangeset
for help on using the changeset viewer.
