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/config/pmConfigCamera.h

    r12696 r13704  
    11/*  @file pmConfigCamera.h
    22 *  @brief Camera Configuration functions
    3  * 
     3 *
    44 *  @author Paul Price, IfA
    55 *  @author Eugene Magnier, IfA
    6  * 
    7  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-03-30 21:12:56 $
     6 *
     7 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-06-08 00:31:50 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    1616/// @{
    1717
     18// Generate a skycell version of a camera configuration
     19bool pmConfigGenerateSkycellVersion(psMetadata *oldCameras, // Old list of camera configurations
     20                                    psMetadata *newCameras, // New list of camera configurations
     21                                    const char *name // Name of original camera configuration
     22    );
     23
     24/// Generate the skycell version of a particular camera configuration
     25bool pmConfigCameraSkycellVersion(psMetadata *site, // The site configuration
     26                           const char *name // Name of the un-mosaicked camera
     27    );
     28
     29
     30/// Generate skycell versions of all the camera configurations
     31bool pmConfigCameraSkycellVersionsAll(psMetadata *site // Site configuration
     32    );
     33
    1834// Generate a mosaicked version of a camera configuration
    1935bool pmConfigGenerateMosaickedVersion(psMetadata *oldCameras, // Old list of camera configurations
    20                                       psMetadata *newCameras, // New list of camera configurations
    21                                       const char *name, // Name of original camera configuration
    22                                       pmFPALevel mosaicLevel // Level to which we are mosaicking
     36                                      psMetadata *newCameras, // New list of camera configurations
     37                                      const char *name, // Name of original camera configuration
     38                                      pmFPALevel mosaicLevel // Level to which we are mosaicking
    2339    );
    2440
Note: See TracChangeset for help on using the changeset viewer.