Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sun-data/optika
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.2
Choose a base ref
...
head repository: sun-data/optika
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 14 files changed
  • 1 contributor

Commits on Nov 2, 2024

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

Commits on Nov 6, 2024

  1. Fixed a bug in MultilayerFilm.shape and MultilayerMirror.shape wh…

    …ere a `ValueError` was raised if `layers` was not a sequence. (#102)
    byrdie authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c501775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f62246d View commit details
    Browse the repository at this point in the history
  3. Modified opitka.sensors.AbstractImagingSensor.readout() to more gra…

    …cefully deal with negative photons. (#104)
    byrdie authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    62bf58c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Renamed optika.systems.AbstractSystem.__call__() to image() for c…

    …larity and added `axis_wavelength`, `axis_field`, and `axis_pupil` arguments. (#105)
    byrdie authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    5ad11f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

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

Commits on Nov 12, 2024

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

Commits on Dec 9, 2024

  1. Added `optika.sensors.AbstractImagingSensorMaterial.photons_incident(…

    …)` method to compute the expected number of incident photons given the number of measured electrons. (#108)
    byrdie authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    39b2b35 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. Modified optika.targets.airforce() to use pymupdf instead of `svg…

    …lib` for reading SVG images. (#111)
    byrdie authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    3c89811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22bdda3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a9f18 View commit details
    Browse the repository at this point in the history
  4. Modified optika.sensors.electrons_measured() to properly account fo…

    …r discretization noise. (#113)
    byrdie authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    726dda0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Fixed a major bug in optika.sensors.electrons_measured() where the …

    …recombination noise was being severely underestimated. (#114)
    byrdie authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    588fc1b View commit details
    Browse the repository at this point in the history
Loading