Changeset 2904 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Jan 16, 2006, 11:55:14 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r2800 r2904 1808 1808 SetBusy(); 1809 1809 if (data) { 1810 string nomobj=""; 1811 ObjMgr()->ReadFits(pfc_fits->GetFileName(), nomobj); 1812 ObjMgr()->DisplayObj(nomobj, "win"); 1810 string cmd = "readfits "; 1811 cmd += pfc_fits->GetFileName(); 1812 try { 1813 CmdInterpreter()->AddInputLine(cmd); 1814 // CmdInterpreter()->ExecuteCommand(kw, args, toks); 1815 } 1816 catch ( PThrowable & exc ) { 1817 cerr << "\n PIStdImgApp::Process()/ Cmd->ExecuteCommand(readfits) Exception :" 1818 << (string)typeid(exc).name() << " Msg= " 1819 << exc.Msg() << endl; 1820 cout << endl; 1821 } 1822 catch ( ... ) { 1823 cerr << "\n PIStdImgApp::Process()/ Cmd->ExecuteCommand(readfits) Catched Exception ... " << endl; 1824 cout << endl; 1825 } 1813 1826 } 1814 1827 mFCMsg = 0;
Note:
See TracChangeset
for help on using the changeset viewer.