FlaredetectorWidget: properly label print
This commit is contained in:
@@ -265,7 +265,7 @@ class FlaredetectorWidget(QtWidgets.QWidget):
|
||||
self.periodsCalculated.emit([optimizedFold["SpotModulation"]])
|
||||
foldOptimizePhase = optimizedFold["phase"]
|
||||
foldOptimizeFit = optimizedFold["fit"]
|
||||
print(self.FoldState["SpotModulation"])
|
||||
print("SpotModulation", self.FoldState["SpotModulation"])
|
||||
self.epochCalculated.emit(optimizedFold["epoch"])
|
||||
else:
|
||||
lc = lc.fold(period=self.FoldState["Period"],
|
||||
|
||||
Reference in New Issue
Block a user