Skip to content
Snippets Groups Projects
Commit ebaf1516 authored by Saad Jbabdi's avatar Saad Jbabdi
Browse files

removed find_the_biggest and proj_thesh - they are now part of ptx for the time being

parent cd4f4fef
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,6 @@ DLIBS = -lwarpfns -lbasisfield -lmeshclass -lnewimage -lutils -lmiscmaths -lnewm ...@@ -10,8 +10,6 @@ DLIBS = -lwarpfns -lbasisfield -lmeshclass -lnewimage -lutils -lmiscmaths -lnewm
DTIFIT=dtifit DTIFIT=dtifit
CCOPS=ccops CCOPS=ccops
PTX=probtrackx PTX=probtrackx
FTB=find_the_biggest
PJ=proj_thresh
MED=medianfilter MED=medianfilter
ROM=reord_OM ROM=reord_OM
SAUS=sausages SAUS=sausages
...@@ -35,8 +33,6 @@ RUBIX=rubix ...@@ -35,8 +33,6 @@ RUBIX=rubix
DTIFITOBJS=dtifit.o dtifitOptions.o diffmodels.o Bingham_Watson_approx.o DTIFITOBJS=dtifit.o dtifitOptions.o diffmodels.o Bingham_Watson_approx.o
CCOPSOBJS=ccops.o ccopsOptions.o CCOPSOBJS=ccops.o ccopsOptions.o
PTXOBJS=probtrackx.o probtrackxOptions.o streamlines.o ptx_simple.o ptx_seedmask.o ptx_twomasks.o ptx_nmasks.o ptx_meshmask.o PTXOBJS=probtrackx.o probtrackxOptions.o streamlines.o ptx_simple.o ptx_seedmask.o ptx_twomasks.o ptx_nmasks.o ptx_meshmask.o
FTBOBJS=find_the_biggest.o
PJOBJS=proj_thresh.o
MEDOBJS=medianfilter.o MEDOBJS=medianfilter.o
ROMOBJS=reord_OM.o ROMOBJS=reord_OM.o
SAUSOBJS=sausages.o SAUSOBJS=sausages.o
...@@ -62,7 +58,7 @@ SGEBEDPOSTX = bedpostx bedpostx_postproc.sh bedpostx_preproc.sh bedpostx_single_ ...@@ -62,7 +58,7 @@ SGEBEDPOSTX = bedpostx bedpostx_postproc.sh bedpostx_preproc.sh bedpostx_single_
SCRIPTS = eddy_correct zeropad maskdyads probtrack rotate_bvecs ${SGEBEDPOST} ${SGEBEDPOSTX} SCRIPTS = eddy_correct zeropad maskdyads probtrack rotate_bvecs ${SGEBEDPOST} ${SGEBEDPOSTX}
FSCRIPTS = correct_and_average ocmr_preproc FSCRIPTS = correct_and_average ocmr_preproc
XFILES = dtifit ccops find_the_biggest medianfilter make_dyadic_vectors proj_thresh vecreg xfibres probtrackx pvmfit XFILES = dtifit ccops medianfilter make_dyadic_vectors vecreg xfibres probtrackx pvmfit
FXFILES = reord_OM sausages replacevols fdt_matrix_ops indexer rearrange xfibres_pred FXFILES = reord_OM sausages replacevols fdt_matrix_ops indexer rearrange xfibres_pred
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment