Author Topic: Cannot create Master Bias  (Read 2822 times)

Offline Luigi

  • PixInsight Addict
  • ***
  • Posts: 140
Cannot create Master Bias
« on: 2015 June 27 19:15:58 »
When using the Image Integration process to create a Master Bias frame I get the following error in the console:

Incremental image integration disabled due to lack of file format support: DSLR_RAW

I've used this process before, and, in fact, I tried to re-create a Master Bias from another project (when this did work) and that failed as well.

I'm on the latest PI. The file is a NEF (Nikon RAW) from a D610. I can open the file in PI ..

Please tell me what I'm doing wrong.

Regards,
Luigi Marchesi

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: Cannot create Master Bias
« Reply #1 on: 2015 June 27 23:43:07 »
normally the first step in processing a CR2 or NEF is using ImageCalibration, which of course writes out .fit or .xisf files. but of course to get your master bias, you don't calibrate anything and skip right to ImageIntegration.

as it turns out, ImageIntegration needs to operate on file formats which can be addressed 'incrementally' (since it integrates multiple rows in parallel), and the DSLR_RAW module (which handles CR2 and NEF) does not support incremental addressing.

the solution is to use the BatchFormatConversion script to convert the NEF bias subs to .fit or .xisf. the default hints "raw cfa" are correct for what you are trying to do. then you can use ImageIntegration on the resultant files.

assuming your next step is to calibrate your dark subs with that master bias, ImageCalibration will of course spit out .fit or .xisf, which can be fed into ImageIntegration. if you were planning on making an uncalibrated master dark, then you have to go thru the same process with BatchFormatConversion to get .fit/.xisf for ImageIntegration same as with the bias frames.

rob

Offline Luigi

  • PixInsight Addict
  • ***
  • Posts: 140
Re: Cannot create Master Bias
« Reply #2 on: 2015 June 29 16:55:55 »
Thanks Rob.

I would have sworn I did not have to do that in past projects. I'll give it a try!
Regards,
Luigi Marchesi