DaveStrickland / AstroPhotography

Python workflow for processing astrophotography images from either digital cameras and/or amateur telescopes.
GNU General Public License v3.0
20 stars 4 forks source link

Need an end-to-end driver CLI script with simple configuration #2

Open DaveStrickland opened 3 years ago

DaveStrickland commented 3 years ago

The existing v0.2.3 AstroPhotography python classes and command line scripts work well enough processing single images, but don't provide a means to process an entire observing nights worth of images into final form. I'm currently relying on some bash scripts I wrote but they're

I need to prioritize addressing this, in particular having something where a simple and short yaml config can be used, that can also handle vagaries of where users put calibration files.

DaveStrickland commented 3 years ago

Temporarily added the bash scripts I have been using:

src/AstroPhotography/scripts/calibrate_all.sh   src/AstroPhotography/scripts/navigate_all.sh
src/AstroPhotography/scripts/composite_all.sh   src/AstroPhotography/scripts/resample_all.sh