Hi. I’m looking to get the typical WFD survey depths in different filters with each data release in and out of the rolling bands. Typical values would be useful, a way to query by position would be a bonus. Is there a table somewhere or does this require maf? In the cadence notebooks I’ve seen reference to baselines like ‘baseline_v4.3.1_10yrs’. Do these have intermediate results for each year. Thanks.
Hi Bryan,
The database files like baseline_v4.3.1_10yrs.db
have full simulated 10-year pointing histories, so it takes some work to convert that to what coadded depths end up as on different points on the sky. Here’s a quick notebook of how I would do it: 25_scratch/depth_at_time/vector_depth.ipynb at main · yoachim/25_scratch · GitHub
The highlights:
1 Like
This is great. Thanks!