IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 8:18:46 PM (20 years ago)
Author:
magnier
Message:

additions to objects for further flexibility with options

File:
1 edited

Legend:

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

    r6751 r6848  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-01 02:47:20 $
     5 *  @version $Revision: 1.1.2.4 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-13 06:18:46 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9191            fprintf (f, "%9.6f ", dPAR[j]);
    9292        }
    93         fprintf (f, ": %8.4f %2d %#5x %7.3f %7.1f %7.2f %4d %2d\n",
     93        fprintf (f, ": %8.4f %2d %#5x %7.3f %7.3f  %7.1f %7.2f %4d %2d\n",
    9494                 source[0].apMag, source[0].type, source[0].mode,
    9595                 log10(model[0].chisq/model[0].nDOF),
     96                 log10(model[0].chisqNorm/model[0].nDOF),
    9697                 source[0].moments->SN,
    9798                 model[0].radiusTMP,
     
    146147            fprintf (f, "%9.6f ", dPAR[j]);
    147148        }
    148         fprintf (f, ": %7.4f  %2d %#5x %7.3f %7.1f %7.2f %4d %2d\n",
     149        fprintf (f, ": %7.4f  %2d %#5x %7.3f %7.3f  %7.1f %7.2f %4d %2d\n",
    149150                 source->apMag,
    150151                 source[0].type, source[0].mode,
    151152                 log10(model[0].chisq/model[0].nDOF),
     153                 log10(model[0].chisqNorm/model[0].nDOF),
    152154                 source[0].moments->SN,
    153155                 model[0].radiusTMP,
Note: See TracChangeset for help on using the changeset viewer.