Module: Convert To IM6 ()

Description:

This module is used to convert an LDA file to an IM6 file.
If a converted file already exists, the following dialog will appear:

Note that if conversion is not aborted, converted IM6 file will be automatically loaded into the Project View.

Conversion LDA to IM6 can also be achieved with the Tcl command:
convertLDAToIM6 <LDA_Object>
where LDA_Object refers to a HxVolumeDataObject into the Project View.

In this case, the conversion dialog can be skipped using the following Tcl command:
LDAToIM6Converter setBehavior <0|1|2|3>
where refers to the conversion behavior:

Note that current conversion behavior can be interrogated with the following Tcl command:
LDAToIM6Converter getBehavior

Connections:

Data [required]
The LDA data to be converted.

Ports:

IM6 filename
The path to the converted IM6 filename. By default, the converted filename will be generated in the same directory as the LDA file to be converted. The default filename is the one of the LDA data, the .lda file extension replaced by an .im6 extension. You can select another output directory and change the default IM6 filename by modifying the filename directly or clicking on the Browse button which will open a file dialog.