Skip to content

sigpy.mri.poisson hangs when used to generate 1d undersampling trajectories #115

@ShannonZ

Description

@ShannonZ

Describe the bug
Is sigpy.mri.poisson designed to support 1D sampling pattern generation?
The following code snippet would hangs the function, without any error.

mask1 = sigpy.mri.poisson(
  (256,1),
  ...
)

mask2 = sigpy.mri.poisson(
  (1,256),
  ...
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions