GreenBankObservatory / antenna_plots_v2

GNU Affero General Public License v3.0
0 stars 0 forks source link

Static antenna position plot on Session Detail #6

Closed tchamberlin closed 1 year ago

tchamberlin commented 1 year ago

Blocked by Alda sandbox setup

Similar to #5, but instead of showing all antenna data, we just want the data for a given Session. For example, https://gbtarchive-beta.gb.nrao.edu/disk/sessions/AGBT17A_304_03/ should display only the antenna positions recorded during all scans from AGBT17A_304_03

This will require a "database" of per-session antenna position plots -- I will provide this. Your code can expect to find a given Session's antenna plot at static URL 'images/antenna_positions/session/{{session_name}}.jpg'. So, in the above example, it would load STATIC_ROOT + '/images/antenna_positions/session/AGBT17A_304_03.jpg'

KaseyW31 commented 1 year ago
tchamberlin commented 1 year ago

TODO: Remove images from git, squash/merge, done

KaseyW31 commented 1 year ago

I think I removed all the images, is it ok to squash/merge?