IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2012, 1:33:01 PM (14 years ago)
Author:
bills
Message:

put a pointer to the expnum image on the photometry
readout's analysis metadata so that it is available
to psphotSetNFrames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackPhotometry.c

    r31054 r33702  
    5454    }
    5555
     56    // Add the expnum image to the photometry readout's analysis metadata so that it is available to
     57    // psphotSetNFrames
     58    pmReadout *photRO = pmFPAviewThisReadout(photView, photFile->fpa);
     59    if (photRO && options->expRO->mask) {
     60        psMetadataAddImage(photRO->analysis, PS_LIST_TAIL, "EXPNUM", PS_META_REPLACE, "EXPNUM image", options->expRO->mask);
     61    }
     62
    5663    pmModelClassSetLimits(PM_MODEL_LIMITS_LAX);
    5764    if (!psphotReadoutKnownSources(config, photView, "PSPHOT.INPUT", inSources)) {
Note: See TracChangeset for help on using the changeset viewer.