Compute an FLA (flat) data structure from an HSZ
Contents
Syntax:
I=reconstruct_image(HSZ);
Description:
Recover a hyperspectral image structure (the image cube and the header) from an HSZ data structure. This structure can either be computed using Scyllarus or loaded from disk using the HSZread function.
Input:
HSZ: Scyllarus data structure
Output:
I: Structure containing the image cube (I.I) and the corresponding header (I.HDR).
See also:
Scyllarus, HSZread