IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2010, 9:17:17 AM (16 years ago)
Author:
eugene
Message:

build works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.stack.20100120/src/psphotFindDetections.c

    r26688 r26691  
    1212    psAssert (recipe, "missing recipe?");
    1313
    14     int num = psMetadataAddS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");
     14    int num = psMetadataLookupS32 (&status, config->arguments, "PSPHOT.INPUT.NUM");
    1515    psAssert (status, "programming error: must define PSPHOT.INPUT.NUM");
    1616
     
    5454       
    5555        // save detections on the readout->analysis
    56         if (!psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.DETECTIONS", PS_DATA_PTR, "psphot detectinos", detections)) {
     56        if (!psMetadataAddPtr (readout->analysis, PS_LIST_TAIL, "PSPHOT.DETECTIONS", PS_META_REPLACE | PS_DATA_UNKNOWN, "psphot detectinos", detections)) {
    5757            psError (PSPHOT_ERR_CONFIG, false, "problem saving detections on readout");
    5858            return false;
Note: See TracChangeset for help on using the changeset viewer.