File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/main/java/net/preibisch/mvrecon/fiji/plugin Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://github.com/PreibischLab /multiview-reconstruction/actions/workflows/build.yml/badge.svg )] ( https://github.com/PreibischLab /multiview-reconstruction/actions/workflows/build.yml )
1+ [ ![ Build Status] ( https://github.com/JaneliaSciComp /multiview-reconstruction/actions/workflows/build.yml/badge.svg )] ( https://github.com/JaneliaSciComp /multiview-reconstruction/actions/workflows/build.yml )
22
33## Introduction & Overview
44
Original file line number Diff line number Diff line change 1616 <name >Multiview Reconstruction</name >
1717 <description >Software for the reconstruction of multi-view microscopic acquisitions
1818like Selective Plane Illumination Microscopy (SPIM) Data.</description >
19- <url >https://github.com/PreibischLab /multiview-reconstruction</url >
19+ <url >https://github.com/JaneliaSciComp /multiview-reconstruction</url >
2020 <inceptionYear >2012</inceptionYear >
2121 <organization >
2222 <name >Preibisch Lab</name >
@@ -79,18 +79,18 @@ like Selective Plane Illumination Microscopy (SPIM) Data.</description>
7979 </mailingLists >
8080
8181 <scm >
82- <connection >scm:git:https://github.com/PreibischLab /multiview-reconstruction</connection >
83- <developerConnection >scm:git:git@github.com:PreibischLab /multiview-reconstruction</developerConnection >
82+ <connection >scm:git:https://github.com/JaneliaSciComp /multiview-reconstruction</connection >
83+ <developerConnection >scm:git:git@github.com:JaneliaSciComp /multiview-reconstruction</developerConnection >
8484 <tag >HEAD</tag >
85- <url >https://github.com/PreibischLab /multiview-reconstruction</url >
85+ <url >https://github.com/JaneliaSciComp /multiview-reconstruction</url >
8686 </scm >
8787 <issueManagement >
8888 <system >GitHub Issues</system >
89- <url >https://github.com/PreibischLab /multiview-reconstruction/issues</url >
89+ <url >https://github.com/JaneliaSciComp /multiview-reconstruction/issues</url >
9090 </issueManagement >
9191 <ciManagement >
9292 <system >GitHub Actions</system >
93- <url >https://github.com/PreibischLab /multiview-reconstruction/actions</url >
93+ <url >https://github.com/JaneliaSciComp /multiview-reconstruction/actions</url >
9494 </ciManagement >
9595
9696 <properties >
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ else if ( decon.getInputImgCacheType() == ImgDataType.PRECOMPUTED )
241241 if ( !ComputeBlockMulThreadCPUFactory .class .isInstance ( cptf ) )
242242 {
243243 IOFunctions .println ( "For multiplicative deconvolution only CPU is supported so far, sorry. Please open a github issue and I'll implement it." );
244- IOFunctions .println ( "GITHUB page: https://github.com/PreibischLab /multiview-reconstruction/issues" );
244+ IOFunctions .println ( "GITHUB page: https://github.com/JaneliaSciComp /multiview-reconstruction/issues" );
245245 return false ;
246246 }
247247
You can’t perform that action at this time.
0 commit comments