diff options
Diffstat (limited to 'fg21sim/galactic/freefree.py')
-rw-r--r-- | fg21sim/galactic/freefree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/galactic/freefree.py b/fg21sim/galactic/freefree.py index 2c34374..2023798 100644 --- a/fg21sim/galactic/freefree.py +++ b/fg21sim/galactic/freefree.py @@ -70,7 +70,7 @@ class FreeFree: def _set_configs(self): """Load the configs and set the corresponding class attributes.""" comp = "galactic/freefree" - self.halphamap_path = self.configs.get_path(comp+"halphamap") + self.halphamap_path = self.configs.get_path(comp+"/halphamap") self.halphamap_unit = au.Unit( self.configs.getn(comp+"/halphamap_unit")) self.dustmap_path = self.configs.get_path(comp+"/dustmap") |