Changes between Initial Version and Version 1 of Ticket #212
- Timestamp:
- 09/24/10 15:51:52 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #212
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #212 – Description
initial v1 1 1 Then, 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. 2 2 3 3 {{{ 4 4 010-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: 5 5 2010-09-23 05:50:35 WARN MeasIERS::fillMeas(MeasIERS::Files, Double) (file measures/Measures/MeasIERS.cc, line 309)+ ./ … … 40 40 iav = av.average_pol(weight='tsys') 41 41 AttributeError: 'NoneType' object has no attribute 'average_pol' 42 }}}