IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2015, 5:35:05 AM (11 years ago)
Author:
eugene
Message:

pmDetrendDB should not fail if the classID is not present in the list of locations (eg, not one of the listed cameras); add galaxy shape error analysis failure flags to pmModelStatus; correctly load SKY_EXT from cmf file; for psastro, we need to get FWHM_MAJ,MIN from the header not the readout analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150326/psModules/src/objects/pmSourceIO_CMF.c.in

    r38018 r38031  
    12721272        dPAR[PM_PAR_SXY] = psMetadataLookupF32(&status, row, "EXT_THETA_ERR");
    12731273
     1274        // other parameters that we need to read
     1275        PAR[PM_PAR_SKY] = psMetadataLookupF32(&status, row, "SKY_EXT");
     1276
    12741277        if (modelType == extModelType) {
    12751278            // The software that created this source picked this model as the best of the fits.
Note: See TracChangeset for help on using the changeset viewer.