panoptes / POCS

An Observatory Control System for the PANOPTES citizen-science project designed to help find transiting exoplanets! :telescope: :stars:
https://pocs.readthedocs.io/en/latest/
MIT License
77 stars 49 forks source link

Basics of cloud logging. #1198

Closed wtgee closed 4 months ago

wtgee commented 9 months ago

Send the logs to the cloud. This is mostly implemented for use with the pocs run scripts.

Example:

pocs run --cloud-logging alignment

Note: must have a valid PAN_ID and download key.

Related to (and maybe replaces) #961