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 aperture photometry plugin (in batch or single mode) has a "Pixel area" option with the caption ""Pixel area in arcsec squared, only used if sr in data unit"". That's a bit distracting in the common case where sr are not in the data units.
Describe the desired outcome
This could be a toggle instead of an option that is mandatory but only sometimes used. It should be off by default unless the data units definitely have solid angle in them (becaues BUNIT is defined or whatever), which can be easily checked by looking at the physical_type of the units.
Hiding this requires exposing that value as a traitlet on the JS side but doable.
pllim
changed the title
[FEAT] Hide the pixel area options in aperture photometry if the
[FEAT] Hide the pixel area options in aperture photometry not applicable
Nov 1, 2023
pllim
changed the title
[FEAT] Hide the pixel area options in aperture photometry not applicable
[FEAT] Hide the pixel area options in aperture photometry if not applicable
Nov 1, 2023
Jdaviz component
Imviz
What is the problem this feature will solve?
The aperture photometry plugin (in batch or single mode) has a "Pixel area" option with the caption ""Pixel area in arcsec squared, only used if sr in data unit"". That's a bit distracting in the common case where sr are not in the data units.
Describe the desired outcome
This could be a toggle instead of an option that is mandatory but only sometimes used. It should be off by default unless the data units definitely have solid angle in them (becaues BUNIT is defined or whatever), which can be easily checked by looking at the
physical_type
of the units.Additional context
🐱
The text was updated successfully, but these errors were encountered: