Skip to content

Commit

Permalink
create jrc_celegans_20240819 16 bit stack
Browse files Browse the repository at this point in the history
  • Loading branch information
trautmane committed Oct 30, 2024
1 parent 77b6d29 commit 103a4b9
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ public static void main(final String[] args) {
final String[] effectiveArgs = new String[] {
"--baseDataUrl", "http://em-services-1.int.janelia.org:8080/render-ws/v1",
"--owner", "fibsem",
"--project", "jrc_liu_nih_ips_draq5_test_2",
"--alignStack", "v2_acquire_align",
"--rawStack", "v2_acquire_align_16bit",
"--rawRootDirectory", "/nrs/fibsem/data/jrc_liu-nih_ips-draq5-test-2/raw",
"--completeRawStack",
"--z", "5000", "9740", "9741", "9742", "9743", "9744", "9745", "9746", "9747", "9748", "9749", "9750"
"--project", "jrc_celegans_20240819",
"--alignStack", "v3_acquire_align",
"--rawStack", "v3_acquire_align_16bit",
"--rawRootDirectory", "/nrs/fibsem/data/jrc_celegans_20240819/raw",
"--completeRawStack"
// "--z", "5000", "9740", "9741", "9742", "9743", "9744", "9745", "9746", "9747", "9748", "9749", "9750"
};

Create16BitH5StackClient.main(effectiveArgs);
Expand Down

0 comments on commit 103a4b9

Please sign in to comment.