Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping values to foci. #259

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
1716aab
- Brain.add_foci can now map values using foci color and size.
cristidonos Jul 1, 2018
9fbd69f
re-organized add_foci function to allow data mapping and extended plo…
cristidonos Oct 23, 2018
16e5ed2
MRG: Fix scale_data_colormap and add FXAA (#261)
larsoner Oct 26, 2018
df68527
MRG: width/height in offscreen mode (#265)
larsoner Mar 22, 2019
8b0d631
Integrate better with Jupyter notebook (#268)
wmvanvliet May 22, 2019
27f54c6
MAINT: Update fsaverage (#270)
larsoner Jun 26, 2019
b9a7dd6
MAINT: Fix ignores for CIs (#272)
larsoner Jul 30, 2019
b2474cf
Set annotation LUT directly (#271)
mwaskom Jul 30, 2019
80c3ccb
Allow painting all annotation vertices in a single color (#273)
mwaskom Aug 12, 2019
9cd7511
FIX: don't change view when adding foci (#274)
christianbrodbeck Sep 9, 2019
1fb7daf
ENH: Add option to smooth to nearest (#275)
larsoner Oct 15, 2019
64a1069
MAINT: CircleCI for latest pip (#277)
larsoner Oct 15, 2019
e85753e
ENH: Add kwargs in Brain.add_* and pass it to mayavi modules (#276)
DingkunLiu Nov 1, 2019
0e1da27
BUG: Properly clean up on del
larsoner Dec 10, 2019
3692eb4
Merge pull request #279 from larsoner/cleanup
mwaskom Feb 3, 2020
e79624d
FIX: Safer exit
larsoner Feb 6, 2020
78950ed
FIX: Actually close
larsoner Feb 7, 2020
e79e15d
FIX: Try again
larsoner Feb 7, 2020
0b20e8b
FIX: Again again
larsoner Feb 7, 2020
1435b57
FIX: Different
larsoner Feb 7, 2020
2cf1d73
FIX: One more
larsoner Feb 7, 2020
5aaf043
FIX: Dont reuse by default
larsoner Feb 10, 2020
21e7183
Merge pull request #285 from larsoner/safer
mwaskom Feb 10, 2020
dd9f3b5
Fix (#286)
wmvanvliet Feb 11, 2020
cd2f074
MRG, FIX: Fix bug with scale_data_colormap (#287)
larsoner Feb 21, 2020
6962fe9
fix int (#288)
kingjr Feb 21, 2020
f576145
Update __init__.py
larsoner Feb 21, 2020
bd2bbfe
Update __init__.py
larsoner Feb 21, 2020
f67f444
FIX: CSS
larsoner Feb 21, 2020
6967306
FIX: Update changes
larsoner Feb 21, 2020
7952423
Set up CI with Azure Pipelines
larsoner Feb 26, 2020
9c43880
FIX: Remove force render
larsoner Feb 26, 2020
38db203
ENH: Azure
larsoner Feb 26, 2020
b7f25db
FIX: Missed
larsoner Feb 26, 2020
963c9b6
FIX: Missed again
larsoner Feb 26, 2020
b3522d4
FIX: Try again
larsoner Feb 26, 2020
11afc4a
FIX: Wrong call
larsoner Feb 26, 2020
283a580
FIX: Explicit close/del
larsoner Feb 26, 2020
ce7ac2d
FIX: Safer del
larsoner Feb 27, 2020
07dc04b
Merge pull request #289 from larsoner/force
mwaskom Feb 27, 2020
1afce4b
STY: Dont log info messages by default (#293)
larsoner May 18, 2020
09513f9
ENH: Move up to 3.8 (#294)
larsoner May 18, 2020
b0ca3a1
ENH: Add FXAA option (#295)
larsoner Jun 11, 2020
9e5fe1f
MRG, MAINT: Simpler vector params (#291)
larsoner Jun 23, 2020
85e9e6c
MAINT: Bump version
larsoner Jun 23, 2020
f02cca8
MAINT: Bump version
larsoner Jun 23, 2020
2512fc6
option to apply xfrom from surface files
cristidonos Nov 11, 2020
d3749dc
merged changes by CD on top of nipy's f02cca8 version from Jun 23
cristidonos Nov 11, 2020
6c9cb10
merged changes by CD on top of nipy's f02cca8 version from Jun 23
cristidonos Nov 11, 2020
cd3de2f
Merge branch 'master' of https://github.com/cristidonos/PySurfer into…
cristidonos Nov 11, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
FIX: Missed
larsoner committed Feb 26, 2020
commit b7f25dba1fe53a1417a4722c4f87d0fc76ffd38c
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
- powershell: |
powershell make/get_fsaverage.ps1
$env:SUBJECTS_DIR = '$(System.DefaultWorkingDirectory)' + '\subjects'
Write-Host ("##vso[task.setvariable variable=PATH]" + $env:PATH) SET SUBJECTS_DIR=%CD%\\subjects"
Write-Host ("##vso[task.setvariable variable=PATH]" + $env:PATH)
displayName: 'Get fsaverage'
- powershell: |
git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git