Changeset 1803 for trunk/MagicSoft
- Timestamp:
- 03/02/03 16:58:04 (22 years ago)
- Location:
- trunk/MagicSoft/Cosy
- Files:
-
- 3 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/Changelog
r1802 r1803 2 2 3 3 2003/03/02 - Daniela Dorner, Thomas Bretz (LaPalma): 4 5 * videodev/CaosFilter.[h,cc], videodev/PngReader.[h,cc]: 6 - added 7 8 * catalog/StarCatalog.[h,cc]: 9 - added GetPixSize 10 11 * main/MCosy.cc: 12 - some minor change sto the output 4 13 5 14 * Makefile: -
trunk/MagicSoft/Cosy/Makefile
r1802 r1803 20 20 # 21 21 22 PROGRAMS = testse cosy starg22 PROGRAMS = testse starg cosy 23 23 SOLIB = cosy.so 24 24 CINT = M -
trunk/MagicSoft/Cosy/catalog/StarCatalog.cc
r1758 r1803 63 63 fHeight = fPixSize * 576/2; 64 64 } 65 66 double StarCatalog::GetPixSize() const 67 { 68 return fPixSize*3600*360.0/D2PI; 69 } 70 65 71 66 72 void StarCatalog::SetAltAz(const AltAz &altaz) -
trunk/MagicSoft/Cosy/catalog/StarCatalog.h
r1758 r1803 88 88 void SetLimitMag(const float mag) { fLimitMag = mag; } 89 89 90 double GetPixSize() const; 91 90 92 AltAz CalcAltAzFromPix(Double_t pixx, Double_t pixy) const; 91 93 -
trunk/MagicSoft/Cosy/main/MCosy.cc
r1793 r1803 1865 1865 { 1866 1866 sprintf(name, "/home/tbretz/TPoint/tpoint%03d.txt", i++); 1867 cout << "Testing: " << name << endl;1868 1867 if (gSystem->AccessPathName(name, kFileExists)) 1869 1868 break;
Note:
See TracChangeset
for help on using the changeset viewer.