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/ppSub/src/ppSubBackground.c

    r21524 r23287  
    5353        }
    5454    }
    55     psImageBinning *binning = psMetadataLookupPtr(&mdok, psphotRecipe,
     55    psImageBinning *binning = psMetadataLookupPtr(&mdok, modelRO->analysis,
    5656                                                  "PSPHOT.BACKGROUND.BINNING"); // Binning for model
    5757    psImage *modelImage = modelRO->image; // Background model
Note: See TracChangeset for help on using the changeset viewer.