Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions pymritools/recon/loraks/p_loraks.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ def _initialize_matrix_indices(self):
self.patch_shape,
self.sample_directions
)
if self.operator_type == OperatorType.S:
self.matrix_operator_shape = tuple(2 * d for d in self.matrix_operator_shape)

def _get_operator_matrix_size(self) -> tuple[int, int]:
"""
Expand Down Expand Up @@ -470,4 +468,4 @@ def reconstruct_batch(self, k_space_batch: torch.Tensor, idx_batch: int = 0) ->
)

# k is our converged best guess candidate, need to unwrap / reshape
return k
return k