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

Added tests for LongitudinalProfileFromData and fix for issue #185 #304

Closed
wants to merge 34 commits into from

Commits on Oct 8, 2024

  1. Added tests for LongitudinalProfileFromData

    Adding tests to allow for longitudinal profile from spectral data, whether monotonically increasing or decreasing
    “Emily committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5045667 View commit details
    Browse the repository at this point in the history
  2. Monotonically decreasing spectral data in LongitudinalProfileFromData

    Editing LongitudinalProfileFromData to allow for monotonically decreasing spectral data
    “Emily committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    c325c05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60a6fc6 View commit details
    Browse the repository at this point in the history
  4. Updated tests

    Updated tests for monotonically increasing or decreasing specta
    “Emily committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d67b2a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dfae34 View commit details
    Browse the repository at this point in the history
  6. Minor correction

    “Emily committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b38e4a4 View commit details
    Browse the repository at this point in the history
  7. em-archer

    “Emily committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7434295 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36f7e57 View commit details
    Browse the repository at this point in the history
  9. Minor correction

    “Emily committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ff58c8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4dc18d View commit details
    Browse the repository at this point in the history
  11. Syntax

    “Emily committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fd0dda1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Syntax conflict

    Wavelength and wavelength axis given different names
    “Emily committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8667d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aef6bef View commit details
    Browse the repository at this point in the history
  3. em-archer

    “Emily committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    293fba0 View commit details
    Browse the repository at this point in the history
  4. em-archer

    “Emily committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bb23517 View commit details
    Browse the repository at this point in the history
  5. Should now include phase

    Analytic ft of GaussianLongitudinalProfile needs checking
    “Emily committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a366342 View commit details
    Browse the repository at this point in the history
  6. Final commit

    Analytic spectrum checked in separate script
    “Emily committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bc0112b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6951008 View commit details
    Browse the repository at this point in the history
  8. Fixing flipping of arrays

    “Emily committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    dfbb025 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63854d3 View commit details
    Browse the repository at this point in the history
  10. em-archer

    “Emily committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7e231f1 View commit details
    Browse the repository at this point in the history
  11. Assertions also checked with separate notebook

    “Emily committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e2ed172 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d05893f View commit details
    Browse the repository at this point in the history
  13. Increase time resolution

    “Emily committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5186fdd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Modified to also allow spectral data to be specified with respect to …

    …omega
    
    When data["datatype"] = "spectral", data["axis"] can either be wavelength lambda in m or angular frequency omega in s^-1. The user doesn't need to specify, it will automatically detect and convert to wavelength if the latter is passed.
    “Emily committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4b2b40a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    804f5bf View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    5e7a93f View commit details
    Browse the repository at this point in the history
  2. Added requirement for user to specify axis type

    User must now specify axis type (wavelength by default). Also added proper conversion for spectral intensity if axis is omega.
    “Emily committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fb5aabc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39e81a1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'development' of https://github.com/em-archer/lasy into …

    …development
    “Emily committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    16e70ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07ada48 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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

Commits on Oct 16, 2024

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