sergivalverde / MSSEG

Automated brain tissue segmentation of Magnetic Resonance Images containing White Matter lesions.
GNU General Public License v3.0
3 stars 4 forks source link

can't access intermediate files #1

Open johnscot opened 7 years ago

johnscot commented 7 years ago

Hi,

Congratulations on your method and associated publications. I installed and tested msseg. I wish to assess wm lesions in brains. I wish to access the intermediate file. I adjusted the options.debug to 1, but no intermediate files were saved. I have included my working from matlab below. Can you advise as to why the intermediate files are not visible? After running the workflow below, I only have the output file: t1_msseg_seg.nii.gz.

Many Thanks John

/home/tempie/myo_dys

t1_path='/home/tempie/myo_dys/msseg/crf_dmn_004a_1_mr/t1'

t1_path =

/home/tempie/myo_dys/msseg/crf_dmn_004a_1_mr/t1

flair_path='/home/tempie/myo_dys/msseg/crf_dmn_004a_1_mr/flair_op'

flair_path =

/home/tempie/myo_dys/msseg/crf_dmn_004a_1_mr/flair_op

brainmask_path='/home/tempie/myo_dys/msseg/crf_dmn_004a_1_mr/fmask'

brainmask_path =

/home/tempie/myo_dys/msseg/crf_dmn_004a_1_mr/fmask

options.debug = 1;

[segmentation, seg_pve] = msseg(t1_path, brainmask_path, flair_path, options); MSSEG: Using FLAIR image to remove outliers [NiftyReg WARNING]: No filename extension provided - the Nifti library is used by default [NiftyReg WARNING]: No filename extension provided - the Nifti library is used by default [NiftyReg WARNING]: No filename extension provided - the Nifti library is used by default MSSEG: registering priors (360.3353 secs.) MSSEG: estimate tissue (821.1287 secs.) MSSEG: find lesion candidates (5.4802 secs.) MSSEG: Re-estimate tissue (521.6009 secs.)

sergivalverde commented 7 years ago

Hi @johnscot.

This was not specified in the README file. Intermediate files are conserved in the save image folder, inside the .run hidden folder.

Hope you can find it now.

johnscot commented 7 years ago

Dear Sergi,

I have found them now. Many thanks for the quick reply.

Best wishes John

On Mon, Dec 12, 2016 at 5:55 PM, Sergi Valverde notifications@github.com wrote:

Hi @johnscot https://github.com/johnscot.

This was not specified in the README file. Intermediate files are conserved in the save image folder, inside the .run hidden folder.

Hope you can find it now.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NIC-VICOROB/MSSEG/issues/1#issuecomment-266501922, or mute the thread https://github.com/notifications/unsubscribe-auth/ADVzM7Y0MtqM3XCRrf625Ww8Ihb8TSl1ks5rHYqLgaJpZM4LKzbG .