Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gaussian psf to AtmosphericPSF #197

Merged
merged 8 commits into from
Feb 4, 2019
Merged

Add gaussian psf to AtmosphericPSF #197

merged 8 commits into from
Feb 4, 2019

Commits on Jan 12, 2019

  1. Spaces

    jmeyers314 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    03c1dbf View commit details
    Browse the repository at this point in the history
  2. fsolve -> bisect

    The latter seems to be more robust than the former.
    jmeyers314 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    67c8bcc View commit details
    Browse the repository at this point in the history
  3. Target the FWHM at filter effective wavelength

    ... instead of the FWHM at 500nm.
    jmeyers314 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    6f7ccf5 View commit details
    Browse the repository at this point in the history
  4. Add optional additional Gaussian to AtmosphericPSF

    This is to represent unmodeled additional contributions to the PSF.
    The default value of 0.3 arcsec FWHM comes from the 0.4 arcsec
    represented in LTS-124, minus (in quadrature) the modeled contributions
    of 0.26 arcsec for diffusion, 0.1 arcsec for the optics design, and
    0.09 arcsec for for residual misalignments, and then rounded up from
    0.27 to 0.3.
    jmeyers314 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    a3585b2 View commit details
    Browse the repository at this point in the history
  5. Update atmPSF test

    jmeyers314 committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    92f4156 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    26ac198 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    1a013b4 View commit details
    Browse the repository at this point in the history
  2. fix comment typo

    jchiang87 committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    6f2c2de View commit details
    Browse the repository at this point in the history