Changeset 443 in Sophya for trunk/Poubelle/archTOI.old


Ignore:
Timestamp:
Sep 27, 1999, 10:43:08 PM (26 years ago)
Author:
ansari
Message:

pour release avant chili

Location:
trunk/Poubelle/archTOI.old
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/Makefile_nodep

    r437 r443  
    88
    99LDLIBS=-L$(CFITSIODIR)/$(HOSTTYPE) -lcfitsio
     10
     11ifdef NOSHLIB
     12  ifeq ($(CXX), g++)
     13    LDFLAGS = -static
     14  endif
     15  ifeq ($(CXX), cxx)
     16    LDFLAGS = -non_shared
     17  endif
     18endif
    1019
    1120default: archtoi
  • trunk/Poubelle/archTOI.old/archvers.h

    r438 r443  
    22#define ARCHVERS_H
    33
    4 #define ARCHTOI_VERS "1.1"
    5 #define ARCHTOI_TAG  "V_240999"
     4#define ARCHTOI_VERS "1.2"
     5#define ARCHTOI_TAG  "V_270999"
    66
    77#endif
  • trunk/Poubelle/archTOI.old/toisvr.cc

    r438 r443  
    262262void TOISvr::defaultInclude() {
    263263  initDone = true;
    264   processRequest("#REQVERSION V_240999");
     264  processRequest("#REQVERSION V_270999");
    265265  processRequest("#MJD0 1376.8358818");
    266266  processRequest("#PERECH 0.005836818076");
    267267  processRequest("#UTCORIGIN 1376.5");
    268268  processRequest("#ASIGPS ASI_GPS_archeops1999.ascii");
    269   processRequest("#COMMENT Archtoi -- 23 september 1999 -- Eric Aubourg CEA/DAPNIA");
     269  processRequest("#COMMENT Archtoi -- 27 september 1999 -- Eric Aubourg CEA/DAPNIA");
    270270  processRequest("#COMMENT ***WARNING***");
    271271  processRequest("#COMMENT ***SOME TOI'S ARE PRELIMINARY***");
    272272  processRequest("#COMMENT gyroSpeed is not calibrated");
    273273  processRequest("#COMMENT azimut/alpha/delta use galaxy crossings and ASI GPS data");
    274   processRequest("#COMMENT and assume no pendulation");
    275   processRequest("#COMMENT boloTens2 is not protected against glitches");
     274  processRequest("#COMMENT   and assume no pendulation");
     275  processRequest("#COMMENT Focal plane center elevation found at 41.5 deg");
     276  processRequest("#COMMENT   with Jupiter");
     277  processRequest("#COMMENT boloMuV2 is not protected against glitches");
    276278  processRequest("#COMMENT sst software has not been updated to last DY code");
    277279  processRequest("#COMMENT trajectory info only while italian TM got GPS info");
Note: See TracChangeset for help on using the changeset viewer.