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

Fix/wadors seg creation #360

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9915f84
add _createSegFromJSONObjects method to use DICOMweb JSON Objects to …
emelalkim Jul 15, 2023
0854eba
add build for debugging
emelalkim Jul 17, 2023
348ddd6
fix dcmjs reference
emelalkim Jul 17, 2023
eddc951
update builds
emelalkim Jul 17, 2023
e2b8c69
update generate segmentation to handle cornerstone metadata objects
emelalkim Jul 17, 2023
b198472
update builds
emelalkim Jul 17, 2023
bc14414
fix classname
emelalkim Jul 17, 2023
0d9eaee
temporary _meta fill in
emelalkim Jul 17, 2023
94b3808
fix dataset and sourceImageMetadata retrieve
emelalkim Jul 19, 2023
433f221
update builds
emelalkim Jul 19, 2023
63df7b1
update remaining sourceImageMetadata retrievals
emelalkim Jul 19, 2023
d29d71c
update builds
emelalkim Jul 19, 2023
98d92d3
remove builds
emelalkim Jul 19, 2023
d79fbb1
add builds
emelalkim Jul 19, 2023
32b3b1e
fix metadata retrieval
emelalkim Jul 19, 2023
1694687
update builds
emelalkim Jul 19, 2023
3d4b1fc
fix other modules
emelalkim Jul 19, 2023
f90bbfb
update sopcommonmodule retrieval
emelalkim Jul 19, 2023
bdd72b5
update builds
emelalkim Jul 19, 2023
9602624
remove unnecessary ImageOrientationPatient manupulation and adds log …
emelalkim Jul 19, 2023
ce3e86b
update builds
emelalkim Jul 19, 2023
9145102
remove log
emelalkim Jul 19, 2023
4f843c4
update build
emelalkim Jul 19, 2023
cdf7f04
refactor generateSegmentation to remove duplicate code
emelalkim Jul 21, 2023
a1ffae5
Merge branch 'master' into fix/wadorsSegCreation
emelalkim Dec 9, 2023
4107308
update builds after rebase
emelalkim Dec 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ node_modules
yarn-error.log
yarn.lock
.DS_Store
build
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intentional? I think we want to keep these build files out of the repo.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, that's how we tested it without releasing it. I wanted to keep it till we agree that it's ready to merge so that we can test it again

Loading
Loading