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
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_nameor something. Need to check how the SOAR does this from their buttonTo Reproduce
import sunpy
sunpy.map.Map(...)
etc
Screenshots
No response
System Details
No response
Installation method
No response