IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3676


Ignore:
Timestamp:
Apr 6, 2005, 9:34:06 AM (21 years ago)
Author:
desonia
Message:

merged fixes from head for rel 5.1.

Location:
branches/rel5/psModules
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/rel5/psModules/configure.ac

    r3639 r3676  
    1 AC_INIT([psModule],[0.5.0],[http://www.pan-starrs.org/bugzilla])
     1AC_INIT([psmodule],[0.5.1],[http://www.pan-starrs.org/bugzilla])
    22
    33AM_CONFIG_HEADER(src/config.h)
    4 AM_INIT_AUTOMAKE(psModule, 0.5.0)
     4AM_INIT_AUTOMAKE(psmodule, 0.5.1)
    55
    66AC_LANG(C)
  • branches/rel5/psModules/psmodule.kdevses

    r3634 r3676  
    22<!DOCTYPE KDevPrjSession>
    33<KDevPrjSession>
    4  <DocsAndViews NumberOfDocuments="5" >
    5   <Doc0 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/test/tst_pmObjects01.c" >
    6    <View0 line="395" Type="Source" />
     4 <DocsAndViews NumberOfDocuments="2" >
     5  <Doc0 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/src/pmSubtractSky.h" >
     6   <View0 line="24" Type="Source" />
    77  </Doc0>
    8   <Doc1 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/src/pmObjects.c" >
    9    <View0 line="320" Type="Source" />
     8  <Doc1 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/configure.ac" >
     9   <View0 line="10" Type="Source" />
    1010  </Doc1>
    11   <Doc2 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/test/Makefile.am" >
    12    <View0 line="20" Type="Source" />
    13   </Doc2>
    14   <Doc3 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/test/astronomy/Makefile.am" >
    15    <View0 line="79" Type="Source" />
    16   </Doc3>
    17   <Doc4 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psModule/Makefile.am" >
    18    <View0 line="4" Type="Source" />
    19   </Doc4>
    2011 </DocsAndViews>
    2112 <pluginList>
  • branches/rel5/psModules/src/pmObjects.h

    r3634 r3676  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-04-01 21:38:27 $
     7 *  @version $Revision: 1.7.2.1 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-04-06 19:34:06 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2222#include<math.h>
    2323#include "pslib.h"
    24 // XXX: have Desonia do this correctly.
    25 #include "../../psLib/src/dataManip/psConstants.h"
    2624
    2725typedef enum {
  • branches/rel5/psModules/src/pmReadoutCombine.h

    r2814 r3676  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-12-23 23:42:25 $
     7 *  @version $Revision: 1.2.4.1 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-04-06 19:34:06 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include "pslib.h"
    2424#include "psConstants.h"
    25 // XXX: have Desonia do this correctly.
    26 #include "../../psLib/src/dataManip/psConstants.h"
    2725
    2826typedef struct
  • branches/rel5/psModules/src/pmSubtractBias.h

    r2121 r3676  
    66 *  @author George Gusciora, MHPCC
    77 *
    8  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-10-14 18:30:08 $
     8 *  @version $Revision: 1.4.6.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-04-06 19:34:06 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include<math.h>
    2424#include "pslib.h"
    25 // XXX: have Desonia do this correctly.
    26 #include "../../psLib/src/dataManip/psConstants.h"
    2725
    2826typedef enum {
  • branches/rel5/psModules/src/pmSubtractSky.h

    r2755 r3676  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-12-18 02:27:42 $
     8 *  @version $Revision: 1.2.4.1 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-04-06 19:34:06 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2323#include<math.h>
    2424#include "pslib.h"
    25 // XXX: have Desonia do this correctly.
    26 #include "../../psLib/src/dataManip/psConstants.h"
    2725
    2826// XXX: this is pmFit in pmSubtractBias.c, named psFit here.
Note: See TracChangeset for help on using the changeset viewer.