View Single Post
  #8  
Old 29-05-2016, 01:09 PM
mariner10 (Steve)
Mariner10

mariner10 is offline
 
Join Date: May 2014
Location: country
Posts: 88
Hi Rick,
Unfortunately the script that I quoted the error message has been overwritten (I don't suppose the script goes on forever) but here is a scrip that I keep getting when I try to batch pre-process using either TIFF or GIFF images:

run --execute-mode=auto "C:/Program Files/PixInsight/src/scripts/BatchPreprocessing/BatchPreprocessing.js"

Processing script file: C:/Program Files/PixInsight/src/scripts/BatchPreprocessing/BatchPreprocessing.js


run --execute-mode=auto "C:/Program Files/PixInsight/src/scripts/BatchPreprocessing/BatchPreprocessing.js"

Processing script file: C:/Program Files/PixInsight/src/scripts/BatchPreprocessing/BatchPreprocessing.js

*********************************** **********************************
* Begin calibration of light frames
*********************************** **********************************

* Unknown exposure time frames and dark frame in calibration.
* Master bias: C:/Users/Steves/Pictures/Backyard EOS/QHY20160102/Master Bias Frames/superbias1.fit
* Master dark: C:/Users/Steves/Pictures/Backyard EOS/QHY20160102/Master Dark Frames/Master dark integration 1000 sec.fit
* Master flat: C:/Users/Steves/Pictures/Backyard EOS/QHY20160102/Master Flat Frames/Master flat integration.fit

ImageCalibration: Global context

Loading master calibration frames:
Loading calibration frame image:
C:/Users/Steves/Pictures/Backyard EOS/QHY20160102/Master Bias Frames/superbias1.fit
Reading FITS image: 32-bit floating point, 1 channel(s), 3328x2030 pixels: done
40 FITS keywords extracted
Loading calibration frame image:
C:/Users/Steves/Pictures/Backyard EOS/QHY20160102/Master Dark Frames/Master dark integration 1000 sec.fit
Reading FITS image: 32-bit floating point, 1 channel(s), 3328x2030 pixels: done
29 FITS keywords extracted
** Warning: The file format reports no CFA pattern for the master dark frame, but it is being forced as per process instance parameters.
Loading calibration frame image:
C:/Users/Steves/Pictures/Backyard EOS/QHY20160102/Master Flat Frames/Master flat integration.fit
Reading FITS image: 32-bit floating point, 1 channel(s), 3328x2030 pixels: done
35 FITS keywords extracted

Applying bias correction: master dark frame ...
Computing master flat scaling factors ...
s0 = 0.247739

Calibration of 9 target frames:
* Using 4 worker threads

Calibrating target frame 1 of 9
Loading target frame:
C:/Users/Steves/Pictures/Backyard EOS/07.11.2015/Pleiades/PLEIADES_LIGHT_180s_800iso_+18c_009 14stdev_20151107-23h15m43s782ms.gif

* Waiting for running tasks to terminate ...
*** Error: Incompatible image geometry
<* failed *>

*********************************** **********************************
* End calibration of light frames
*********************************** **********************************
Cheers.

Steve.
Reply With Quote