Introduced Helper Functions
Added two new functions named init_gsm() and init_observer() that will be primordial to set up 'Global Sky Models' and 'Observers' respectively.
Updated Software Version
The software version in setup.py has been upgraded to 1.5.3.
Code Cleanup
Removed unnecessary script elements from test_gsm.py and __init__.py. This includes a print statement and trailing white spaces, which helps to keep the codebase neat and proficient.
Note: Global Sky Model (GSM) is a method to handle the celestial sphere's sky brightness distributions based on the measurement data. The alias simply refers to a shorter name given to this process and the observer in this context.
PR Summary
Introduced Helper Functions Added two new functions named
init_gsm()
andinit_observer()
that will be primordial to set up 'Global Sky Models' and 'Observers' respectively.Updated Software Version The software version in
setup.py
has been upgraded to1.5.3
.Code Cleanup Removed unnecessary script elements from
test_gsm.py
and__init__.py
. This includes a print statement and trailing white spaces, which helps to keep the codebase neat and proficient.Note: Global Sky Model (GSM) is a method to handle the celestial sphere's sky brightness distributions based on the measurement data. The alias simply refers to a shorter name given to this process and the observer in this context.