PixInsight Forum (historical)
Software Development => New Scripts and Modules => Topic started by: hvb356 on 2019 September 23 10:11:41
-
Two scripts with my method of continuum subtraction have been updated.
1. CS.js
Subtracts the continuum from a narrowband image (1 channel) and returns a new view. One can then add the reduced view with any amplification to the appropriate broadband channel using PixelMath: $T + reducedView * amplification
Stored in my repository and here: http://www.skypixels.at/HVB_Repository/Z/CS.zip
2. EmissionLineIntegration.js
Adds up to 3 narrowband channels to a RGB image. If more than 3 narrowband images belong to the image, use CS.js instead.
Stored in my repository and here: https://www.skypixels.at/HVB_Repository/Z/EmissionLineIntegration.zip
Hartmut