Skip to content

Commit

Permalink
updated export to use run_20240529_024833/pass12 with new flat_clahe …
Browse files Browse the repository at this point in the history
…data and --blockSize=256,256,128
  • Loading branch information
trautmane committed Jun 2, 2024
1 parent c43cbbf commit 5567708
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export RUNTIME=${3:-240:59} # default is 10+ days
# --------------------------------------------------------------------
# setup export parameters

RUN_AND_PASS="202405dd_hhmmss/passNN" # TODO: update this with desired run and pass
RUN_AND_PASS="run_20240529_024833/pass12"
TRANSFORM_GROUP="/surface-align/${RUN_AND_PASS}"
DATA_SET_OUTPUT="/wafer-53-align/${RUN_AND_PASS}/s0"

Expand All @@ -43,12 +43,12 @@ ARGV="--n5PathInput ${N5_SAMPLE_PATH} \
--n5PathOutput ${N5_SAMPLE_PATH} \
--n5DatasetOutput ${DATA_SET_OUTPUT} \
--zBatch ${Z_BATCH} \
--blockSize=256,256,32"
--blockSize=256,256,128"
# --normalizeContrast
# --explainPlan # use --explainPlan option to output debug info without running export

for SLAB in ${ALL_SLABS}; do
ARGV="${ARGV} -i /flat/${SLAB}/raw -t 20 -b -21"
ARGV="${ARGV} -i /flat_clahe/${SLAB}/raw -t 3 -b -4"
done

CLASS="org.janelia.saalfeldlab.hotknife.SparkExportAlignedSlabSeries"
Expand Down

0 comments on commit 5567708

Please sign in to comment.