Granted, I'm not very familiar with the syntax Hugin expects and this is more or less a copy paste job of existing executor files, but would be nice if somebody could show me in the right direction with this:
[General]
Description=Median of stacked images stitched into a panorama
Help=Output median image of stacked images, then stitch into a panorama
StepCount=4
IntermediateImageType=tif
[Step0]
Description=Remapping images
Type=remap
Arguments=-v -r ldr -m TIFF_m
[Step1]
Description=Calculating median
Type=stack
Program=hugin_stacker
Result=%prefix%-median.tif
Arguments=--output=%result% --mode=median %input%
[Step2]
Description=Blending with enblend
Type=merge
Input=stacks
Program=enblend
Result=%prefix%.tif
Arguments=-f%size% --output=%result% %input%
WrapArgument=-w
[Step3]
Description=Updating metadata
Type=exiftool
Result=%prefix%.tif
Arguments=-overwrite_original -TagsFromFile %image0% -ImageDescription -Make -Model -Artist -WhitePoint -Copyright -GPS:all -DateTimeOriginal -CreateDate -UserComment -ColorSpace -OwnerName -SerialNumber %result%
Above .executor should remap files, then use hugin_stacker to calculate median of each stack and blend resulting images together. However, all I now got is "queue is empty, this should never happen" error message. Can anybody point out what's wrong with my executor?
best regards,
janne