You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently mkrefs.py can only be called from the command line, meaning that the location of mkrefs.py must be added to PATH if you want to be able to use it from anywhere. This somewhat defeats the purpose of installing the package.
Add the ability to call jwst_reffiles programmatically. Something along the lines of:
m = jwst_reffiles.mkrefs()
m.cfgfile = 'my_file.cfg'
m.run()
The text was updated successfully, but these errors were encountered:
Currently mkrefs.py can only be called from the command line, meaning that the location of mkrefs.py must be added to PATH if you want to be able to use it from anywhere. This somewhat defeats the purpose of installing the package.
Add the ability to call jwst_reffiles programmatically. Something along the lines of:
m = jwst_reffiles.mkrefs()
m.cfgfile = 'my_file.cfg'
m.run()
The text was updated successfully, but these errors were encountered: