Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orbit_grid not equivalent! #57

Open
JoseRuedaRueda opened this issue Dec 16, 2024 · 0 comments
Open

orbit_grid not equivalent! #57

JoseRuedaRueda opened this issue Dec 16, 2024 · 0 comments

Comments

@JoseRuedaRueda
Copy link

Orbit Grid function is incomplete!

The code this is like the orbit_grid from the tomography package, but not at all!
The jacobian calculation option implemented in the orbit tomography package is not present in this implementation

OWCF/extra/dependencies.jl

Lines 610 to 619 in f937b8f

"""
orbit_grid(M,false,eo,po,ro)
orbit_grid(-||-, q=1, amu=OrbitTomography.H2_amu, kwargs... )
This function is just like OrbitTomography.orbit_grid, but allows execution without progress bar.
Good for HPC batch job submission, to not overrun log files.
"""
function orbit_grid(M::AbstractEquilibrium, visualizeProgress::Bool, eo::AbstractVector, po::AbstractVector, ro::AbstractVector;
q::Int64 = 1, amu = OrbitTomography.H2_amu, kwargs...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant