-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the problem of running mt -imager #11
Comments
You need to tell the system where your CASA data files are located. You [NRC-005592LX 6:56pm] [twillis]> cat .casarc [NRC-005592LX 6:56pm] [twillis]> ls -lt casa [NRC-005592LX 6:56pm] [twillis]> cd casa/data [NRC-005592LX 6:56pm] [data]> ls -lt The data directory will be supplied as part of the CASA package Cheers Tony On 14-05-26 06:07 PM, xiaoluo1314 wrote:
|
Got it.But I have some questions about this,my settings are as follows: |
Your .casarc should be in your home directory (\root) and not in the Regards On 27 Mej 2014, at 07:19, xiaoluo1314 notifications@github.com wrote: Got it.But I have some questions about this,my settings are as follows: At 2014-05-27 10:01:02,twillis449 notifications@github.com wrote: [NRC-005592LX 6:56pm] [twillis]> cat .casarc [NRC-005592LX 6:56pm] [twillis]> ls -lt casa [NRC-005592LX 6:56pm] [twillis]> cd casa/data [NRC-005592LX 6:56pm] [data]> ls -lt The data directory will be supplied as part of the CASA package Cheers Tony On 14-05-26 06:07 PM, xiaoluo1314 wrote:
— — |
Thanks.But where to configured the this directory during my compilation of Casacore. |
I don't think that you can. See the bottom part of https://code.google.com/p/casacore/wiki/BuildInstructions and also look at https://code.google.com/p/casacore/wiki/CasaAipsRC for discussion of how the system finds the directories etc. Tony On 14-05-27 06:57 PM, xiaoluo1314 wrote:
|
There is a parameter to be set during cmake phase but can't remember off Regards On 28 Mej 2014, at 03:57, xiaoluo1314 notifications@github.com wrote: Thanks.But where to configured the this directory during my compilation of — |
thank you very much, See the bottom part of https://code.google.com/p/casacore/wiki/BuildInstructions |
I've compiled casacore a fell hundred times and I've never comfigured On 14-05-27 06:57 PM, xiaoluo1314 wrote:
|
Hi all ex cmake -DDATA_DIR=/opt/data .. will do the trick If you wish you might also opt as to install the required files in the Regards On Wed, May 28, 2014 at 3:29 PM, twillis449 notifications@github.comwrote:
|
hi ,twillis449 |
I'm not sure about exactly what you are trying to say, but if you want my e-mail addresst it is tony.willis@nrc-cnrc.gc.ca |
I have some problems about SKA /mt-imager for you. i know this is your master's program. so , i appreciate you can write a good program. i want to use your program,but the running is wrong.
The error as shown in the below:
./mt-imager
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371) Requested data table Observatories cannot be found in the searched directories:
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371)+ ./
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371)+ ./data/
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371)+ /root/aips++/data//ephemerides/
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371)+ /root/data//ephemerides/
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371)+ /usr/local/ephemerides/
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371)+ /usr/local/ephemerides/
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371)+ /root/aips++/data//geodetic/
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371)+ /root/data//geodetic/
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371)+ /usr/local/geodetic/
2014-05-26 18:14:37 WARN MeasIERS::findTab (file /root/casacore-1.5.0/measures/Measures/MeasIERS.cc, line 371)+ /usr/local/geodetic/
2014-05-26 18:14:37 SEVERE MeasTable::initObservatories() (file /root/casacore-1.5.0/measures/Measures/MeasTable.cc, line 4111) Cannot read table of Observatories
terminate called after throwing an instance of 'casa::AipsError'
what(): 2014-05-26 18:14:37 SEVERE MeasTable::initObservatories() (file /root/casacore-1.5.0/measures/Measures/MeasTable.cc, line 4111) Cannot read table of Observatories
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: