Skip to content

Commit

Permalink
updated IGRF 2023 in Simulator.fitline
Browse files Browse the repository at this point in the history
  • Loading branch information
jlalvis committed Sep 14, 2023
1 parent 26ce0a8 commit cc3eca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geoscilabs/mag/Simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@ def profiledata(Binc, Bdec, Bigrf, depth, susc, comp, irt, Q, rinc, rdec, update
Bdec=widgets.FloatSlider(
min=-90.0, max=90, step=5, value=0, continuous_update=False
),
Bigrf=widgets.FloatSlider(
min=54000.0, max=55000, step=10, value=54500, continuous_update=False
Bigrf=widgets.FloatText(
value=53500
),
depth=widgets.FloatSlider(min=0.0, max=5.0, step=0.05, value=0.5),
susc=widgets.FloatSlider(min=0.0, max=800.0, step=5.0, value=1.0),
Expand Down

0 comments on commit cc3eca4

Please sign in to comment.