Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/asap/userguide/node26.html
Дата изменения: Unknown
Дата индексирования: Tue Feb 5 07:52:34 2013
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п р п
Scantable constructor

Scantable constructor

This loads all of the data from filename into the scantable object scans and averages all the data within a scan (i.e. the resulting scantable will have one row per scan). The recognised input file formats are RPFITS, SDFITS (singledish fits), ASAP's scantable format and aips++ MeasurementSet2 format.

Example usage:

  ASAP>scan = scantable('2004-11-23_1841-P484.rpf')

  # Don't scan average the data
  ASAP>scan = scantable('2004-11-23_1841-P484.rpf', average=False)



Malte Marquarding 2007-08-16