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.zip2. EmissionLineIntegration.jsAdds 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.zipHartmut