Metadata-Version: 2.1
Name: rolling-snapshot-proposal-editor
Version: 1.2.0a0
Summary: UNKNOWN
Home-page: https://github.com/bkornpob/Rolling-Snapshot-Proposal-Editor.git
Author: Kornpob Bhirombhakdi
Author-email: kbhirombhakdi@stsci.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.
Description-Content-Type: text/markdown

# Rolling Snapshot Proposal Editor

This package contains routines to edit HST Proposal 16882: UV Spectroscopy of Astronomical Transients through Rolling Snapshots weekly during the program in Cycle 29.

Installation: pip install rolling_snapshot_proposal_editor

Demo: package_path/demo/demo.ipynb

Basic use cases:

1. Downloading Google Sheet directly -- see GoogleSheetReader class.

2. Updating the target list given the sheet -- see update_targetlist_from_sheet function.

3. Updating visits given the sheet -- see update_visits_from_sheet function.


