Changeset 1803 for trunk


Ignore:
Timestamp:
03/02/03 16:58:04 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Changelog

    r1802 r1803  
    22
    33 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
    413
    514  * Makefile:
  • trunk/MagicSoft/Cosy/Makefile

    r1802 r1803  
    2020#
    2121
    22 PROGRAMS = testse cosy starg
     22PROGRAMS = testse starg cosy
    2323SOLIB    = cosy.so
    2424CINT     = M
  • trunk/MagicSoft/Cosy/catalog/StarCatalog.cc

    r1758 r1803  
    6363    fHeight = fPixSize * 576/2;
    6464}
     65
     66double StarCatalog::GetPixSize() const
     67{
     68    return fPixSize*3600*360.0/D2PI;
     69}
     70
    6571
    6672void StarCatalog::SetAltAz(const AltAz &altaz)
  • trunk/MagicSoft/Cosy/catalog/StarCatalog.h

    r1758 r1803  
    8888    void  SetLimitMag(const float mag) { fLimitMag = mag; }
    8989
     90    double GetPixSize() const;
     91
    9092    AltAz CalcAltAzFromPix(Double_t pixx, Double_t pixy) const;
    9193
  • trunk/MagicSoft/Cosy/main/MCosy.cc

    r1793 r1803  
    18651865    {
    18661866        sprintf(name, "/home/tbretz/TPoint/tpoint%03d.txt", i++);
    1867         cout << "Testing: " << name << endl;
    18681867        if (gSystem->AccessPathName(name, kFileExists))
    18691868            break;
Note: See TracChangeset for help on using the changeset viewer.