Skip to content

Commit

Permalink
Transfer save name to raw_img_key (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
virajkaram authored Sep 4, 2024
1 parent e2463d1 commit b0904dc
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 b0904dc

Please sign in to comment.