Created
May 16, 2021 09:27
-
-
Save tammojan/38b1ab53b3d9aa3e9f1a00f589604b6a to your computer and use it in GitHub Desktop.
CZ-5B reentry observation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# %ECSV 0.9 | |
# --- | |
# datatype: | |
# - {name: datetime, datatype: string} | |
# - {name: ra, unit: deg, datatype: float64} | |
# - {name: dec, unit: deg, datatype: float64} | |
# - {name: azimuth, datatype: float64} | |
# - {name: altitude, datatype: float64} | |
# - {name: mag_data, datatype: float64} | |
# - {name: x_image, unit: pix, datatype: float64} | |
# - {name: y_image, unit: pix, datatype: float64} | |
# delimiter: ',' | |
# meta: !!omap | |
# - {obs_latitude: 30.5975} | |
# - {obs_longitude: 34.76222} | |
# - {obs_elevation: 882.9} | |
# - {origin: 'SkyFit2'} | |
# - {camera_id: 'IL0002'} | |
# - {cx: 1280} | |
# - {cy: 720} | |
# - {photometric_band: 'GAIA G band'} | |
# - {image_file: 'cz-reentry2.mp4'} | |
# - {isodate_start_obs: '2021-05-09T02:09:42.920000'} | |
# - {astrometry_number_stars: 4} | |
# - {mag_label: 'mag'} | |
# - {no_frags: 1} | |
# - {obs_az: 3.8889889009391916} | |
# - {obs_ev: 40.78318111288012} | |
# - {obs_rot: 2.189503385908794} | |
# - {fov_horiz: 88.04364009596894} | |
# - {fov_vert: 46.79769020936867} | |
# schema: astropy-2.0 | |
datetime,ra,dec,azimuth,altitude,mag_data,x_image,y_image | |
2021-05-09T02:09:42.920000,200.800026,+57.654176,324.170319,+23.757489, +8.65, 98.119, 471.303 | |
2021-05-09T02:09:53.160000,214.881984,+68.986165,335.285860,+32.156168, +8.78, 268.250, 413.926 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment