Skip to content

Commit

Permalink
scintillation index result property
Browse files Browse the repository at this point in the history
  • Loading branch information
ojdf committed Nov 18, 2024
1 parent 5063eaf commit 7b2e55b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fast/fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,10 @@ def dBm(self):
def power(self):
return self._dl * self._r

@property
def scintillation_index(self):
return (self._r/self._r.mean()).var()


def load(fname):
hdr = fits.getheader(fname)
Expand Down

0 comments on commit 7b2e55b

Please sign in to comment.