CosmoAI-AES / CosmoSim

Original repo from the BSc project Spring 2022
MIT License
1 stars 3 forks source link

Implement and Test PointMass with Raytrace. #175

Closed hgeorgsch closed 2 weeks ago

hgeorgsch commented 4 weeks ago

This may already work. We need a test comparing raytrace to PointMassExact, including timing.

hgeorgsch commented 4 weeks ago

The test is implemented. The lens model for raytrace must be debugged.

hgeorgsch commented 2 weeks ago

This requires #177 and others. We need to try to get rid of the monolithic lens/simulator models

hgeorgsch commented 2 weeks ago

PointMass works approximately with Raytrace. There are minor visible differences compared to PointMassExact, but no more than can be explained by numerical error.