Open sbailey opened 4 years ago
Update: The script to do this was added in #892. We're still getting enough hiccups (mostly with arc processing) that I don't want to turn this on as a daily cronjob or otherwise automatically launched job just yet.
I'm leaving this open until we've fully automated it in the daily processing, but for the purposes of the minisv2 project I've flagged this to the "Done" column and we'll just run this by hand.
Update: the script in #892 runs out of time on nights with lots of different tiles (e.g. nights with dither tests). Update the wrapper script to create all the cframe links, and then submit one job per tile to do the coadds and run redshifts.
Also: add the creation of spectra files per-tile per-night and run rrdesi on that instead of the coadd (though still create the coadd).
Also: switch the coadd to being across exposures but not across cameras (i.e. drop the --coadd-cameras
option).
The standard pipeline automates grouping spectra by healpix and running redshifts, but for (mini)SV we're running
desi_group_tileframes
to group by tiles/nights, and thendesi_coadd_spectra
and runningrrdesi
on that. Automate that process.What I ran for 20200219 by hand:
Using a single node (instead of 4) takes ~3 min per coadd, and these could be spawned as N independent single-node jobs per night in the realtime queue. The previous steps of grouping and coadding per night are fast enough they could be done on the interactive node prior to submitting the redshift jobs.