Skip to content

Commit a18bae2

Browse files
committed
WIP: idp 2 roi mapping
1 parent 2a73103 commit a18bae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

antspymm/mm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13195,6 +13195,8 @@ def map_idps_to_rois(
1319513195
from `idp_data_frame`, `roi_image` is not an ANTsImage,
1319613196
or `map_type` is invalid.
1319713197
"""
13198+
import logging
13199+
1319813200
logging.info(f"Starting map_idps_to_rois (map_type='{map_type}', IDP column='{idp_column}')")
1319913201

1320013202
# --- 1. Input Validation ---

0 commit comments

Comments
 (0)