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

DRAFT : my atmospheric shift and transmission code for MOSAIC #203

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    2c103da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb30dae View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Second commit of MOSAIC AD Effects - code altered to fit SCOPESIM pur…

    …pose
    
    Now outputs WLs and trans for individual fibre
    JamianStephan committed May 2, 2023
    Configuration menu
    Copy the full SHA
    330322a View commit details
    Browse the repository at this point in the history
  2. Atmospheric Dispersion MOSAIC changes

    Cleaned up the code, added more comments for clarity, fixed HR NIR mode
    JamianStephan committed May 2, 2023
    Configuration menu
    Copy the full SHA
    820bb9d View commit details
    Browse the repository at this point in the history
  3. Renamed AO_simulation to AtmosDispFibreCoupling, added code to includ…

    …e it in an Effect object
    astronomyk committed May 2, 2023
    Configuration menu
    Copy the full SHA
    75bb284 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. MOSAIC Atmospheric Dispersion code structure changes

    1) Added a class variable containing pd table of fibre dimensions,
    columns of fibre_id,dx,dy
    2) Changed run function's transmission array to a dictionary with keys of fibre_id
    JamianStephan committed May 4, 2023
    Configuration menu
    Copy the full SHA
    551a390 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. MOSAIC Custom Hexagonal Aperture

    Implemented code to generate a hexagonal aperture array for an arbitrary number of rings
    HR_VIS now is working as a 3-layer hexagon array can be made
    JamianStephan committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b75c894 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. MOSAIC atmospheric dispersion aperture gaps fix

    Hexagonal aperture arrays were odd-sized with a central pixel
    This meant hexagons would leave a gap or overlap due to symmetry
    Fixed so that the arrays for the aperture and PSF arrays are now even-sized
    JamianStephan committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1180925 View commit details
    Browse the repository at this point in the history