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

Nsetm 2196 synapse class #43

Merged
merged 66 commits into from
Aug 23, 2023
Merged

Nsetm 2196 synapse class #43

merged 66 commits into from
Aug 23, 2023

Commits on Jun 20, 2023

  1. pytest posargs

    edasubert committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    cc9d4f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e07720 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. properly config tools

    edasubert committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    fb408c3 View commit details
    Browse the repository at this point in the history
  2. lint

    edasubert committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    33ede88 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. new probability_map

    edasubert committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0687aa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. use regions

    edasubert committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b34c563 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. remove "with_region"

    edasubert committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    11b9329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5322f24 View commit details
    Browse the repository at this point in the history
  3. remove lamp5 synthesis

    edasubert committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    dc75ed0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'NSETM-2196-update-create-from-probability-map' into NSE…

    …TM-2196-update-create-from-probability-map-probability-map
    edasubert committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7ab4bdb View commit details
    Browse the repository at this point in the history
  5. add lamp5

    edasubert committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    eef4444 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'NSETM-2196-update-create-from-probability-map' into NSE…

    …TM-2196-update-create-from-probability-map-probability-map
    edasubert committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    bb8b4f0 View commit details
    Browse the repository at this point in the history
  7. approx_lamp5

    edasubert committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    71370d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. switch to region map

    edasubert committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    fcb8aec View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. fixes to probability map

    edasubert committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7d93f22 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. add vip to probability map

    edasubert committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    32d0be5 View commit details
    Browse the repository at this point in the history
  2. lint

    edasubert committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f32b24a View commit details
    Browse the repository at this point in the history
  3. mypy issue

    edasubert committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a597693 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. cleanup

    edasubert committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    803b867 View commit details
    Browse the repository at this point in the history
  2. restore a file for a test

    edasubert committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a9ed2b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. speed up density creation

    mgeplf committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    46f8511 View commit details
    Browse the repository at this point in the history
  2. Stop using as many config files

    new command line:
        OUTPUT=output/create-from-probability-map
        DATA=../data
        atlas-densities  \
         mtype-densities -vv create-from-probability-map                              \
            --hierarchy-path=$DATA/1.json                                             \
            --annotation-path=$DATA/ccfv2/annotation_25.nrrd                          \
            --probability-map probability_map.csv                                     \
            --marker gad67 $DATA/create-from-probability-map/gad67.nrrd               \
            --marker sst $DATA/create-from-probability-map/sst.nrrd                   \
            --marker vip $DATA/create-from-probability-map/vip.nrrd                   \
            --marker approx_lamp5 $DATA/create-from-probability-map/approx_lamp5.nrrd \
            --marker pv $DATA/create-from-probability-map/pv.nrrd                     \
            --output-dir=$OUTPUT
    
    Thus `--metadata-path` and `--mtypes-config-path` aren't used any more
    mgeplf committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ad1d531 View commit details
    Browse the repository at this point in the history
  3. logger

    edasubert committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b00459e View commit details
    Browse the repository at this point in the history
  4. lint

    edasubert committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f385fc2 View commit details
    Browse the repository at this point in the history
  5. try parallelizing w/ joblib.

    Likely can be tuned better.
    mgeplf committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e55aa22 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. speed up density creation (#37)

    * speed up density creation
    
    * :-|
    
    ---------
    
    Co-authored-by: Mike Gevaert <michael.gevaert@epfl.ch>
    edasubert and mgeplf authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    17b9cc5 View commit details
    Browse the repository at this point in the history
  2. Stop using as many config files (#38)

    * speed up density creation
    
    * Stop using as many config files
    
    new command line:
        OUTPUT=output/create-from-probability-map
        DATA=../data
        atlas-densities  \
         mtype-densities -vv create-from-probability-map                              \
            --hierarchy-path=$DATA/1.json                                             \
            --annotation-path=$DATA/ccfv2/annotation_25.nrrd                          \
            --probability-map probability_map.csv                                     \
            --marker gad67 $DATA/create-from-probability-map/gad67.nrrd               \
            --marker sst $DATA/create-from-probability-map/sst.nrrd                   \
            --marker vip $DATA/create-from-probability-map/vip.nrrd                   \
            --marker approx_lamp5 $DATA/create-from-probability-map/approx_lamp5.nrrd \
            --marker pv $DATA/create-from-probability-map/pv.nrrd                     \
            --output-dir=$OUTPUT
    
    Thus `--metadata-path` and `--mtypes-config-path` aren't used any more
    
    * :-|
    
    * tests
    
    * values should not change
    
    * unique region acronyms
    
    * :-|
    
    ---------
    
    Co-authored-by: Mike Gevaert <michael.gevaert@epfl.ch>
    edasubert and mgeplf authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    067bd19 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'NSETM-2196-update-create-from-probability-map' into NSE…

    …TM-2196-update-create-from-probability-map-probability-map
    edasubert committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    37b92f1 View commit details
    Browse the repository at this point in the history
  4. logger

    edasubert committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    118c58b View commit details
    Browse the repository at this point in the history
  5. remove logger

    edasubert committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6b57eca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aca3df1 View commit details
    Browse the repository at this point in the history
  7. merge

    edasubert committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f04d50d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. parallel

    edasubert committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7f14606 View commit details
    Browse the repository at this point in the history
  2. requirements

    edasubert committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    03e7c2f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. multiple probability maps

    edasubert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fe4cb84 View commit details
    Browse the repository at this point in the history
  2. undo shrink

    edasubert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fb76b5d View commit details
    Browse the repository at this point in the history
  3. no more 3.7

    edasubert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    107a767 View commit details
    Browse the repository at this point in the history
  4. no more 3.7 - second try

    edasubert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bacfa3f View commit details
    Browse the repository at this point in the history
  5. no more 3.7 - 3rd try

    edasubert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5d95653 View commit details
    Browse the repository at this point in the history
  6. remove joblib name

    edasubert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b88fdb9 View commit details
    Browse the repository at this point in the history
  7. remove comment

    edasubert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0c1ece1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53d8436 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    924ec07 View commit details
    Browse the repository at this point in the history
  10. clean tests

    edasubert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9c23b0c View commit details
    Browse the repository at this point in the history
  11. restore metadata

    edasubert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    46ba45a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. restore metadata

    edasubert committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f7d5016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dba865 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cf957f View commit details
    Browse the repository at this point in the history
  4. restore 3.8

    edasubert committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4ffd4bb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. metype, | separator

    edasubert committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f6c4add View commit details
    Browse the repository at this point in the history
  2. save after

    edasubert committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    01963c1 View commit details
    Browse the repository at this point in the history
  3. tests and logs

    edasubert committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6a2c1fa View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    f2b2eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e191d2 View commit details
    Browse the repository at this point in the history
  3. docs

    edasubert committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    78ad92c View commit details
    Browse the repository at this point in the history
  4. revert utils

    edasubert committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    519eda3 View commit details
    Browse the repository at this point in the history
  5. test

    edasubert committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a8c48e7 View commit details
    Browse the repository at this point in the history
  6. :-|

    edasubert committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    5317eeb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. synapse class

    edasubert committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    da13ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    153906d View commit details
    Browse the repository at this point in the history
  3. lint

    edasubert committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e58a5a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. update timestamp

    edasubert committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3791cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    880321f View commit details
    Browse the repository at this point in the history
  3. remove all option

    edasubert committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3cb73b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65f7baf View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. review

    edasubert committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ac07aa2 View commit details
    Browse the repository at this point in the history