stvid/configuration.ini-dist

22 lines
768 B
Plaintext
Raw Normal View History

# Configuration file
[Common]
observer_cospar = 9999 # COSPAR number of observer's site
observer_name = Sample Name # Name of observer
observer_lat = 19.8956 # Latitude of location in decimal degrees
observer_lon = -155.2342 # Longitude of location in decimal degrees
observer_el = 100 # Elevation of location in meters
observations_path = /path/to/obs/
2018-11-24 10:40:27 -07:00
tle_path = /path/to/tle/
[Credentials]
st-username = username # Space-track.org username
st-password = password # Space-track.org password
2018-04-21 04:15:14 -06:00
[Camera]
device_id = 0
camera_x = 720 # Camera horizontal pixel count
camera_y = 576 # Camera vertical pixel count
camera_frames = 250 # Camera frames for each image (25fps*10sec=250)