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/pmSource.c

    r6556 r6859  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-03-09 03:14:23 $
     8 *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-04-14 21:43:59 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5757    tmp->mode = PM_SOURCE_MODE_DEFAULT;
    5858    psMemSetDeallocator(tmp, (psFreeFunc) sourceFree);
     59
     60    tmp->psfMag = 32.0;
     61    tmp->extMag = 32.0;
     62    tmp->errMag = 32.0;
     63    tmp->apMag  = 32.0;
     64    tmp->pixWeight = 0.0;
    5965
    6066    psTrace(__func__, 3, "---- %s() end ----\n", __func__);
Note: See TracChangeset for help on using the changeset viewer.