-
Notifications
You must be signed in to change notification settings - Fork 0
LaserLab v0.3.1 fixture provenance and golden regressions #20
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Fixture Catalog | ||
|
|
||
| LaserLab separates redistributable bundled fixtures from external scientific references. Bundled fixtures are small workflow and detector sanity checks; none is a matched control for a user's camera setup. | ||
|
|
||
| ## Bundled Fixtures | ||
|
|
||
| | Fixture | Phenomena | License | Intended Use | Expected Behavior | Limitations | | ||
| | --- | --- | --- | --- | --- | --- | | ||
| | Double slit experiment | interference, simulation | CC BY-SA 4.0 | Structured control | Stable fringe-like spatial frequencies; no readable text expected | Rendered simulation, not physical camera footage | | ||
| | Young's double slit experiment clip | diffraction, interference | CC BY-SA 3.0 or GFDL | Optical demo input | FFT and fringe metrics should respond more strongly than OCR | Compressed educational video with unknown capture history | | ||
| | 3D interference through two pinholes | interference, diffraction, visualization | CC BY-SA 4.0 | Structured optical positive | Repeatable spectral structure expected; text recovery is not | Tomographic visualization, not raw sensor footage | | ||
| | Focused Laguerre-Gaussian beam | structured beam, diffraction, rendered control | CC BY-SA 4.0 | Non-text false-positive control | Ring and texture metrics may respond while OCR remains null | Rendered beam field, not a matched camera control | | ||
|
|
||
| Exact source URLs, attribution, filenames, SHA-256 hashes, and download URLs are stored in `sample_media/fixture_manifest.json`. Human-readable attribution is in `sample_media/ATTRIBUTION.md`. | ||
|
|
||
| ## External Manual Fixture | ||
|
|
||
| The Illinois Wesleyan single-photon double-slit and ghost-imaging video set is listed in the in-app catalog but is not downloaded or redistributed. Its source page is <https://sun.iwu.edu/~gspaldin/SinglePhotonVideos.html>. Redistribution terms are not confirmed, so users must obtain it manually and document local provenance. | ||
|
|
||
| ## Validation Rules | ||
|
|
||
| Every catalog entry must include an ID, title, media kind, analysis label, license, attribution, source page, optical phenomena, expected detector behavior, limitations, and redistribution status. Every redistributable entry must name a bundled file. Fixture demos stop before analysis if required metadata or a bundled file is missing. | ||
|
|
||
| ## Interpretation | ||
|
|
||
| These fixtures prove that the software can process known optical structure and preserve provenance. They do not validate a claim about a user's footage. Evidence-bearing experiments still require controls recorded with the same camera and optical conditions as the laser capture. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,4 +6,4 @@ | |
|
|
||
| __all__ = ["__version__"] | ||
|
|
||
| __version__ = "0.3.0" | ||
| __version__ = "0.3.1" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the default
control_generationsetting, laser captures produce matched control samples viagenerate_matched_controls, but those records do not carrycapture_metadatafrom the parent capture. As a result this newly added result field becomes{}for every generated control, so if a derived control is part ofresults.jsonor ranks as a top candidate, the fixture provenance is lost even though the parent laser capture had it.Useful? React with 👍 / 👎.