Quansight / lsst_dashboard

LSST Dashboard https://quansight.github.io/lsst_dashboard/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

New metadata dataset #92

Closed timothydmorton closed 4 years ago

timothydmorton commented 4 years ago

This reads filter, tract info from new metadata file. This file is in a slightly different format from before; e.g. has list of all visits in a nested dictionary. This isn't a functional branch yet because it doesn't incorporate the new format of the visit datasets, but could be a starting point to do such.

timothydmorton commented 4 years ago

I am currently running a new iteration of prepareQADashboard.py on the whole test dataset, which will be in /project/tmorton/tickets/DM-21335/w38 when it completes. Dataset.connect() works now with the new datasets; a full init_dataset test will have to wait until the full test dataset is generated.

timothydmorton commented 4 years ago

OK, this now "works" with the dashboard, but is still very slow. I am having it compute the coadd table on first load, and that helps with the biggest bottleneck previously. The performance of the datashaded figures is still borderline unusable though.

dharhas commented 4 years ago

Ok will check it out tomorrow.

dharhas commented 4 years ago

Need to comment out

331: self.param.trigger('status_message_queue')
497: self.adhoc_js.object = script
timothydmorton commented 4 years ago

Still getting the partially loaded dashboard

timothydmorton commented 4 years ago

And just to confirm, things seem to be working same as before when I revert back to panel 0.6.4; still haven't gotten it to work on 0.7.