Skip to content

Create a python module that handles .fits file creation #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mattketk opened this issue Feb 6, 2023 · 0 comments
Open

Create a python module that handles .fits file creation #52

mattketk opened this issue Feb 6, 2023 · 0 comments
Labels

Comments

@mattketk
Copy link
Contributor

mattketk commented Feb 6, 2023

Overview

This python module will be responsible for IO of the exposure data coming from the camera.

Use Cases

  • Monochromatic exposure (the easiest one)
  • RGB exposure (will require multiple HDUs)

Requirements

  • takes in image numpy array
  • takes in information about temp, exp. time, image type, timestamp, filter
  • puts in information as header
  • write to file (where it will be later transferred to the client by the Flask server)
@mattketk mattketk added the python label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant