SMA Quick Links
DR home
Convert format
Using CASA
Tutorials
FAQs

Converting SMA Data Format


Here we are primarily concesrned with comverting raw SMA data format to a CASA compatible type - either UVFITS or direct to measurement set.

MethodDetailsPublic AvailabilityStatus
pyuvdataPython interface to convert between interferomteric data formats Conda Working + ongoing development
mir2msMIR/IDL command to convert raw SMA data to CASA MS MIR GithubWorking
autofitsMIR/IDL command to convert calibrated SMA data to UVFITS MIR GithubWorking


pyuvdata

Visit the pyuvdata SMA issues page to see current known issues and report any new SMA related ones.

Pyuvdata is a python interface to interferometric datasets. It allows the conversion of datasets from one format to another with multiple data formats supported. Here we give the example of converting SMA data from raw MIR/IDL format to UVFITS and CASA measurement set.


mir2ms

mir2ms is a MIR task that converts a raw uncalibrated SMA dataset to CASA measurment. It uses the autofits MIR task to write the data out as UVFITS file; it follows this up by launching CASA and running an SMA package to import and concatenate the UVFITS files into a single measurment set.

We encourage users to report any issues to Holly Thomas (holly.thomas@cfa.harvard.edu).


autofits

This option converts data already calibrated in MIR to CASA measurement set format. The data are written out in UVFITS format from MIR, then the provided script (see link below) must be used to import it to CASA.