IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 31, 2013, 9:52:28 AM (13 years ago)
Author:
bills
Message:

forgot to write out my new columns in the XFIT table.
This was not used in SAS.30

File:
1 edited

Legend:

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

    r36259 r36261  
    10581058        model->mag = psMetadataLookupF32(&status, row, "EXT_INST_MAG");
    10591059        model->magErr = psMetadataLookupF32(&status, row, "EXT_INST_MAG_SIG");
     1060        model->type = psMetadataLookupF32(&status, row, "EXT_INST_MAG_SIG");
     1061
     1062        model->chisq = psMetadataLookupF32(&status, row, "EXT_CHISQ");
     1063        model->nDOF = psMetadataLookupF32(&status, row, "EXT_NDOF");
     1064
     1065        // XXX: We don't have place to put this. Needs to go in psf extension:
     1066        // psMetadataLookupS32(&status, row, "EXT_MODEL_TYPE");
    10601067
    10611068        psEllipseAxes axes;
Note: See TracChangeset for help on using the changeset viewer.