TCDSolar / stixpy

STIX data analysis in python
https://stixpy.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
17 stars 20 forks source link

Add convince mapping for selecting and display of common detector and pixel selections #62

Open samaloney opened 1 year ago

samaloney commented 1 year ago

Add convince mapping for common detector and pixel selections to names and vice versa

Detector

name meaning
'all' all detectors
'imaging' 30 imaging detector (excluding BKG and CFL)
'imaging_24' 24 standard (not fine) imaging detectors
'imaging_fine' 6 finest imaging detectors
'cfl' Only CLF detector
'bkg' Only BKG detector

Pixel

name meaning
'all' All pixels (top, bottom and small)
'big' All big pixel top + bot
'top' Top row pixels only
'bottom' Bottom row pixels only
'small' Small, middle row pixels only