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
When calibrating visibilities with stixpy.calibrate.visibility.calibrate_visibility, the default flare_location coordinate should be the center of the Sun rather than 0, 0 in STIX coordinate frame, which is important for times when Solar Orbiter is offpointing.
For example,
with using the current default (where flare_location is default to STIXImaging(0 * u.arcsec, 0 * u.arcsec) see here.
When calibrating visibilities with
stixpy.calibrate.visibility.calibrate_visibility
, the defaultflare_location
coordinate should be the center of the Sun rather than 0, 0 in STIX coordinate frame, which is important for times when Solar Orbiter is offpointing.For example,
with using the current default (where
flare_location
is default toSTIXImaging(0 * u.arcsec, 0 * u.arcsec)
see here.however, when usign this:
So I guess this should be the default to center the map on the Sun. Thoughts @samaloney
To reproduce
The text was updated successfully, but these errors were encountered: