Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On occasion, one may want to download a small subset of data for quick checks, without waiting on the SARAO archive data transfer queue. In this case, it is possible to obtain the direct link to the rdb file (see article on archive), and run mvftoms on a local machine across the network.

Code Block
#katdal can be installed using pip
pip install katdal

#get the link to the rdb file from the archive <katdal link>
#you can use various selection options, including binning in time or channels
mvftoms.py --target J1939-6342 --flags '' --dumptime 60 -o newms.ms <katdal link>

Using katdal to directly access data objects in the archive

...