Needs an environment.yml file and added to some conda channel, so that people can simply install it with conda install FCDR_HIRS. That should bring in all the correct dependencies, such as pint and progressbar2. Also needs some manual on how to set things up.
This includes adding necessary data files, such as SRFs in the right format, as data distributed with Python, then using importlib.resources to 'import' them.
Needs an
environment.yml
file and added to some conda channel, so that people can simply install it withconda install FCDR_HIRS
. That should bring in all the correct dependencies, such aspint
andprogressbar2
. Also needs some manual on how to set things up.