Skip to content
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

Create dark frame #3

Open
martinberoiz opened this issue Oct 13, 2020 · 0 comments
Open

Create dark frame #3

martinberoiz opened this issue Oct 13, 2020 · 0 comments

Comments

@martinberoiz
Copy link
Member

Something like this

def calib_dark_frame(whatever, argument, needed):
    ... # your work here
    return dark_calibration_frame

Where dark_calibration_frame is an astropy.io.fits.PrimaryHDU (you can start by returning a numpy array first and then upgrade).

One of the arguments to this function could be the exposure time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant