flaredetector: util: check if its a Periodogram
This commit is contained in:
@@ -196,7 +196,7 @@ class FlaredetectorWidget(QtWidgets.QWidget):
|
||||
lc = lc.to_periodogram(method=self.PeriodogramState["Method"])
|
||||
label = "Periodogram"
|
||||
|
||||
maxPowers = findMaxIndices(lc.power, 4)
|
||||
maxPowers = findMaxIndices(lc, 4)
|
||||
print(maxPowers)
|
||||
self.lbMaxPowerPeriod1.setText(str(lc.period[maxPowers[0]]))
|
||||
self.lbMaxPowerPeriod2.setText(str(lc.period[maxPowers[1]]))
|
||||
|
||||
Reference in New Issue
Block a user