From 9c65fcba19f632bafef7c54b6e4dd2b49bc1bac3 Mon Sep 17 00:00:00 2001 From: annatartaglia <111704070+annatartaglia@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:25:29 -0500 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe861a3..7a73cc9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ `ScatteringOptics.jl` is an astronomy software package developed in the Julia programming language for interstellar scintillation observed at radio wavelengths. It implements physical models for the anisotropic scattering of radio waves, which arise from turbulence in the ionized interstellar medium. -This toolkit is aiming to provide capabilities of simulating and modeling the temporal, spatial, and spectral effects of interstellar scintillation primarily in the strong scattering regime, with taking advantage of Julia's speed and composability. +This toolkit is aiming to provide capabilities of simulating and modeling the temporal, spatial, and spectral effects of interstellar scintillation primarily in the strong scattering regime, taking advantage of Julia's speed and composability. The package is designed to work with sky models and interferometric data types from the advanced Bayesian radio interferometric modeling package [`Comrade.jl`](https://github.com/ptiede/Comrade.jl). The package provides essential functionalities for modeling, analyzing, and interpreting the images of the Galactic Center's supermassive black hole, Sagittarius A*, especially with the Event Horizon Telescope, and also the images of extremely high brightness temperature emissions in active galactic nuclei using space very long baseline interferometry. @@ -23,4 +23,4 @@ or ``` ## Documentation -The documentation is available [here](https://ehtjulia.github.io/ScatteringOptics.jl). \ No newline at end of file +The documentation is available [here](https://ehtjulia.github.io/ScatteringOptics.jl). From b02b8f3253bbc5a47481f538cf4216d5554a7168 Mon Sep 17 00:00:00 2001 From: annatartaglia <111704070+annatartaglia@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:30:20 -0500 Subject: [PATCH 2/4] change date --- paper/paper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper/paper.md b/paper/paper.md index 6ed9060..3dd3dc3 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -29,7 +29,7 @@ affiliations: - name: Center for Astrophysics | Harvard & Smithsonian index: 5 -date: 15 December 2023 +date: 14 December 2023 bibliography: paper.bib --- @@ -124,4 +124,4 @@ imshow(im_sc, angunit=EHTUtils.μas) We thank Dongjin Kim and Vincent Fish for their helpful discussions related to the development of this package. This work was made possible by grants from the National Science Foundation (NSF; AST-1950348 and AST-2034306). K.A. and P.T. have been financially supported also by other NSF grants (AST-1935980, OMA-2029670, AST-2107681, AST-2132700). -The Black Hole Initiative at Harvard University is funded by grants from the John Templeton Foundation and the Gordon and Betty Moore Foundation to Harvard University. \ No newline at end of file +The Black Hole Initiative at Harvard University is funded by grants from the John Templeton Foundation and the Gordon and Betty Moore Foundation to Harvard University. From 5f8c3fb096d78af87eea556b4f8d20af353cf1bc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 14 Jan 2024 01:18:48 +0000 Subject: [PATCH 3/4] CompatHelper: bump compat for ComradeBase to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ed8ac9e..5fce3c6 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ StationaryRandomFields = "6ab34832-f7e5-40a4-9cd7-47ea82b5c144" VLBISkyModels = "d6343c73-7174-4e0f-bb64-562643efbeca" [compat] -ComradeBase = "0.5" +ComradeBase = "0.5, 0.6" DocStringExtensions = "0.9" EHTUtils = "0.1" FFTW = "1" From dfeb029f53a1b28af6a4fc3c3317e6f7936394e6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 15 Jan 2024 01:15:59 +0000 Subject: [PATCH 4/4] CompatHelper: bump compat for VLBISkyModels to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ed8ac9e..745e8af 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ NonlinearSolve = "1, 3" QuadGK = "2" SpecialFunctions = "2" StationaryRandomFields = "0.1" -VLBISkyModels = "0.2, 0.3" +VLBISkyModels = "0.2, 0.3, 0.4" julia = "1.9" [extras]