Skip to content

Parameter scan_number_array is not updated during concatenation #1595

@rlbyrne

Description

@rlbyrne

Related to closed issue #1159

Combining UVData objects fails when parameter scan_number_array is supplied. I am trying to concatenate two time-adjacent UVData objects read from .ms files. Each have 62128 blts, so the combined object should have Nblts=124256. The concatenation fails with error ValueError: UVParameter _scan_number_array is not expected shape. Parameter shape is (62128,), expected shape is (124256,).. Setting uv.scan_number_array=None for each object before combining bypasses the error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions