IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2006, 6:08:35 PM (20 years ago)
Author:
eugene
Message:

further work on plotting functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotParseCamera.c

    r10803 r10828  
    8585    // optionally save the PSF Model
    8686    if (psMetadataLookupBool(NULL, recipe, "SAVE.PLOTS")) {
    87         if (!pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.MOMENT.PLT")) {
    88             psError(PS_ERR_IO, false, "Cannot find a rule for PSPHOT.MOMENT.PLT");
    89             return false;
     87        if (!pmFPAfileDefineOutput (config, input->fpa, "SOURCE.PLOT.MOMENTS")) {
     88            psTrace ("psphot", 3, "Cannot find a rule for SOURCE.PLOT.MOMENTS");
    9089        }
    91         if (!pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.PSFMODEL.PLT")) {
    92             psError(PS_ERR_IO, false, "Cannot find a rule for PSPHOT.MOMENT.PLT");
    93             return false;
     90        if (!pmFPAfileDefineOutput (config, input->fpa, "SOURCE.PLOT.PSFMODEL")) {
     91            psTrace ("psphot", 3, "Cannot find a rule for SOURCE.PLOT.PSFMODEL");
    9492        }
    9593    }
Note: See TracChangeset for help on using the changeset viewer.