Lead-DBS
  • Home
  • Slack User Channel
  • About
    • Deep Brain Stimulation
    • Publications
    • Citing Lead-DBS
    • Data & Code inclusion philosophy
    • List of Lead-DBS dependencies
    • Lead Connectome
    • Lead-OR
  • News
  • Help/Support
    • Learn Lead-DBS yourself
    • Slack User Channel
    • Forum
    • Knowledge Base
      • Lead-DBS Methods
        • AC/PC to MNI conversion
        • DBS Network Mapping
        • Subcortical Electrophysiology Mapping (SEM)
      • Atlases/Resources
        • Cortical Atlas Parcellations (MNI-Space)
        • Subcortical Atlases (MNI-Space)
        • The DISTAL atlas
        • Macaque Atlases (MNI-Space)
        • Normative Connectomes
        • IXI Database
      • Walkthrough-Videos
      • Other Videos
      • Screenshots
  • Manual
  • Workshops
    • Brisbane February 2020
    • Machine Learning – Berlin September 2019
    • Berlin September 2019
    • Past workshops
      • Hamburg February 2019
      • Shanghai September 2018
      • Berlin 2016
  • Download
  • Contact
  • Search
  • Menu Menu

I don't know what I lack, please help me!!!

You are here: Home1 / Forums2 / Support Forum (ARCHIVED – Please use Slack Channel instead)3 / I don't know what I lack, please help me!!!4

Tagged: please!!! help me!!!

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • 09/28/2018 at 4:46 PM #5541
    aidno
    Participant

    “nomalize volumes”and “check result” when I use this commed, I meet the following error:
    `Using single precision for computations.
    Input scalar image: E:\matlab lead.dbs\templates\space\MNI_ICBM_2009b_NLIN_ASYM\bb.nii
    Reference image: E:\nill\sample_patient_postop_ct2\anat_t1.nii
    Transform file does not exist: E:\nill\sample_patient_postop_ct2\glanatInverseComposite.h5
    Can’t read initial transform E:\nill\sample_patient_postop_ct2\glanatInverseComposite.h5
    错误使用 spm_vol>spm_vol_hdr (line 80)
    File “E:\nill\sample_patient_postop_ct2\scrf\bb.nii” does not exist.

    出错 spm_vol (line 61)
    v = spm_vol_hdr(deblank(P(i,:)));

    出错 ea_load_nii (line 39)
    nii = spm_vol(fname);

    出错 ea_crop_nii (line 49)
    nii=ea_load_nii(filename);

    出错 ea_refreshscrf>ea_createbbfiles (line 76)
    ea_crop_nii([directory,’scrf’,filesep,’bb.nii’]);

    出错 ea_refreshscrf>ea_createrefineslice (line 53)
    ea_createbbfiles(directory); % needs to unfortunately be done each time since coregistration may have changed.

    出错 ea_refreshscrf>ea_loadrefineslice (line 30)
    ea_createrefineslice(directory,options,refine);

    出错 ea_refreshscrf (line 3)
    standardslice=ea_loadrefineslice(directory,options,0);

    出错 ea_subcorticalrefine>ea_subcorticalrefine_OpeningFcn (line 66)
    ispresent=ea_refreshscrf(options,handles,directory);

    出错 gui_mainfcn (line 220)
    feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

    出错 ea_subcorticalrefine (line 42)
    gui_mainfcn(gui_State, varargin{:});

    出错 ea_autocoord (line 206)
    ea_subcorticalrefine(options);
    I have repeat many times, I can’t find soluation via intertet. so, I need help,who can tell me what should I do?
    please!!!

    09/28/2018 at 4:53 PM #5542
    andreashorn
    Keymaster

    Hi, apparently ANTs normalization crashes on your system (probably because of a lack of memory).
    Use SPM Segment instead – it’s as good and much faster.

    Best, Andy

    09/29/2018 at 4:15 AM #5545
    aidno
    Participant

    thank you for your answer, but I tried used a Bigger memory, it also report the same error.
    `Using single precision for computations.
    Input scalar image: E:\matlab lead.dbs\templates\space\MNI_ICBM_2009b_NLIN_ASYM\bb.nii
    Reference image: E:\nill\sample_patient_postop_ct\anat_t1.nii
    Transform file does not exist: E:\nill\sample_patient_postop_ct\glanatInverseComposite.h5
    Can’t read initial transform E:\nill\sample_patient_postop_ct\glanatInverseComposite.h5
    错误使用 spm_vol>spm_vol_hdr (line 80)
    File “E:\nill\sample_patient_postop_ct\scrf\bb.nii” does not exist.

    出错 spm_vol (line 61)
    v = spm_vol_hdr(deblank(P(i,:)));

    出错 ea_load_nii (line 39)
    nii = spm_vol(fname);

    出错 ea_crop_nii (line 49)
    nii=ea_load_nii(filename);

    出错 ea_refreshscrf>ea_createbbfiles (line 76)
    ea_crop_nii([directory,’scrf’,filesep,’bb.nii’]);

    出错 ea_refreshscrf>ea_createrefineslice (line 53)
    ea_createbbfiles(directory); % needs to unfortunately be done each time since coregistration may have changed.

    出错 ea_refreshscrf>ea_loadrefineslice (line 30)
    ea_createrefineslice(directory,options,refine);

    出错 ea_refreshscrf (line 3)
    standardslice=ea_loadrefineslice(directory,options,0);

    出错 ea_subcorticalrefine>ea_subcorticalrefine_OpeningFcn (line 66)
    ispresent=ea_refreshscrf(options,handles,directory);

    出错 gui_mainfcn (line 220)
    feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});

    出错 ea_subcorticalrefine (line 42)
    gui_mainfcn(gui_State, varargin{:});

    出错 ea_autocoord (line 206)
    ea_subcorticalrefine(options);

    出错 ea_run (line 96)
    ea_autocoord(options);

    出错 lead_dbs>run_button_Callback (line 187)
    ea_run(‘run’,options);

    出错 gui_mainfcn (line 95)
    feval(varargin{:});

    出错 lead_dbs (line 43)
    gui_mainfcn(gui_State, varargin{:});

    出错
    matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)lead_dbs(‘run_button_Callback’,hObject,eventdata,guidata(hObject))
    计算 UIControl Callback 时出错

    maybe I lack something, but I don’t know what I lack
    I just have two files
    the Pre-operative images: anat_t1.nii
    Post-operative images: postop_ct.nii
    thank you for help!

    09/29/2018 at 4:02 PM #5548
    aidno
    Participant

    thank you again, I tried again in another computer, and it’s worked!!
    you idea is very useful!
    best wish!
    adino

    09/29/2018 at 4:10 PM #5549
    andreashorn
    Keymaster

    Great. But again, SPM Segment is just as good and much quicker:
    These two papers show it:
    https://www.researchgate.net/publication/327908494_Optimization_and_comparative_evaluation_of_nonlinear_deformation_algorithms_for_atlas-based_segmentation_of_DBS_target_nuclei

    https://www.researchgate.net/publication/327380509_Lead-DBS_v2_Towards_a_comprehensive_pipeline_for_deep_brain_stimulation_imaging

    Probably will make SPM default soon again.

    Best, Andy

    10/01/2018 at 11:56 AM #5555
    aidno
    Participant

    hi, Andy, sorry I need help again, I have got the 3D of electrode.but the atlas structures just show the SUBCORTICAL ATLASES IN MNI SPACE, I don’t know where to find the subcortical atlases in MNI space? maybe I need download some files?
    can you give me more information about this?
    thank you very much!

    10/01/2018 at 12:06 PM #5556
    andreashorn
    Keymaster

    Hi Aidno,

    just make sure you have a proper installation of Lead-DBS, then it should show the DISTAL atlas by default.
    See https://leaddbs.gitbooks.io/leaddbs-manual/content/Installation.html for a guide on how to install Lead-DBS.

    Best, Andy

    10/01/2018 at 3:08 PM #5559
    aidno
    Participant

    thank you ! I am sure I have a proper installation of Lead-DBS.
    I can use LEAD-DBS, but when I click Render 3D, then Run. the Atlas structures Atlasset: will show the SUBCORTICAL ATLASES IN MNI SPACE. but don’t have the subcortical atlases in MNI space.

    Best, Adino

    10/01/2018 at 3:15 PM #5560
    andreashorn
    Keymaster

    Not sure why and this has not been reported before. Again, I’m pretty sure that you don’t have all files and should make sure you have a full install. Maybe you just lack some data files. I would redownload, delete the old folder and try again.

    Best, Andy

    10/01/2018 at 3:44 PM #5562
    aidno
    Participant

    OK, I will try again, thank you!
    best, Adino

    10/08/2018 at 10:42 AM #5606
    aidno
    Participant

    Hi, Andy
    I tried again, but still but don’t have the subcortical atlases in MNI space. you can see the screenshot. Please help me! thank you again!
    QUESTION
    best, Adino

    10/08/2018 at 11:20 AM #5607
    andreashorn
    Keymaster

    Hi Aidno,

    I fear I can’t say much to help you based on the things I know.. We have over 7000 downloads and it usually just works. I’d make sure there is only one single lead-dbs folder on your hard-drive (delete everything older or so). Make sure you have SPM12 on your Matlab path. Also make sure you have ML version >= 2015b.
    If that doesn’t help, do you have a Matlab expert somewhere in your institute who could have a look at it?

    Best, Andy

    10/09/2018 at 2:14 PM #5620
    aidno
    Participant

    Hi, Andy,
    I asked three seniors in my institute, they thought maybe because the version of software I using is different from the walkthrough videos. It’s V2.0.0.6 and I used V2.1.0.
    I used Windows10, SPM12 is on my Matlab path , and my ML version is R2017a.
    I don’t know why it doesn’t work, so, I want to download the Lead-DBS 2.0.6. Can you tell me where I can find the old version? or can you give me a e-mail address, I can show you the screenshot of my problem.
    thank you very much!
    best, Adino

    10/10/2018 at 1:05 PM #5628
    andreashorn
    Keymaster

    Hi Adino,

    it’s surely not the version number, this should be fine.
    Regarding screenshots, the best way is to use our Slack user channel:

    Slack User Channel

    There are also more experts online there than here, maybe someone else has an idea.

    Thanks!

    Best, Andy

  • Author
    Posts
Viewing 14 posts - 1 through 14 (of 14 total)
  • The forum ‘Support Forum (ARCHIVED – Please use Slack Channel instead)’ is closed to new topics and replies.

Forum Statistics

Registered Users
130
Forums
1
Topics
185
Replies
607
Topic Tags
81
Empty Topic Tags
12

Subscribe to our newsletter

Recent Posts

  • Lead-DBS 3.0 out now!
  • Lead-OR out now
  • Bug in Lead-DBS v2.5
  • Lead-DBS v2.5 out now!
  • Lead-DBS on the cover of NeuroImage

Archives

  • October 2023
  • August 2021
  • July 2021
  • March 2021
  • September 2020
  • June 2019
  • November 2018
  • September 2018
  • August 2018
  • March 2018
  • November 2017
  • September 2017
  • July 2017
  • April 2017
  • July 2016
  • June 2016
  • May 2016
  • March 2016
  • December 2015
  • November 2015
  • April 2015
  • January 2015
  • December 2014
  • October 2014
  • September 2014
  • July 2014
  • June 2014

Imprint | Privacy Policy

Scroll to top
We use cookies to ensure that we give you the best experience on our website. You may “Accept All” or visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
PHPSESSIDsessionThis cookie is native to PHP applications. The cookie is used to store and identify a users' unique session ID for the purpose of managing user session on the website. The cookie is a session cookies and is deleted when all the browser windows are closed.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
_ga2 yearsThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors.
_gat_gtag_UA_52019623_11 minuteThis cookie is set by Google and is used to distinguish users.
_gid1 dayThis cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form.
Third-party
Cookies from third-party contents on the website.
CookieDurationDescription
CONSENT16 years 5 months 17 days 13 hoursThese cookies are set via embedded youtube-videos. They register anonymous statistical data on for example how many times the video is displayed and what settings are used for playback.No sensitive data is collected unless you log in to your google account, in that case your choices are linked with your account, for example if you click “like” on a video.
IDE1 year 24 daysUsed by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile.
test_cookie15 minutesThis cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysThis cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website.
vuid2 yearsThis domain of this cookie is owned by Vimeo. This cookie is used by vimeo to collect tracking information. It sets a unique ID to embed videos to the website.
YSCsessionThis cookies is set by Youtube and is used to track the views of embedded videos.
yt-remote-connected-devicesneverNo description available.
yt-remote-device-idneverNo description available.
SAVE & ACCEPT
Powered by CookieYes Logo