Skip to content

Commit

Permalink
made generating neutron monitor count rate estimates non-default
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSWDavis committed Mar 12, 2024
1 parent 3d987b7 commit 7fe1551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AniMAIRE/AniMAIRE.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_from_spectra(
date_and_time=dt.datetime.now(),
array_of_lats_and_longs=default_array_of_lats_and_longs,
cache_magnetocosmics_run=True,
generate_NM_count_rates=True,
generate_NM_count_rates=False,
**mag_cos_kwargs,
):

Expand Down
2 changes: 1 addition & 1 deletion AniMAIRE/anisotropic_MAIRE_engine/maireSengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self,
reference_longitude=45.0, #None,
array_of_lats_and_longs=default_array_of_lats_and_longs,
cache_magnetocosmics_runs=True,
generate_NM_count_rates=True):
generate_NM_count_rates=False):

self.rigiditySpectrumParamDict = {}
self.pitchAngleDistributionParamDict = {}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
package_data={"AniMAIRE":[
"anisotropic_MAIRE_engine/data/*.csv"
]},
version='1.0.12',
version='1.0.13',
description='Python library for running the anisotropic version of MAIRE+',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 7fe1551

Please sign in to comment.