IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7623


Ignore:
Timestamp:
Jun 21, 2006, 1:11:24 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmFPAfileDefineInternal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.h

    r7622 r7623  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-06-21 23:07:31 $
     9*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-06-21 23:11:24 $
    1111*
    1212*  Copyright 2004-2005 Institute for Astronomy, University of Hawaii
     
    3636pmFPAfile *pmFPAfileDefineFromFPA (pmConfig *config, pmFPA *src, int xBin, int yBin, char *filename);
    3737
     38// create a new output pmFPAfile based on an existing FPA
     39// only valid for pmFPAfile->mode == WRITE (or internal?)
     40pmFPAfile *pmFPAfileDefineNewCamera (pmConfig *config, char *filename);
     41
    3842// create a file with the given name, assign it type "INTERNAL", and supply it with an image
    3943// of the requested dimensions. (image only, mask and weight are ignored)
Note: See TracChangeset for help on using the changeset viewer.