transientskp / tkp

A transients-discovery pipeline for astronomical image-based surveys
http://docs.transientskp.org/
BSD 2-Clause "Simplified" License
19 stars 15 forks source link

don't query the database for forced fits but use source extraction position from previous step #525

Open gijzelaerr opened 8 years ago

gijzelaerr commented 8 years ago

Not sure what the implications of this would be, but we could reduce the number of queries if we simplify the forced fits procedure by not querying the database for the forced fits (missing blind detections) but just use the previously found sources in the image.

the database is the slowest part in the whole pipeline, no matter what what backend we use. if we could somehow minimize the number of queries to only inserts of extracted sources and image metadata we could make TraP probably much faster.

AntoniaR commented 3 months ago

This issue is related to the redesign goals of R7.