Skip to content

Commit

Permalink
Merge branch 'Tevemadar:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Tevemadar authored Jan 6, 2025
2 parents 92c64ef + d81db38 commit 6e83d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webalign.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
};
// let worker=new Worker("getlas.js?"+args.get("atlas"));

const wfprefix=".nesysWorkflowFiles/zippedPyramids/";
const dziproot=series.dziproot ?? ".nesysWorkflowFiles/zippedPyramids/";
for (let section of series.sections) {
// {"name":"hbp-00167-641_2001_2561_s001.tif","width":22500,"height":17500,"tilesize":254,"overlap":1,"format":"png"}
const fullname = section.filename;
Expand All @@ -188,7 +188,7 @@
};
} else {
// "filename":"10000pxtest/2022-268_InjectionSite_5X_Overview_s026.dzip"
const dzip=`${series.bucket}/.nesysWorkflowFiles/zippedPyramids/${fullname}`;
const dzip=`${series.bucket}/${dziproot}${fullname}`;
const name=fullname.slice(fullname.lastIndexOf("/")+1,-".dzip".length);
image = {...section,filename:name,dzip,base:name+"_files/",flat: name + ".flat"};
}
Expand Down

0 comments on commit 6e83d99

Please sign in to comment.