Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WINTER: fix objectid capitalization in indexes config #281

Merged
merged 2 commits into from
Mar 13, 2024
Merged
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
33 changes: 6 additions & 27 deletions config.defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,52 +226,31 @@ kowalski:
- ["coordinates.radec_geojson", "2dsphere"]
- ["candid", -1]
unique: false
- name: radec_objectId
- name: radec_objectid
fields:
- ["coordinates.radec_geojson", "2dsphere"]
- ["objectId", -1]
- ["objectid", -1]
unique: false
- name: jd_radec_candid
fields:
- ["candidate.jd", 1]
- ["coordinates.radec_geojson", "2dsphere"]
- ["candid", -1]
unique: false
- name: jd_radec_objectId
- name: jd_radec_objectid
fields:
- ["candidate.jd", 1]
- ["coordinates.radec_geojson", "2dsphere"]
- ["objectId", -1]
- ["objectid", -1]
unique: false
- name: objectId
- name: objectid
fields:
- ["objectId", -1]
- ["objectid", -1]
unique: false
- name: candid
fields:
- ["candid", -1]
unique: true
- name: jd_drb_candid
fields:
- ["candidate.jd", -1]
- ["candidate.drb", -1]
- ["candid", -1]
unique: false
- name: jd_drb_ndethist_dmag2mass_isstar_distnearbrstar
fields:
- ["candidate.jd", -1]
- ["candidate.drb", -1]
- ["candidate.ndethist", 1]
- ["candidate.dmag2mass", -1]
- ["candidate.isstar", -1]
- ["candidate.distnearbrstar", 1]
unique: false
- name: jd_scorr_dmag2mass
fields:
- ["candidate.jd", -1]
- ["candidate.scorr", -1]
- ["candidate.dmag2mass", -1]
unique: false

TURBO_alerts:
- name: radec_candid
Expand Down
Loading