Ollie Farley
Ollie Farley
Two new config parameters added to the LGS object: `obsDiam`, allows LGS to be launched from an aperture with a central obscuration. This is mainly only relevant for larger launch...
I keep thinking soapy has crashed with a big traceback, when actually it's just telling me I haven't got an interaction matrix! It then happily computes one. Should we just...
Trying a clean install on Ubuntu for the first time in a while. Used the `python setup.py install`, but when I try to run soapy from the command line I...
Using a single phase screen, physical propgation for the ShackHartmann (possibly all) WFSs does not work, it simply takes the phase and there is no scintillation as if geometric propagation...
The constant for the `coherenceTime` and `isoplanaticAngle` functions was 0.057, but should be 0.058(1). This was causing a very small (2%) error when these quantities were calculated. Fixed to make...
The line `with open("astroSat/data/bsc.dat",'r') as f: ` gives `FileNotFoundError: [Errno 2] No such file or directory: 'astroSat/data/bsc.dat'` when running scripts anywhere other than the astrosat directory. The fix is to...