diff --git a/snpy/sn.py b/snpy/sn.py index d477ec2..d2d736f 100755 --- a/snpy/sn.py +++ b/snpy/sn.py @@ -1441,7 +1441,7 @@ def dump_lc(self, epoch=0, tmin=-10, tmax=70, k_correct=0, print("# column 2: model magnitude", file=f) print("# column 3: model magnitude error", file=f) for i in range(len(ts)): - print("%.1f, %.3f %.3f" % (ts[i]+self.Tmax-toff, ms[i], + print("%.1f %.3f %.3f" % (ts[i]+self.Tmax-toff, ms[i], e_ms[i]), file=f) f.close() if self.data[filt].interp is not None: