You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current approach is simple, and has the advantage to not being tied down to a particular DS9 version.
We could add methods that mimic the XPA/SAMP commands, and so could provide more knowledge on the supported values. The problem with that is what happens when new commands are added, or old ones deprecated / removed (e.g. hls and hsv support is new in ds9 8.6).
The text was updated successfully, but these errors were encountered:
DougBurke
changed the title
Do we want pre-command methods?
Do we want per-command methods?
Dec 19, 2024
Of course, as soon as I start to try using this I start to see the benefit. Perhaps a subclass or some other way to provide an optional "nicely-typed" layer?
The current approach is simple, and has the advantage to not being tied down to a particular DS9 version.
We could add methods that mimic the XPA/SAMP commands, and so could provide more knowledge on the supported values. The problem with that is what happens when new commands are added, or old ones deprecated / removed (e.g. hls and hsv support is new in ds9 8.6).
The text was updated successfully, but these errors were encountered: