IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11383


Ignore:
Timestamp:
Jan 29, 2007, 12:37:25 PM (19 years ago)
Author:
eugene
Message:

moved photcode lookup to psphotReadout

File:
1 edited

Legend:

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

    r11353 r11383  
    4040    psMetadataAddS32 (recipe, PS_LIST_TAIL, "BACKGROUND.XBIN", PS_META_NO_REPLACE, "default binning",          64);
    4141    psMetadataAddS32 (recipe, PS_LIST_TAIL, "BACKGROUND.YBIN", PS_META_NO_REPLACE, "default binning",          64);
    42 
    43     // determine PHOTCODE from fpa & view, overwrite in recipe
    44     // XXX test this:
    4542    psMetadataAddStr (recipe, PS_LIST_TAIL, "PHOTCODE",        PS_META_NO_REPLACE, "default photcode",     "NONE");
    46     char *photcode = pmConceptsPhotcodeForView (config, input, view);
    47     if (photcode) {
    48         psMetadataAddStr (recipe, PS_LIST_TAIL, "PHOTCODE", PS_META_REPLACE, "photcode from FPA concepts", photcode);
    49         psFree (photcode);
    50     }
     43    // photcode will be added in psphotReadout
    5144
    5245    // XXX we need to be able to distinguish several cases:
Note: See TracChangeset for help on using the changeset viewer.