There is an undocumented way to get the information out of the .trans file. First, restore one of the ENVI .sav files that has a reader for this file:
ENVI> envi_check_save, /transform
% Restored file: ENVI_TRN.
Then, call the undocumented routine 'transform_read' using parameters to read the forward matrix or inverse matrix:
ENVI> transform_read, 'ica.trans', forward_matrix=f, inverse_matrix=i
where 'ica.trans' is the name of the .trans file
|