IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2015, 3:15:57 PM (11 years ago)
Author:
eugene
Message:

read in the extended model errors

File:
1 edited

Legend:

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

    r37964 r38018  
    12521252        }
    12531253
    1254         // XXX : make this depend on what is in the cmf
    1255         if (0) {
     1254        // NOTE: we no longer write out the covariance matrix
     1255        if (false) {
    12561256            // read the covariance matrix
    12571257            int nparams = model->params->n;
     
    12661266            model->covar = covar;
    12671267        }
     1268
     1269        // we are only saving the values stored in dPAR[SXX,etc]
     1270        dPAR[PM_PAR_SXX] = psMetadataLookupF32(&status, row, "EXT_WIDTH_MAJ_ERR");
     1271        dPAR[PM_PAR_SYY] = psMetadataLookupF32(&status, row, "EXT_WIDTH_MIN_ERR");
     1272        dPAR[PM_PAR_SXY] = psMetadataLookupF32(&status, row, "EXT_THETA_ERR");
    12681273
    12691274        if (modelType == extModelType) {
Note: See TracChangeset for help on using the changeset viewer.