diff options
Diffstat (limited to 'fg21sim/galactic/synchrotron.py')
-rw-r--r-- | fg21sim/galactic/synchrotron.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/galactic/synchrotron.py b/fg21sim/galactic/synchrotron.py index 77c0be4..7ab33f0 100644 --- a/fg21sim/galactic/synchrotron.py +++ b/fg21sim/galactic/synchrotron.py @@ -48,7 +48,7 @@ class Synchrotron: def _set_configs(self): """Load the configs and set the corresponding class attributes.""" - comp = "galactic/freefree" + comp = "galactic/synchrotron" self.template_path = self.configs.get_path(comp+"/template") self.template_freq = self.configs.getn(comp+"/template_freq") self.template_unit = au.Unit( |