Image order of operations - aaronwmorris/indi-allsky GitHub Wiki

Order of Operations

  1. Dark frame calibration
  2. Save FITS
  3. Calculate jSQM
  4. Stack
  5. Debayer
  6. Save RAW (non-stacked)
  7. Calculate ADU
  8. Stretch (16-bit)
  9. 16-bit Contrast enhance (CLAHE)
  10. Downsample to 8-bit
  11. Detect stars
  12. Line detection
  13. Draw detections
  14. Rotate
    1. 90 degree
    2. Angle
  15. Flip verticle
  16. Flip hoizontal
  17. Crop
  18. White balance
    1. SCNR
    2. Manual WB
    3. Auto WB
  19. Saturation
  20. Contrast enhance (CLAHE)
  21. Colorize (if grayscale)
  22. Image Circle Mask
  23. Logo overlay
  24. Scale image
  25. Fish-eye to Panorama
  26. Label image
    1. Orbs
    2. Cardinal Directions
    3. Text Overlay
  27. Save image

History

Nov 2023

Add cardinal directions

Oct 2023

Moved star and line detection before rotation/flip/crop