Hi Paul,
Thank you for uploading these images. I'm afraid PixInsight currently does not support the Fuji X-T2 and X-T20 cameras. The problem is that
dcraw still does not support them, and our DSLR_RAW module uses dcraw as its back-end to support digital camera raw formats. Unfortunately, dcraw crashes with a segmentation fault when feeded with one of these raw files (more specifically, the read_shorts() routine in dcraw.c attempts to access an invalid memory address). There is nothing I can do to fix this, besides trying to contact Dave Coffin to get information on the next release of dcraw.
As for the X-Pro2 image leading to
the same crash, this is really weird, since dcraw, and hence our DSLR_RAW module, support this camera. For example, all .RAF files listed on the following page:
http://www.photographyblog.com/reviews/fujifilm_x_pro2_review/sample_images/can be loaded and decoded without problems. Are you sure this file has been acquired with an X-Pro2 camera? Have you updated the camera's firmware (since this would explain the incompatibility)?
Changing the setting to pure raw and opening an X-T1 RAF file ends in an pure black file (yes, I have auto-stretch enabled).
Unfortunately, this is normal behavior. We don't support X-Trans CFA frames. Currently we only support 2x2 Bayer CFA patterns. X-Trans frames can only be loaded interpolated.
Sorry for not having something nicer to say about these issues. PixInsight is a large software development project and I am basically alone at the keyboard. Please understand that there are hundreds of priority tasks before adding support for very specific CFA patterns.