IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2007, 2:31:50 PM (19 years ago)
Author:
Paul Price
Message:

Adding automatically-generated skycell pseudo-cameras, constructed from the user-defined cameras. This gives a couple of benefits: (1) skycells inherit the recipes of their original camera; (2) skycells use the same FILERULES as their original camera.

File:
1 edited

Legend:

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

    r13496 r13704  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-05-24 02:38:07 $
     6 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-06-08 00:31:50 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    6666pmFPAfile *pmFPAfileDefineNewCamera (const pmConfig *config, const char *filename);
    6767
     68/// Create a new output pmFPAfile for a skycell of the default camera
     69///
     70/// The new pmFPAfile is inserted into the config->files metadata, freed and returned; so that the user does
     71/// not have to (and should not!) free the result.
     72pmFPAfile *pmFPAfileDefineSkycell(const pmConfig *config, ///< Configuration data
     73                                  pmFPA *fpa, ///< FPA to which to bind
     74                                  const char *filename ///< Output (root) filename
     75    );
     76
     77
    6878/// Create a new output pmFPAfile based upon a chip mosaic of an existing FPA
    6979///
Note: See TracChangeset for help on using the changeset viewer.