IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 11:02:53 AM (15 years ago)
Author:
eugene
Message:

merge updates from eam branch 20110404

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_RAW.c

    r31153 r31451  
    110110        fprintf (f, "%7.1f %7.1f  %7.1f %8.4f  %7.4f %7.4f  ",
    111111                 PAR[PM_PAR_XPOS], PAR[PM_PAR_YPOS], source->sky,
    112                  source->psfMag, source->errMag, dPos);
     112                 source->psfMag, source->psfMagErr, dPos);
    113113
    114114        for (j = 4; j < model->params->n; j++) {
     
    174174        fprintf (f, "%7.1f %7.1f  %7.1f %8.4f  %7.4f %7.4f  ",
    175175                 PAR[PM_PAR_XPOS], PAR[PM_PAR_YPOS], source->sky,
    176                  source->extMag, source->errMag, dPos);
     176                 source->extMag, source->psfMagErr, dPos);
    177177
    178178        for (j = 4; j < model->params->n; j++) {
Note: See TracChangeset for help on using the changeset viewer.