Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 803
News FAQ
Search Home


next up previous contents
Next: SDFITS -> AIPS++ table Up: Getting Data Into Dish Previous: Getting Data Into Dish

UniPOPS SDD -> AIPS++ table

Converting from UniPOPS SDD data to an AIPS++ table readable by DISH currently requires three steps:

  1. Convert UniPOPS SDD data to UniPOPS FITS binary table.

    Use the UniPOPS utility uni2fits to convert the SDD data to FITS binary format. To use the program, you must be logged onto a Sun workstation where UniPOPS has previously been installed and have your path include:

    export popsdir=~unipops/test/
    export PATH=$popsdir/sunbin:$popsdir/utilities:$PATH
    

  2. Convert UniPOPS FITS to standard SDFITS.

    Use the AIPS++ utility uni2sdfits to convert the data file. The syntax is:

    uni2sdfits input=unipops_fits_file output=sdfits_file
    

  3. Convert the SDFITS file to an AIPS++ table. See the next section for the syntax of this step.


next up previous contents
Next: SDFITS -> AIPS++ table Up: Getting Data Into Dish Previous: Getting Data Into Dish   Contents
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2004-08-28