-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Is your feature request related to a problem? Please describe.
Since 0.9.1, we recommend that users use MataTensor, which will save the meta information in metatensor by default. The default value of image_only in LoadImage is False, which will return image and header dict.
MONAI/monai/transforms/io/dictionary.py
Line 79 in 09993fa
| image_only: bool = False, |
For some transforms that have deprecated the meta_dict which meta information in meta_dict will not be updated in time. Such as
SpacingdMONAI/monai/transforms/spatial/dictionary.py
Lines 326 to 327 in 09993fa
| @deprecated_arg(name="meta_keys", since="0.9") | |
| @deprecated_arg(name="meta_key_postfix", since="0.9") |
Describe the solution you'd like
Set image_only=True in LoadImaged and LoadImage
Metadata
Metadata
Assignees
Labels
No labels