EOSManager.py - when initializing class EOSSequenceLandry if load_eos = True the code will now load EOS tables in the same format as TOV tables (load_ns = True). These will NOT be interpolated yet
EOSManager.py - added a function EOSSequenceLandry.interpolate_eos_tables. Allows the user to choose the interpolation base and number of points. Simple interpolation in log space is implemented now, more complicated and precise interpolators can be added in the future.
util_ConstructIntrinsicPosterior_GenericCoordinates.py - if a tabular EOS file is used, EOSSequenceLandry will be initialized with sorting (no_sort = False). This fix is necessary for proper PE in EOS parameter space
plot_posterior_corner.py - minor bug fix that makes it possible to plot eos_indx grey points on the standard RIFT corner plots
EOSManager.py
- when initializing classEOSSequenceLandry
ifload_eos = True
the code will now load EOS tables in the same format as TOV tables (load_ns = True
). These will NOT be interpolated yetEOSManager.py
- added a functionEOSSequenceLandry.interpolate_eos_tables
. Allows the user to choose the interpolation base and number of points. Simple interpolation in log space is implemented now, more complicated and precise interpolators can be added in the future.util_ConstructIntrinsicPosterior_GenericCoordinates.py
- if a tabular EOS file is used,EOSSequenceLandry
will be initialized with sorting (no_sort = False
). This fix is necessary for proper PE in EOS parameter spaceplot_posterior_corner.py
- minor bug fix that makes it possible to ploteos_indx
grey points on the standard RIFT corner plots