a-bouchat / ice-tracker-deformations

This project aims at computing arctic sea ice deformations from icetracker data (Sentinel-1 and RCM).
0 stars 0 forks source link

Remove coverage_frequency_map: 'visualise_coverage_histogram2d' routine #16

Closed a-bouchat closed 1 year ago

a-bouchat commented 1 year ago

(or make new routine for making mapping bins)

THIS ROUTINE IS CURRENTLY CALLED ONLY TO DEFINE XBINS/YBINS IN 'coverage_frequency_map'. THE FREQUENCY MAPS ARE IN FACT CREATED BY 'interval_frequency_histogram2d' AND NOT IN THIS METHOD SO WE COULD REMOVE THIS ROUTINE AND COMPUTE XBINS/YBINS ONLY WHEN NEEDED INSIDE OTHER ROUTINES... OR CREATE A NEW ROUTINE THAT WILL COMPUTE THE XBINS/YBINS ONLY.

(Sorry for the all CAPS.... I copy-pasted a comment I made directly in the code)

a-bouchat commented 1 year ago

Done in #17