Giter Site home page Giter Site logo

Myelin maps from T1 and t2 about macapype HOT 3 OPEN

macatools avatar macatools commented on July 21, 2024
Myelin maps from T1 and t2

from macapype.

Comments (3)

melinacordeau avatar melinacordeau commented on July 21, 2024 1

#T1/T2:
fslmaths
<.../test_pipeline_single_indiv_params_ANTS/full_ants_subpipes/brain_segment_from_mask_pipe/masked_correct_bias_pipe/_session_01_subject_Moussaka/restore_mask_T1/avg_sub-Moussaka_ses-01_acq-0p5mm_run-01_T1w_roi_corrected_noise_corrected_maths_masked.nii.gz>
-div
<.../test_pipeline_single_indiv_params_ANTS/full_ants_subpipes/brain_segment_from_mask_pipe/masked_correct_bias_pipe/_session_01_subject_Moussaka/restore_mask_T2/sub-Moussaka_ses-01_acq-0p5mm_run-01_T2w_roi_corrected_noise_corrected_flirt_maths_masked.nii>
#GMmask T1/T2:
fslmaths <INPUT_IMAGE(T1/T2)> -mas <GM_mask>
NB: GM_MASK = .../test_pipeline_single_indiv_params_ANTS/full_ants_subpipes/brain_segment_from_mask_pipe/segment_atropos_pipe/_session_01_subject_Moussaka/threshold_gm/ )
#rescale myelinmap masked :
min=fslstats -R | awk '{ print $1 }'
max=fslstats -R | awk '{ print $2 }'
scaling=echo "scale=5; 100.0 / ( $max - $min )" | bc
fslmaths -sub $min -mul $scaling YOURIMAGE_rescaled

from macapype.

melinacordeau avatar melinacordeau commented on July 21, 2024

https://framateam.org/mars-hackat2019/pl/dae98q56tifminr67789o4jtjy

from macapype.

davidmeunier79 avatar davidmeunier79 commented on July 21, 2024

https://www.biorxiv.org/content/10.1101/2020.09.08.286518v2.full

from macapype.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.