aboutsummaryrefslogtreecommitdiffstats
path: root/bin/calc_coolfunc_table.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/calc_coolfunc_table.py')
-rwxr-xr-xbin/calc_coolfunc_table.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/calc_coolfunc_table.py b/bin/calc_coolfunc_table.py
index 6a253ed..16a7717 100755
--- a/bin/calc_coolfunc_table.py
+++ b/bin/calc_coolfunc_table.py
@@ -132,8 +132,8 @@ def main():
type=float, default=15.0,
help="upper temperature limit [keV] (default: 15.0)")
parser.add_argument("-s", "--tstep", dest="tstep",
- type=float, default=0.01,
- help="temperature step size [keV] (default: 0.01)")
+ type=float, default=0.02,
+ help="temperature step size [keV] (default: 0.02)")
parser.add_argument("-u", "--unit", dest="unit", required=True,
choices=["erg", "photon"],
help="use flux values of unit [erg/cm^2/s] or " +