Skip to content
Snippets Groups Projects
Commit db06e8d3 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Update prior latex labels

parent 85df1dbe
No related branches found
No related tags found
No related merge requests found
......@@ -67,23 +67,25 @@ class Prior(object):
elif self.name == 'tilt2':
return 'tilt_2'
elif self.name == 'phi1':
return '\phi_1'
return '$\phi_1$'
elif self.name == 'phi2':
return '\phi_2'
return '$\phi_2$'
elif self.name == 'luminosity_distance':
return 'd_L'
elif self.name == 'dec':
return '\mathrm{DEC}'
return '$\mathrm{DEC}$'
elif self.name == 'ra':
return '\mathrm{RA}'
return '$\mathrm{RA}$'
elif self.name == 'iota':
return '\iota'
return '$\iota$'
elif self.name == 'psi':
return '\psi'
return '$\psi$'
elif self.name == 'phase':
return '\phi'
return '$\phi$'
elif self.name == 'tc':
return 't_c'
return '$t_c$'
elif self.name == 'geocent_time':
return '$t_c$'
else:
return self.name
......
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