Changeset 1841 in Sophya for trunk/SophyaProg/PrgMap/msksphere.cc
- Timestamp:
- Dec 22, 2001, 12:11:40 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgMap/msksphere.cc
r1626 r1841 132 132 { 133 133 dum = "rm -f "; dum += sphout; system(dum.c_str()); 134 FitsOutFile sfits(sphout );134 FitsOutFile sfits(sphout, FitsFile::clear); 135 135 cout<<"Writing Output Masked Sphere Fits file"<<endl; 136 136 sfits<<sph;
Note:
See TracChangeset
for help on using the changeset viewer.