lsst / rubin_sim_notebooks

Example notebooks for the rubin_sim package
11 stars 18 forks source link

Add Camera Footprint Demo notebook #7

Closed rhiannonlynne closed 3 years ago

rhiannonlynne commented 3 years ago

Demonstrate the LsstCameraFootprint class - this class unifies the camera footprint used in movingObjects and in maf and hopefully makes it a little easier to access.

Should the class use a 'call' method or something else? (points_in_fov? find_overlaps?) Should it return an array that matches the original length of the input arrays, with just true/false values? (Instead of returning the indexes of the valid points)? (these may be better raised on the other PR, but that already has changes due to workflow stuff .. and this update is also needed to be able to do the workflow PR).

Needs u/lynnej/docs branch from rubin_sim (until that's merged).

rhiannonlynne commented 3 years ago

Added legends and labels. A grid works well, not sure if it's higher resolution that the camera model or not.