Skip to content

Commit

Permalink
Merge branch 'master' of github.com:saalfeldlab/hot-knife
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Feb 16, 2024
2 parents f6a51f3 + a2a63c6 commit 8afd9f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion run_scripts/multi-sem/wafer-52/72_spark_extract_face.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ ARGV="\
--size=${SIZE} \
--invert \
--normalizeContrast \
--maxDownsamplingLevel 5
--blockSize=1024,1024"

CLASS="org.janelia.saalfeldlab.hotknife.SparkGenerateFaceScaleSpace"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ JAR="${FLYEM_DATA_ROOT}/render/lib/hot-knife.latest-fat.jar"
CLASS="org.janelia.saalfeldlab.hotknife.ViewAlignedSlabSeries"

N5_PATH="/nrs/hess/render/export/hess.n5"
TRANSFORM_GROUP="/surface-align/run_20230330_092301/pass12"
TRANSFORM_GROUP="/surface-align/run_20230404_105038/pass12"


ARGV="\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export RUNTIME=${3:-4320} # default is minutes in 3 days
# setup export parameters

N5_PATH="/nrs/hess/render/export/hess.n5"
TRANSFORM_GROUP="/surface-align/run_20230330_092301/pass12"
DATA_SET_OUTPUT="/wafer-52-align/run_20230330_092301/pass12/s0"
TRANSFORM_GROUP="/surface-align/run_20230404_105038/pass12"
DATA_SET_OUTPUT="/wafer-52-align/run_20230404_105038/pass12/s0"

ARGV="\
--n5PathInput ${N5_PATH} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source "${SCRIPT_DIR}/00_config.sh" "ALL"

#export RUNTIME="3:59"

INPUT_DATASET_ROOT="/wafer-52-align/run_20230330_092301/pass12"
INPUT_DATASET_ROOT="/wafer-52-align/run_20230404_105038/pass12"

OUTPUT_DATASET_PATHS="${INPUT_DATASET_ROOT}/s1"
FACTORS="2,2,1"
Expand Down

0 comments on commit 8afd9f6

Please sign in to comment.