IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9651


Ignore:
Timestamp:
Oct 19, 2006, 11:10:08 AM (20 years ago)
Author:
rhl
Message:

Add pmSource.sky(Err)?

Location:
trunk/psModules/src/objects
Files:
2 edited

Legend:

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

    r8815 r9651  
    66 *  @author EAM, IfA: significant modifications.
    77 *
    8  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-09-15 09:49:01 $
     8 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-10-19 21:10:08 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8686    tmp->apMag  = 32.0;
    8787    tmp->pixWeight = 0.0;
     88    tmp->sky = tmp->skyErr = NAN;
    8889
    8990    psTrace("psModules.objects", 3, "---- %s() end ----\n", __func__);
  • trunk/psModules/src/objects/pmSource.h

    r7947 r9651  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-07-20 13:10:39 $
     5 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-10-19 21:10:08 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9090    float pixWeight;   // model-weighted coverage of valid pixels
    9191    psRegion region;   // area on image covered by selected pixels
     92    float sky, skyErr;   //?< The sky and its error at the center of the object
    9293}
    9394pmSource;
Note: See TracChangeset for help on using the changeset viewer.