diff options
author | Volker Hoffmann <volker@cheleb.net> | 2015-08-11 11:06:55 +0200 |
---|---|---|
committer | Volker Hoffmann <volker@cheleb.net> | 2015-08-11 11:06:55 +0200 |
commit | 65b10bef6144dfcb1398f08427a8f6cf3c0443d3 (patch) | |
tree | b87cd78fdb9e35906564df6b4f9b2937af3d0082 | |
parent | d6de9fc7f2d1924d5d60a561813cc13a06479dc6 (diff) |
docs: comment
-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 ]) |