Skip to content

RawSonarImage.sample0 dtype incompatible with Norbit wingheads #65

@FletcherFT

Description

@FletcherFT

Norbit winghead sonars report their sample0 equivalent as int32 which allows for negative values. The negative value would indicate that the upper gate is closer to the head than the first actual sample.

You can see the definition for t0 on page 11 of Norbit's TN-210082 interface description for winghead multibeam echosounders (message me if you want the document).

For now my workaround is a poor one: the user gets warned that their sample0 is negative and I recast t0 as a uint32 number which is usually extremely large. This causes some downstream issues in postprocessing / visualization.

The only thing I can pitch is to redefine marine_acoustic_msgs.RawSonarImage.sample0 from uint32 to either int32 or int64.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions