-
Notifications
You must be signed in to change notification settings - Fork 24
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
Commits on Oct 8, 2024
-
Added tests for LongitudinalProfileFromData
Adding tests to allow for longitudinal profile from spectral data, whether monotonically increasing or decreasing
“Emily committedOct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 5045667 - Browse repository at this point
Copy the full SHA 5045667View commit details -
Monotonically decreasing spectral data in LongitudinalProfileFromData
Editing LongitudinalProfileFromData to allow for monotonically decreasing spectral data
“Emily committedOct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for c325c05 - Browse repository at this point
Copy the full SHA c325c05View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 60a6fc6 - Browse repository at this point
Copy the full SHA 60a6fc6View commit details -
Updated tests for monotonically increasing or decreasing specta
“Emily committedOct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for d67b2a2 - Browse repository at this point
Copy the full SHA d67b2a2View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 8dfae34 - Browse repository at this point
Copy the full SHA 8dfae34View commit details -
“Emily committed
Oct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for b38e4a4 - Browse repository at this point
Copy the full SHA b38e4a4View commit details -
“Emily committed
Oct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 7434295 - Browse repository at this point
Copy the full SHA 7434295View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 36f7e57 - Browse repository at this point
Copy the full SHA 36f7e57View commit details -
“Emily committed
Oct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for ff58c8b - Browse repository at this point
Copy the full SHA ff58c8bView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for c4dc18d - Browse repository at this point
Copy the full SHA c4dc18dView commit details -
“Emily committed
Oct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for fd0dda1 - Browse repository at this point
Copy the full SHA fd0dda1View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8667d78 - Browse repository at this point
Copy the full SHA 8667d78View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for aef6bef - Browse repository at this point
Copy the full SHA aef6befView commit details -
“Emily committed
Oct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 293fba0 - Browse repository at this point
Copy the full SHA 293fba0View commit details -
“Emily committed
Oct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for bb23517 - Browse repository at this point
Copy the full SHA bb23517View commit details -
Analytic ft of GaussianLongitudinalProfile needs checking
“Emily committedOct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for a366342 - Browse repository at this point
Copy the full SHA a366342View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0112b - Browse repository at this point
Copy the full SHA bc0112bView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 6951008 - Browse repository at this point
Copy the full SHA 6951008View commit details -
“Emily committed
Oct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for dfbb025 - Browse repository at this point
Copy the full SHA dfbb025View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 63854d3 - Browse repository at this point
Copy the full SHA 63854d3View commit details -
“Emily committed
Oct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 7e231f1 - Browse repository at this point
Copy the full SHA 7e231f1View commit details -
Assertions also checked with separate notebook
“Emily committedOct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for e2ed172 - Browse repository at this point
Copy the full SHA e2ed172View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for d05893f - Browse repository at this point
Copy the full SHA d05893fView commit details -
“Emily committed
Oct 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 5186fdd - Browse repository at this point
Copy the full SHA 5186fddView commit details
Commits on Oct 10, 2024
-
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 committedOct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 4b2b40a - Browse repository at this point
Copy the full SHA 4b2b40aView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 804f5bf - Browse repository at this point
Copy the full SHA 804f5bfView commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e7a93f - Browse repository at this point
Copy the full SHA 5e7a93fView commit details -
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 committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for fb5aabc - Browse repository at this point
Copy the full SHA fb5aabcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39e81a1 - Browse repository at this point
Copy the full SHA 39e81a1View commit details -
Merge branch 'development' of https://github.com/em-archer/lasy into …
…development
“Emily committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 16e70ee - Browse repository at this point
Copy the full SHA 16e70eeView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 07ada48 - Browse repository at this point
Copy the full SHA 07ada48View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51d67b2 - Browse repository at this point
Copy the full SHA 51d67b2View commit details
Commits on Oct 16, 2024
-
Update lasy/profiles/longitudinal/longitudinal_profile_from_data.py
Co-authored-by: Maxence Thévenet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6dab5d - Browse repository at this point
Copy the full SHA e6dab5dView commit details -
Update lasy/profiles/longitudinal/longitudinal_profile_from_data.py
Co-authored-by: Maxence Thévenet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c6f7a3 - Browse repository at this point
Copy the full SHA 1c6f7a3View commit details