Skip to content

Remove telescope-specific rotation code in pixel plotting #2059

@EshitaJoshi

Description

@EshitaJoshi

Currently in plot_pixels.py we are applying telescope-specific rotation by hardcoding it using if/else statements like follows:

    if "SST" in array_element_type or "SCT" in array_element_type:
        total_rotation = (90 * u.deg) - rotate_angle
    else:
        total_rotation = (-90 * u.deg) - rotate_angle

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