Skip to content
Snippets Groups Projects
Commit d90f0759 authored by Alejandra Gonzalez's avatar Alejandra Gonzalez
Browse files

corrected NS mass to TOV_ADM mass from ID

parent 4d302401
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ class Output():
Mtot: total binary mass
For a NS with M_b = 1.6
'''
'''
eos = self.id_dic['NS_EoS_description']
mb = float(self.id_dic['NS_baryonic_mass_current'])
if eos=='SLy':
......@@ -152,8 +153,9 @@ class Output():
else:
M_NS = 0
print("===> Error: EoS not recognized, please add to /nrtools/initialdata/output.py")
'''
M_BH = float(self.id_dic['BH_Christodoulou_mass_current'])
M_NS = float(self.id_dic['NS_TOV_ADM_mass'])
return M_BH, M_NS, M_BH + M_NS
def get_tidal_params(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment