Commit 8799a74d authored by Daniel Williams's avatar Daniel Williams
Browse files

Made a fix to the xml saving.

parent 29d3398a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -126,9 +126,9 @@ class MDCSet():
                row = sim.RowType()

                for a in lsctables.SimBurstTable.validcolumns.keys():
                    setattr(row, a, self.params[a])
                    setattr(row, a, waveform.params[a])

                waveform.waveform = self.waveform
                row.waveform = waveform.waveform
                # Fill in the time
                row.set_time_geocent(GPS(float(waveform.time)))
                # Get the sky locations