- Timestamp:
- Mar 26, 2015, 3:15:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150326/psModules/src/objects/pmSourceIO_CMF.c.in
r37964 r38018 1252 1252 } 1253 1253 1254 // XXX : make this depend on what is in the cmf1255 if ( 0) {1254 // NOTE: we no longer write out the covariance matrix 1255 if (false) { 1256 1256 // read the covariance matrix 1257 1257 int nparams = model->params->n; … … 1266 1266 model->covar = covar; 1267 1267 } 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"); 1268 1273 1269 1274 if (modelType == extModelType) {
Note:
See TracChangeset
for help on using the changeset viewer.
