IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2006, 11:41:22 AM (20 years ago)
Author:
magnier
Message:

added empty moment for output RAW

File:
1 edited

Legend:

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

    r8882 r9513  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-09-22 12:24:38 $
     5 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-10-12 21:41:22 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    206206        fprintf (f, "%5d %5d  %7.1f  %7.1f %7.1f  %6.3f %6.3f  %8.1f %7.1f %7.1f %7.1f  %4d %2d\n",
    207207                 source->peak->x, source->peak->y, source->peak->counts,
    208                  source->moments->x, source->moments->y,
    209                  source->moments->Sx, source->moments->Sy,
    210                  source->moments->Sum, source->moments->Peak,
    211                  source->moments->Sky, source->moments->SN,
    212                  source->moments->nPixels, source->type);
     208                 moment->x, moment->y,
     209                 moment->Sx, moment->Sy,
     210                 moment->Sum, moment->Peak,
     211                 moment->Sky, moment->SN,
     212                 moment->nPixels, source->type);
    213213    }
    214214    fclose (f);
Note: See TracChangeset for help on using the changeset viewer.