Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
gallantlab
/
pycortex
Public
Notifications
You must be signed in to change notification settings
Fork
159
Star
663
Code
Issues
107
Pull requests
22
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Bumpy flatmap redesign
- #720
#720
Open
2/2
alexhuth
wants to merge 19 commits into
main
gallantlab/pycortex:main
from
claude/bumpy-flatmap-design-e0n5zr
gallantlab/pycortex:claude/bumpy-flatmap-design-e0n5zr
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
Bumpy flatmap redesign
#720
alexhuth
wants to merge 19 commits into
main
gallantlab/pycortex:main
from
claude/bumpy-flatmap-design-e0n5zr
gallantlab/pycortex:claude/bumpy-flatmap-design-e0n5zr
Copy head branch name to clipboard
Commits
Commits on Sep 21, 2026
NF: compute the bumpy flatmap by relaxing the cortical slab
Show description for e091e00
claude
authored and
AgarwalNilay
committed
e091e00
View commit details
Copy full SHA for e091e00
Browse repository at this point
PERF: make the bumpy flatmap relaxation about 1.6x faster
Show description for 4082a7f
claude
authored and
AgarwalNilay
committed
4082a7f
View commit details
Copy full SHA for 4082a7f
Browse repository at this point
DAT: ship the bumpy flatmap for S1 in the filestore
Show description for c1d0a42
claude
authored and
AgarwalNilay
committed
c1d0a42
View commit details
Copy full SHA for c1d0a42
Browse repository at this point
DOC: read the shipped bumpy flatmap in the gallery example
Show description for 0f244dc
claude
authored and
AgarwalNilay
committed
0f244dc
View commit details
Copy full SHA for 0f244dc
Browse repository at this point
NF: solve the bumpy flatmap relaxation coarse to fine
Show description for bd25eec
claude
authored and
AgarwalNilay
committed
bd25eec
View commit details
Copy full SHA for bd25eec
Browse repository at this point
PERF: calibrate the relaxation defaults to the hierarchy
Show description for 1795956
claude
authored and
AgarwalNilay
committed
1795956
View commit details
Copy full SHA for 1795956
Browse repository at this point
NF: a slider for the bumpy flatmap's exaggeration
Show description for 788a4dc
claude
authored and
AgarwalNilay
committed
788a4dc
View commit details
Copy full SHA for 788a4dc
Browse repository at this point
FIX: the relaxed relief was dimpled instead of hills and valleys
Show description for 3769911
claude
authored and
AgarwalNilay
committed
3769911
View commit details
Copy full SHA for 3769911
Browse repository at this point
PERF+FIX: a fast, smooth bumpy flatmap, with normals that follow the scale
Show description for a7a131e
claude
authored and
AgarwalNilay
committed
a7a131e
View commit details
Copy full SHA for a7a131e
Browse repository at this point
FIX: the relief was being smoothed at gyral scale, not millimetre scale
Show description for 47e6520
claude
authored and
AgarwalNilay
committed
47e6520
View commit details
Copy full SHA for 47e6520
Browse repository at this point
NF: `tilt`, to exaggerate the relief's long wavelengths
Show description for e4dd07e
claude
authored and
AgarwalNilay
committed
e4dd07e
View commit details
Copy full SHA for e4dd07e
Browse repository at this point
FIX: replace `tilt` with `detrend` -- the exaggeration was backwards
Show description for 7a24c59
claude
authored and
AgarwalNilay
committed
7a24c59
View commit details
Copy full SHA for 7a24c59
Browse repository at this point
NF: anisotropic polish and full-resolution detail, and what they cannot fix
Show description for e3f740b
claude
authored and
AgarwalNilay
committed
e3f740b
View commit details
Copy full SHA for e3f740b
Browse repository at this point
FIX: drive the relief from the pial flare, not the flattening
Show description for 10399ca
claude
authored and
AgarwalNilay
committed
10399ca
View commit details
Copy full SHA for 10399ca
Browse repository at this point
CLN: delete the elastic relaxation; keep the height it was computing
Show description for fef0e29
claude
authored and
AgarwalNilay
committed
fef0e29
View commit details
Copy full SHA for fef0e29
Browse repository at this point
CLN: trim the commentary, and restore the blank lines between defs
Show description for e2d3dc2
claude
authored and
AgarwalNilay
committed
e2d3dc2
View commit details
Copy full SHA for e2d3dc2
Browse repository at this point
CLN: drop the javascript reference height, and stop duplicating polyutils
Show description for b3e3cf8
claude
authored and
AgarwalNilay
committed
b3e3cf8
View commit details
Copy full SHA for b3e3cf8
Browse repository at this point
FIX: the example plotted the wrong field, and still described in-plane slip
Show description for 78813f0
claude
authored and
AgarwalNilay
committed
78813f0
View commit details
Copy full SHA for 78813f0
Browse repository at this point
Commits on Sep 22, 2026
FIX: wait_for_file moved to testing_utils on main
Show description for e3753ee
AgarwalNilay
committed
e3753ee
View commit details
Copy full SHA for e3753ee
Browse repository at this point
You can’t perform that action at this time.