-
Notifications
You must be signed in to change notification settings - Fork 2
Chore canon #1
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
Chore canon #1
Changes from 10 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
453f6e1
separate repo from the earlier Allen Insitute repo. Make this repo ca…
dimitri-yatsenko b2e0206
minor
dimitri-yatsenko 11c2ba4
add CITATION.cff
dimitri-yatsenko 0d26ecd
Initial plan
Copilot 253db13
Fix typo in README.md
dimitri-yatsenko a067451
Fix spelling error: develpoments → developments
Copilot 0001dd0
Merge pull request #2 from datajoint/copilot/sub-pr-1
dimitri-yatsenko 5463d87
correct tests and tutorial example.
dimitri-yatsenko 86b1e81
Merge remote-tracking branch 'refs/remotes/origin/chore-canon' into c…
dimitri-yatsenko 4831940
correct image generation in the overview
dimitri-yatsenko 0230a51
remove breakpoint
dimitri-yatsenko 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| cff-version: 1.2.0 | ||
| title: Anscombe Transform Codec | ||
| message: If you use this software, please cite it. | ||
| version: 1.0.0 | ||
| repository-code: https://github.com/datajoint/anscombe-transform | ||
| abstract: > | ||
| Codec implementation of the Anscombe transform for compressing photon-limited | ||
| microscopy, radiography, and astronomy image recordings, published by DataJoint. | ||
| authors: | ||
| - family-names: Yatsenko | ||
| given-names: Dimitri | ||
| email: [email protected] | ||
| - family-names: Lecoq | ||
| given-names: Jerome | ||
| email: [email protected] | ||
| - family-names: Bennett | ||
| given-names: Davis | ||
| email: [email protected] | ||
| contact: | ||
| - family-names: Yatsenko | ||
| given-names: Dimitri | ||
| email: [email protected] | ||
| license: MIT | ||
| preferred-citation: | ||
| type: article | ||
| title: Standardized measurements for monitoring and comparing multiphoton microscope systems | ||
| authors: | ||
| - family-names: Lees | ||
| given-names: Robert M. | ||
| - family-names: Bianco | ||
| given-names: Isaac H. | ||
| - family-names: Campbell | ||
| given-names: Robert A. A. | ||
| - family-names: Orlova | ||
| given-names: Natalia | ||
| - family-names: Peterka | ||
| given-names: Darcy S. | ||
| - family-names: Pichler | ||
| given-names: Bruno | ||
| - family-names: Smith | ||
| given-names: Spencer LaVere | ||
| - family-names: Yatsenko | ||
| given-names: Dimitri | ||
| - family-names: Yu | ||
| given-names: Che-Hang | ||
| - family-names: Packer | ||
| given-names: Adam M. | ||
| journal: Nature Protocols | ||
| volume: '20' | ||
| pages: 1-38 | ||
| date-published: 2025-03-17 | ||
| doi: 10.1038/s41596-024-01120-w | ||
| url: https://doi.org/10.1038/s41596-024-01120-w |
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
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 |
|---|---|---|
|
|
@@ -7,8 +7,8 @@ name = "anscombe_transform" | |
| version = "1.0.0" | ||
|
|
||
| authors = [ | ||
| { name = "Jerome Lecoq", email = "[email protected]" }, | ||
| { name = "Dimitri Yatsenko", email = "[email protected]" }, | ||
| { name = "Jerome Lecoq", email = "[email protected]" }, | ||
| { name = "Davis Bennett", email = "[email protected]" }, | ||
| ] | ||
| maintainers = [ | ||
|
|
||
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.
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.
this needs to be removed