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

Add narrow band filters to filterDefinitions #190

Open
danjampro opened this issue Aug 3, 2021 · 0 comments
Open

Add narrow band filters to filterDefinitions #190

danjampro opened this issue Aug 3, 2021 · 0 comments
Labels
bug Something isn't working config lsst

Comments

@danjampro
Copy link
Contributor

Undefined filters cause ingest errors in LSST code:

[SQL: INSERT INTO exposure (instrument, id, physical_filter, obs_id, exposure_time, dark_time, observation_type, observation_reason, day_obs, seq_num, group_name, group_id, target_name, science_program, tracking_ra, tracking_dec, sky_angle, zenith_angle, timespan_begin, timespan_end) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ON CONFLICT DO NOTHING]
[parameters: ('Huntsman', 200825075748996, 's_II', '2200825075748996', 1.0, 0.0, 'flat', 'unknown', 20200825, 200825075748996, '200825075748996', 200825075748996, 'FlatDither02', 'Huntsman', 264.0047189556708, -39.22601857318945, 0.0, 19.444587081059737, 1598342305996000000, 1598428705996000000)]
(Background on this error at: https://sqlalche.me/e/14/gkpj)
2021-08-03 23:14:15.022 | ERROR    | huntsman.drp.services.calib:_run:216 - Error making master calibs for date=2020-08-26 00:00:00: RuntimeError('Some failures encountered during ingestion')

Currently breaking calib maker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working config lsst
Projects
None yet
Development

No branches or pull requests

1 participant