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/detrend
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmBias.c

    r12647 r12696  
    88#include <pslib.h>
    99
     10#include "pmHDU.h"
    1011#include "pmFPA.h"
    1112#include "pmHDUUtils.h"
  • trunk/psModules/src/detrend/pmBias.h

    r11253 r12696  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-01-24 02:54:15 $
     7 * @version $Revision: 1.4 $ $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 detrend Detrend Creation and Application
    1616/// @{
    17 
    18 #include <pslib.h>
    19 
    20 #include "pmFPA.h"
    2117
    2218/// Type of fit to perform
  • trunk/psModules/src/detrend/pmDetrendDB.c

    r12364 r12696  
    66#include <string.h>
    77#include <pslib.h>
     8
    89#include "pmConfig.h"
    910#include "pmConfigCommand.h"
     11#include "pmHDU.h"
    1012#include "pmFPA.h"
    1113#include "pmFPALevel.h"
  • trunk/psModules/src/detrend/pmDetrendDB.h

    r12365 r12696  
    99 * @author EAM, IfA
    1010 *
    11  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    12  * @date $Date: 2007-03-09 02:49:53 $
     11 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     12 * @date $Date: 2007-03-30 21:12:56 $
    1313 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    1414 */
     
    1919/// @addtogroup detrend Detrend Creation and Application
    2020/// @{
    21 
    22 #include "pmConfig.h"
    23 #include "pmFPALevel.h"
    2421
    2522typedef enum {
  • trunk/psModules/src/detrend/pmFlatField.c

    r10330 r12696  
    66#include <pslib.h>
    77
     8#include "pmHDU.h"
    89#include "pmFPA.h"
    910#include "pmHDUUtils.h"
    1011#include "pmFPAMaskWeight.h"
    1112#include "pmFlatField.h"
    12 
    1313
    1414bool pmFlatField(pmReadout *in, const pmReadout *flat)
  • trunk/psModules/src/detrend/pmFlatField.h

    r11253 r12696  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-01-24 02:54:15 $
     7 * @version $Revision: 1.9 $ $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 detrend Detrend Creation and Application
    1616/// @{
    17 
    18 #include "pmFPA.h"
    1917
    2018/// Apply flat field calibration to a readout
  • trunk/psModules/src/detrend/pmFlatNormalize.h

    r11253 r12696  
    44 * @author Paul Price, IfA
    55 *
    6  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-24 02:54:15 $
     6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-03-30 21:12:56 $
    88 * Copyright 2004-2006 Institute for Astronomy, University of Hawaii
    99 */
     
    1414/// @addtogroup detrend Detrend Creation and Application
    1515/// @{
    16 
    17 #include <pslib.h>
    1816
    1917/// Normalize flat-field measurements
  • trunk/psModules/src/detrend/pmFringeStats.c

    r11150 r12696  
    77#include <string.h>
    88#include <pslib.h>
     9
     10#include "pmHDU.h"
    911#include "pmFPA.h"
    1012#include "pmFringeStats.h"
    11 
    1213
    1314// Future optimisations for speed:
  • trunk/psModules/src/detrend/pmMaskBadPixels.c

    r10417 r12696  
    77#include <pslib.h>
    88
     9#include "pmHDU.h"
    910#include "pmFPA.h"
    1011#include "pmHDUUtils.h"
  • trunk/psModules/src/detrend/pmMaskBadPixels.h

    r11253 r12696  
    55 * @author Eugene Magnier, IfA
    66 *
    7  * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-01-24 02:54:15 $
     7 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-03-30 21:12:56 $
    99 * Copyright 2004 Institute for Astronomy, University of Hawaii
    1010 */
     
    1515/// @addtogroup detrend Detrend Creation and Application
    1616/// @{
    17 
    18 #include <pslib.h>
    19 #include "pmFPA.h"
    2017
    2118/// Applies the bad pixel mask to the input
  • trunk/psModules/src/detrend/pmNonLinear.c

    r12456 r12696  
    66#include <pslib.h>
    77
     8#include "pmHDU.h"
    89#include "pmFPA.h"
    910#include "pmNonLinear.h"
  • trunk/psModules/src/detrend/pmNonLinear.h

    r11253 r12696  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-01-24 02:54:15 $
     7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-03-30 21:12:56 $
    99 * Copyright 2004 Institute for Astronomy, University of Hawaii
    1010 */
     
    1515/// @addtogroup detrend Detrend Creation and Application
    1616/// @{
    17 
    18 #include <pslib.h>
    19 #include "pmFPA.h"
    2017
    2118/// Correct non-linearity through polynomial
  • trunk/psModules/src/detrend/pmShifts.c

    r12504 r12696  
    88#include <pslib.h>
    99
     10#include "pmHDU.h"
     11#include "pmFPA.h"
    1012#include "pmFPALevel.h"
    1113#include "pmFPAUtils.h"
  • trunk/psModules/src/detrend/pmShifts.h

    r12264 r12696  
    11#ifndef PM_SHIFTS_H
    22#define PM_SHIFTS_H
    3 
    4 #include <pslib.h>
    5 #include "pmFPA.h"
    63
    74#define PM_SHIFTS_TABLE_NAME "SHIFTS.TABLE" ///< Name for table on the analysis metadata
  • trunk/psModules/src/detrend/pmShutterCorrection.c

    r12559 r12696  
    88#include <pslib.h>
    99
     10#include "pmHDU.h"
    1011#include "pmFPA.h"
    1112#include "pmHDUUtils.h"
  • trunk/psModules/src/detrend/pmShutterCorrection.h

    r11253 r12696  
    55 * @author Paul Price, IfA
    66 *
    7  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-01-24 02:54:15 $
     7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2007-03-30 21:12:56 $
    99 * Copyright 2006 Institute for Astronomy, University of Hawaii
    1010 */
     
    5959 *  terms of dT(x,y) and f'(x,y)
    6060 */
    61 
    62 #include <pslib.h>
    6361
    6462/// Shutter correction parameters, applicable for a single pixel
  • trunk/psModules/src/detrend/pmSkySubtract.c

    r10299 r12696  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-11-30 00:52:21 $
     8 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-03-30 21:12:56 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2222#include <math.h>
    2323#include <pslib.h>
     24
     25#include "pmHDU.h"
     26#include "pmFPA.h"
    2427#include "pmSubtractSky.h"
    2528
  • trunk/psModules/src/detrend/pmSkySubtract.h

    r11253 r12696  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-01-24 02:54:15 $
     8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-03-30 21:12:56 $
    1010 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    1111 */
     
    1616/// @addtogroup detrend Detrend Creation and Application
    1717/// @{
    18 
    19 #include<stdio.h>
    20 #include<math.h>
    21 #include "pslib.h"
    22 #include "pmFPA.h"
    2318
    2419// XXX: this is pmFit in pmSubtractBias.c, named psFit here.
Note: See TracChangeset for help on using the changeset viewer.