Ignore:
Timestamp:
07/15/03 15:05:21 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/catalog/StarCatalog.cc

    r1953 r2278  
    9393    fAltAz = CalcAltAz(fRaDec);
    9494
    95     cout << "Alt: " << 360.0/D2PI*fAltAz.Alt() << "  ";
    96     cout << "Az: "  << 360.0/D2PI*fAltAz.Az()  << endl;
     95    //cout << "Alt: " << 360.0/D2PI*fAltAz.Alt() << "  ";
     96    //cout << "Az: "  << 360.0/D2PI*fAltAz.Az()  << endl;
    9797
    9898    CalcRaDecRange();
     
    170170            fAzCnt++;
    171171
    172     cout << "fAzCnt: " << setw(3) << fAzCnt << "  " << flush;
     172    //cout << "fAzCnt: " << setw(3) << fAzCnt << "  " << flush;
    173173
    174174    //
     
    204204    }
    205205
    206     cout << "fAltMin: " << setw(3) << fAltMin << "  ";
    207     cout << "fAltMax: " << setw(3) << fAltMax << endl;
     206    //cout << "fAltMin: " << setw(3) << fAltMin << "  ";
     207    //cout << "fAltMax: " << setw(3) << fAltMax << endl;
    208208}
    209209
     
    291291        if (fRa0[x])
    292292            fRaCnt++;
    293     cout << "fRaCnt: " << setw(3) << fRaCnt << "  " << flush;
     293    //cout << "fRaCnt: " << setw(3) << fRaCnt << "  " << flush;
    294294
    295295    //
     
    323323    }
    324324
    325     cout << "fDecMin: " << setw(3) << fDecMin << "  ";
    326     cout << "fDecMax: " << setw(3) << fDecMax << endl;
     325    //cout << "fDecMin: " << setw(3) << fDecMin << "  ";
     326    //cout << "fDecMax: " << setw(3) << fDecMax << endl;
    327327}
    328328
     
    707707    }
    708708
    709     cout << " " << count+deleted << "-" << deleted << "=" << count << " " << endl;
     709    cout << "Showing " << count+deleted << "-" << deleted << "=" << count << " stars." << endl;
    710710}
    711711
Note: See TracChangeset for help on using the changeset viewer.