IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2006, 9:31:44 PM (20 years ago)
Author:
magnier
Message:

working on new linear fit process

File:
1 edited

Legend:

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

    r9810 r10075  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-10-31 19:38:44 $
     5 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-11-18 07:31:44 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    267267        if (peak == NULL)
    268268            continue;
    269         fprintf (f, "%5d %5d  %7.1f\n",
    270                  peak->x, peak->y, peak->counts);
    271     }
    272     fclose (f);
    273     return true;
    274 }
    275 
     269        fprintf (f, "%5d %5d  %7.1f %7.2f %7.2f\n",
     270                 peak->x, peak->y, peak->counts, peak->xf, peak->yf);
     271    }
     272    fclose (f);
     273    return true;
     274}
     275
Note: See TracChangeset for help on using the changeset viewer.