-
Notifications
You must be signed in to change notification settings - Fork 35
feature/thomas-intensity-changes-b #243
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
Show all changes
41 commits
Select commit
Hold shift + click to select a range
4f745f9
add convertTileIdToUseWafers6061RenderOrder method
trautmane 70239e1
move MaskHackClient from mask package to tile package
trautmane e8ccb4d
add TileIdHackClient
trautmane c2f3033
add excludeDifferentMfovNeighbors parameter for match tile pair deriv…
trautmane c3115a3
move most ThomasCalibrationIntensityCorrectionClient parameters into …
trautmane 7c2ca70
add toString method to CreepCorrectionParameters
trautmane 8b0a2ff
add toString method to BeamCorrectionParameters
trautmane bbcd239
first draft of BeamCorrectionSparkClient
trautmane 0538794
modify ThomasCalibrationIntensityCorrectionClient to support reading …
trautmane 09b24b3
rename ThomasCalibrationIntensityCorrectionClient to BeamCorrectionCl…
trautmane 5906b35
add 'other' pipeline stackId naming group and use it for TileIdHackCl…
trautmane 09dc583
test tile pairs with excludeDifferentMfovNeighbors true
trautmane 569f19e
add overwriteSourceStack parameter to BeamCorrectionParameters
trautmane 687900f
switch BeamCorrectionSparkClient and TileIdHackClient back to rawNami…
trautmane e31c625
switch TileIdHackClient back to rawNamingGroup
trautmane 0c3e128
improve list-match-collections.sh output
trautmane 2e8a4cc
replace skipMatchCorrection parameter for creep correction with match…
trautmane f5d698d
add OVERWRITE_SOURCE_AND_RENAME_AS_TARGET matchCorrectionType
trautmane 6989d58
remove duplicated step 1 paragraph in javadoc
trautmane 6631383
add rawNamingGroup check to CreepCorrectionSparkClient
trautmane 0a945b0
change MFOV_AS_TILE naming group from raw to other
trautmane 931c5ac
change MFOV_AS_TILE naming group from raw to other
trautmane e38b135
remove unused affine alignment setup from MFOVAsTileClient
trautmane 0b53d2b
rename MFOVASTileClient as MFOVAsTileClient
trautmane d7be26c
add removeMatchPairsWithDifferentMFOVs method
trautmane 37372f7
fix canvas groupId bug
trautmane a80113a
add deriveSfovMatchData to MFOVAsTileParameters
trautmane e1effd3
add applyOffsets method to Matches
trautmane 7b7e29b
add changeMatchesToWorldCoordinates method and change removeMatchPair…
trautmane 84b40ec
Update the MFOV pre-alignment step to read matches from render's web …
trautmane fd054ed
first draft of the MatchCollectionRenameClient
trautmane 805defa
rename owner as matchCollectionOwner to keep parameter name and attri…
trautmane 79af524
Treat resinMfovStartPositionMatchWeight as unspecified if it is negat…
trautmane b99c798
fix expectedTileClusterCount for MFOV montage match patching when iso…
trautmane 46149f5
remove unneeded writeable directory checks for Google Cloud storage t…
trautmane 24118a6
increase stack serial number range
trautmane 716b173
add load-rough-align-data.sh script
trautmane a0e142e
debug w61 mfov-as-tile match connection issues
trautmane 163b3be
fix exception message logic
trautmane 13f5d05
add comment to explain coding choice
trautmane ae18977
Merge remote-tracking branch 'origin/feature/thomas-intensity-changes…
trautmane 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
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
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.
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.
For readability, consider declaring
final boolean isSameMfov = pMfov.equals(MultiSemUtilities.getMagcMfovForTileId(qTileId)).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.
I agree adding isSameMfov would improve readability, but because this spot in the code is heavily used for FIB-SEM data sets I prefer to save time (for the FIBSEM data sets) by not doing the multi-SEM string conversion and comparison unless the parameters indicate this is a multi-SEM stack.
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.
I added a comment to explain this in the code