Re-evaluation routine for HSZ data structures

Contents

Syntax:

    HSZ = translate_HSZ(HS, wl);

Description:

   Re-evaluates the Scyllarus data struct HS using the vector of wavelength values wl

Input:

    HS: Input Scyllarus data structure.
    wl: Vector of wavelength values to use for the re-evaluation of the
        HSZ data struct.

Output:

    HSZ: HSZ data structure. This is RAW encoded. For encodings other than RAW, use the
        the encode_HSZ routine.