Changeset 13704 for trunk/psModules/src/config/pmConfigCamera.h
- Timestamp:
- Jun 7, 2007, 2:31:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigCamera.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigCamera.h
r12696 r13704 1 1 /* @file pmConfigCamera.h 2 2 * @brief Camera Configuration functions 3 * 3 * 4 4 * @author Paul Price, IfA 5 5 * @author Eugene Magnier, IfA 6 * 7 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-0 3-30 21:12:56$6 * 7 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-06-08 00:31:50 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 16 16 /// @{ 17 17 18 // Generate a skycell version of a camera configuration 19 bool 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 25 bool 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 31 bool pmConfigCameraSkycellVersionsAll(psMetadata *site // Site configuration 32 ); 33 18 34 // Generate a mosaicked version of a camera configuration 19 35 bool pmConfigGenerateMosaickedVersion(psMetadata *oldCameras, // Old list of camera configurations 20 psMetadata *newCameras, // New list of camera configurations21 const char *name, // Name of original camera configuration22 pmFPALevel mosaicLevel // Level to which we are mosaicking36 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 23 39 ); 24 40
Note:
See TracChangeset
for help on using the changeset viewer.
