Skip to content

Add more convert options, accommodate range differences

Pre-release
Pre-release
Compare
Choose a tag to compare
@leewujung leewujung released this 21 Feb 08:49
283695e

This release contains updates to the convert and model module:

  • Correct file parsing and storage for split-beam angle.
  • Allow user-defined environmental variables to be used in calibration.
  • Accommodate EK60 setting variabilities in the range_bin dimension.
    • The raw file will be split into multiple .nc files if the length of range_bin changes in the middle.
    • For cases when different frequency has different length of range_bin, the shorter channels are padded with NaN.
  • Allow combining multiple files during unpacking.
  • Options to:
    • overwrite previously converted files.
    • specify output directory and filename postfix for .calibration() and .get_MVBS() operations.
  • Add support to convert to .zarr file. Note processing functionalities have not been fully supported.