Workflow

Click the nodes to obtain details about each step.

Catalog

Crossmatch

Noise model

SB9

Simulations

Statistics

If the workflow has been executed in cluster/cloud, runtimes include the waiting time in the queue.

Configuration

Configuration files
File Code
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
dataset_name: "edr3"
base_table_filename: "edr3/base.fits.gz"
noise_config_file: "config/noise.yaml"
results_basedir: "results"

sims_config_file: "config/simulations.yaml"

det_pval_thresh: 0.001

gaia:
  credentials_file: ""
  # credentials_file: "/path/to/gaia/archive.login"
  # or...
  # user = "username"
  # password = "password"

# Noise model postprocessing parameters
noise:
  color_smoothing_scale: 0.25
  mag_smoothing_scale: 0.5

Loading...