Interval List Format (*.int) Example

stk.v.4.3
# This example interval file was constructed to demonstrate a variety of interval description strings.
# The target scenario for this file contained:
#
# 4 Satellites: Sat, SatRcvr, SatTrk, SatLunar
# 2 Facilities: Baseline.COOK-A, EmitterNetwork.WQEZ
# 1 GNSS Constellation: GPS
#
# The SatRcvr satellite hosted a GNSS Receiver: GNSSRcvr.
# The SatTrk satellite hosted two tracking instruments: Camera (optical), Rcvr (passive RF).
# The SatLunar satellite hosted a tracking instrument: OpNavCamera (optical navigation)
# The WQEZ facility hosted an emitter: RadioTower.
#
BEGIN IntervalList 
	DATEUNITABRV UTCG 
	BEGIN Intervals 
		# Standard ground-based tracking
		"01 Jul 2020 12:00:00.00" "01 Jul 2020 13:00:00.000"  Satellite/Sat "Tracker/Baseline.COOK-A - *"
		
		# Ground-based tracking with custom time step specified in minutes
		"01 Jul 2020 13:00:00.00" "01 Jul 2020 14:00:00.000"  Satellite/SatTrk "Tracker/Baseline.COOK-A - *" DTMin/2
		
		# All methods of tracking satellite SatRcvr
		"01 Jul 2020 14:00:00.00" "01 Jul 2020 15:00:00.000"  Satellite/SatRcvr
		
		# Tracking of all objects from the Stn facility, explicitly specified as Inclusion intervals
		"01 Jul 2020 15:00:00.00" "01 Jul 2020 15:30:00.000"  "Tracker/Baseline.Stn - *"  Sense/Inclusion
		
		# Tracking of the satellite SatRcvr from the space-based tracking instrument Camera
		"01 Jul 2020 15:30:00.00" "01 Jul 2020 16:00:00.000"  "Tracker/SatTrk.Camera - *"  Satellite/SatRcvr
		
		# GNSS observations from a space based receiver
		"01 Jul 2020 16:00:00.00" "01 Jul 2020 16:30:00.000"  "Tracker/SatRcvr.GNSSRcvr - GNSS"  

		# SB TDOA tracking of the RadioTower emitter from the space-based tracking instrument Rcvr
		"01 Jul 2020 18:30:00.00" "01 Jul 2020 19:00:00.000"  Emitter/RadioTower "Tracker/* - SatTrk.Rcvr - SatRcvr" 
		
		# Ground-based tracking of a GNSS satellite using a custom time step specified in seconds
		"01 Jul 2020 19:00:00.00" "01 Jul 2020 19:30:00.000"  Satellite/PRN01 "Tracker/Baseline.COOK-A - *" DTSec/30
		
		# Exclusion of space-based optical tracking of the satellite Sat by the space-based tracking instrument 
		"01 Jul 2020 12:30:00.00" "01 Jul 2020 13:30:00.000"  Satellite/Sat "Tracker/Camera - *" Sense/Exclusion
		
		# Generation of all available tracking data using a custom time step specified in seconds
		"01 Jul 2020 21:00:00.00" "01 Jul 2020 21:30:00.000"  DT/180
		
		# Point or Limb-based OpNav observations of the Moon
		"01 Jul 2020 13:10:00.00" "01 Jul 2020 13:15:00.00"  "Tracker/SatLunar.OpNavCam - Sun.Earth.Moon" 
		
		# Landmark OpNav observations of the Moon - for use with the Simulator.SimulateLandmarkOpNav() method
		"01 Jul 2020 13:10:00.00" "01 Jul 2020 13:15:00.00"  "Tracker/SatLunar.OpNavCam - Sun.Earth.Moon"  Landmark/Moon.02-2-000127
		
	END Intervals
END IntervalList