Cannot open ENVI format

I’m trying to create a graph that reads a raster in ENVI format, but that fails everytime saying the file could not be read. However, I can import that same file as ENVI format and it works fine. However, I’m not aware of an import operation that I can include in a graph. Or am I missing something here?

You could save it as dimap to be included in the greph. I know it is not the best solution, but it will allow testing your graph.

Can you show your graph? Do you use a read operator?
For example,

    <node id="readEnvi">
      <operator>Read</operator>
      <sources/>
      <parameters>
        <file>{PATH TO FILE}</file>
        <formatName>ENVI</formatName>
      </parameters>
    </node>