IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2013, 2:50:27 PM (13 years ago)
Author:
eugene
Message:

add mark & mask to model guess code; add -moments-radius and -psf to psphotModelTest; pass the fit tolerance info to the extended source fits; allow psphotModelTest to do trails and psf-convolved fits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307/psphot/src/psphotModelTestArguments.c

    r32348 r35322  
    151151    }
    152152
     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
    153159    // if these command-line options are supplied, load the file name lists into config->arguments
    154160    // override any configuration-specified source for these files
     
    160166    pmConfigFileSetsMD (config->arguments, &argc, argv, "SRC", "-src", "-srclist");
    161167    pmConfigFileSetsMD (config->arguments, &argc, argv, "SRCTEXT", "-srctext", "-srctextlist");
     168
     169    pmConfigFileSetsMD (config->arguments, &argc, argv, "PSPHOT.PSF", "-psf",      "-psflist");
    162170
    163171    if (argc == 1) {
Note: See TracChangeset for help on using the changeset viewer.