Changeset 1120 in Sophya for trunk/SophyaProg/PMixer/tgsky.cc
- Timestamp:
- Jul 31, 2000, 3:47:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/tgsky.cc
r949 r1120 108 108 109 109 110 111 F itsIoServer fios;112 fios. save(sph,arg[4]);110 { 111 FITS_SphereHEALPix<r_4> fios(&sph); 112 fios.Write(arg[4]); 113 113 cout << "SphereHEALPix<float> written to FITS file " << (string)(arg[4]) << endl; 114 114 PrtTim("End of WriteFITS "); 115 116 115 } 117 catch (PThrowable exc) { 118 cerr << " tgsky: Catched Exception - Msg= " << exc.Msg() << endl; 116 } 117 catch (PThrowable & exc) { 118 cerr << " tgsky: Catched Exception - Msg= " << exc.Msg() 119 << " Type=" << (string)typeid(exc).name() << endl; 119 120 } 120 121 catch (...) {
Note:
See TracChangeset
for help on using the changeset viewer.