Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/asap/cookbook/node40.html
Дата изменения: Unknown Дата индексирования: Tue Feb 5 06:34:08 2013 Кодировка: Поисковые слова: meteor |
RPFITS files to not contain any information as to whether the telescope calibration was in units of Kelvin or Janskys. On reading the data a default value is set depending on the telescope and frequency of observation. If this default is incorrect (you can see it in the listing from the summary function) the user can either override this value on reading the data or later. E.g:
ASAP> scans = scantable(('2004-11-23_1841-P484.rpf', unit='Jy') # Or in two steps ASAP> scans = scantable(('2004-11-23_1841-P484.rpf') ASAP> scans.set_fluxunit('Jy)