/*
/*                  cc2fits.control - cc2fits FITS export control file.
/*
/* created by:           'cje2c3l'
/* creation date:        Mon Aug 17 15:23:20 1998
/* created at:           Dominion Radio Astrophysical Observatory, Penticton
/* correlator job:       V037a2
/*
/* rootpath: pathname to search for .cxe file etc. Default: current dir
/* rootpath = /home/sol2/ra/vlbiop/jobs/V037a2
/*
/* nfspath: ADDITIONAL nfs paths to look for .std, .bsd files.
/*          Default: as defined in the .cxe file.
/* nfspath = /home/sol2/ra/vlbiop/geod1/V037a2/data
/*
/* vwlen: number of VxWorks CPUs to search for data.  Default: 11 (0...10)
/* vwlen = 11
/*
/* fitssize: approx max FITS file size in bytes.  Default: 100 MByte
fitssize = 100000000
/*
/* fitspath : name of the output device to write the FITS files to.  If this
/* starts with '/dev/nrst', then cc2fits assumes that it is a tape device that
/* it is writing to AND THAT THE TAPE DEVICE IS A NO-(auto)REWIND DEVICE.
/* -- otherwise it assumes an NFS device.  If writing to a tape device, a no
/* auto rewind device MUST ALWAYS BE SPECIFIED.  Up to 2 fitspaths may be spec'd
/* Default: the current working directory.
/* fitspath = /home/sol2/ra/vlbiop/geod1/V037a2/fits
/*
/* fitstable : this defines what additional FITS tables are to be written out
/* Acceptable values are: INTERFEROMETER_MODEL, PHASE_CAL, FLAG
/* Default: none
fitstable = INTERFEROMETER_MODEL
fitstable = PHASE_CAL
fitstable = FLAG
/*
/* windowing : this defines what windowing is done to the data.  It can be
/* HANNING or HAMMING, or NONE.  Default: NONE.
/* windowing = HANNING
/*
/* uv_size: max # records in UV Binary Table.  Default: 500
uv_size = 100000
/*
/* interpolation: 1, 2, 4, 8.  Default: 1
/* interpolation = 2
/*
/* observer: the name of the exp PI.  Max 16 characters. Default: NO_MAN
observer = *?*?*?*?*
/*
/* array_name: the name of the exp array.  Max 16 characters. Default: SVLBI
array_name = *?*?*?*?*
/*
/* utstart: start time for data generation.  Default: start of job.
/* utstart = 1993-318-03:20:00
/*
/* utstop: stop time for data generation.  Default: job stop time.
/* utstop = 1993-318-03:20:00
/*
/* archive: (TRUE or FALSE) defines if raw data is archived. Default: FALSE
/* ***** Be careful when archiving large data sets...anything in the rootpath
/* ***** directory and the CURRENT DIRECTORY is archived!!!
/* archive = TRUE
/*
/* archive_path: raw archive path.  If /dev/nrst... then archive is to a tape
/* devices.  Up to 2 archive paths may be specified.  No Default.

/* 1st path: job archive -- rew+eject after completion (Exabyte).
archive_path = /dev/nrst48

/* 2nd path: bulk archive -- NO rew+eject after completion (DLT).
archive_path = /dev/nrst42
/*
/* archive_del: (TRUE or FALSE).  TRUE if raw disk data is deleted after
/* archive.  FALSE if not.  Default: FALSE.
archive_del = FALSE
