IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2007, 2:17:40 PM (19 years ago)
Author:
Paul Price
Message:

Adding option to output concepts for skycells in ordinary header keywords (as opposed to, e.g., 'HIERARCH FPA.AIRMASS'). This is necessary in order for DVO to read the photometry files generated from skycells.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigCamera.h

    r13704 r14475  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-06-08 00:31:50 $
     7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-08-14 00:17:40 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    1919bool pmConfigGenerateSkycellVersion(psMetadata *oldCameras, // Old list of camera configurations
    2020                                    psMetadata *newCameras, // New list of camera configurations
    21                                     const char *name // Name of original camera configuration
     21                                    const char *name, // Name of original camera configuration
     22                                    const psMetadata *site // The site configuration
    2223    );
    2324
    2425/// Generate the skycell version of a particular camera configuration
    2526bool pmConfigCameraSkycellVersion(psMetadata *site, // The site configuration
    26                            const char *name // Name of the un-mosaicked camera
     27                                  const char *name // Name of the un-mosaicked camera
    2728    );
    2829
Note: See TracChangeset for help on using the changeset viewer.