Changes between Initial Version and Version 1 of Ticket #212


Ignore:
Timestamp:
09/24/10 15:51:52 (14 years ago)
Author:
Malte Marquarding
Comment:

Hi Balt,

could you place the output of the following here in this ticket:

which python
which asap_update_data
which asap
python -c "import sys; print sys.path"
python -c "from asap import *"
ls /Library/Python/2.6/site-packages/
ls /Library/Python/2.6/site-packages/asap
ls /Library/Python/2.6/site-packages/asap/data

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #212

    • Property Owner changed from Malte Marquarding to Malte Marquarding
    • Property Status changed from new to assigned
  • Ticket #212 – Description

    initial v1  
    11Then, when running my reduction scripts, these are the messages, the script fails finally on average_pols (which may or may not be related). The same script runs fine on kaputar.
    22
    3 
     3{{{
    44010-09-23 05:50:35      WARN    MeasIERS::fillMeas(MeasIERS::Files, Double) (file measures/Measures/MeasIERS.cc, line 309)      Requested data table IERSpredict cannot be found in the searched directories:
    552010-09-23 05:50:35     WARN    MeasIERS::fillMeas(MeasIERS::Files, Double) (file measures/Measures/MeasIERS.cc, line 309)+     ./
     
    4040    iav = av.average_pol(weight='tsys')
    4141AttributeError: 'NoneType' object has no attribute 'average_pol'
     42}}}