kerel-fs / spectranalysis

The SatNOGS Artifacts Waterfall viewer provides ways to load of SatNOGS Artifacts (HDF5 files), displays the contained waterfall file and provides an interface for extracing timestamped frequency measurements from it.
https://kerel-fs.github.io/spectranalysis/example.html
GNU Affero General Public License v3.0
2 stars 2 forks source link

Read TLE, frequency and station location from artifacts #4

Closed kerel-fs closed 3 years ago

kerel-fs commented 3 years ago

:lady_beetle: Problem Currently the TLE, frequency and station location has to be provided by the user. This is a tedious process involving three copy-and-paste step from the observation page in SatNOGS.

:bulb: Possible Solutions In the future this metadata will be available from the artifacts file itself. The waterfall viewer should read this data from the artifacts file then. The user input fields are then not needed anymore and can be removed.

:file_cabinet: Related issues Blocked by satnogs-client#548.

kerel-fs commented 3 years ago

Fixed with kerel-fs/spectroplot-js@f7c17af and kerel-fs/spectranalysis@1df8727.