Skip to content

Hardcoded min size reading raw transmissions #1105

@armengau

Description

@armengau

In raw_io.read_transmission_file , it is implicitely assumed that the input transmission files have num_pixels >= 50
It may break code for some specific mocks with short transmissions.

This is at two places:

w = num_pixels >= 50

if w.sum() < 50:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions