Custom Query (241 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (199 - 201 of 241)

Ticket Owner Reporter Resolution Summary
#250 Malte Marquarding StacyMader fixed ASAP 3.1.0 cannot process MX scan script
Description

In running a script on MX Multibeam data with ASAP 3.1.0, I get the following error (script works under 3.0.0):

ASAP>execfile('mx.py')
Found ATPKSMB data.
Auto averaging integrations
Importing 2011-09-27_0551-P000_WKK5999_test.mbf...
SEVERE: STMath::quotient: no matching off
SEVERE: 'NoneType' object has no attribute '_add_history'
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)

/p/observer/radioschool/<ipython console> in <module>()

/p/observer/radioschool/mx.py in <module>()
      8 # Average all beam dat atogether
      9 
---> 10 avb = q.average_beam()
     11 
     12 # Average pols together

AttributeError: 'NoneType' object has no attribute 'average_beam'
#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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.