IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23287 for trunk/ppStack


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/ppStack/src/ppStackMatch.c

    r23242 r23287  
    145145
    146146    psImage *binned = psphotBackgroundModel(ro, config); // Binned background model
    147     psImageBinning *binning = psMetadataLookupPtr(NULL, psphotRecipe,
     147    psImageBinning *binning = psMetadataLookupPtr(NULL, ro->analysis,
    148148                                                  "PSPHOT.BACKGROUND.BINNING"); // Binning for model
    149149    psAssert(binning, "Need binning parameters");
Note: See TracChangeset for help on using the changeset viewer.