Reports are ascii text files which the user can use to evaluate the schedule.
The report generation is done using static member functions derived from class
Report.
The various reports are summarized in the following:
- Summary - class
VLA.WriteSummaryRpt
This is terse, one line per scan report giving positions, start, stop
and dwell times (time on source) as well as apparent positions (az,
el).
- Scheduling - class
VLA.WriteScheduleRpt
This report gives the basic celestial position, time and apparent
positions using several lines per scan.
- Frequency - class
VLA.WriteFreqRpt
This report gives the position and frequency information for each scan.
- Time-on-source - class
VLA.WriteTOSRpt
This report summarizes the total time and range of observing geometry
used for each source.
- Analyst's - class
VLA.WriteAnalystRpt
This is a terse position and frequency report.
- Full - class
VLA.WriteFullRpt
This is a very verbose report giving great detail about each scan.