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
Allowing users to specify the vertex (obs_pos) and the direction of the line-of-sight ((theta, phi) or pixels) through an astropy SkyCoord object directly in the call to the get_emission_x functions. ZodiPy already builds this object internally, so this would provide better integration with Astropy and essentially unify five input arguments (theta, phi, obs, obs_pos, lonlat).
The text was updated successfully, but these errors were encountered:
from pyOpenSci/software-submission#161:
Allowing users to specify the vertex (
obs_pos
) and the direction of the line-of-sight ((theta
,phi
) orpixels
) through an astropySkyCoord
object directly in the call to theget_emission_x
functions. ZodiPy already builds this object internally, so this would provide better integration with Astropy and essentially unify five input arguments (theta
,phi
,obs
,obs_pos
,lonlat
).The text was updated successfully, but these errors were encountered: