Skip to content

Commit

Permalink
Add forgotten argument
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyiasemis committed Jun 6, 2024
1 parent c6b4c0a commit fbad9e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions direct/data/datasets_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ class TransformsConfig(BaseConfig):
Default is True.
image_recon_type : ReconstructionType
Image reconstruction type. Default is ReconstructionType.RSS.
compress_coils : int, optional
Number of coils to compress input k-space. It is not recommended to be used in combination with `pad_coils`.
Default is None.
pad_coils : int, optional
Pad coils. Default is None.
use_seed : bool
Expand Down Expand Up @@ -133,6 +136,7 @@ class TransformsConfig(BaseConfig):
delete_acs_mask: bool = True
delete_kspace: bool = True
image_recon_type: ReconstructionType = ReconstructionType.RSS
compress_coils: Optional[int] = None
pad_coils: Optional[int] = None
use_seed: bool = True
transforms_type: TransformsType = TransformsType.SUPERVISED
Expand Down

0 comments on commit fbad9e1

Please sign in to comment.