IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2017, 10:18:07 PM (9 years ago)
Author:
mhuber
Message:

update nightly diffs to PS1_DV5 for chip position in cmf, add option to disable chip back mapping and necessary config for SSdiff

File:
1 edited

Legend:

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

    r37321 r40034  
    3434    psAssert (recipe, "missing recipe?");
    3535
     36    //MEH -- shouldn't do if input is stack... will need to be a config option for now
     37    // -- return true method like for psphotExtendedSourceFits to be consistent...
     38    if (!psMetadataLookupBool (&status, recipe, "CHIP_PARAMS")) {
     39        psLogMsg ("psphot", PS_LOG_INFO, "stack -- skipping backward chip mapping \n");
     40        return true;
     41    }
     42
    3643    int num = psphotFileruleCount(config, filerule);
    3744
     
    5966        if (!psphotChipParamsReadout (config, recipe, view, filerule, readout, sources)) {
    6067            psError (PSPHOT_ERR_CONFIG, false, "failed to measure magnitudes for %s entry %d", filerule, i);
    61             return false;
     68             return false;
    6269        }
    6370    }
Note: See TracChangeset for help on using the changeset viewer.