From 60690ad3e399343c6ee395ac5bd965b7d5d98ac4 Mon Sep 17 00:00:00 2001 From: Jakob Asslaender Date: Tue, 21 Nov 2023 17:07:16 -0500 Subject: [PATCH] rm RegularizedLeastSquares from the Project file (never used) --- Project.toml | 20 +++++++++----------- src/NFFTNormalOpBasisFunc.jl | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Project.toml b/Project.toml index c0f6061..1f2a4b1 100644 --- a/Project.toml +++ b/Project.toml @@ -4,22 +4,20 @@ authors = ["Jakob Asslaender "] version = "0.5.3" [deps] -MRICoilSensitivities = "c57eb701-aafc-44a2-a53c-128049758959" -Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" -RegularizedLeastSquares = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23" +FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d" LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125" +MRICoilSensitivities = "c57eb701-aafc-44a2-a53c-128049758959" +NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d" NFFTTools = "7424e34d-94f7-41d6-98a0-85abaf1b6c91" -FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" +Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" [compat] -julia = "1.7" -MRICoilSensitivities = "0.1.1" -Polyester = "0.6, 0.7" -RegularizedLeastSquares = "0.8, 0.9, 0.10" +FFTW = "1.5" LinearAlgebra = "1.7" -NFFT = "0.12.1, 0.13" LinearOperators = "2" +MRICoilSensitivities = "0.1.1" +NFFT = "0.12.1, 0.13" NFFTTools = "0.2" -FFTW = "1.5" \ No newline at end of file +Polyester = "0.6, 0.7" +julia = "1.7" diff --git a/src/NFFTNormalOpBasisFunc.jl b/src/NFFTNormalOpBasisFunc.jl index c26ab26..0da75b8 100644 --- a/src/NFFTNormalOpBasisFunc.jl +++ b/src/NFFTNormalOpBasisFunc.jl @@ -168,7 +168,7 @@ end ## ########################################################################## -# Internal healper functions +# Internal helper functions ############################################################################# function calculate_kmask_indcs(img_shape_os, trj::Vector{Matrix{T}}) where T nfftplan = plan_nfft(reduce(hcat, trj), img_shape_os; precompute = POLYNOMIAL, blocking = false, fftflags = FFTW.MEASURE, m=5, σ=1)