bolides.fov_utils.get_obs_intervals#
- bolides.fov_utils.get_obs_intervals(satellite)[source]#
Get the operational intervals and FOV orientations of a GOES satelliteās GLM.
Reads the packaged
data/glm##_obs.csvfile that records when the given satellite was active and, for GOES-17, which yaw-flip orientation it was in.- Parameters:
- satellite: int or str
A GOES satellite identifier accepted by
_normalize_satellite(e.g.16,'g16','glm-16','goes-16').
- Returns:
DataFrameA frame with at least the columns
boundary,startandend.start/endare ISO-format date strings (endmay be empty, meaning āstill activeā);boundaryis a name understood byget_boundary.