IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2006, 11:43:59 AM (20 years ago)
Author:
magnier
Message:

added JPEG and PSF I/O methods to pmFPAfile, added pmSourcePixelWeights

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmSourceIO_RAW.c

    r6848 r6859  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.1.2.4 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-13 06:18:46 $
     5 *  @version $Revision: 1.1.2.5 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-14 21:43:59 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818#include "pmHDU.h"
    1919#include "pmFPA.h"
     20#include "pmFPAview.h"
     21#include "pmFPAfile.h"
     22
    2023#include "pmPeaks.h"
    2124#include "pmMoments.h"
     
    9194            fprintf (f, "%9.6f ", dPAR[j]);
    9295        }
    93         fprintf (f, ": %8.4f %2d %#5x %7.3f %7.3f  %7.1f %7.2f %4d %2d\n",
     96        fprintf (f, ": %8.4f %2d %#5x %7.3f %7.3f  %7.1f %7.2f %4.2f %4d %2d\n",
    9497                 source[0].apMag, source[0].type, source[0].mode,
    9598                 log10(model[0].chisq/model[0].nDOF),
     
    97100                 source[0].moments->SN,
    98101                 model[0].radiusTMP,
     102                 source[0].pixWeight,
    99103                 model[0].nDOF,
    100104                 model[0].nIter);
     
    147151            fprintf (f, "%9.6f ", dPAR[j]);
    148152        }
    149         fprintf (f, ": %7.4f  %2d %#5x %7.3f %7.3f  %7.1f %7.2f %4d %2d\n",
     153        fprintf (f, ": %7.4f  %2d %#5x %7.3f %7.3f  %7.1f %7.2f %4.2f %4d %2d\n",
    150154                 source->apMag,
    151155                 source[0].type, source[0].mode,
     
    154158                 source[0].moments->SN,
    155159                 model[0].radiusTMP,
     160                 source[0].pixWeight,
    156161                 model[0].nDOF,
    157162                 model[0].nIter);
Note: See TracChangeset for help on using the changeset viewer.