You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorganize and centralize the Python functions currently in multiple scripts located in the SynthSeg/dcan/paper/ directory. Changes suggested during the code review on 2022-02-09:
There's no reason to keep all of these functions in separate script files, so all of the subsidiary functions should be moved into the top-level Python script file (the one with a main() function)
Make the different functions different stages that the user could choose to run via an argparse flag
Pull the measures variable up to the top level because it is used across multiple scripts/functions
Make an argparse argument/flag for that measures variable which includes all 5 of them by default, but can be limited to only run some of them
The text was updated successfully, but these errors were encountered:
GregConan
changed the title
Reorganize functions in SynthSeg/dcan/paper/*.py scripts (from code review)
Reorganize functions in SynthSeg/dcan/paper/*.py scripts (from code review)
Feb 17, 2022
Reorganize and centralize the Python functions currently in multiple scripts located in the
SynthSeg/dcan/paper/
directory. Changes suggested during the code review on 2022-02-09:main()
function)measures
variable up to the top level because it is used across multiple scripts/functionsmeasures
variable which includes all 5 of them by default, but can be limited to only run some of themThe text was updated successfully, but these errors were encountered: