IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2006, 4:47:20 PM (20 years ago)
Author:
magnier
Message:

fixed up low-level issues with sky levels, sky bias

File:
1 edited

Legend:

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

    r6712 r6751  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-28 02:14:56 $
     5 *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-01 02:47:20 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9595                 log10(model[0].chisq/model[0].nDOF),
    9696                 source[0].moments->SN,
    97                  model[0].radius,
     97                 model[0].radiusTMP,
    9898                 model[0].nDOF,
    9999                 model[0].nIter);
     
    125125        if (source->type != PM_SOURCE_TYPE_EXTENDED)
    126126            continue;
    127         model = pmSourceMagnitudes (source, NULL, 0.0);
     127        model = pmSourceMagnitudes (source, NULL, false, false);
    128128        if (model == NULL)
    129129            continue;
     
    151151                 log10(model[0].chisq/model[0].nDOF),
    152152                 source[0].moments->SN,
    153                  model[0].radius,
     153                 model[0].radiusTMP,
    154154                 model[0].nDOF,
    155155                 model[0].nIter);
Note: See TracChangeset for help on using the changeset viewer.