Skip to content

Commit

Permalink
add input option to just load whatever Ie_top is being given as input…
Browse files Browse the repository at this point in the history
… to main
  • Loading branch information
egavazzi committed Nov 15, 2024
1 parent 37021e5 commit 16ca0b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ function calculate_e_transport_steady_state(altitude_max, θ_lims, E_max, B_angl
INPUT_OPTIONS.Beams, INPUT_OPTIONS.low_energy_tail)
elseif INPUT_OPTIONS.input_type == "from_ketchup_file"
Ie_top = Ie_top_from_ketchup(1:1:1, E, 1, μ_center, INPUT_OPTIONS.input_file);
elseif INPUT_OPTIONS.input_type == "bgu_custom"
Ie_top = INPUT_OPTIONS.Ie_top
end

## Calculate the phase functions and put them in a Tuple
Expand Down

0 comments on commit 16ca0b3

Please sign in to comment.