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

Define tasks for Scheduler #7

Open
martinberoiz opened this issue Feb 13, 2019 · 2 comments
Open

Define tasks for Scheduler #7

martinberoiz opened this issue Feb 13, 2019 · 2 comments
Assignees

Comments

@martinberoiz
Copy link
Member

No description provided.

@martinberoiz
Copy link
Member Author

This may be dependent on tofu's and telescope's API, as well as other pipelines' API?

@martinberoiz
Copy link
Member Author

martinberoiz commented Mar 18, 2019

These would be the tasks available from TOFU:

do_calibrate: Calibrate a list of object frames
do_dark_master(dark_list): Median combine a list of dark frames
do_flat_combine(flat_list): Median combine a list of flat frames
do_flat_master(combined_flat, master_dark): Subtract master dark frame from combined flat frame
do_stack(object_list, directory): Stack a list of object frames

These would be the tasks available from lightcurve:
plot: Create a timeseries plot of stars
align: Align images from image_list
extract: Create catalog of sources
matchcat: Match catalogs using Astropy matching
paralign: Parallel processing: Align images from image_list
parextract: Create catalog of sources
do_lightcurve: No description
do_deepsky: No description
astrometry: No description

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

2 participants