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

Location:
trunk/psModules/src/imcombine
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmImageCombine.h

    r11253 r12696  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-01-24 02:54:15 $
     10 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-03-30 21:12:56 $
    1212 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1313 */
     
    1818/// @addtogroup imcombine Image Combinations
    1919/// @{
    20 
    21 #include <stdio.h>
    22 #include <math.h>
    23 #include <pslib.h>
    2420
    2521psImage *pmCombineImages(
  • trunk/psModules/src/imcombine/pmImageSubtract.h

    r11253 r12696  
    77 * @author GLG, MHPCC
    88 *
    9  * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    10  * @date $Date: 2007-01-24 02:54:15 $
     9 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     10 * @date $Date: 2007-03-30 21:12:56 $
    1111 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1212 */
     
    1717/// @addtogroup imcombine Image Combinations
    1818/// @{
    19 
    20 #include <stdio.h>
    21 #include <math.h>
    22 #include <pslib.h>
    2319
    2420typedef enum {
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r12693 r12696  
    88#include <pslib.h>
    99
     10#include "pmHDU.h"
    1011#include "pmFPA.h"
    1112#include "pmHDUUtils.h"
  • trunk/psModules/src/imcombine/pmReadoutCombine.h

    r11253 r12696  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-01-24 02:54:15 $
     7 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-03-30 21:12:56 $
    99 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    1515/// @addtogroup imcombine Image Combinations
    1616/// @{
    17 
    18 #include <pslib.h>
    19 #include "pmFPA.h"
    2017
    2118/// Combination parameters for pmReadoutCombine.
Note: See TracChangeset for help on using the changeset viewer.