Skip to content

SOOP colums can sometimes have two SOOPs listed. #207

@hayesla

Description

@hayesla

Describe the bug

the SOOP names can sometimes not be unique in the database or files, they sometimes can be listed like:
'L_BOTH_HRES_HCAD_Major-Flare;R_SMALL_HRES_HCAD_RS-burst',
hence if you do a search of

a.soar.SOOP('L_BOTH_HRES_HCAD_Major-Flare') in this case, it will not be returned.

We should check something like

if L_BOTH_HRES_HCAD_Major-Flare in soop_name or something. Need to check how the SOAR does this from their button

To Reproduce

import sunpy

sunpy.map.Map(...)
etc

Screenshots

No response

System Details

No response

Installation method

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugProbably a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions