Skip to main content

Crate difi

Crate difi 

Source
Expand description

difi: Did I Find It?

Evaluate linkage completeness and purity for astronomical surveys.

Given a set of observations with known object associations and a set of predicted linkages, difi determines:

  • CIFI (Can I Find It?): Which objects are “findable” based on their observation patterns (enough observations, enough nights, etc.)

  • DIFI (Did I Find It?): Which linkages are pure, contaminated, or mixed, and what fraction of findable objects were successfully recovered.

Modules§

cifi
CIFI: Can I Find It?
difi
DIFI: Did I Find It?
error
Error types for difi.
io
Parquet I/O for difi types.
metrics
Findability metrics.
mmap
Memory-mapped observation access.
partitions
Partition creation and summary.
types
Core data types for difi.