Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move links to JuliaImageRecon #41

Merged
merged 1 commit into from
Nov 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPECTrecon
SPECT image reconstruction tools in Julia

https://github.com/JeffFessler/SPECTrecon.jl
https://github.com/JuliaImageRecon/SPECTrecon.jl

[![action status][action-img]][action-url]
[![pkgeval status][pkgeval-img]][pkgeval-url]
Expand Down Expand Up @@ -34,20 +34,20 @@ or similar frameworks.
Tested with Julia ≥ 1.6.

<!-- URLs -->
[action-img]: https://github.com/JeffFessler/SPECTrecon.jl/workflows/CI/badge.svg
[action-url]: https://github.com/JeffFessler/SPECTrecon.jl/actions
[build-img]: https://github.com/JeffFessler/SPECTrecon.jl/workflows/CI/badge.svg?branch=main
[build-url]: https://github.com/JeffFessler/SPECTrecon.jl/actions?query=workflow%3ACI+branch%3Amain
[action-img]: https://github.com/JuliaImageRecon/SPECTrecon.jl/workflows/CI/badge.svg
[action-url]: https://github.com/JuliaImageRecon/SPECTrecon.jl/actions
[build-img]: https://github.com/JuliaImageRecon/SPECTrecon.jl/workflows/CI/badge.svg?branch=main
[build-url]: https://github.com/JuliaImageRecon/SPECTrecon.jl/actions?query=workflow%3ACI+branch%3Amain
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/SPECTrecon.svg
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/SPECTrecon.html
[code-blue-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg
[code-blue-url]: https://github.com/invenia/BlueStyle
[codecov-img]: https://codecov.io/github/JeffFessler/SPECTrecon.jl/coverage.svg?branch=main
[codecov-url]: https://codecov.io/github/JeffFessler/SPECTrecon.jl?branch=main
[codecov-img]: https://codecov.io/github/JuliaImageRecon/SPECTrecon.jl/coverage.svg?branch=main
[codecov-url]: https://codecov.io/github/JuliaImageRecon/SPECTrecon.jl?branch=main
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://JeffFessler.github.io/SPECTrecon.jl/stable
[docs-stable-url]: https://JuliaImageRecon.github.io/SPECTrecon.jl/stable
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://JeffFessler.github.io/SPECTrecon.jl/dev
[docs-dev-url]: https://JuliaImageRecon.github.io/SPECTrecon.jl/dev
[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
[license-url]: LICENSE
[colprac-img]: https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet
Expand Down
2 changes: 1 addition & 1 deletion docs/lit/examples/1-overview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------

# This page gives an overview of the Julia package
# [`SPECTrecon`](https://github.com/JeffFessler/SPECTrecon.jl).
# [`SPECTrecon`](https://github.com/JuliaImageRecon/SPECTrecon.jl).

# ### Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/lit/examples/2-rotate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------

# This page explains the image rotation portion of the Julia package
# [`SPECTrecon.jl`](https://github.com/JeffFessler/SPECTrecon.jl).
# [`SPECTrecon.jl`](https://github.com/JuliaImageRecon/SPECTrecon.jl).

# ### Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/lit/examples/3-psf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------

# This page explains the PSF portion of the Julia package
# [`SPECTrecon.jl`](https://github.com/JeffFessler/SPECTrecon.jl).
# [`SPECTrecon.jl`](https://github.com/JuliaImageRecon/SPECTrecon.jl).

# ### Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/lit/examples/4-mlem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------

# This page illustrates ML-EM reconstruction with the Julia package
# [`SPECTrecon`](https://github.com/JeffFessler/SPECTrecon.jl).
# [`SPECTrecon`](https://github.com/JuliaImageRecon/SPECTrecon.jl).

# ### Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/lit/examples/5-2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# This page describes how to perform 2D SPECT forward and back-projection
# using the Julia package
# [`SPECTrecon`](https://github.com/JeffFessler/SPECTrecon.jl).
# [`SPECTrecon`](https://github.com/JuliaImageRecon/SPECTrecon.jl).


# ### Setup
Expand Down
4 changes: 2 additions & 2 deletions docs/lit/examples/6-dl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#=
This page describes how to end-to-end train unrolled deep learning algorithms
using the Julia package
[`SPECTrecon`](https://github.com/JeffFessler/SPECTrecon.jl).
[`SPECTrecon`](https://github.com/JuliaImageRecon/SPECTrecon.jl).

This page was generated from a single Julia file:
[6-dl.jl](@__REPO_ROOT_URL__/6-dl.jl).
Expand Down Expand Up @@ -262,7 +262,7 @@ So for now it is just fenced off with `isinteractive()`.
=#

if isinteractive()
url = "https://github.com/JeffFessler/SPECTrecon.jl/blob/main/data/trained-cnn-example-6-dl.bson?raw=true"
url = "https://github.com/JuliaImageRecon/SPECTrecon.jl/blob/main/data/trained-cnn-example-6-dl.bson?raw=true"
tmp = tempname()
Downloads.download(url, tmp)
cnn = BSON.load(tmp)[:cnn]
Expand Down
2 changes: 1 addition & 1 deletion docs/lit/examples/7-osem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This page illustrates
Ordered-subset expectation-maximization (OS-EM)
image reconstruction with the Julia package
[`SPECTrecon`](https://github.com/JeffFessler/SPECTrecon.jl).
[`SPECTrecon`](https://github.com/JuliaImageRecon/SPECTrecon.jl).
=#

# ### Setup
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
execute = isempty(ARGS) || ARGS[1] == "run"

org, reps = :JeffFessler, :SPECTrecon
org, reps = :JuliaImageRecon, :SPECTrecon
eval(:(using $reps))
using Documenter
using Literate
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CurrentModule = SPECTrecon
```

# Documentation for [SPECTrecon](https://github.com/JeffFessler/SPECTrecon.jl)
# Documentation for [SPECTrecon](https://github.com/JuliaImageRecon/SPECTrecon.jl)

## Overview

Expand Down