So, I messed up when collecting data yesterday. I have a luminance stack which is binned 1x1, and Ha and Oiii stacks binned 2x2. Unfortunately, all of my my flats and darkflats are binned 1x1 -- I made a mistake in configuration, and forgot to bin the flats for the Ha and Oiii filters as 2x2. Of course, DSS cannot stack them together.
So I thought to myself, StarTools can bin them for me -- if I stack the flats I have and bin the master flat, that will probably be better than just resizing it, right? And then I can stack using the binned master flat and all will be good. Yaay! Situation rescued!
Except...I do the following:
Code: Select all
-----------------------------------------------------------
StarTools 1.5.364
Mon Aug 26 13:13:10 2019
-----------------------------------------------------------
File loaded [E:\TARGETS\RING\FLAT\MasterFlat_Ha.tif].
Image size is 5440 x 3648
---
Type of Data: Linear, was not Bayered, or was Bayered + white balanced
--- Bin
Parameter [Scale] set to [(scale/noise reduction 50.00%)/(400.00%)/(+2.00 bits)]
Image size is 2720 x 1824
File saved [E:\TARGETS\RING\FLAT\MasterFlat_Ha_Binned.tiff].
So then I tried this:
Code: Select all
-----------------------------------------------------------
StarTools 1.5.364
Mon Aug 26 13:26:42 2019
-----------------------------------------------------------
File loaded [E:\TARGETS\RING\FLAT\MasterFlat_Ha.tif].
Image size is 5440 x 3648
---
Type of Data: Linear, was not Bayered, or was Bayered + white balanced
--- Bin
Parameter [Scale] set to [(scale/noise reduction 50.00%)/(400.00%)/(+2.00 bits)]
Image size is 2720 x 1824
--- Color
Parameter [Cap Green] set to [Sliders Reduce Color Bias]
Parameter [Bias Slider Mode] set to [Scientific (Color Constancy)]
Parameter [Style] set to [Straight CIELab Luminance Retention]
Parameter [LRGB Method Emulation] set to [UNKNOWN]
Parameter [Dark Saturation] set to [2.00]
Parameter [Bright Saturation] set to [Full]
Parameter [Saturation Amount] set to [0 %]
Parameter [Blue Bias Reduce] set to [1.00]
Parameter [Green Bias Reduce] set to [1.00]
Parameter [Red Bias Reduce] set to [1.00]
Parameter [Mask Fuzz] set to [1.0 pixels]
Parameter [UNKNOWN] set to [0 %]
File saved [E:\TARGETS\RING\FLAT\MasterFlat_Ha_Binned.tiff].
What am I doing wrong and/or misunderstanding?
-simon