Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | atnf | |
Module | atca | |
Tool | atcafiller |
This function does the actual filling of the data from rpfits format files to a MeasurementSet. After the completion of the fill operation you should call the done method to avoid problems with incomplete flushing of the data to disk. You may want to run select before fill, to reduce the amount of data you read in.
- rpf := atcafiller('myms', "/data/RPFITS/1999-01-01_0101.C999 /data/RPFITS/1999-01-01_0202.C999"); - rpf.fill(); - rpf.done(); - myms:=ms('myms'); - myms.nrow(); 1204 - myms.close();