kowalski
kowalski copied to clipboard
Kowalski: a multi-survey data archive and alert broker for time-domain astronomy
Some more improvements to support different triggering scenarios: - look for more keys than just "priority" to find the priority/urgency to use for a given request. The "alias" is tracked...
Bumps [motor](https://github.com/mongodb/motor) from 3.1.1 to 3.4.0. Release notes Sourced from motor's releases. Motor 3.4.0 Community post: https://www.mongodb.com/community/forums/t/motor-3-4-0-release/272987 Motor 3.3.2 Release notes: https://www.mongodb.com/community/forums/t/motor-3-3-2-released/253562 Motor 3.3.1 What's Changed Fix a bug in...
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.13 to 2.7.1. Release notes Sourced from pydantic's releases. v2.7.1 (2024-04-23) What's Changed Packaging Bump pydantic-core to v2.18.2 by @sydney-runkle in #9307 New Features Ftp and Websocket...
Bumps [odmantic](https://github.com/art049/odmantic) from 0.9.2 to 1.0.2. Release notes Sourced from odmantic's releases. v1.0.2 Fixed Properly support pydantic 2.7 (#462 by @adriencaccia) Internals chore(bench): update CodSpeed/action to v2 (#461 by @adriencaccia)...
It may be useful to have code that quickly assesses the completeness of ingested ZTF source catalogs. This code in `scope` (https://github.com/ZwickyTransientFacility/scope/blob/dbf2c31719ec04cb7e86338d7fa6f9c0fd8a01cf/tools/generate_features_slurm.py#L51) could be adapted for this purpose. It iterates...
Looking for a tutorial on what to do after adding a new stream to kowalski. I am adding a new instrument to kowalski called TURBO. I have followed the steps...
This PR implements corrections to the (difference) alert photometry if flux is present in the reference image. Also fixes a bug in flux sign computation based on `candidate.isdiffpos`. See https://github.com/dmitryduev/kowalski-archived/blob/master/kowalski/server.py#L1603
Kowalski only currently knows about a 201 response from ZTF's scheduler. However, 200 is another useful error code indicating the queue already exists. We should have that returned separately. #...
We need a way to handle this situation:  These are events detected close to the CCD edge. They are always centered on the longer side. We need to use...
**Feature Summary** In order to increase the dev speed, we need a non-docker-based build system. **Implementation details** Use a virtual environment for the python stuff. For devs, run the app...