I currently have a script which processes .exr files, and when manually opening an exr file you are given the option of opening with transparency or with alpha. However, when scripting the opening of an .exr you are given no such options. There is no OpenOptions like there is for say PDF, and as far as I can tell their is no code generated by the listener that dictates the choice between transparency or alpha. Additionally this choice does not seem to be captured via an open action.
My question is: Has anyone figured out a way in CS6 or in CC a way to choose automatically whether an .exr file loaded through scripting is loaded with alpha or transparency?