IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2009, 5:22:15 PM (17 years ago)
Author:
Paul Price
Message:

Putting the psImageBinning onto the recipe was causing the dump for the PSPHOT recipe to fail --- it was empty. Instead, we put it on an appropriate readout's analysis metadata.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageReplaceBackground.c

    r21183 r23287  
    101101        }
    102102    }
    103     psImageBinning *binning = psMetadataLookupPtr(&status, psphotRecipe, "PSPHOT.BACKGROUND.BINNING"); // Binning for model
     103    psImageBinning *binning = psMetadataLookupPtr(&status, modelRO->analysis,
     104                                                  "PSPHOT.BACKGROUND.BINNING"); // Binning for model
    104105    if (!binning) {
    105106        psError(PS_ERR_UNEXPECTED_NULL, true, "Unable to find background binning");
Note: See TracChangeset for help on using the changeset viewer.