Skip to content

Commit

Permalink
export save name to raw_img_key
Browse files Browse the repository at this point in the history
  • Loading branch information
virajkaram committed Sep 4, 2024
1 parent e2463d1 commit 652d4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirar/pipelines/winter/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@
# Process each raw image in parallel
ImageRebatcher(BASE_NAME_KEY),
ImageRejector(("BOARD_ID", "0")),
# HeaderAnnotator(input_keys=LATEST_SAVE_KEY, output_key=RAW_IMG_KEY),
ImageSaver(output_dir_name="raw_unpacked", write_mask=False),
HeaderAnnotator(input_keys=LATEST_SAVE_KEY, output_key=RAW_IMG_KEY),
DatabaseImageInserter(db_table=Raw, duplicate_protocol="replace"),
]

Expand Down

0 comments on commit 652d4d9

Please sign in to comment.