Skip to content

Commit

Permalink
Merge branch 'main' of github.com:EHTJulia/ScatteringOptics.jl into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Tartaglia committed Mar 18, 2024
2 parents 33c96ab + c730f8e commit 06a907d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -23,4 +23,4 @@ or
```

## Documentation
The documentation is available [here](https://ehtjulia.github.io/ScatteringOptics.jl).
The documentation is available [here](https://ehtjulia.github.io/ScatteringOptics.jl).
4 changes: 2 additions & 2 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ affiliations:
- name: Center for Astrophysics | Harvard & Smithsonian
index: 5

date: 15 December 2023
date: 14 December 2023
bibliography: paper.bib

---
Expand Down Expand Up @@ -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.
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.

0 comments on commit 06a907d

Please sign in to comment.