do we want to be smart about determine where to look for files or just rely on relative paths being correct?
lsst.utils.getPackageDir() or chrysomallos.__file__
(this is a reminder to talk about this)
example from generate_dwarf_parameters.py:
if args.config is None:
config_dict = "./python/chrysomallos/config/example_stamps.yaml"
do we want to be smart about determine where to look for files or just rely on relative paths being correct?
lsst.utils.getPackageDir()
orchrysomallos.__file__
(this is a reminder to talk about this)
example from generate_dwarf_parameters.py: