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

SDS Plugin #21

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d7caf12
Merge pull request #1 from wayneweiqiang/master
obsmax Apr 20, 2021
3b8aac3
restart from original fork, add sds_plugin and sds test data
obsmax Apr 20, 2021
3033136
debugging
obsmax Apr 20, 2021
6175b9a
back
obsmax Apr 20, 2021
7bad7db
write separate script for qc
obsmax Apr 20, 2021
1ea7a39
wtf
obsmax Apr 20, 2021
4321cf3
output consistent with diverged
obsmax Apr 20, 2021
4a794f0
update qc with deverged
obsmax Apr 20, 2021
10f255b
first crappy version work
obsmax Apr 21, 2021
265cab0
clean sds_qc
obsmax Apr 21, 2021
85445ce
remove inherited method / add comments / sds_qc needs parallelization
obsmax Apr 21, 2021
bad7aff
simplify display, attach to data_reader
obsmax Apr 21, 2021
95326c5
rename method
obsmax Apr 21, 2021
0653575
before refactor
obsmax Apr 21, 2021
e9638e4
add call plot_figure in the sds_plugin; found an older bug
obsmax Apr 21, 2021
52071e7
test passing
obsmax Apr 21, 2021
60421ca
sds_qc moved to the bottom of sds_plugin
obsmax Apr 21, 2021
43a8390
add notes and todos
obsmax Apr 21, 2021
ed74986
add a description of sds_plugin.py
obsmax Apr 21, 2021
6f50dd5
clean up + move method in the utils section
obsmax Apr 21, 2021
6b6ea85
clean up
obsmax Apr 21, 2021
8108b42
add sds_to_csv.py script
obsmax May 20, 2021
c1388a5
first test version
obsmax Jun 9, 2021
15a8ba5
deactivate edge_cutting compare with original looks better
obsmax Jun 9, 2021
c0f09b9
annotations + move output in sds_plugin
obsmax Jun 9, 2021
89c1b27
gitignore
obsmax Jun 9, 2021
cad4314
clean up
obsmax Jun 9, 2021
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ __pycache__
log
output
*.pyc
/demo/sds/default_output/
/demo/sds/sds_output/
Loading