Unfortunately, sofar I was unable to integrate my canon cr2 raw darks into a masterdark because it is impossible to select cr2-files in the image integration process window.
Yes, this is a limitation of the current ImageIntegration process. ImageIntegration has been designed to work with incremental file reading operations, which are not possible with DSLR raw images.
This is the right procedure to work with DSLR raw images:
1. Open the Format Explorer window. Double click on the DSLR_RAW item (left column). On the RAW Format Preferences dialog, select the following set of options:
- Disable both white balance options.
- Enable the
Create raw Bayer image option.
- Enable the
No black point correction option.
- Click the OK button.
2. Use the BatchFormat conversion script to convert all your CR2 files into FITS files. Note that this is strictly necessary just for your calibration frames (dark, bias, flats), since ImageCalibration can load your CR2 files directly. However, I personally prefer to convert all raw DSLR images into FITS.
Now you can use the full set of PixInsight tools for calibration and integration. Note that step 1 is a one-time action, as the settings will be remembered across core application executions.
batchformatconversion ....
thanks, this might be a nice workaround but it's an extra step altogether.
Indeed, but PixInsight's ImageCalibration and ImageIntegration tools are superior to other implementations. The BatchFormatConversion step is a small price to pay for ImageIntegration's performance.