IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2007, 11:12:56 AM (19 years ago)
Author:
magnier
Message:

big re-org to put the includes in the .c only, not .h

File:
1 edited

Legend:

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

    r11251 r12696  
    55 *  @author Eugene Magnier, IfA
    66 *
    7  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-01-24 01:05:41 $
     7 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-03-30 21:12:56 $
    99 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    1616/// @{
    1717
    18 #include <pslib.h>
     18// Generate a mosaicked version of a camera configuration
     19bool 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
     23    );
    1924
    2025/// Generate the chip mosaicked version of a particular camera configuration
    2126bool pmConfigCameraMosaickedVersions(psMetadata *site, // Site configuration
    2227                                     const char *name // Name of the un-mosaicked camera
    23                                     );
     28    );
    2429
    2530/// Generate chip- and fpa-mosaicked versions of all the camera configurations
    2631bool pmConfigCameraMosaickedVersionsAll(psMetadata *site // Site configuration
    27                                        );
     32    );
    2833
    2934/// @}
Note: See TracChangeset for help on using the changeset viewer.