Releases: deepskystacker/DSS
DeepSkyStacker 5.1.8 Beta 5
Welcome to DeepSkyStacker 5.1.8 Beta 5
This release is all about finishing the conversion of the code to use Qt instead of MFC. That said, there are a few bug fixes,
and a number of enhancements as well. This isn't a complete list as many changes were made to improve code quality and
performance.
Only 64 bit versions of Windows 10 and later are supported in this release.
Scroll to the bottom of this page to download DSS-Setup.exe
To run the downloaded executable:
RIght-click on DSS-Setup.exe after you have downloaded it and select Properties. At the bottom of the first tab you will see a message saying:
Select "Unblock", and click on OK. You should then be able to run the installer.
If you need a version of DeepSkyStacker that will run on older versions of Windows or on 32 bit versions, you should use DeepSkyStacker 4.2.6:
https://github.com/deepskystacker/DSS/releases/tag/4.2.6
Known problems:
-
When the image exposure is less than 1ms and double-click to edit is used, if the user clicks away from the editor, then the exposure is set to zero.
This requires too much work to fix in this release, as we will need to implement our own edit control. -
If you install DeepSkyStacker and it won’t startup, then it is likely that you have hit a problem caused by another application’s install
procedure overwriting msvcp140.dll with a back-level version.If this is the case, then you will find that the log file in “My Documents\DeepSkyStacker” contains lines like:
00000030 2024/06/19 21:30:57.010 028564 00003520 >00007FFC81353020 (MSVCP140): (filename not available): Thrd_yield
00000030 2024/06/19 21:30:57.010 028564 00003520 >
00000031 2024/06/19 21:30:57.011 028564 00003520 >C:\Users\amonra...\DeepSkyStackerKernel\Workspace.cpp (456): Workspace::WorkspaceThe solution to this problem is to download the latest version of the Visual C++ re-distributable (vc_redist) for x64 from:
https://aka.ms/vs/17/release/vc_redist.x64.exe
and running it, selecting the “Repair” option.For more details of the issue please see:
https://stackoverflow.com/questions/78598141/first-stdmutexlock-crashes-in-application-built-with-latest-visual-studio
Changes for DeepSkyStacker 5.1.8:
-
Bug fix: When saving the project to a file-list, a default file name is suggested which is equal to the name of the current directory.
-
Bug fix: The circles around the stars and the comet stayed even after clearing the file list.
-
Lower the minimum detection threshold for registering from 2% to 1%.
-
Bug fix: Crash caused by trying to de-bayer 32 bits FITS files with the method AHD.
-
Bug fix: AVX support to prevent Illegal Instruction problem on earlier CPU types (e.g. Xeon X5650).
-
Bug fix: Add check box to control display of Black/White clipping in Processing panel.
-
Bug fix: Custom rectangle produces a partly empty stacking result when the SIMD acceleration is turned ON.
-
Implement an automatic threshold for star detection (which is the default) and a much better image quality indication (Quality) which is a
Gaussian mean of star quality as compared to the Score which was the sum of all star qualities (calculated differently) and was dependent
on the number of stars as well as their quality.The automatic threshold will be in the range 0.05% and 100%, and the target number of stars is ~50.
The new Quality metric is primarily based on the average circularity ("roundness") of the stars in the image. It is
largely independent of the number of detected stars.The background level, to which the star detection threshold refers, is now calculated locally per 250x250 pixel square rather than
globally over the entire image. This compensates for any background illumination gradients.All light frame sorting criteria have been switched to use the new Quality value instead of the Score (e.g. for stacking the best x% light frames).
The first light frame to register will be either the first in the frame list, or the reference frame (if one was chosen). If auto-threshold
is used, the detected threshold of this light frame will serve as the basis for the threshold search of the following frames.We suggest that you ensure that the first registered light frame is not significantly darker then the other frames (brighter is no problem),
otherwise the number of detected stars might be very high. -
Bug fix: Computation of the final star centres has been corrected. The old version was slightly biased towards left/up of the real centre.
-
Finish conversion of code to Qt - there should be no MFC stuff left.
-
Upgrade LibRaw to 0.23.1
-
Upgrade LibTIFF to 4.7.0
-
Bug fix: Fix broken handling of Up-Arrow, Right-Arrow, Down-Arrow, Left-Arrow; Page-Up and Page-Down keys for the sliders of the gradient control.
-
Bug fix: Attempting to load a FITS file from the image list failed with a message: "Failed to load ...". This was caused by a change in the Mime
types database shipped with the latest version of Qt. It used to assign a type of "image/fits" to FITS files, but now assigns "application/fits". -
Remove the code to check for LibRaw support of a camera. The data in the camera list wasn't really good for that check and resulted in false
negatives and false positives however hard we tried to "tweak" the code to check against that list.This shouldn't cause any problems as a "not supported" decision simply resulted in a single warning message.
-
Bug fix: Add a small windows resource file so the application icon gets set.
-
Write all output text streams to a QByteArray buffer, and then use a single QFile::write() to write them.
-
Changes to allow the DeepSkyStacker main window to display correctly on a monitor with an effective size of 1280720 (19201080 at 150% scaling).
This was achieved by moving the controls for the processing panel into the lower dockable window and allowing the displayed image to have a
minimum height of 100 pixels. If you need to show the image larger, undock the lower dock window. -
Add translations for Simplified Chinese thanks to 张博 (Zhang Bo).
Changes for DeepSkyStacker 5.1.6
-
Bug fix: The Image List dock widget was not always visible (e.g. after DSS was maximised and then closed with the processing dialog visible).
-
Modify CFITSIO 4.3.0 to support UTF-8 file names. The fix has been submitted to the FITSIO team who look like they will adopt it.
-
Bug fix: Bright stars was had a black centre (another cause of this fixed).
-
Support for non-ASCII characters in the path of the trace file.
-
Support for non-ASCII characters in the interprocess file lock.
-
Support for non-ASCII characters in the data to be written to the trace file.
-
Bug fix: Crash calling getValue() for colour images.
-
Bug fix: Problems with handling the name of directory for temporary file
-
Bug fix: Monochrome JPEG and PNG images wouldn't load.
-
Show white clipping and dark clipping in the Processing panel editing function as Red and Blue respectively. Provide an option to enable/disable this.
-
Bug fix: Error processing colour TIFF files - code was checking for CFA information when it should not have.
-
Bug fix: File groups messed up after clearing the image list.
-
Bug fix: The output file did not have an appended file number when created from a file list name.
-
Bug fix: If another file list is selected the output file name was not updated.
-
Make the default path for a new file list the parent folder of the first light frame.
-
Bug fix: Unable to load monochrome JPEG or PNG files.
-
Bug fix: The picture list lost focus as an image finished loading.
-
Bug fix: FITSUtil::Open() did not correctly parse a FITS DATE-OBS or TIME-OBS containing milliseconds.
-
Bug fix: A number of problems with star and comet editing were fixed thanks to Martin Toeltsch.
-
Bug fix: Remove developer debugging code that required a C:\temp directory and just exited if it wasn't there.
-
Insert a "-" character beween filelist name and numeric suffix so the output file is called e.g.: NGC7331-001.tif rather NGC7331001.tif
-
Bug fix: Allow only one frame to be selected as the "reference frame".
Changes for DeepSkyStacker 5.1.5
-
Write Intermediate TIFF format files with COMPRESSION_NONE. Final output files will still be compressed.
-
Remove any .stackinfo.txt files that already exist when re-registering images.
This prevents incorrect registration of images when changing stacking settings and de-Bayer settings. -
Change Raw/FITS DDP settings so that the Bayer transformation (Bilinear/AHD/Drizzle/SuperPixel) on the two tabs “mirror one another”.
That’s to say if you change those settings on the FITS tab, then the RAW tab is also changed and vice-versa.
There are no longer separate settings for the Bayer transformation for RAW and FITS (which has caused problems in the past). -
Bug fix: Revert change to create masters as float - it caused incompatibility problems.
Changes for DeepSkyStacker 5.1.4
-
Upgrade CFITSIO library to 4.2.0
-
Always create a trace file in the DeepSkyStacker sub-folder of the user's Documents folder. The file will be called e.g.
DSSTrace_yyyy-mm-ddThh-hh-ssZ.log where the timestamp is GMT (UTC) time.
The trace file will be deleted on normal application exit, but retained in the event of an exception.
An option is provided to keep the file. -
Add both Main Group and Group 1 at startup.
-
Initial code changes for ...
DeepSkyStacker 5.1.8 Beta 4
Welcome to DeepSkyStacker 5.1.8 Beta 4
This release is all about finishing the conversion of the code to use Qt instead of MFC. That said, there are a few bug fixes,
and a number of enhancements as well. This isn't a complete list as many changes were made to improve code quality and
performance.
Only 64 bit versions of Windows 10 and later are supported in this release.
Scroll to the bottom of this page to download DSS-Setup.exe
To run the downloaded executable:
RIght-click on DSS-Setup.exe after you have downloaded it and select Properties. At the bottom of the first tab you will see a message saying:
Select "Unblock", and click on OK. You should then be able to run the installer.
If you need a version of DeepSkyStacker that will run on older versions of Windows or on 32 bit versions, you should use DeepSkyStacker 4.2.6:
https://github.com/deepskystacker/DSS/releases/tag/4.2.6
Known problems:
-
When the image exposure is less than 1ms and double-click to edit is used, if the user clicks away from the editor, then the exposure is set to zero.
This requires too much work to fix in this release, as we will need to implement our own edit control. -
If you install DeepSkyStacker and it won’t startup, then it is likely that you have hit a problem caused by another application’s install
procedure overwriting msvcp140.dll with a back-level version.If this is the case, then you will find that the log file in “My Documents\DeepSkyStacker” contains lines like:
00000030 2024/06/19 21:30:57.010 028564 00003520 >00007FFC81353020 (MSVCP140): (filename not available): Thrd_yield
00000030 2024/06/19 21:30:57.010 028564 00003520 >
00000031 2024/06/19 21:30:57.011 028564 00003520 >C:\Users\amonra...\DeepSkyStackerKernel\Workspace.cpp (456): Workspace::WorkspaceThe solution to this problem is to download the latest version of the Visual C++ re-distributable (vc_redist) for x64 from:
https://aka.ms/vs/17/release/vc_redist.x64.exe
and running it, selecting the “Repair” option.For more details of the issue please see:
https://stackoverflow.com/questions/78598141/first-stdmutexlock-crashes-in-application-built-with-latest-visual-studio
Changes for DeepSkyStacker 5.1.8:
-
Bug fix: When saving the project to a file-list, a default file name is suggested which is equal to the name of the current directory.
-
Bug fix: The circles around the stars and the comet stayed even after clearing the file list.
-
Lower the minimum detection threshold for registering from 2% to 1%.
-
Bug fix: Crash caused by trying to de-bayer 32 bits FITS files with the method AHD.
-
Bug fix: AVX support to prevent Illegal Instruction problem on earlier CPU types (e.g. Xeon X5650).
-
Bug fix: Add check box to control display of Black/White clipping in Processing panel.
-
Bug fix: Custom rectangle produces a partly empty stacking result when the SIMD acceleration is turned ON.
-
Implement an automatic threshold for star detection (which is the default) and a much better image quality indication (Quality) which is a
Gaussian mean of star quality as compared to the Score which was the sum of all star qualities (calculated differently) and was dependent
on the number of stars as well as their quality.The automatic threshold will be in the range 0.05% and 100%, and the target number of stars is ~50.
The new Quality metric is primarily based on the average circularity ("roundness") of the stars in the image. It is
largely independent of the number of detected stars.The background level, to which the star detection threshold refers, is now calculated locally per 250x250 pixel square rather than
globally over the entire image. This compensates for any background illumination gradients.All light frame sorting criteria have been switched to use the new Quality value instead of the Score (e.g. for stacking the best x% light frames).
The first light frame to register will be either the first in the frame list, or the reference frame (if one was chosen). If auto-threshold
is used, the detected threshold of this light frame will serve as the basis for the threshold search of the following frames.We suggest that you ensure that the first registered light frame is not significantly darker then the other frames (brighter is no problem),
otherwise the number of detected stars might be very high. -
Bug fix: Computation of the final star centres has been corrected. The old version was slightly biased towards left/up of the real centre.
-
Finish conversion of code to Qt - there should be no MFC stuff left.
-
Upgrade LibRaw to 0.23.1
-
Upgrade LibTIFF to 4.7.0
-
Bug fix: Fix broken handling of Up-Arrow, Right-Arrow, Down-Arrow, Left-Arrow; Page-Up and Page-Down keys for the sliders of the gradient control.
-
Bug fix: Attempting to load a FITS file from the image list failed with a message: "Failed to load ...". This was caused by a change in the Mime
types database shipped with the latest version of Qt. It used to assign a type of "image/fits" to FITS files, but now assigns "application/fits". -
Remove the code to check for LibRaw support of a camera. The data in the camera list wasn't really good for that check and resulted in false
negatives and false positives however hard we tried to "tweak" the code to check against that list.This shouldn't cause any problems as a "not supported" decision simply resulted in a single warning message.
-
Bug fix: Add a small windows resource file so the application icon gets set.
-
Write all output text streams to a QByteArray buffer, and then use a single QFile::write() to write them.
-
Changes to allow the DeepSkyStacker main window to display correctly on a monitor with an effective size of 1280720 (19201080 at 150% scaling).
This was achieved by moving the controls for the processing panel into the lower dockable window and allowing the displayed image to have a
minimum height of 100 pixels. If you need to show the image larger, undock the lower dock window.
Changes for DeepSkyStacker 5.1.6
-
Bug fix: The Image List dock widget was not always visible (e.g. after DSS was maximised and then closed with the processing dialog visible).
-
Modify CFITSIO 4.3.0 to support UTF-8 file names. The fix has been submitted to the FITSIO team who look like they will adopt it.
-
Bug fix: Bright stars was had a black centre (another cause of this fixed).
-
Support for non-ASCII characters in the path of the trace file.
-
Support for non-ASCII characters in the interprocess file lock.
-
Support for non-ASCII characters in the data to be written to the trace file.
-
Bug fix: Crash calling getValue() for colour images.
-
Bug fix: Problems with handling the name of directory for temporary file
-
Bug fix: Monochrome JPEG and PNG images wouldn't load.
-
Show white clipping and dark clipping in the Processing panel editing function as Red and Blue respectively. Provide an option to enable/disable this.
-
Bug fix: Error processing colour TIFF files - code was checking for CFA information when it should not have.
-
Bug fix: File groups messed up after clearing the image list.
-
Bug fix: The output file did not have an appended file number when created from a file list name.
-
Bug fix: If another file list is selected the output file name was not updated.
-
Make the default path for a new file list the parent folder of the first light frame.
-
Bug fix: Unable to load monochrome JPEG or PNG files.
-
Bug fix: The picture list lost focus as an image finished loading.
-
Bug fix: FITSUtil::Open() did not correctly parse a FITS DATE-OBS or TIME-OBS containing milliseconds.
-
Bug fix: A number of problems with star and comet editing were fixed thanks to Martin Toeltsch.
-
Bug fix: Remove developer debugging code that required a C:\temp directory and just exited if it wasn't there.
-
Insert a "-" character beween filelist name and numeric suffix so the output file is called e.g.: NGC7331-001.tif rather NGC7331001.tif
-
Bug fix: Allow only one frame to be selected as the "reference frame".
Changes for DeepSkyStacker 5.1.5
-
Write Intermediate TIFF format files with COMPRESSION_NONE. Final output files will still be compressed.
-
Remove any .stackinfo.txt files that already exist when re-registering images.
This prevents incorrect registration of images when changing stacking settings and de-Bayer settings. -
Change Raw/FITS DDP settings so that the Bayer transformation (Bilinear/AHD/Drizzle/SuperPixel) on the two tabs “mirror one another”.
That’s to say if you change those settings on the FITS tab, then the RAW tab is also changed and vice-versa.
There are no longer separate settings for the Bayer transformation for RAW and FITS (which has caused problems in the past). -
Bug fix: Revert change to create masters as float - it caused incompatibility problems.
Changes for DeepSkyStacker 5.1.4
-
Upgrade CFITSIO library to 4.2.0
-
Always create a trace file in the DeepSkyStacker sub-folder of the user's Documents folder. The file will be called e.g.
DSSTrace_yyyy-mm-ddThh-hh-ssZ.log where the timestamp is GMT (UTC) time.
The trace file will be deleted on normal application exit, but retained in the event of an exception.
An option is provided to keep the file. -
Add both Main Group and Group 1 at startup.
-
Initial code changes for Qt 6.5.1 Dark/Light Theme support
-
Add an option to turn off beeps ...
DeepSkyStacker 5.1.6
Welcome to DeepSkyStacker 5.1.6
Only 64 bit versions of Windows 10 and later are supported in this release.
If you need a version of DeepSkyStacker that will run on older versions of Windows or on 32 bit versions, you should use DeepSkyStacker 4.2.6:
https://github.com/deepskystacker/DSS/releases/tag/4.2.6
To run the downloaded executable:
RIght-click on DSS-Setup.exe after you have downloaded it and select Properties. At the bottom of the first tab you will see a message saying:
Select "Unblock", and click on OK. You should then be able to run the installer.
Known problems:
-
When the image exposure is less than 1ms and double-click to edit is used, if the user clicks away from the editor, then the exposure is set to zero.
This requires too much work to fix in this release, as we will need to implement our own edit control.
Changes for DeepSkyStacker 5.1.6
-
Bug fix: The Image List dock widget was not always visible (e.g. after DSS was maximised and then closed with the processing dialog visible).
-
Modify CFITSIO 4.3.0 to support UTF-8 file names. The fix has been submitted to the FITSIO team who look like they will adopt it.
-
Bug fix: Bright stars was had a black centre (another cause of this fixed).
-
Support for non-ASCII characters in the path of the trace file.
-
Support for non-ASCII characters in the interprocess file lock.
-
Support for non-ASCII characters in the data to be written to the trace file.
-
Bug fix: Crash calling getValue() for colour images.
-
Bug fix: Problems with handling the name of directory for temporary file
-
Bug fix: Monochrome JPEG and PNG images wouldn't load.
-
Show white clipping and dark clipping in the Processing panel editing function as Red and Blue respectively. Provide an option to enable/disable this.
-
Bug fix: Error processing colour TIFF files - code was checking for CFA information when it should not have.
-
Bug fix: File groups messed up after clearing the image list.
-
Bug fix: The output file did not have an appended file number when created from a file list name.
-
Bug fix: If another file list is selected the output file name was not updated.
-
Make the default path for a new file list the parent folder of the first light frame.
-
Bug fix: Unable to load monochrome JPEG or PNG files.
-
Bug fix: The picture list lost focus as an image finished loading.
-
Bug fix: FITSUtil::Open() did not correctly parse a FITS DATE-OBS or TIME-OBS containing milliseconds.
-
Bug fix: A number of problems with star and comet editing were fixed thanks to Martin Toeltsch.
-
Bug fix: Remove developer debugging code that required a C:\temp directory and just exited if it wasn't there.
-
Insert a "-" character beween filelist name and numeric suffix so the output file is called e.g.: NGC7331-001.tif rather NGC7331001.tif
-
Bug fix: Allow only one frame to be selected as the "reference frame".
Changes for DeepSkyStacker 5.1.5
-
Write Intermediate TIFF format files with COMPRESSION_NONE. Final output files will still be compressed.
-
Remove any .stackinfo.txt files that already exist when re-registering images.
This prevents incorrect registration of images when changing stacking settings and de-Bayer settings. -
Change Raw/FITS DDP settings so that the Bayer transformation (Bilinear/AHD/Drizzle/SuperPixel) on the two tabs “mirror one another”.
That’s to say if you change those settings on the FITS tab, then the RAW tab is also changed and vice-versa.
There are no longer separate settings for the Bayer transformation for RAW and FITS (which has caused problems in the past). -
Bug fix: Revert change to create masters as float - it caused incompatibility problems.
Changes for DeepSkyStacker 5.1.4
-
Upgrade CFITSIO library to 4.2.0
-
Always create a trace file in the DeepSkyStacker sub-folder of the user's Documents folder. The file will be called e.g.
DSSTrace_yyyy-mm-ddThh-hh-ssZ.log where the timestamp is GMT (UTC) time.
The trace file will be deleted on normal application exit, but retained in the event of an exception.
An option is provided to keep the file. -
Add both Main Group and Group 1 at startup.
-
Initial code changes for Qt 6.5.1 Dark/Light Theme support
-
Add an option to turn off beeps on completion of registering/stacking.
-
Toolbar display improved (no square boxes round active/hovered buttons).
-
Upgrade libtiff to 4.5.0
-
Add code to handle TIFF tags TIFFTAG_CFAREPEATPATTERNDIM and TIFFTAG_CFAPATTERN when processing TIFF files in CFA format. These tags are defined in the TIFF/EP standard.
Add code to handle EXIF tag EXIFTAG_CFAPATTERN which is defined in the EXIF standard.
This allows automatic detection of the CFA pattern needed to decode the file.
The only files that DSS writes as TIFF in CFA format are some of the master files.
All other TIFF output files will remain RGB. -
Change compression of TIFF format master files to use PKZIP Deflate instead of no compression.
-
Change default compression for saving images to PKZIP Deflate (was NONE).
-
Convert DeepSkyStackerLive to Qt.
-
Use floating point instead of 16-bit fixed point for master files. Old master files will still work.
-
Prevent undocked sidebar and image list windows from being closed (never to be seen again).
-
Suppress warning message "ZIPEncode: Encoder error: buffer error." when writing TIFF files.
-
Remove Microsoft CGI+ dependency for loading jpeg and png images.
-
FITS output files didn't contain the number of images in the stack. Save this using FITS keyword NCOMBINE, also report the number of images when loading FITS images.
-
Bug fix: Correct code for reading floating point FITS files (the value was incorrectly normalised - e.g.: 256.0 was read back as 259.996).
-
Bug fix: Value of FITS SOFTWARE keyword in output file truncated after first character.
-
Bug fix: Unable to stack images with no stars when using Alignment set to "No Alignment".
-
Improve handling for FITS DATE-OBS keyword. DATE-OBS in the output file will now be set to the value of DATE-OBS from the first input file or, failing that, the creation timestamp or last modification timestamp of the file whichever is earlier.
-
Processing/Save picture to file... did not preserve FITS keywords when the final autosave file was written as a FITS file.
-
Bug fix: Delete key to delete images from the list didn't update the information lines.
-
Bug fix: Clear list didn't reset the status bar message.
-
Work around for Qt bug (QTBUG-46620) with restoring application position and size when re-opening the application after it was closed when maximised.
-
Mouse wheel zooming worked the opposite way from most other applications, now changed to be compatible.
-
Extend exposure time edit control to 4 decimal places instead of 3.
-
Check lights when loaded using either "Open picture files" or using Drag/Drop.
-
Correct Intermediate Files tab of Stacking parameters. "Create a calibrated file ..." and "Create a registered/calibrated file ..." were inadvertently switched when porting the code for version 5.
-
Bug fix: Saving the intermediate calibrated image in de-Bayered format resulted in a corrupt file.
-
The comet position interpolation code has been re-written by Martin Toeltsch (thank you Martin). Now you need only to:
o Mark the position of the centre of the comet in 2 light frames with a large temporal distance (ideally the first and the last light frame in chronological order).
o Marking the comet centre in additional light frames can potentially improve the results.
-
Change some of the colours used when the Windows Dark Theme is in use so that they are easier to read.
-
Revert change made for number 26 - QTimeEdit doesn't work right with 4 decimals.
-
Bug fix: Magnifying glass over image area was still displayed when mouse was moved directly to another window.
-
Bug fix: Selecting/Deselecting "Create a calibrated file for each light frame" should also Enable/Disable "Save a debayered image..."
-
Bug fix: Unable to cancel Registering or Stacking because the ProgressDlg was disabled (it had the wrong parent).
-
Bug fix: Save/Restore of docked window sizes (Explorer Bar, Picture List) wasn't working.
-
Update zlib to 1.3 (from 1.2.11).
-
Bug fix: Switching away from Settings/Output tab and then switching back reset the values to status quo ante.
-
Bug fix: Output file name when using file list name as the output name was incorrectly set to (e.g.) Batch1.tif when using a file list with a name Batch1.xxx.dssfilelist
-
Clear image list at end of batch stacking.
-
Upgrade CFITSIO library to 4.3.0
-
Bug fix: If a recommended setting is clicked to activate it the revised recommendations are appended to the browser when it should be cleared before they are displayed.
-
Bug fix: DSS-CL: If an output file is named specifically with the /O: parameter, this output file is always used. If it is omitted, it will generate a unique output file instead.
-
Bug fix: DSS-CL: If the compression level for a TIFF file is set via the /OCx parameter, this is now honoured.
-
Bug fix: When registering a set of images with different exposure times, the progress dialogue restarted counting at 1 and the progress bar was reset to 0 for each different exposure. The estimated time for completion got completely confused, and the progress bar reached 100% a number of times.
-
Bug fix: Prevent TIFF code issuing TIFFSetField: D:/dss.tif: Unknown pseudo-tag 65557, by only setting TIFF...
DeepSkyStacker 5.1.5
Welcome to DeepSkyStacker 5.1.5
This release supersedes DeepSkyStacker 5.1.4
Only 64 bit versions of Windows 10 and later are supported in this release.
If you need a version of DeepSkyStacker that will run on older versions of Windows or on 32 bit versions, you should use DeepSkyStacker 4.2.6:
https://github.com/deepskystacker/DSS/releases/tag/4.2.6
To run the downloaded executable:
RIght-click on DSS-Setup.exe after you have downloaded it and select Properties. At the bottom of the first tab you will see a message saying:
Select "Unblock", and click on OK. You should then be able to run the installer.
Known problems:
- When the image exposure is less than 1ms and double-click to edit is used, if the user clicks away from the editor, then the exposure is set to zero.
This requires too much work to fix in this release, as we will need to implement our own edit control.
Changes since DeepSkyStacker 5.1.4
-
Write Intermediate TIFF format files with COMPRESSION_NONE. Final output files will still be compressed.
-
Remove any .stackinfo.txt files that already exist when re-registering images.
This prevents incorrect registration of images when changing stacking settings and de-Bayer settings. -
Change Raw/FITS DDP settings so that the Bayer transformation (Bilinear/AHD/Drizzle/SuperPixel) on the two tabs “mirror one another”.
That’s to say if you change those settings on the FITS tab, then the RAW tab is also changed and vice-versa.
There are no longer separate settings for the Bayer transformation for RAW and FITS (which has caused problems in the past). -
Bug fix: Revert change to create masters as float - it caused incompatibility problems.
Changes for DeepSkyStacker 5.1.4
-
Upgrade CFITSIO library to 4.2.0
-
Always create a trace file in the DeepSkyStacker sub-folder of the user's Documents folder. The file will be called e.g.
DSSTrace_yyyy-mm-ddThh-hh-ssZ.log where the timestamp is GMT (UTC) time.
The trace file will be deleted on normal application exit, but retained in the event of an exception.
An option is provided to keep the file. -
Add both Main Group and Group 1 at startup.
-
Initial code changes for Qt 6.5.1 Dark/Light Theme support
-
Add an option to turn off beeps on completion of registering/stacking.
-
Toolbar display improved (no square boxes round active/hovered buttons).
-
Upgrade libtiff to 4.5.0
-
Add code to handle TIFF tags TIFFTAG_CFAREPEATPATTERNDIM and TIFFTAG_CFAPATTERN when processing TIFF files in CFA format. These tags are defined in the TIFF/EP standard.
Add code to handle EXIF tag EXIFTAG_CFAPATTERN which is defined in the EXIF standard.
This allows automatic detection of the CFA pattern needed to decode the file.
The only files that DSS writes as TIFF in CFA format are some of the master files.
All other TIFF output files will remain RGB. -
Change compression of TIFF format master files to use PKZIP Deflate instead of no compression.
-
Change default compression for saving images to PKZIP Deflate (was NONE).
-
Convert DeepSkyStackerLive to Qt.
-
Use floating point instead of 16-bit fixed point for master files. Old master files will still work.
-
Prevent undocked sidebar and image list windows from being closed (never to be seen again).
-
Suppress warning message "ZIPEncode: Encoder error: buffer error." when writing TIFF files.
-
Remove Microsoft CGI+ dependency for loading jpeg and png images.
-
FITS output files didn't contain the number of images in the stack. Save this using FITS keyword NCOMBINE, also report the number of images when loading FITS images.
-
Bug fix: Correct code for reading floating point FITS files (the value was incorrectly normalised - e.g.: 256.0 was read back as 259.996).
-
Bug fix: Value of FITS SOFTWARE keyword in output file truncated after first character.
-
Bug fix: Unable to stack images with no stars when using Alignment set to "No Alignment".
-
Improve handling for FITS DATE-OBS keyword. DATE-OBS in the output file will now be set to the value of DATE-OBS from the first input file or, failing that, the creation timestamp or last modification timestamp of the file whichever is earlier.
-
Processing/Save picture to file... did not preserve FITS keywords when the final autosave file was written as a FITS file.
-
Bug fix: Delete key to delete images from the list didn't update the information lines.
-
Bug fix: Clear list didn't reset the status bar message.
-
Work around for Qt bug (QTBUG-46620) with restoring application position and size when re-opening the application after it was closed when maximised.
-
Mouse wheel zooming worked the opposite way from most other applications, now changed to be compatible.
-
Extend exposure time edit control to 4 decimal places instead of 3.
-
Check lights when loaded using either "Open picture files" or using Drag/Drop.
-
Correct Intermediate Files tab of Stacking parameters. "Create a calibrated file ..." and "Create a registered/calibrated file ..." were inadvertently switched when porting the code for version 5.
-
Bug fix: Saving the intermediate calibrated image in de-Bayered format resulted in a corrupt file.
-
The comet position interpolation code has been re-written by Martin Toeltsch (thank you Martin). Now you need only to:
o Mark the position of the centre of the comet in 2 light frames with a large temporal distance (ideally the first and the last light frame in chronological order).
o Marking the comet centre in additional light frames can potentially improve the results.
-
Change some of the colours used when the Windows Dark Theme is in use so that they are easier to read.
-
Revert change made for number 26 - QTimeEdit doesn't work right with 4 decimals.
-
Bug fix: Magnifying glass over image area was still displayed when mouse was moved directly to another window.
-
Bug fix: Selecting/Deselecting "Create a calibrated file for each light frame" should also Enable/Disable "Save a debayered image..."
-
Bug fix: Unable to cancel Registering or Stacking because the ProgressDlg was disabled (it had the wrong parent).
-
Bug fix: Save/Restore of docked window sizes (Explorer Bar, Picture List) wasn't working.
-
Update zlib to 1.3 (from 1.2.11).
-
Bug fix: Switching away from Settings/Output tab and then switching back reset the values to status quo ante.
-
Bug fix: Output file name when using file list name as the output name was incorrectly set to (e.g.) Batch1.tif when using a file list with a name Batch1.xxx.dssfilelist
-
Clear image list at end of batch stacking.
-
Upgrade CFITSIO library to 4.3.0
-
Bug fix: If a recommended setting is clicked to activate it the revised recommendations are appended to the browser when it should be cleared before they are displayed.
-
Bug fix: DSS-CL: If an output file is named specifically with the /O: parameter, this output file is always used. If it is omitted, it will generate a unique output file instead.
-
Bug fix: DSS-CL: If the compression level for a TIFF file is set via the /OCx parameter, this is now honoured.
-
Bug fix: When registering a set of images with different exposure times, the progress dialogue restarted counting at 1 and the progress bar was reset to 0 for each different exposure. The estimated time for completion got completely confused, and the progress bar reached 100% a number of times.
-
Bug fix: Prevent TIFF code issuing TIFFSetField: D:/dss.tif: Unknown pseudo-tag 65557, by only setting TIFFTAG_ZIPQUALITY if compression is set to COMPRESSION_DEFLATE.
-
Change the minimum update interval for the progress dialog to 0.1s (was 1s).
-
Bug fix: Units on the Processing pane's Luminance tab were displayed incorrectly as Å° instead of °.
-
Bug fix: Deadlock in DSSLive when stacking FITS files because CFITSReader::Read() didn't issue an End2() call to match the Start2() call.
-
Bug fix: Null pointer passed to XYSeries::append() by ChartTab.cpp. Some code tidyups as well.
-
Add "How To" information to the help for the image editor built into DeepSkyStacker. This includes a short screen capture movie.
-
Resolve problem of clipped controls on processing page when the native language is set to Japanese.
DeepSkyStacker 5.1.3
Welcome to DeepSkyStacker 5.1.3
This release is for 64 bit versions of Windows 10 or higher.
If you need a version of DeepSkyStacker that will run on older versions of Windows or on 32 bit versions, you should use DeepSkyStacker 4.2.6:
https://github.com/deepskystacker/DSS/releases/tag/4.2.6
To run the downloaded executable:
RIght-click on DSS-Setup.exe after you have downloaded it and select Properties. At the bottom of the first tab you will see a message saying:
Select "Unblock", and click on OK. You should then be able to run the installer.
This is a bug fix release for problems reported against 5.1.0, 5.1.1 and 5.1.2
-
Possible bug fix - DeepSkyStacker terminated at startup when running on ARM version of Windows 11 in x64 emulation mode. Unable to test.
-
Bug fix - A corrupt info.txt file caused an infinite loop.
-
Diagnostic added - Report processor architecture and processor type in trace file and to stderr at startup.
-
Bug fix - Stacked FITS images in SuperPixel mode were displayed only in the top left corner.
-
Bug fix - Resolve occasional odd problems when using edit stars mode.
-
Bug fix - DeepSkyStackerCL was only displaying the help text regardless of command line input.
-
Enhancement - Reinstate Image Properties as a Qt based dialogue to allow changing e.g. exposure for multiple images at once
-
Bug fix - Fields in the image list and the group tabs were not updated when switching to another language.
-
Bug fix - remove all "Set Black Point to Zero" recommendations from "Recommended Settings"
-
Bug fix - Invalid input in RAW/DDP settings for scale factors caused an assertion failure
-
Bug fix - correct handling of file types (TIFF/FITS) in DeepSkyStackerCL for intermediate and final files
-
Bug fix - correct handling of Stacking Mode (Standard/Mosaic/Intersection/Custom)
-
Bug fix - unable to select a custom rectangle immediately after opening image file
-
Bug fix - fileids in filelist files were being incorrectly written as ANSI not UTF8
-
Bug fix - the selection for a custom rectangle was not always visible
-
Enhancement - reduce the minimum size for the image list to be two rows
-
Bug fix - correct problems with drag drop of a directory.
-
Enhancement - if Custom Rectangle mode is read from a filelist or settings file, switch to Intersection mode.
-
Bug fix - correct handling of reference frame in filelist.
-
Bug Fix - FITS/DDP choice of Camera was not being handled correctly.
-
Bug fix - ensure that reference frame is used a) when checked, and b) when not checked
-
Bug fix - Register settings set a value of 0 for the luminance threshold when it was initially set to 20.
Welcome to DeepSkyStacker 5.1.0
This release is the start of the process of converting the code to Qt so that it can be ported to platforms other than Windows.
Here are the main changes that were made for DeepSkyStacker 5.1.0:
-
The bulk of the code for the "Stacking" panel has been converted to Qt. This includes a completely reworked image display.
-
The image list can now be undocked from the bottom of the Stacking panel so that it operates as a separate window. The "Explorer" bar (left panel) can also be undocked.
-
It is now possible to rename all groups with the exception of the initial group (Main Group).
-
Some fields in the image list (Type, ISO/Gain, and Exposure) can be double-clicked to change the values.
-
A large number of internal changes have been made with the intent of facilitating future enhancements and/or to improve processing.
-
SIMD (Single Instruction Multiple Data - also known as Advanced Vector Extensions or AVX) support for decoding raw images and for registration and stacking of RGGB images. It can deliver dramatic reductions in processing times, but it depends on your processor and clock speed, so don't assume it will be faster. As an example, Martin Toeltsch (who wrote the code) reports times to process 10 Nikon NEF files (on his computer):
Without SIMD 52s
Using SIMD 8sThis also works for GBRG images so Canon CR2 files will benefit from this work as well.
-
Some further tuning of the OpenMP (multi-processor support) has been done.
-
The "Stacking" panel image display now caches the last twenty images displayed, so you can use it as a "blink comparator"
-
The configured settings that are stored in the Windows registry are not compatible with earlier releases which stored them in the registry hive:
HKCU\Software\DeepSkyStacker\DeepSkyStacker
so now the settings are held in a separate registry hive:
HKCU\Software\DeepSkyStacker\DeepSkyStacker5
-
The "Processing" panel is still running MFC code but has minor changes to allow it to work as a child of a Qt window.
-
The location for storing DeepSkyStacker settings files has changed from %ProgramData%\DeepSkyStacker (typically C:\ProgramData\DeepSkyStacker) to %AppData%\DeepSkyStacker\DeepSkyStacker5 (typically C:\Users<username>\AppData\Roaming\DeepSkyStacker\DeepSkyStacker5). You may wish to copy any old settings files to the new location.
-
A file association is now created during installation so that .dssfilelist files will be opened by DeepSkyStacker.
-
Add code to capture non C++ exceptions (e.g. SIGINT, SIGILL, SIGFPE, SIGSEGV, and SIGTERM) and write a debugging backtrace to stderr and to the trace file if active.
-
Change message for incompatible images to report the reason.
-
Registering and stacking now overlap processing with reading the images. For n images where time to load each image is L and time to process each image is P, the total time will now typically be nL + P (when L > P) or L + nP. Typically, the time to load the images will predominate on faster systems or those that use real disk drives.
-
Remove manual setting of "Set Black Point to Zero", this is now determined automatically.
-
Enable the Comet tab in Stacking Settings when it is invoked from Register Settings and Comet data is available.
-
Change LibRaw supported camera list so that "Olympus OM-1" is recognised as well as "OM Digital Solutions OM-1"
-
Update Libraw to 0.21.1
-
Bug fix - active tab jumped back to Main Group after drop of files when another group was active.
DeepSkyStacker 5.1.0
Welcome to DeepSkyStacker 5.1.0
This release Is for 64 bit versions of Windows 10 or higher.
If you need a version of DeepSkyStacker that will run on older versions of Windows or on 32 bit versions, you should use DeepSkyStacker 4.2.6:
https://github.com/deepskystacker/DSS/releases/tag/4.2.6
To run the downloaded executable:
RIght-click on DSS-Setup.exe after you have downloaded it and select Properties. At the bottom of the first tab you will see a message saying:
Select "Unblock", and click on OK. You should then be able to run the installer.
Only 64 bit versions of Windows 10 and later are supported in this release.
This release is the start of the process of converting the code to Qt so that it can be ported to platforms other than Windows.
Here are the main changes that were made for DeepSkyStacker 5.1.0:
-
The bulk of the code for the "Stacking" panel has been converted to Qt. This includes a completely reworked image display.
-
The image list can now be undocked from the bottom of the Stacking panel so that it operates as a separate window. The "Explorer" bar (left panel) can also be undocked.
-
It is now possible to rename all groups with the exception of the initial group (Main Group).
-
Some fields in the image list (Type, ISO/Gain, and Exposure) can be double-clicked to change the values.
-
A large number of internal changes have been made with the intent of facilitating future enhancements and/or to improve processing.
-
SIMD (Single Instruction Multiple Data - also known as Advanced Vector Extensions or AVX) support for decoding raw images and for registration and stacking of RGGB images. It can deliver dramatic reductions in processing times, but it depends on your processor and clock speed, so don't assume it will be faster. As an example, Martin Toeltsch (who wrote the code) reports times to process 10 Nikon NEF files (on his computer):
Without SIMD 52s
Using SIMD 8sThis also works for GBRG images so Canon CR2 files will benefit from this work as well.
-
Some further tuning of the OpenMP (multi-processor support) has been done.
-
The "Stacking" panel image display now caches the last twenty images displayed, so you can use it as a "blink comparator"
-
The configured settings that are stored in the Windows registry are not compatible with earlier releases which stored them in the registry hive:
HKCU\Software\DeepSkyStacker\DeepSkyStacker
so now the settings are held in a separate registry hive:
HKCU\Software\DeepSkyStacker\DeepSkyStacker5
-
The "Processing" panel is still running MFC code but has minor changes to allow it to work as a child of a Qt window.
-
The location for storing DeepSkyStacker settings files has changed from %ProgramData%\DeepSkyStacker (typically C:\ProgramData\DeepSkyStacker) to %AppData%\DeepSkyStacker\DeepSkyStacker5 (typically C:\Users<username>\AppData\Roaming\DeepSkyStacker\DeepSkyStacker5). You may wish to copy any old settings files to the new location.
-
A file association is now created during installation so that .dssfilelist files will be opened by DeepSkyStacker.
-
Add code to capture non C++ exceptions (e.g. SIGINT, SIGILL, SIGFPE, SIGSEGV, and SIGTERM) and write a debugging backtrace to stderr and to the trace file if active.
-
Change message for incompatible images to report the reason.
-
Registering and stacking now overlap processing with reading the images. For n images where time to load each image is L and time to process each image is P, the total time will now typically be nL + P (when L > P) or L + nP. Typically, the time to load the images will predominate on faster systems or those that use real disk drives.
-
Remove manual setting of "Set Black Point to Zero", this is now determined automatically.
-
Enable the Comet tab in Stacking Settings when it is invoked from Register Settings and Comet data is available.
-
Change LibRaw supported camera list so that "Olympus OM-1" is recognised as well as "OM Digital Solutions OM-1"
-
Update Libraw to 0.21.1
4.2.6
Welcome to DeepSkyStacker 4.2.6
Here are the main changes since DeepSkyStacker 4.2.5
-
Fix for oversaturated pixels wrapping to black (centre of stars or galaxies are black).
-
Fix De-bloom procesing code to prevent assertion failures in GetPixel() code.
-
Upgrade LibRaw to snapshot 202101 (new camera support).
-
Fix to prevent crash when processing FITS file that is not monochrome but has BAYERPAT keyword in the header that isn't NONE (force CFAType to none).
-
Fix TIFF code handling of accented characters in file path (fix in 4.2.5 was incomplete).
-
Add code to check that it is possible to write files to the output directory and terminate processing with an error message if not.
-
Fix copy to clipboard of "Picture List".
DeepSkyStacker 4.2.5
Welcome to DeepSkyStacker 4.2.5
PLEASE SCROLL DOWN TO READ THE WARNING ABOUT LIBRAW 0.20. Please note that version 5.1.0 of DeepSkyStacker will not run on 32 bit systems or Windows XP.
Here are the main changes that were made for DeepSkyStacker 4.2.5
-
Remove use of predictive compression for TIFF files. Use of this revealed a long standing bug in Photoshop which was able to read the files created by DSS, but then wrote corrupt TIFF files.
-
Correct a problem where DSS failed to read files whose path contained accented characters.
-
Fix for a problem where DSS incorrectly reported master calibration frames from earlier releases as being incompatible when a user specified CFA pattern was used for FITS files.
-
Fix a bug introduced in 4.2.3 which causes the code to crash when moving the sliders on the processing page.
-
Apply a development fix to the LibRaw code which was looping forever attempting to open corrupt CR3 files.
Here are the changes that were made for DeepSkyStacker 4.2.4.
- LibRaw updated to 0.20 providing support for over 1300 cameras including Canon Eos R (.CR3 files). CR3 file extension added to list of raw file types.
***** WARNING ***** WARNING ***** WARNING ***** WARNING *****
LibRaw 0.20 has introduced a change that primarily affects users of "older" Canon DSLR cameras and FujiFilm X-Trans series cameras (older includes the EOS 60D and 60Da)!
The change is to increase the size of the frame area of the image that surrounds the "user area" so that top and left margins are an even number of pixels. The resultant image that DSS extracts from the RAW file will be reduced in width, height or both by one pixel. As result the Bayer Pattern (CFA) used for de-Bayering the image also has to change.
Unfortunately the LibRaw developers won't say exactly which cameras this change applies to save to say that it is not a large number. Other have reported that at least the following cameras are definitely impacted by this change:
EOS 1D Mark IV
EOS 5D Mark II
EOS 7D
EOS 60D
EOS 550D
EOS 600D
EOS 1200D
If your camera is one of those affected, you will not be able to use any existing master frames produced with DeepSkyStacker 4.2.4 Beta 4 or earlier releases as they will not be compatible. You will need to delete and re-create your master frames from the original darks, flats etc..
I am sorry that this has happened, but it is outwith my control, and the LibRaw developers were not prepared to revert the change (they wouldn't even explain why they made the change). If there were another library I could use to decode raw images I would migrate to that but after researching it over the last several days I have come up with no viable alternative.
***** WARNING ***** WARNING ***** WARNING ***** WARNING *****
-
Fix to display Exposure, f-Stop, and ISO setting from EXIF tags in TIFF files.
-
Update libtiff to 4.1.0
-
Automatic detection of CFA matrix based upon FITS keywords such as BAYERPAT, COLORTYP, and MOSAIC (for Meade DSI colour cameras). The FITS File tab of the Raw/FITS DDP Settings dialogue has changed. If you de-select the tick box for: "Monochrome 16 bit FITS Files are RAW files created by a DSLR or a color CCD camera", then automatic detection will be used. You can override this by selecting this option and manually selecting the CFA pattern to be used. All the other settings on that tab are now always available for modification.
-
The exposure time is now correctly displayed for FITS files with the exposure time in microseconds (keyword EXPOINUS).
-
Display a warning message saying that DeepSkyStacker won't de-Bayer 8-bit FITS images.
-
Change code to read TIFF files in strips instead of by scanline. This can reduce the time to read the image by as much as a factor of 3.
-
Refactor the code to decode the TIFF file we just read and also use OpenMP. Time to decode the image reduced by about 4-5 times.
-
Refactor the code that writes TIFF files and use OpenMP to speed it up. Also write the output file in strips rather than scanlines and use TIFF predictive compression. Substantial performance increase.
-
Refactor the code that reads FITS files to make it easier to understand and also use OpenMP. Only a marginal performance benefit.
-
Major bug fix - calibration frames were either not applied or incorrectly applied when using Super-Pixel mode.
-
Change DeepSkyStackerLive so that the choice of using the Dark Theme is controlled by the user settings.
-
Display the FITS FILTER name in the picture list control, for information only at present.
-
Change the text used in the language selection ComboBox to always use Latin characters. This is a work around a problem with DLGINIT processing and Unicode characters.
-
Fix to correct problem where jpeg files were incorrectly identified as raw.
-
When FITS file auto-detection is used, the CFA Yes/No display was incorrect - now fixed.
-
Recommended Setting for Interpolation was incorrect.
-
Fix for crash while attempting to select comet.
-
Fix for Nikon Z 6, Z 7, and Z 50 being reported as unsupported.
DeepSkyStacker 4.2.4 Refresh
Refreshed version of 4.2.4 with fix for Nikon "Z 6", "Z 7", and "Z 50" cameras
Welcome to DeepSkyStacker 4.2.4
The main changes in this release are:
- LibRaw updated to 0.20 providing support for over 1300 cameras including Canon Eos R (.CR3 files). CR3 file extension added to list of raw file types.
***** WARNING ***** WARNING ***** WARNING ***** WARNING *****
LibRaw 0.20 has introduced a change that primarily affects users of "older" Canon DSLR cameras and FujiFilm X-Trans series cameras (older includes the EOS 60D and 60Da)!
The change is to increase the size of the frame area of the image that surrounds the "user area" so that top and left margins are an even number of pixels. The resultant image that DSS extracts from the RAW file will be reduced in width, height or both by one pixel. As result the Bayer Pattern (CFA) used for de-Bayering the image also has to change.
Unfortunately the LibRaw developers won't say exactly which cameras this change applies to save to say that it is not a large number. Other have reported that at least the following cameras are definitely impacted by this change:
EOS 1D Mark IV
EOS 5D Mark II
EOS 7D
EOS 60D
EOS 550D
EOS 600D
EOS 1200D
If your camera is one of those affected, you will not be able to use any existing master frames produced with DeepSkyStacker 4.2.4 Beta 4 or earlier releases as they will not be compatible. You will need to delete and re-create your master frames from the original darks, flats etc..
I am sorry that this has happened, but it is outwith my control, and the LibRaw developers were not prepared to revert the change (they wouldn't even explain why they made the change). If there were another library I could use to decode raw images I would migrate to that but after researching it over the last several days I have come up with no viable alternative.
***** WARNING ***** WARNING ***** WARNING ***** WARNING *****
-
Fix to display Exposure, f-Stop, and ISO setting from EXIF tags in TIFF files.
-
Update libtiff to 4.1.0
-
Automatic detection of CFA matrix based upon FITS keywords such as BAYERPAT, COLORTYP, and MOSAIC (for Meade DSI colour cameras). The FITS File tab of the Raw/FITS DDP Settings dialogue has changed. If you de-select the tick box for: "Monochrome 16 bit FITS Files are RAW files created by a DSLR or a color CCD camera", then automatic detection will be used. You can override this by selecting this option and manually selecting the CFA pattern to be used. All the other settings on that tab are now always available for modification.
-
The exposure time is now correctly displayed for FITS files with the exposure time in microseconds (keyword EXPOINUS).
-
Display a warning message saying that DeepSkyStacker won't de-Bayer 8-bit FITS images.
-
Change code to read TIFF files in strips instead of by scanline. This can reduce the time to read the image by as much as a factor of 3.
-
Refactor the code to decode the TIFF file we just read and also use OpenMP. Time to decode the image reduced by about 4-5 times.
-
Refactor the code that writes TIFF files and use OpenMP to speed it up. Also write the output file in strips rather than scanlines. Substantial performance increase.
-
Refactor the code that reads FITS files to make it easier to understand and also use OpenMP. Only a marginal performance benefit.
-
Major bug fix - calibration frames were either not applied or incorrectly applied when using Super-Pixel mode.
-
Change DeepSkyStackerLive so that the choice of using the Dark Theme is controlled by the user settings.
-
Display the FITS FILTER name in the picture list control, for information only at present.
-
Change the text used in the language selection ComboBox to always use Latin characters. This is a work around a problem with DLGINIT processing and Unicode characters.
-
Fix to correct problem where jpeg files were incorrectly identified as raw.
-
When FITS file auto-detection is used, the CFA Yes/No display was incorrect - now fixed.
-
Recommended Setting for Interpolation was incorrect.
-
Fix for crash while attempting to select comet.
-
Fix for Nikon Z 6, Z 7, and Z 50 being reported as unsupported.
DeepSkyStacker 4.2.3
Welcome to DeepSkyStacker 4.2.3
The main changes in this release are:
-
The 32 bit version will now run on Windows XP SP3. It is likely that the next release of DeepSkyStacker will not do so.
-
The stacking settings dialog width has been increased to reduce or eliminate the need to scroll the tabs.
-
Add .rw2 to list of RAW file extensions.
-
Change the colour scheme for DeepSkyStacker Live to make it more "night vision" friendly.
-
Recognise and use GAIN values in FITS file from CMOS/CCD cameras in a manner similar to how ISO is handled for matching darks, lights etc.. Please note this is not the same as EGAIN (e-/ADU). It refers to the camera's scaling of EGAIN.
-
Update help files. My thanks to Estela Nuñez, Giovanni Benintende, Günter Heberger, José Mozart Fusco, Luc Coiffier, Михаил Тимофеев (Mickle Timofeyev), and Premysl Lukavský for their immense help with all the translation work needed for this release. Dutch help is deferred until the next release.
-
Issue #83: Provide the option to perform NO White Balance processing at all (requested by Ivo Jager for StarTools).
-
Fix for issue #42 - the stacking method "Average" wasn't always reported in the recap html file.
-
Common control library 6 now used so some cosmetic changes such as filled progress bars.
-
Make the progress dialogs non-modal so that DeepSkyStacker can be minimised while processing.
-
Update the DeepSkyStacker taskbar icon with a progress bar that matches the main progress bar.
-
Saving of final TIFF file is now faster, and a number of other performance enhancements have been made.
-
Ctrl-A will select all images in the file list (not the same as "Check All").
-
Del key will delete an image from the file list so you don't need right click and select "Remove from list"
-
Bug fix - if you change the type of an image from the file list "Properties" dialogue, the icon was changed, but the text wasn't.
-
Bug fix - Settings were handled incorrectly in 4.2.3 Beta 1