Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/calibration/mask_v1.X.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ dat:

# Number of epochs
- col_name: N_EPOCH
label: r"$n_{\rm epoch}$"
label: $n_{\rm epoch}$
kind: greater_equal
value: 2

# Magnitude range
- col_name: mag
label: mag range
label: r
kind: range
value: [15, 30]

Expand Down Expand Up @@ -86,7 +86,7 @@ dat_ext:

# Rough pointing coverage
- col_name: npoint3
label: r"$n_{\rm pointing}$"
label: $n_{\rm pointing}$
kind: greater_equal
value: 3

Expand Down
Loading