Example script to run the full version of the INR-based tomography pipeline. In this case, doing the full warmup procedure to cosine annealing.
DATE_TRUNC('month', d)::date AS month_start, -- First day of the month DATE_TRUNC('year', d)::date AS year_start, -- First day of the year EXTRACT(YEAR FROM d)::int ...