Skip to content

problem in LIME raytracer #266

@migueldvb

Description

@migueldvb

In our research group we have identified a problem in the LIME raytracer
causing the central pixel fluxes in a ~1/r^2 distribution to be overestimated.
For the same model with different pixel sizes but the same physical scale
the fluxes inside the central 0.2'' square region differ considerably (calculated
by the sum statistic): the image with finer pixel sampling has 3x less flux
than the other one. This could explain the discrepancy we're seeing in the
visibility curves when comparing LIME results with ALMA observations.
In order to solve this issue we need to modify the ray tracer to allow finer
sampling in the central pixels and tried the two alternatives below without success.

There is an antialias option in the documentation, which performs stochastic
supersampling. We have tried with values of 10 and 100, but this did
not fully resolve the problem. It seems that this algorithm is currently not
implemented in the raytracing code.

We have also modified the value of maxNumRaysPerPixel in the raytrace function
from 20 to 0 to indicate that there is no maximum number of rays per pixel.
However this did not solve the problem either.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions