IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7590


Ignore:
Timestamp:
Jun 16, 2006, 4:00:21 PM (20 years ago)
Author:
eugene
Message:

updating pmFileDefine APIs

File:
1 edited

Legend:

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

    r7582 r7590  
    2727
    2828    // these calls bind the I/O handle to the specified fpa
    29     pmFPAfileDefineOutput (config->files, config->camera, input->fpa, "PSPHOT.OUTPUT");
     29    pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT");
    3030
    3131    // optionally save the residual image
    3232    if (psMetadataLookupBool(NULL, recipe, "SAVE.RESID")) {
    33         pmFPAfileDefineOutput (config->files, config->camera, input->fpa, "PSPHOT.RESID");
     33        pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.RESID");
    3434    }
    3535
     
    5353    // optionally save the PSF Model
    5454    if (psMetadataLookupBool(NULL, recipe, "SAVE.PSF")) {
    55         pmFPAfileDefineOutput (config->files, config->camera, input->fpa, "PSPHOT.PSF.SAVE");
     55        pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.PSF.SAVE");
    5656    }
    5757    // optionally load the PSF Model
    5858    if (psMetadataLookupBool(NULL, recipe, "LOAD.PSF")) {
    59         pmFPAfileDefineInput (config->files, config->camera, input->fpa, "PSPHOT.PSF.LOAD");
     59        pmFPAfileDefineInput (config, input->fpa, "PSPHOT.PSF.LOAD");
    6060    }
    6161
Note: See TracChangeset for help on using the changeset viewer.