diff options
-rw-r--r-- | Helpers/impact_helpers.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Helpers/impact_helpers.py b/Helpers/impact_helpers.py index ec64e39..86fea15 100644 --- a/Helpers/impact_helpers.py +++ b/Helpers/impact_helpers.py @@ -355,6 +355,8 @@ def load_all(): tag_all = [ "Solar2", "Solar2/HD", \ "Morby", "Morby/HD", \ "Blowup", "Blowup2", "Blowup2/HD" ] + + # Time Range for Calibration tlo_all = np.array([0.0, 0.0, \ 0.0, 0.0, \ tblowup, tblowup, tblowup ]) |