Skip to content

Streamline LAPPD inclusion #11

@marc1uk

Description

@marc1uk

Right now the code is littered with if (isPMT){ ... } else if(isLAPPD) { ... } statements.
In nearly all of these cases the code executed in each case is virtually identical, differing only by the use of LAPPD variables that are clones of equivalent PMT variables.
The existing support for multiple PMT types could natively handle LAPPDs in the majority of these cases, removing the duplicated code.

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