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
@adrn@jnibauer What do you think should be our v0.1 goals? I think all the potentials (and methods like circular velocity) + StreamDFs + reflex_correct. We are relatively close. We also need to standardize the parameter names and smooth the time API.
IMO We should also add back in some methods, like integrate_orbit, but @deprecated so that users can seamlessly transition their code from gala to galax, then update to the new (and not deprecated) API.
E.g. #419 andMockstreamGenerator, but which point users to #193.
.coordinates
Coordinate Frames:
.integrate
Only need the Diffrax integrator. It would be good to add the others, for reproducibility.
.potential
Gravitational Potentials
Specific Gravitational Potentials:
Methods on Potentials:
gala
(feat: Galax to Gala io #375)galpy
(feat: I/O galpy <-> galax #383)agama
potential_energy
)evaluate_orbit
)dataclasses.replace
)replace_units (IDK if this will be supported as it's used in gala for internally stripping units, which galax doesn't need to do)potential_energy
and__call__
)Helper Functions:
from_equation
save
/load
Reference Frames
.dynamics
galax.coordinates
).units
unxt
package.The text was updated successfully, but these errors were encountered: