-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding instr attrs and updating product attrs (#71)
* adding instr attrs and updating product attrs * pre-commit fixes * registering a.Instr instead of a.soar.Instr * adding checks whether soar can query the provided attrs * adding functionality to only query SOAR * fixing can_handle_query to check for instr * fixing cdf descriptors and adding inst to one file * removing file * updating values * adding extra tests * adding comment * check for soar provider * adding test for provider * adding test for provider * comments from review * updating readme * updating readme
- Loading branch information
Showing
7 changed files
with
170 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"EPD": "Energetic Particle Detector", | ||
"EUI": "Extreme UV Imager", | ||
"MAG": "Magnetometer", | ||
"METIS": "Metis: Visible light and ultraviolet coronagraph", | ||
"PHI": "Polarimetric and Helioseismic Imager", | ||
"RPW": "Radio and Plasma Wave instrument", | ||
"SOLOHI": "Solar Orbiter Heliospheric Imager", | ||
"SPICE": "SPectral Investigation of the Coronal Environment", | ||
"STIX": "Spectrometer Telescope for Imaging X-rays", | ||
"SWA": "Solar Wind Analyser" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters