astro-group-bristol / Gradus.jl

Extensible spacetime agnostic general relativistic ray-tracing (GRRT).
https://astro-group-bristol.github.io/Gradus.jl/dev/
GNU General Public License v3.0
18 stars 2 forks source link

Completely sample 2D transfer functions #79

Closed fjebaker closed 1 year ago

fjebaker commented 1 year ago

Discussed in https://github.com/astro-group-bristol/Gradus.jl/discussions/73

Originally posted by **phajy** February 6, 2023 I'm trying to run the 2D transfer function example you shared earlier, @fjebaker, but I can't get it to work because I think a few things have changed under the hood in Gradus. The two errors I get are that `getgeodesicpoint not defined` and `radial_sampler not defined`.

Continuing discussion in this issue.

phajy commented 1 year ago

Increasing Nr and using an InverseGrid() did the trick (although GeometricGrid() was also fine with increased Nr).

fjebaker commented 1 year ago

Closing as this seems resolved.