UCBerkeleySETI / hyperseti

A SETI / technosignature search code to find intelligent life beyond Earth
https://hyperseti.readthedocs.io
11 stars 4 forks source link

Provide example findET config yaml file #114

Closed marcowenwolf closed 1 year ago

marcowenwolf commented 1 year ago

The config construct is available as python dict, but it takes some rework to covert this into a sample YAML config. Can you add an example yaml file to this repo, having e.g. below content:

---
preprocess:
  sk_flag: true
  normalize: true
  blank_edges:
    n_chan: 32
  blank_extrema:
    threshold: 10000
dedoppler:
  kernel: ddsk
  max_dd: 10
  apply_smearing_corr: true
  plan: stepped
hitsearch:
  threshold: 20
pipeline:
  merge_boxcar_trials: true
marcowenwolf commented 1 year ago

RTFM ;)