New version 0.3 attached:
The following applies to DSLR workflow:
If you only want to calibrate bias files and don't check "calibrate only" on the lights tab, script terminates with error:
BatchPreprocessing/BatchPreprocessing-engine.js, line 1094: Error: File I/O Error: Invalid or empty file name
The "calibrate only" should be visible always and not only on the lights tab.
Forgetting to set output directory:
BatchPreprocessing-engine.js, line 1066: Error: File I/O Error: Invalid or empty file name
Both errors close the dialog, so all other settings are lost, which is annoying.
When debayering light frames, calibrated lights are also stored on disk in RGB format, overriding my prefererred CFA monochrome setting from Format Explorer, three times larger with no advantage compared to monochrome.
Speed up suggestion: instead of "for all lights { read; calibrate; write }; for all calibrated_lights { read; debayer; write }" shorter:
for all lights { read; calibrate; debayer; write }", thus eliminating unnecessary temp files and disk i/o. Does it matter? Well, yes... calibrated 5D II files are >170MB each in RGB
Already mentioned, but important and please don't forget:
Allow RAW directly on each tab, so no need to do BatchFormatConversion first
Keep up the good work!
RĂ¼diger