spacetelescope / wfc3_dash

Tools for reducing HST/WFC3 DASH observations.
1 stars 5 forks source link

Add footprint functions into utils #25

Open catherine-martlin opened 6 years ago

catherine-martlin commented 6 years ago

See wfc3_gyro/plots.py

mgennaro commented 6 years ago

It seems that the footprints_plot has a dependency that is not included and may bot be necessary:

import unicorn.survey_paper as sup

I am commenting those out for now because I get an error when I try to import get_flat from the utils.py module. Will address this when I start working on the plotting routines.

@ivastar can you comment on what sup is used for? Looks like it's got some positional info on the CANDELS (I guess) fields, and maybe info on the shape of the fields (I see you use this in conjunction with the shapely library)