The width of the fields was too large
1 lines of code changed in 1 file:
minor change needed to keep the analysis from rerunning when viewing parameters
4 lines of code changed in 1 file:
check for zero mean before adding back a 1
4 lines of code changed in 1 file:
changes to handle default preferences
72 lines of code changed in 4 files:
ability to clear the oneTimeWarning added
17 lines of code changed in 1 file:
unnecessary call to viewSet sliceOrientation removed
0 lines of code changed in 1 file:
some more changes to get sliceOrientation to work properly again (changes needed to be made since sliceOrientation needs to be changed when not running the GUI sometimes)
20 lines of code changed in 2 files:
sliceOrientation viewSet existed in two places. also, removed flatSet, volumeSet and surfaceSet since they are legacy and were not being used
17 lines of code changed in 1 file:
minor change
0 lines of code changed in 1 file:
Program to set talairach points in a volume.
721 lines of code changed in 1 file:
shortcut function to cd to the anatomy directory in mrSetPref
28 lines of code changed in 1 file:
sliceOrientation can be a number or a string
14 lines of code changed in 1 file:
sliceOrientation from view field rather than GUI
1 lines of code changed in 1 file:
Changes to allow sliceOrientation be set without opening a figure (useful for scripting)
21 lines of code changed in 5 files:
check for stimchannels
24 lines of code changed in 1 file:
check for empty varnames instead of just crashing
3 lines of code changed in 1 file:
check for valid passed in argument names
1 lines of code changed in 1 file:
make sure to have a non-zero mean, otherwise the eventRelated code will divide by zero
5 lines of code changed in 1 file:
minor added inmpotROIpath to list of known preferences
1 lines of code changed in 1 file:
now does checking/fixing capitalization errors when using preferences
83 lines of code changed in 3 files:
minor change: height of ui elements is adjusted according to matlab version
2 lines of code changed in 1 file:
minor: changed print out of framePeriod when checking for time base in nifti header
1 lines of code changed in 1 file:
minor change: resetting of dim should only happen if data is loaded
3 lines of code changed in 1 file:
if no attached figure then don't display anything. This is useful for scripting in which you are just interested in the image that is returned
5 lines of code changed in 1 file:
changes to make it so that viewSet is called when slices are changed
266 lines of code changed in 1 file:
adding a curSlice to viewGet/viewSet, so that you can do this without having a figure showing (for scripting)
22 lines of code changed in 2 files:
evalargs now has an argument which takes a list of valid variable names to check against
62 lines of code changed in 1 file:
minor: usage comment
2 lines of code changed in 1 file:
minor changes
3 lines of code changed in 2 files:
Changes so that applyFiltering button does projection out as well as hipass filtering to the design matrix
41 lines of code changed in 4 files:
keep projection vectors in concatInfo
4 lines of code changed in 1 file:
Fixed a small bug that was occurring when you try to merge an old analysis which has some overlays that don't exist in the new analysis and some overlays that do. It was losing all the old overlay information.
12 lines of code changed in 1 file:
minor organizational change. Moving into plot directory
112 lines of code changed in 4 files:
minor organizational change: moving funcitons into Plot directory
0 lines of code changed in 4 files:
helper function that sets all the yaxis of subplots to the same min and max
0 lines of code changed in 1 file:
Two related interrogators. makeCorrelationMap can be used on an event-related analysis. When you click on a voxel (or roi) it does a projection analysis based on the event related analysis, and then saves the result in the d structure (in d.projectedOutEhdr) and creates an r overlay. This r-overlay gets the interrogator erCorrelationPlot, which plots the projectionEhdr, the voxels original ehdr and the projected out ehdr
147 lines of code changed in 2 files:
if an eventRelated analysis is loaded, show the deconvolution results for the projetion vector etc.
114 lines of code changed in 1 file:
more changes for making projection maps
14 lines of code changed in 1 file:
minor fix: the dim field in the d structure needed to be updated with the actual dimensions of the scan (rather than the size of the block)
6 lines of code changed in 2 files:
allow setting params field when installing overlay
5 lines of code changed in 1 file:
when installing a new overlay, make sure to clear overlay cache of that overlay (important if we are overwriting an existing overlay)
2 lines of code changed in 1 file:
The 4th dimension of the scan needed to be adjusted to account for junk frames
4 lines of code changed in 1 file:
allow scripting of projectOutMeanVector
13 lines of code changed in 2 files:
saving changes to all overlays with a button press
34 lines of code changed in 2 files:
added flag for non-warning just print
13 lines of code changed in 1 file:
minor: only display matlab/mlr version once per session to avoid getting this print out over-and-over again during automated analyses
3 lines of code changed in 3 files:
getptsNoDoubleClick since for some machines double-click doesn't work properly
331 lines of code changed in 2 files:
getptsNoDoubleClick support
8 lines of code changed in 1 file:
check for time in nifti file, decide whether to divide dim(5) by 1000 or 1.
see also viewSet
15 lines of code changed in 1 file:
added checking for xytz units in file. the default in the NIFTI file at NYU is ms, so dim(5) usually needs to be divided by 1000. this snippet of code checks that scaling factor. at nottingham, the default output is in s
xyzt_units (NYU) = 18,
xyzt_units (Nottingham) = 10
17 lines of code changed in 1 file:
changes to allow calling with empty view
25 lines of code changed in 1 file:
making sure to reset the current roi based on name after done (so it doesn't weirdly side-effect the viewer)
2 lines of code changed in 1 file:
fix for pushing the buttons too frequently
18 lines of code changed in 1 file:
minor: in roiNum if we have no ROIs loaded, small fix so it won't crash
6 lines of code changed in 1 file:
figured out the normProjectionMagnitude was equivalent to Pearson's r so changed the code so that the overlay and variable name reflect this.
26 lines of code changed in 3 files:
minor: report number of scans in group you are trying to delete with deletegroup
7 lines of code changed in 1 file:
compute error bars for roi by averaging together the timecourses in the roi first and then using the regular event-related analysis error bar correction (assumption of uncorrelated noise).
159 lines of code changed in 2 files:
make sure code runs w/out changing current roi--otherwise this will have funny side-effects on the GUI
4 lines of code changed in 1 file:
fixed bug when reconciling analysis that left around too many overlays when you delete some
6 lines of code changed in 1 file:
fixed small bug to allow for non-square matrices
1 lines of code changed in 1 file:
minor: added separator in Analysis menu
0 lines of code changed in 1 file:
curScan field
8 lines of code changed in 4 files:
minor
1 lines of code changed in 1 file:
use less memory
30 lines of code changed in 1 file:
functions to handle projecting out a mean vector calculated from a source roi from a target roi
507 lines of code changed in 3 files:
minor fix
5 lines of code changed in 1 file:
Handles doing a concatenation with projectOut set correctly by saving an overlay for each scans projection
22 lines of code changed in 1 file:
Allow you to save multiple overlays for a single scan
96 lines of code changed in 1 file:
fixed an issue that happens if you have multiple overlays but some of the overlays are not computed for the current scan. In that case, you didn't get any overlay because the restricting based on the min/max settings was throwing out everything on the overlay that didn't exist
9 lines of code changed in 1 file:
fix typo
1 lines of code changed in 1 file:
minor changes
5 lines of code changed in 1 file:
changes to accomodate projectOutMeanVector
11 lines of code changed in 2 files:
minor: refresh when done so map shows up
3 lines of code changed in 1 file:
minor: moved refresh after new analysis into the corAnal and eventRelated functions. Otherwise it refreshes everythime you switch groups
0 lines of code changed in 1 file:
mrAlign does not need to store hdr in base structure
3 lines of code changed in 1 file:
getting projectOutMeanVector to work
25 lines of code changed in 1 file:
added setToMaxAroundZero for overlays colormaps that are symmetric around 0
9 lines of code changed in 1 file:
small fix: handle roi name string
5 lines of code changed in 1 file:
added scaleToMaxAroundZero
1 lines of code changed in 1 file:
stuff for projection
88 lines of code changed in 1 file:
minor check for hipass filter
1 lines of code changed in 1 file:
Argument for demeaning as well as detrending
12 lines of code changed in 1 file:
minor fix
3 lines of code changed in 1 file:
For long timecourses put a button instead of trying to load timecourse from disk
38 lines of code changed in 1 file:
minor: fix bad chars of overlayname
1 lines of code changed in 1 file:
minor. check for valid view. change display string
5 lines of code changed in 1 file:
default to curScan if no scan argument is passed in
4 lines of code changed in 1 file:
display extra parameters even from command line
34 lines of code changed in 1 file:
no interpreter in title
3 lines of code changed in 3 files:
refresh the display when a new overlay is made
3 lines of code changed in 1 file:
viewType is depreciated it doesn't need to be a required field
3 lines of code changed in 1 file:
return empty if clip range is 0
5 lines of code changed in 1 file:
keep order of passed in list
3 lines of code changed in 1 file:
changed the way the motion comp parameters are displayed to accommodate the new motion comp params
7 lines of code changed in 1 file:
fixed a small bug in which the current slice number in the mrLoadRet GUI is out of the range of EPI slices (e.g., this happened when you view a volume anatomy, and then call mrDispEpiMovie
2 lines of code changed in 1 file:
set the xaxis on the rotation plot to be the correct number of frames
3 lines of code changed in 1 file: