You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
Subclass MeasurementErrorSampler to make a InterpolatedGridMeasurementErrorSampler that takes a catalog of data points, for example Gaia, takes the errors and creates a 3D interpolated & smoothed grid of the errors as a function of the position. This can be evaluated with the MeasurementErrorSampler given positions from the PotentialSampler class to create realistic measurement errors.
Search the GitHub repository to see if a similar issue has already been posted. If a similar issue is closed, have a quick look to see if you are satisfied by the resolution. If not please go ahead and open an issue!
The text was updated successfully, but these errors were encountered:
Description
Subclass
MeasurementErrorSampler
to make aInterpolatedGridMeasurementErrorSampler
that takes a catalog of data points, for example Gaia, takes the errors and creates a 3D interpolated & smoothed grid of the errors as a function of the position. This can be evaluated with theMeasurementErrorSampler
given positions from thePotentialSampler
class to create realistic measurement errors.Checklist
The text was updated successfully, but these errors were encountered: