aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/galactic/snr.py
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/galactic/snr.py')
-rw-r--r--fg21sim/galactic/snr.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/fg21sim/galactic/snr.py b/fg21sim/galactic/snr.py
index b493ee5..088a2ae 100644
--- a/fg21sim/galactic/snr.py
+++ b/fg21sim/galactic/snr.py
@@ -322,11 +322,6 @@ class SuperNovaRemnants:
}
data.update(kwargs)
filename = self.filename_pattern.format(**data)
- filetype = self.configs.getn("output/filetype")
- if filetype == "fits":
- filename += ".fits"
- else:
- raise NotImplementedError("unsupported filetype: %s" % filetype)
filepath = os.path.join(self.output_dir, filename)
return filepath