Produced by IDL 7.1.1
User Documentation

./contrib
uni2sdfits.pro

Last modification date:
Wed Sep 28 13:27:15 2016

uni2sdfits

procedure uni2sdfits, unifile, sdfitsfile

A procedure to convert a unipops SDD format file to an SDFITS table that can be consumed by GBTIDL.

This uses an sdd object to do the conversion, one scan at a time. The converted scan is then copied into the PDC and keep is used to save that scan to the output file.

This also converts recent data from the 12m which uses the unipops SDD format except that the byte ordering is reversed.

This could use more error checking and reporting.

Contributed By: Bob Garwood, NRAO-CV

Examples
 .com sdd__define ; only need to do this the first time
 .com uni2sdfits
 uni2sdfits,'sdd_hc.wbl_001','sdd_hc.wbl_001.fits'
 
Uses
data_free fileout freeze keep sdd object set_data_container unfreeze
Version
$Id$

Parameters
unifile
in, required
string
The name of the unipops SDD file to be converted.
sdfitsfile
in, required
string
The name of the output SDFITS file to hold the converted values. Note that this simply appends to the end of sdfitsfile if sdfitsfile already exists.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:49 2016