Package edu.nrao.sss.model.project.scan

Scan object model.

See:
          Description

Class Summary
DelayScan A scan that is used to determine the timing delays needed to synchronize the incoming signals for antennas in an array.
DelayScanValidator A validator of delay scans.
DelaySetting A setting used in a DelayScan.
DelaySettingValidator A validator of delay settings.
FocusOffset An offset used by a FocusScan.
FocusOffsetValidator A validator of focus offsets.
FocusScan A scan that holds a list of focus offsets.
FocusScanValidator A validator of focus scans.
PointingPosition A position used by a PointingScan.
PointingPositionValidator A validator of pointing positions.
PointingScan A scan that holds a list of pointing positions.
PointingScanValidator A validator of pointing scans.
Scan A sequence of one or more observations that share a single goal.
ScanBuilder Helper for test classes; builds scans and their components.
ScanDopplerSpecs A grouping of a sky position, radial velocity, and rest frame for specifying Doppler tracking information for a scan.
ScanLoop A loop of scans and scan loops.
ScanLoopElement The abstract parent of both Scan and ScanLoop.
ScanLoopValidator A validator of scan loops.
ScanTimeSpecification Specification for the timing of a Scan.
SimpleScan The simplest variety of a Scan.
SimpleScanValidator A validator of scans.
SwitchingScan A scan that holds a list of switch settings.
SwitchingScanValidator A validator of switching scans.
SwitchSetting A switch setting used by a SwitchingScan.
SwitchSettingValidator A validator of switch settings.
TippingPosition A position used by a TippingScan.
TippingPositionValidator A validator of tipping positions.
TippingScan A scan that tips the telescope to several elevations along a given azimuth.
TippingScanValidator A validator of tipping scans.
 

Enum Summary
AntennaWrap A representation of the "wrapping" of an antenna.
PositionType An indicator for interpreting a position as either absolute or relative.
ScanIntent An enumeration of the reasons for which a scan is made.
ScanMode An enumeration of the kinds of observations that may be performed on a source.
ScanTimeType An enumeration of the different kinds of time associated with a Scan.
TippingOrder The direction in which to tip an antenna.
 

Package edu.nrao.sss.model.project.scan Description

Scan object model.

The classes in this package represent problem-domain objects. They are not tied to any particular persistence mechanism or presentation framework. They are the model classes within a model / view / controller construct.

Class Diagrams

Package
  1. Project Model - Major Objects
  2. Scan Subclasses
Scan Details
  1. SimpleScan
  2. FocusScan
  3. PointingScan
  4. DelayScan
  5. TippingScan
  6. SwitchingScan
  7. ScanLoop
  8. Connecting to Sources

Since:
2006-07-25
Author:
David M. Harland


Copyright © 2009. All Rights Reserved.