-
Hi,
I am trying to run the PhysIO toolbox on Siemens multiband fMRI data. Our parameters are TR = 2s, MB = 4, and nslices = 60. My input settings were as follows:
% Scan timing parameters
physi…
-
In order to make Hyperion usable for other beamlines, we need to abstract our grid scan plans into smaller functions. A beamline-specific top level plan can then be constructed by importing all the re…
-
Preprocessor style comments (lines starting with "//") only seem to work if the next character is a space. Otherwise, I get the error message:
```
Extra parameter on command line
```
This need…
-
Running a PCA on the whole of the Ag3 dataset is fairly challenging currently. There are three main sections to the computation:
1. Scan genotypes to compute allele counts - allows handling of `max…
-
I am encountering a problem when converting Siemens .dat files to .mrd using siemens_to_ismrmrd. Below is the full output:
Software version: syngo MR XA50
Protocol name: Initialized by sequence
D…
-
After talking about the potential for a new/improved `stateChanges` function, the working group came up with a `scan` function proposal that we'd like to create. `scan` will have the following signatu…
-
new `dealias.h`:
```
/* --------------------------------------------------------------------
Copyright (C) 2012 Swedish Meteorological and Hydrological Institute, SMHI,
This file is part of RAVE…
-
### Describe the bug
FILE: lib/Stripe/lib/HttpClient/CurlClient.php
------------------------------------------------------------------------------------------------------------------------------…
-
I have a numpyro model run on a 4090 gpu, the result is fine.
But when i try to visualize it using from_numpyro, i got this our memory error.
2024-01-25 19:54:08.798078: W external/tsl/tsl/framework…
-
Currently, groupby operations do not have a `stream` parameter. As such, we can't pass in the current `stream` value but the operations will use the default stream instead.
We should allow passing …