IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 1, 2006, 12:24:13 PM (20 years ago)
Author:
eugene
Message:

added KAPA option and two summary plots; dropped old test code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_01_branch/psphot/src/psphotParseCamera.c

    r9670 r10387  
    6666    }
    6767
     68    // optionally save the PSF Model
     69    if (psMetadataLookupBool(NULL, recipe, "SAVE.PLOTS")) {
     70        pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.MOMENT.PLT");
     71        pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.PSFMODEL.PLT");
     72    }
     73
    6874    // pmFPAfileConstruct (config->files, format, config->camera, "PSPHOT.PSF_SAMPLE");
    6975
Note: See TracChangeset for help on using the changeset viewer.