IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38311


Ignore:
Timestamp:
May 23, 2015, 12:10:50 PM (11 years ago)
Author:
bills
Message:

Use psphotGetFilerule to find the correct filerule when saving background subtracted
image. Needed to have the recipe option work in psphotStack.

File:
1 edited

Legend:

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

    r38039 r38311  
    6464    // back-sub image pixels, from output background file (don't create if not requested)
    6565    // XXX for now, we will only allow a single background-subtracted image to be generated
    66     file = psMetadataLookupPtr (&status, config->files, "PSPHOT.BACKSUB");
     66    file = psMetadataLookupPtr (&status, config->files, psphotGetFilerule("PSPHOT.BACKSUB"));
    6767    if (file) {
    6868        // we are using PSPHOT.BACKSUB as an I/O file: select readout or create
Note: See TracChangeset for help on using the changeset viewer.