IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4754


Ignore:
Timestamp:
Aug 10, 2005, 2:03:51 PM (21 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psModules/src
Files:
2 added
2 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/Makefile.am

    r4579 r4754  
    1010  pmSubtractBias.c \
    1111  pmSubtractSky.c \
    12   psAstrometry.c
     12  pmAstrometry.c
    1313
    1414libpsmodule_a_HEADERS = pmFlatFieldErrors.h \
     
    2323  pmSubtractBias.h \
    2424  pmSubtractSky.h \
    25   psAstrometry.h
     25  pmAstrometry.h
    2626
    2727EXTRA_DIST = psErrorCodes.dat
  • trunk/psModules/src/pmFlatField.h

    r4579 r4754  
    1818 *  @author Ross Harman, MHPCC
    1919 *
    20  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    21  *  @date $Date: 2005-07-19 01:44:48 $
     20 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     21 *  @date $Date: 2005-08-11 00:03:51 $
    2222 *
    2323 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2525
    2626#include "pslib.h"
    27 #include "psAstrometry.h"
     27#include "pmAstrometry.h"
    2828
    2929
  • trunk/psModules/src/pmMaskBadPixels.h

    r4579 r4754  
    1919 *  @author Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2005-07-19 01:44:48 $
     21 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2005-08-11 00:03:51 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626
    2727#include "pslib.h"
    28 #include "psAstrometry.h"
     28#include "pmAstrometry.h"
    2929
    3030/** Mask values */
  • trunk/psModules/src/pmNonLinear.h

    r4579 r4754  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-07-19 01:44:48 $
     7 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-08-11 00:03:51 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1616
    1717#include "pslib.h"
    18 #include "psAstrometry.h"
     18#include "pmAstrometry.h"
    1919
    2020psReadout *pmNonLinearityPolynomial(psReadout *in,
  • trunk/psModules/src/pmReadoutCombine.h

    r4579 r4754  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-07-19 01:44:48 $
     7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-08-11 00:03:51 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include "pslib.h"
    2424#include "psConstants.h"
    25 #include "psAstrometry.h"
     25#include "pmAstrometry.h"
    2626
    2727typedef struct
  • trunk/psModules/src/pmSubtractBias.h

    r4579 r4754  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-07-19 01:44:48 $
     8 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-08-11 00:03:51 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include<math.h>
    2424#include "pslib.h"
    25 #include "psAstrometry.h"
     25#include "pmAstrometry.h"
    2626
    2727typedef enum {
  • trunk/psModules/src/pmSubtractSky.h

    r4579 r4754  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-07-19 01:44:48 $
     8 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-08-11 00:03:51 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include<math.h>
    2424#include "pslib.h"
    25 #include "psAstrometry.h"
     25#include "pmAstrometry.h"
    2626
    2727// XXX: this is pmFit in pmSubtractBias.c, named psFit here.
Note: See TracChangeset for help on using the changeset viewer.