Changeset 1841 in Sophya for trunk/SophyaProg/PrgMap/prjsmap.cc
- Timestamp:
- Dec 22, 2001, 12:11:40 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgMap/prjsmap.cc
r1840 r1841 231 231 if (fgfitsout) { 232 232 cout << "--- Writing projection to Output FITS file " << outfile << endl; 233 FitsOutFile fio(outfile );233 FitsOutFile fio(outfile, FitsFile::clear); 234 234 fio << prj; 235 235 }
Note:
See TracChangeset
for help on using the changeset viewer.