Changeset 1535 in Sophya for trunk/SophyaProg/PrgMap


Ignore:
Timestamp:
Jun 15, 2001, 7:04:34 PM (24 years ago)
Author:
cmv
Message:
  • Quelques details
  • pour masquer une shpere cmv 15/6/01
Location:
trunk/SophyaProg/PrgMap
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgMap/cl2map.cc

    r1441 r1535  
    111111
    112112  if (fgfitsout) {
    113     cout << "--- Writing map to Output FITS file " << outfile << endl;
     113    cout << "--- Writing map to Output FITS file " << outfile << endl;
     114    string dum = "rm -f "; dum += outfile; system(dum.c_str());
    114115    FitsOutFile fio(outfile);
    115116    fio << sph;
  • trunk/SophyaProg/PrgMap/cremskfrsph.cc

    r1528 r1535  
    6161cout<<"Sphere values : "<<sphval<<endl
    6262    <<"Sphere mask   : "<<sphmsk<<endl
    63     <<"  ...min "<<vmin<<"  max "<<vmax<<endl
     63    <<"  ...min("<<tstmin<<") "<<vmin<<"  max("<<tstmax<<") "<<vmax<<endl
    6464    <<"  ...negate "<<negate<<endl
    6565    <<"  ...mask set value "<<vmask<<endl
Note: See TracChangeset for help on using the changeset viewer.