September 2007 Commit Log

Number of Commits:
120
Number of Active Developers:
3
justin 2007-09-30 08:30 Rev.: 638

minor fix for an extreme case in which x coordinate is way at border

2 lines of code changed in 1 file:

justin 2007-09-30 07:40 Rev.: 637

sped up drawing of perimeters by using matrix operations--perimeters that took 30 seconds now take 30ms!
drawROI draws lines while you are waiting for the roi to cache
baseInfo displays information about flats

131 lines of code changed in 5 files:

justin 2007-09-29 04:54 Rev.: 636

no change

1 lines of code changed in 1 file:

justin 2007-09-29 04:54 Rev.: 635

displays floating point values correctly

1 lines of code changed in 1 file:

justin 2007-09-29 04:54 Rev.: 634

minor file dialog changes

5 lines of code changed in 1 file:

farshadm 2007-09-29 02:20 Rev.: 633

glm applys the same filter to the design matrix that was applied to data before concatenation

10 lines of code changed in 3 files:

eli 2007-09-29 02:07 Rev.: 632

use linear interpolation on the coords

16 lines of code changed in 1 file:

farshadm 2007-09-29 00:57 Rev.: 631

renamed myhighpass to eventRelatedHighpass

3 lines of code changed in 1 file:

farshadm 2007-09-29 00:56 Rev.: 630

*** empty log message ***

2 lines of code changed in 1 file:

justin 2007-09-28 11:42 Rev.: 629

save as for anatomies
mrDispOverlay correctly puts overlays into other than scan 1

47 lines of code changed in 4 files:

eli 2007-09-28 11:10 Rev.: 628

changed to using 'griddata' for interpolating the 3d surface coords onto the 2d flatmap.

66 lines of code changed in 1 file:

justin 2007-09-28 07:11 Rev.: 627

set verbose level to 0

1 lines of code changed in 1 file:

justin 2007-09-28 07:11 Rev.: 626

minor

1 lines of code changed in 1 file:

justin 2007-09-28 07:11 Rev.: 625

nothing changed

1 lines of code changed in 1 file:

justin 2007-09-28 07:10 Rev.: 624

trying to handle putting overlays into scans that don't begin with 1

1 lines of code changed in 1 file:

justin 2007-09-28 07:10 Rev.: 623

check for mgl/task in path

3 lines of code changed in 1 file:

justin 2007-09-28 05:41 Rev.: 622

check for existence of roiCache before clearing

5 lines of code changed in 1 file:

eli 2007-09-28 05:14 Rev.: 621

changed load flat to load OFF surfaces

3 lines of code changed in 1 file:

justin 2007-09-28 04:10 Rev.: 620

made the use of "roipoly" an option for drawROI. If you use getpts instead of roipoly it doesn't draw the lines between points but can be substantially faster on slices in which you already have a bunch of ROIs drawn (essentially the roipoly function has to keep redrawing a set of lines which makes it painfuly slow)

33 lines of code changed in 3 files:

justin 2007-09-28 01:21 Rev.: 619

*** empty log message ***

18 lines of code changed in 1 file:

justin 2007-09-27 23:47 Rev.: 618

It is *very* important to clear the axis before drawing in refreshMLRDisplay (without the cla it was taking literally 10 minutes to update the screen for flat patches)--not sure exactly why it takes that long, but adding the cla fixed it--thought I put this in before when I optimized refreshMLRDisplay but it got lost somehow.

7 lines of code changed in 1 file:

farshadm 2007-09-27 23:24 Rev.: 617

eventRelatedGlm acts similarly to eventRelated wrt justGetParams and defaultParams

17 lines of code changed in 1 file:

justin 2007-09-27 12:32 Rev.: 616

Caching of the roi perimeter for faster roi drawing
Check marks on ROI show menu items
removed some superfluous files

66 lines of code changed in 5 files:

justin 2007-09-27 07:01 Rev.: 615

check for inner/outer coords so that it doesn't barf on old flat maps

5 lines of code changed in 1 file:

justin 2007-09-27 06:54 Rev.: 614

corticalDepth slider for flat patches

156 lines of code changed in 6 files:

eli 2007-09-27 06:23 Rev.: 613

more code clean up
added help

109 lines of code changed in 1 file:

justin 2007-09-27 05:46 Rev.: 612

changes to allow using another overlay as alpha map

66 lines of code changed in 4 files:

justin 2007-09-27 05:46 Rev.: 611

filepath changes

1 lines of code changed in 1 file:

justin 2007-09-27 05:45 Rev.: 610

you can now use another overlay as your alpha map

10 lines of code changed in 1 file:

eli 2007-09-27 04:22 Rev.: 609

*** empty log message ***

0 lines of code changed in 1 file:

eli 2007-09-27 04:17 Rev.: 608

*** empty log message ***

30 lines of code changed in 1 file:

eli 2007-09-27 03:38 Rev.: 607

removed all of the viewer calls

215 lines of code changed in 1 file:

justin 2007-09-26 23:55 Rev.: 606

added edit/overlay/info

26 lines of code changed in 2 files:

justin 2007-09-26 23:28 Rev.: 605

mrWarnDlg prints warning doesn't dump stack

1 lines of code changed in 1 file:

justin 2007-09-26 23:27 Rev.: 604

sliceOrientation is also called baseSliceIndex so allowed for that parameter to be passed into viewSet

1 lines of code changed in 1 file:

justin 2007-09-26 23:26 Rev.: 603

broke out this function so that it could be reused

9 lines of code changed in 1 file:

justin 2007-09-26 23:26 Rev.: 602

allowed to pass in single map and assign to multiple scans

7 lines of code changed in 1 file:

justin 2007-09-26 23:26 Rev.: 601

changed some comments

5 lines of code changed in 2 files:

justin 2007-09-26 01:16

*** empty log message ***

51 lines of code changed in 2 files:

justin 2007-09-26 01:16 Rev.: 598

added findROI

11 lines of code changed in 2 files:

justin 2007-09-26 00:23 Rev.: 597

handles empty lists properly

14 lines of code changed in 1 file:

justin 2007-09-26 00:23 Rev.: 596

only allow findROI feature on base anatomies that are not coordMapped

7 lines of code changed in 1 file:

justin 2007-09-26 00:22 Rev.: 595

just added some comments to clean things up

14 lines of code changed in 1 file:

justin 2007-09-26 00:21 Rev.: 594

checks for empty ROI

6 lines of code changed in 2 files:

justin 2007-09-26 00:21 Rev.: 593

can return a base, which is useful for saving the base structure

16 lines of code changed in 1 file:

justin 2007-09-26 00:20 Rev.: 592

load/save anatomy now saves an associated base structure so that
it handles flat anatomies

28 lines of code changed in 2 files:

justin 2007-09-25 05:32 Rev.: 591

change made previously was incorrect-tseriesFilename was getting sorted incorrectly

4 lines of code changed in 1 file:

justin 2007-09-25 05:03 Rev.: 590

draws ROIs correctly for baseCoordMap'd flat maps.

13 lines of code changed in 1 file:

eli 2007-09-25 04:46 Rev.: 589

round baseCoords in call to getROIBaseCoords. needed for flat patches created from surfaces that have non-integer coordinates

1 lines of code changed in 1 file:

justin 2007-09-25 04:27 Rev.: 588

minor

7 lines of code changed in 2 files:

justin 2007-09-25 04:26 Rev.: 587

better handling of reconcile

6 lines of code changed in 2 files:

justin 2007-09-25 04:25 Rev.: 586

viewSet to set analysis info for edit/analysis menu item

46 lines of code changed in 1 file:

justin 2007-09-25 04:24 Rev.: 585

removed these GUIs since they are now done with mrParamsDialog

0 lines of code changed in 4 files:

justin 2007-09-25 04:24 Rev.: 584

beefed up edit/analysis

19 lines of code changed in 1 file:

justin 2007-09-25 02:27 Rev.: 583

better handling of mismatch of scans and analyses

19 lines of code changed in 1 file:

justin 2007-09-25 02:26 Rev.: 582

minor: more specific info on overlay mismatch displayed

5 lines of code changed in 1 file:

justin 2007-09-25 02:25 Rev.: 581

minor: print out mrDefautlsFilename correctly

1 lines of code changed in 1 file:

justin 2007-09-25 01:41 Rev.: 580

find ROI function in Edit/ROI/Info

35 lines of code changed in 1 file:

justin 2007-09-25 00:57 Rev.: 579

Analysis/Info menu item: added code to gracefully handle the case when the GUI function does not exist (this is the case for some old analyses that had a typo in the GUI function name)

11 lines of code changed in 1 file:

eli 2007-09-25 00:41 Rev.: 578

*** empty log message ***

1 lines of code changed in 1 file:

eli 2007-09-24 23:24 Rev.: 577

*** empty log message ***

5 lines of code changed in 1 file:

eli 2007-09-24 23:12 Rev.: 576

loads a flat patch directly from an .off file generated from SurfRelax
also does some checking with the GM and WM surfaces

483 lines of code changed in 1 file:

eli 2007-09-24 23:07 Rev.: 575

don't upsample across slices if there is only one slice (as in the case of a flat patch)

114 lines of code changed in 1 file:

eli 2007-09-24 23:05 Rev.: 574

*** empty log message ***

162 lines of code changed in 2 files:

justin 2007-09-22 03:35 Rev.: 573

minor: captilization change

1 lines of code changed in 1 file:

justin 2007-09-22 03:34 Rev.: 572

allow for an override of mrDefaults filename by using setpref

50 lines of code changed in 5 files:

justin 2007-09-21 03:52 Rev.: 571

minor changes: deleteScans can be called without creating a view
groupInfo is a bit smarter about being called from a directory not the home directory

29 lines of code changed in 3 files:

justin 2007-09-21 03:20 Rev.: 570

changed name of mrDeleteScans to deleteScans

62 lines of code changed in 3 files:

justin 2007-09-20 08:14 Rev.: 569

minor bug fix, seems that contingentValue could be an array, so used isequal instead of == to avoid a crash

1 lines of code changed in 1 file:

justin 2007-09-20 08:13 Rev.: 568

phaseNum and segmentNum passed in arguments were being set to taskNum--fixed

2 lines of code changed in 1 file:

justin 2007-09-20 08:12 Rev.: 567

broke out mrDeleteScans so it can be called from command line
minor changes to groupInfo

87 lines of code changed in 2 files:

justin 2007-09-20 08:11 Rev.: 566

delete many ROIs
broke our mrDeleteScan so it can be called from the command line

31 lines of code changed in 2 files:

justin 2007-09-18 22:57 Rev.: 565

groupInfo with no arguments returns session info

22 lines of code changed in 1 file:

justin 2007-09-18 22:56 Rev.: 564

viewGet session information

16 lines of code changed in 1 file:

justin 2007-09-18 06:45 Rev.: 563

minor: check for no scans in group

4 lines of code changed in 1 file:

justin 2007-09-18 06:16 Rev.: 562

minor: warning about how to import ROI's form mrLoadRet-3.1

2 lines of code changed in 1 file:

justin 2007-09-18 06:15 Rev.: 561

minor: check for valid session

4 lines of code changed in 1 file:

justin 2007-09-18 06:14 Rev.: 560

minor: display scan number along with description

1 lines of code changed in 1 file:

justin 2007-09-18 06:13 Rev.: 559

minor: check for valid scan number

5 lines of code changed in 1 file:

justin 2007-09-18 06:12 Rev.: 558

eventRelated allows you to get just params--useful for scripting

24 lines of code changed in 1 file:

justin 2007-09-18 06:12 Rev.: 557

concatTSeries allows you to get just params--useful for scripting

25 lines of code changed in 1 file:

justin 2007-09-18 06:11 Rev.: 556

minor:newView checks for valid MLR.session
viewSet allows setting curGroup with the groupName

10 lines of code changed in 2 files:

farshadm 2007-09-15 05:46 Rev.: 555

*** empty log message ***

4 lines of code changed in 1 file:

farshadm 2007-09-15 01:41 Rev.: 554

*** empty log message ***

1 lines of code changed in 1 file:

farshadm 2007-09-15 01:01 Rev.: 553

gethdr adds variance of hrf components

22 lines of code changed in 4 files:

justin 2007-09-14 22:26 Rev.: 552

minor: default return arg

1 lines of code changed in 1 file:

farshadm 2007-09-14 06:57 Rev.: 551

*** empty log message ***

177 lines of code changed in 1 file:

farshadm 2007-09-14 06:25 Rev.: 550

*** empty log message ***

9 lines of code changed in 3 files:

justin 2007-09-14 00:20 Rev.: 549

minor: check if analysis exists before trying to display info on it from Edit/Analysis/Info

3 lines of code changed in 1 file:

justin 2007-09-14 00:19 Rev.: 548

minor: check that with preprocess run scripts that the script exists before trying to run

7 lines of code changed in 1 file:

farshadm 2007-09-13 03:04 Rev.: 547

glm for contrast creats amplitude maps

39 lines of code changed in 2 files:

justin 2007-09-13 00:01 Rev.: 546

minor fix to handle if a second mrParamsDialog gets created from a first one

5 lines of code changed in 1 file:

justin 2007-09-12 23:59 Rev.: 545

Analysis/Info

70 lines of code changed in 2 files:

justin 2007-09-12 22:23 Rev.: 544

Removed ROI/Show/Coordinates since it was redundant with Edit/ROI/Info

73 lines of code changed in 2 files:

justin 2007-09-12 22:19 Rev.: 543

minor. set axis to tight

1 lines of code changed in 1 file:

justin 2007-09-12 21:59 Rev.: 542

minor

1 lines of code changed in 1 file:

justin 2007-09-12 05:40 Rev.: 541

More intelligent display

25 lines of code changed in 1 file:

justin 2007-09-12 05:39 Rev.: 540

Some more info available with Edit/ROI/Info

81 lines of code changed in 1 file:

farshadm 2007-09-12 05:27 Rev.: 539

*** empty log message ***

135 lines of code changed in 1 file:

farshadm 2007-09-12 05:02 Rev.: 538

eventRelatedGlm can specify a contrast (linear combination of
explanatory variables)

50 lines of code changed in 2 files:

justin 2007-09-12 04:05 Rev.: 537

change to help string roiCache size default = 50

1 lines of code changed in 1 file:

justin 2007-09-12 03:52 Rev.: 536

changed defalt roi cache size to 50

7 lines of code changed in 1 file:

justin 2007-09-12 03:47 Rev.: 535

name of ROI is guaranteed not to be the same as an existing one, which happened with the old code if you deleted an ROi

9 lines of code changed in 1 file:

justin 2007-09-12 03:46 Rev.: 534

roi caching is now on an roi basis (before it was for all rois at a time--which was slow when you had a lot of rois loaded and you wanted to edit/add a new one)

11 lines of code changed in 1 file:

justin 2007-09-12 03:45 Rev.: 533

for large epi files, loadAnat now loads volume by volume to avoid out of memory

15 lines of code changed in 1 file:

justin 2007-09-12 03:44 Rev.: 532

roi caching added the ability to cache single rois rather than all of the rois at once. this is useful since if you have a lot of rois you shouldn't have to recompute all of the rois just the one you have changed. newView can be called with out a type

41 lines of code changed in 3 files:

farshadm 2007-09-12 00:35 Rev.: 531

eventRelatedGlmGUI: a contrast (linear combination of explanatory variables)
can be specified.

6 lines of code changed in 1 file:

farshadm 2007-09-12 00:34 Rev.: 530

*** empty log message ***

4 lines of code changed in 1 file:

justin 2007-09-07 11:45 Rev.: 529

dataTYPES can be an array so had to fix line 82

1 lines of code changed in 1 file:

justin 2007-09-07 04:40 Rev.: 528

number of slice dimensions has to be set to how many slices were loaded--this bug was introduced yesterday

4 lines of code changed in 2 files:

eli 2007-09-07 03:33 Rev.: 527

*** empty log message ***

2 lines of code changed in 1 file:

eli 2007-09-07 03:33 Rev.: 526

default 'colormapType' changed to 'normal'

20 lines of code changed in 1 file:

justin 2007-09-07 01:56 Rev.: 525

added xform to returned structure

2 lines of code changed in 1 file:

eli 2007-09-06 04:05 Rev.: 524

changed editOverlayMenuItem_Callback to use editOverlayGUImrParams instead editOverlayGUI, which was created by GUIDE.
additional features include flipping and rotating the colormap.

5 lines of code changed in 1 file:

eli 2007-09-06 03:59 Rev.: 523

Initial upload. This GUI replaces the editOverlayGUI created by GUIDE. Additional features include flipping and rotating the colormap. I've also added a few additional cmaps that may be useful.

375 lines of code changed in 1 file:

justin 2007-09-05 23:39 Rev.: 522

Make sure to load preferences if they are not already (otherwise the preferences get overwritten in some circumstances)

6 lines of code changed in 2 files:

justin 2007-09-05 23:39 Rev.: 521

After isview is called, needed to reinstall view into MLR variable so that it would correctly be considered a view by isview. this bug only happened if the view was created as the first one.

4 lines of code changed in 1 file:

justin 2007-09-05 23:37 Rev.: 520

*** empty log message ***

7 lines of code changed in 2 files:

justin 2007-09-05 23:37 Rev.: 519

Added some new fields that loadScan gives, also now it just prints out the TR for 3D scans--since that should be fixed in the reconstruction code and old datasets should set the parameter by hand using setFramePeriod

20 lines of code changed in 1 file:

eli 2007-09-03 09:00 Rev.: 518

*** empty log message ***

25 lines of code changed in 1 file:

August 2007 »

Generated by StatSVN 0.4.1