IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2006, 11:06:21 PM (20 years ago)
Author:
magnier
Message:

added pmSourceCopy, change special magnitudes (32, 99) to NAN

File:
1 edited

Legend:

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

    r9651 r9880  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-10-19 21:10:08 $
     5 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-11-07 09:06:21 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    116116pmSource  *pmSourceAlloc();
    117117
     118/** pmSourceCopy()
     119 *
     120 */
     121pmSource  *pmSourceCopy(pmSource *source);
     122
    118123// free just the pixels for a source, keeping derived data
    119124void pmSourceFreePixels(pmSource *source);
Note: See TracChangeset for help on using the changeset viewer.