I’m working on a demo notebook for tdastro (LINCC Frameworks’ light curve simulation package), and would like to access both DP1 data for real light curves and OpSim cadence/noise simulations. Currently, I’m fetching OpSim from S3DF, which takes a lot of time and personal RSP storage https://s3df.slac.stanford.edu/data/rubin/sim-data/sims_featureScheduler_runs3.4/baseline/baseline_v3.4_10yrs.db
We have not placed copies of the opsim outputs onto the data.lsst.cloud RSP - but now that this has been requested, we can add them.
I was thinking we could copy over the v5.0.0 simulations, which are our newest (and will be announced next week). Would that be sufficient for you, or do you need v3.4 in particular?
Update – I have now placed the current set of community-interesting v5.0.0 simulations into /rubin/rubin_sim_data/opsim_v5.0
Ah, and please note that the standard content of $RUBIN_SIM_DATA_DIR is available on data.lsst.cloud, but you do have to link to it yourself:
export RUBIN_SIM_DATA_DIR=/rubin/rubin_sim_data
will make the standard data, which includes the representative current baseline, available.
rubin_sim.data.get_baseline()
will return you the path to the current baseline, assuming you have set the environment variable above (currently this is baseline_v4.3.1_10yrs.db, but will be updated to baseline_v5.0.0_10yrs.db next week).