Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 41948a0

Browse files
committed
Fix recipe for discrete hemisphere mirroring
1 parent 500da48 commit 41948a0

File tree

1 file changed

+1
-1
lines changed
  • flatmap/workflow/postproc/both_hemispheres

1 file changed

+1
-1
lines changed

flatmap/workflow/postproc/both_hemispheres/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include ../../common_header.mk
22

33
ifeq (1,$(DISCRETE))
44
output/$(FLATMAP_BOTH_DISCRETE_NRRD_FILE): input/$(FLATMAP_DISCRETE_NRRD_FILE) input/$(HEMISPHERES_FILE)
5-
$(MIRROR_FLATMAP_BIN) $< $(word 2,$^) $@
5+
$(MIRROR_FLATMAP_BIN) $< $(word 2,$^) $@ $(PIXEL_RESOLUTION)
66

77
# input links
88
input/$(FLATMAP_DISCRETE_NRRD_FILE): SRC := $(STAGE_III_ROOT)/03_discretization/output/$(FLATMAP_DISCRETE_NRRD_FILE)

0 commit comments

Comments
 (0)