Changeset 443 in Sophya
- Timestamp:
- Sep 27, 1999, 10:43:08 PM (26 years ago)
- Location:
- trunk/Poubelle/archTOI.old
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/Makefile_nodep
r437 r443 8 8 9 9 LDLIBS=-L$(CFITSIODIR)/$(HOSTTYPE) -lcfitsio 10 11 ifdef NOSHLIB 12 ifeq ($(CXX), g++) 13 LDFLAGS = -static 14 endif 15 ifeq ($(CXX), cxx) 16 LDFLAGS = -non_shared 17 endif 18 endif 10 19 11 20 default: archtoi -
trunk/Poubelle/archTOI.old/archvers.h
r438 r443 2 2 #define ARCHVERS_H 3 3 4 #define ARCHTOI_VERS "1. 1"5 #define ARCHTOI_TAG "V_2 40999"4 #define ARCHTOI_VERS "1.2" 5 #define ARCHTOI_TAG "V_270999" 6 6 7 7 #endif -
trunk/Poubelle/archTOI.old/toisvr.cc
r438 r443 262 262 void TOISvr::defaultInclude() { 263 263 initDone = true; 264 processRequest("#REQVERSION V_2 40999");264 processRequest("#REQVERSION V_270999"); 265 265 processRequest("#MJD0 1376.8358818"); 266 266 processRequest("#PERECH 0.005836818076"); 267 267 processRequest("#UTCORIGIN 1376.5"); 268 268 processRequest("#ASIGPS ASI_GPS_archeops1999.ascii"); 269 processRequest("#COMMENT Archtoi -- 2 3september 1999 -- Eric Aubourg CEA/DAPNIA");269 processRequest("#COMMENT Archtoi -- 27 september 1999 -- Eric Aubourg CEA/DAPNIA"); 270 270 processRequest("#COMMENT ***WARNING***"); 271 271 processRequest("#COMMENT ***SOME TOI'S ARE PRELIMINARY***"); 272 272 processRequest("#COMMENT gyroSpeed is not calibrated"); 273 273 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"); 276 278 processRequest("#COMMENT sst software has not been updated to last DY code"); 277 279 processRequest("#COMMENT trajectory info only while italian TM got GPS info");
Note:
See TracChangeset
for help on using the changeset viewer.