Eric Larson

Results 169 issues of Eric Larson

During acquisition, MEGIN systems detect which HPI coils are which. In `plot_alignment(..., dig=True)` we could: 1. Add `hpi_colors="auto"` where it will make the HPI dig colors match those of the...

Just noticed that the [FLUX](https://www.neuosc.com/flux) folks have - Cerca: https://doi.org/10.5281/zenodo.17013192 - FieldLine: https://doi.org/10.5281/zenodo.17328849 We could consider adding downloaders for these and showing some basic OPM use cases/processing/functionality potentially. Or at...

Not sure how compatible we are with free threading... let's run it on CIs and see.

no-changelog-entry-needed

It's great that there are now wheels! But no point in having ones for different versions of Python since the Python code is just a wrapper around a binary. This...

For example on latest `develop`: ``` $ make SYMBOLPREFIX=scipy_ USE_OPENMP=0 DYNAMIC_ARCH=0 USE_THREAD=0 TARGET=PRESCOTT $ make SYMBOLPREFIX=scipy_ PREFIX=$PWD/install install $ grep "dlange" install/include/lapacke.h double LAPACKE_dlange( int matrix_layout, char norm, lapack_int m,...

In particular I'm thinking of adding CI runs that build a (tiny!) subset of docs for projects. At a minimum / to start I'm thinking of a few major consumers...

maintenance

1. Navigate to https://openneuro.org/datasets/ds003775/versions/1.2.1 2. Click the "download" button on the README file 3. Get error XML: ``` AccessDenied Request has expired 2025-12-18T16:41:08Z 2025-12-20T03:19:18Z BHS3SG8NSDHP9MAG B+5QFoWqWdfUH7/XQIsW3I3Vqz3NpEP1/ZuaSMIvDd957eIOZdkU0YXm81dEyKpvhALPZsyO544= ``` Originally observed with...

In https://openneuro.org/crn/graphql run ``` query { snapshot(datasetId: "ds000248" , tag: "1.2.4" ) { id files(tree: "8e16384b988da6341d29f38870763c0d8658955d" ) { filename urls size directory key } } } ``` Note the entry...

### Before merging … - [x] Update type defs - [x] Updated `docs/source/dev.md.inc` - [x] Handle `epochs`-based `cov` somehow... probably by making sure `baseline`s are the same and compatible and...

Over in #1141 I discovered a whole bunch of config values that will never be used in this step: https://github.com/mne-tools/mne-bids-pipeline/blob/2f11dc89899a6f8996c25aed41a518b489ae13ae/mne_bids_pipeline/steps/preprocessing/_06a2_find_ica_artifacts.py#L590-L596 This not only makes the code needlessly complex, it can...