-
I’m currently working with T2 MRI sequences, and I’ve noticed for multiple patients if the images were acquired in non-standard image orientations, i.e. DICOM tag (0020, 0037) != [1\0\0\0\1\0], the co…
-
For a 2d cell in *x* and *y* with a non-zero kz, `get_eigenmode` seems to be computing an incorrect set of modes. This is demonstrated by the following script.
```py
import meep as mp
import math…
-
For the mode-coefficient expansion, there is a special case worth optimizing. In particular, if:
* The flux plane is in a homogeneous medium. (Initially, I would just support homogeneous scalar …
-
```python
>>> import vcs
>>> vcs.createprojection('new_polar', 'polar')
---------------------------------------------------------------------------
Exception Traceb…
ghost updated
4 years ago
-
Hello.
Thanks for a great tool, I am just struggling to extract a 2D oblique plane.
I have used SetDirection to create an angled coordinate system corresponding to a particular plane at a mid …
-
Pycro-manager by default supports hardware triggered acquisitions where the camera is the master device. An alternative to this are situations where where there is another master device and the camera…
-
The `PhaseEncodingDirection` field in the spin echo field maps sidecar generated by dcm2niix can be either `i, j, k, i-, j-, k-`; however, in BIDS these directions would ideally need to be specified a…
-
> **Before Creating an issue**
>
> - Are you running the latest version?
3.11.3
> - Are you reporting to the correct repository?
Yes.
> - Did you search existing issues?
It is related…
-
Although we support eigenmode sources (and mode coefficients) for oblique waveguides (see #698 and #940), of course problems will arise as the waveguide approaches glancing incidence to the source pla…
-
Hi,
Where I can find more detail to explain how the amp_fun function works for generate oblique plane wave?
Because, the example is not work good enough, if I want to change the source center po…