Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (169 - 171 of 241)

Ticket Owner Reporter Resolution Summary
#252 Malte Marquarding jvazquez@… fixed OSError: [Errno 13] Permission denied:
Description

Help with following after installation; then wheun launching asap after step 172...

OSError: [Errno 13] Permission denied: '/home/jose/.asap/db' Could not create crash report on disk.

I have OS=Ubuntu in amd64 installed. I am using CASA.

#253 Malte Marquarding joanne.dawson@… fixed ASAP cannot find tables
Description

I am running ASAP on kaputar to reduce Mopra single pointing data. When using plotter ASAP is unable to locate a number of tables it needs. (Full command history and error output are included at the bottom of this message.) I thought this might be the issue of out-of-date tables mentioned in the FAQ, so I ran asap_update_data, but got the following error:

kaputar-138% asap_update_data Traceback (most recent call last):

File "/usr/local/bin/asap_update_data", line 4, in <module>

import pkg_resources

ImportError?: No module named pkg_resources

Not sure what the problem is or how to proceed. Advice welcome!

---

d = scantable(infile)

Found ATMOPRA data. Auto averaging integrations Importing 2011-10-02_1940-M187.rpf... ASAP>dq = d.auto_quotient() ASAP>plotter.plot(dq) WARN: Requested data table IERSeop97 cannot be found in the searched directories: ./ ./data/ /n/daw100/aips++/dataephemerides/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/dataephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /n/daw100/aips++/datageodetic/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/datageodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ Cannot read IERS table IERSeop97 Calculations will proceed with lower precision WARN: Requested data table IERSpredict cannot be found in the searched directories: ./ ./data/ /n/daw100/aips++/dataephemerides/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/dataephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /n/daw100/aips++/datageodetic/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/datageodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ Cannot read IERS table IERSpredict Calculations will proceed with lower precision No requested dUT1 data available from IERS tables. Proceeding with probably less precision. WARN: Requested data table TAI_UTC cannot be found in the searched directories: ./ ./data/ /n/daw100/aips++/dataephemerides/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/dataephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /n/daw100/aips++/datageodetic/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/datageodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ SEVERE: Cannot read leap second table TAI_UTC WARN: Unable to convert between the input and output SpectralCoordinates? this probably means one is in the REST frame which requires the radial velocity - this is not implemented yet WARN: Requested data table TAI_UTC cannot be found in the searched directories: ./ ./data/ /n/daw100/aips++/dataephemerides/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/dataephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /data/SERPENS_1/mar637/share/casacore/data/ephemerides/ /n/daw100/aips++/datageodetic/ /usr/local/lib/python2.5/site-packages/asap-4.0.0-py2.5.egg/asap/datageodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ /data/SERPENS_1/mar637/share/casacore/data/geodetic/ SEVERE: Cannot read leap second table TAI_UTC WARN: Unable to convert between the input and output SpectralCoordinates? this probably means one is in the REST frame which requires the radial velocity - this is not implemented yet SEVERE: Couldn't convert frequency frame.

#254 Malte Marquarding jvazquez@… feedback RuntimeError: Couldn't convert frequency frame.
Description

ASAP>s = scantable(file, average=True) Found ATMOPRA data. Auto averaging integrations Importing MOPS.rpf...

ASAP>print s


RuntimeError? Traceback (most recent call last)

/home/jose/<ipython console> in <module>()

/usr/lib/pymodules/python2.7/asap/scantable.pyc in str(self)

438 def str(self): 439 tempFile = tempfile.NamedTemporaryFile?()

--> 440 Scantable._summary(self, tempFile.name)

441 tempFile.seek(0) 442 asaplog.clear()

RuntimeError?: Couldn't convert frequency frame.

Note: See TracQuery for help on using queries.