Changeset 1141 in Sophya
- Timestamp:
- Aug 24, 2000, 5:35:42 PM (25 years ago)
- Location:
- trunk/SophyaProg/PMixer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/skymixer.cc
r1120 r1141 498 498 Matrix mtx; 499 499 FITS_TArray<r_8> fios(ifnm, 2); // $CHECK$ A passer em HDU=2 , Reza 31/7/2000 500 mtx = fios; 500 mtx = fios; 501 501 double numin = dc.DParam(key, 2, 1.); 502 502 double numax = dc.DParam(key, 3, 9999.); -
trunk/SophyaProg/PMixer/tgrsr.cc
r1120 r1141 1 #include <typeinfo> 1 2 #include "pmixer.h" 2 3 … … 30 31 } 31 32 33 try { 32 34 int typ = 0; 33 35 typ = atoi(arg[1]); … … 143 145 PrtTim("End of ImageR4->FITS "); 144 146 } 147 } 148 catch (PThrowable & exc) { 149 cerr << "tgrsr/Error Catched Exception " << (string)typeid(exc).name() 150 << " - Msg= " << exc.Msg() << endl; 151 } 152 catch (...) { 153 cerr << "tgrsr/Error some other exception was caught ! " << endl; 154 } 155 145 156 cout << " ============ End of tgrsr program ======== " << endl; 146 157 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.