dsavransky / EXOSIMS

Simulator for exoplanet direct imaging space missions
BSD 3-Clause "New" or "Revised" License
27 stars 40 forks source link

Create a way to compare the input json and outspec to see differences #256

Closed CoreySpohn closed 1 year ago

CoreySpohn commented 4 years ago

Is your feature request related to a problem? Please describe. EXOSIMS fills in values for parameters that are not given by the input json file. This behavior is expected but it can be useful to see what values have been filled in to make sure that the input file is behaving as expected.

Describe the solution you'd like A function that prints out the differences between the input and the outspec generated by the simulation. I assume that this would be a util function.

Additional context The idea for this came from looking at the values that Nemati_2019 tries to load from the input using try-except statements.

deanthedream commented 4 years ago

I have something like this somewhere... Possibly not committed because it isn't completed

dsavransky commented 1 year ago

Mainlined in MissionSim in 3.0.0.