How do I embed image properties (and particularly the CFA pattern: RGGB) from a .NEF file into a XISF when converting formats using BatchFormatConversion? So far I've tried "properties" in the Output Hint, but that didn't accomplish the task. (Looking through XISFFormat.cpp, I think that "properties" should be the correct hint.)
I already know that, in manually converting each .NEF to XISF, I can succesfully embed the image properties into the XISF, as provided for in the XISF Options dialogue. I'm trying to use BatchFormatConversion to achieve the same result, but with a lot less work.
On a related topic, is there a list for Pixinsight 1.8 of all valid input and output hints?