Renamed GlobalSkyModel2016 and GSMObserver2016
The class GlobalSkyModel2016 has been renamed to GlobalSkyModel16 and GSMObserver2016 has been renamed to GSMObserver16 for simplicity and consistency.
Updated import statements
The import statements have been modified to reflect the redesigned class names for clarity.
Changed notebook name
Renamed pygdsm2016_quickstart to pygdsm16_quickstart to match the new naming convention.
Updated documentation
The README and quick start guide have been updated to reflect the new class names, ensuring that users are well-informed about the changes.
Added interpolation option
A new interpolation option has been added, allowing users to select between cubic or pchip methods. The default option has been set to pchip, consistent with the original GSM2008 model. This feature enhances the flexibility of the model.
PR Summary
Renamed GlobalSkyModel2016 and GSMObserver2016 The class GlobalSkyModel2016 has been renamed to GlobalSkyModel16 and GSMObserver2016 has been renamed to GSMObserver16 for simplicity and consistency.
Updated import statements The import statements have been modified to reflect the redesigned class names for clarity.
Changed notebook name Renamed
pygdsm2016_quickstart
topygdsm16_quickstart
to match the new naming convention.Updated documentation The README and quick start guide have been updated to reflect the new class names, ensuring that users are well-informed about the changes.
Added interpolation option A new interpolation option has been added, allowing users to select between
cubic
orpchip
methods. The default option has been set topchip
, consistent with the original GSM2008 model. This feature enhances the flexibility of the model.