toymil / astrophotography_stack_align

Align sequence of star field / astro images taken with a stationary camera (stationary relative to all those stars light years away).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astrophotography Stack Align

Technically nothing new.

Brief Description

Align sequence of star field / astro images taken with a stationary camera (stationary relative to all those stars light years away).

End Result Example See full size images under .github/image/ folder.

Usage

Read the content of main.py to see how to use this program (really not much code, with comments). If you want to test different settings or is not familiar with writing codes, it is recommended to test your codes in interactive python shells like IPython or Jupyter Notebook.

Check out those jupyter notebooks under folder math/ to see how it works. All the processing logic is in file image.py, cross reference it with jupyter notebooks.

TO-DOs

  • find test samples in multiple focal length (especially wide angle)
  • use actually correct workflow
    • do calibration before stacking (because stack align shifts image, so doing it after stacking is not mathematically correct)
  • various TODOs in the code
  • super resolution
  • bypass demosaic
  • run some stages on GPU?
  • increase bit precision in the pipeline
  • multi thread

Dependencies

Acknowledgement

About

Align sequence of star field / astro images taken with a stationary camera (stationary relative to all those stars light years away).


Languages

Language:Jupyter Notebook 82.1%Language:Python 17.9%