Commit 986cd821 authored by David Hendriks's avatar David Hendriks
Browse files

moved time prints

parent dfc6b5f6
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@ event_based_logging_event_dict = {
            "zams_separation",
            "zams_eccentricity",
            # common info
            "time",
            "metallicity",
            "probability",
            "random_seed",
            # Post SN info
            "SN_post_SN_mass",
            "SN_post_SN_stellar_type",
            "time",
            "SN_type",
            "SN_fallback_fraction",
            "SN_fallback_mass",
@@ -73,13 +73,13 @@ event_based_logging_event_dict = {
            # ZAMS info
            "zams_mass_1",
            # common info
            "time",
            "metallicity",
            "probability",
            "random_seed",
            # Post SN info
            "SN_post_SN_mass",
            "SN_post_SN_stellar_type",
            "SN_time",
            "SN_type",
            "SN_fallback_fraction",
            "SN_fallback_mass",
@@ -114,6 +114,7 @@ event_based_logging_event_dict = {
            "zams_separation",
            "zams_eccentricity",
            # common info
            "time",
            "metallicity",
            "probability",
            "random_seed",
@@ -171,11 +172,11 @@ event_based_logging_event_dict = {
            "zams_separation",
            "zams_eccentricity",
            # common info
            "time",
            "metallicity",
            "probability",
            "random_seed",
            # DCO formation properties
            "time",
            "DCO_stellar_type_1",
            "DCO_stellar_type_2",
            "DCO_mass_1",