Changeset 1141 in Sophya


Ignore:
Timestamp:
Aug 24, 2000, 5:35:42 PM (25 years ago)
Author:
ansari
Message:

petites corrections diverses - Reza 24/8/2000

Location:
trunk/SophyaProg/PMixer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PMixer/skymixer.cc

    r1120 r1141  
    498498    Matrix mtx;
    499499    FITS_TArray<r_8> fios(ifnm, 2);   // $CHECK$ A passer em HDU=2 , Reza 31/7/2000
    500     mtx = fios; 
     500    mtx = fios;
    501501    double numin = dc.DParam(key, 2, 1.);
    502502    double numax = dc.DParam(key, 3, 9999.);
  • trunk/SophyaProg/PMixer/tgrsr.cc

    r1120 r1141  
     1#include <typeinfo>
    12#include "pmixer.h"
    23
     
    3031    }
    3132
     33try {
    3234  int typ = 0;
    3335  typ = atoi(arg[1]);
     
    143145    PrtTim("End of ImageR4->FITS ");
    144146  }
     147}
     148catch (PThrowable & exc) {
     149  cerr << "tgrsr/Error Catched Exception " << (string)typeid(exc).name()
     150       << " - Msg= " << exc.Msg() << endl;
     151}
     152catch (...) {
     153  cerr << "tgrsr/Error some other exception was caught ! " << endl;
     154}
     155
    145156  cout <<  " ============ End of tgrsr program ======== " << endl;
    146157  return 0;
Note: See TracChangeset for help on using the changeset viewer.