- https://atemkeng.github.io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# the phase center PSF | |
self.phasePSF = phasePSF; | |
# Observed frequency | |
self.freq0 = freq0 or 1.; | |
# the compression in time | |
self.dtime = dtime or 1; | |
# the compression in frequency | |
self.dfreq = dfreq or 1; | |
# the resolution or the pixel size in radian | |
self.resolution = np.pi*(cellsize/3600.)/180.; |