usnistgov / SpectrumBrowser

ITL
12 stars 11 forks source link

Limit daily occupancy calcs to measurements bounded by fMin and fMax... #110

Closed MichaelCotton closed 9 years ago

MichaelCotton commented 9 years ago

where fMin and fMax are defined on sensor page with threshold.

ranganathanm commented 9 years ago

There is a problem with this approach because we allow users to specify the min and max frequency of interest in the map page. This is what is used to compute the displayed occupancy threshold at present. So this won't work for RADAR data. However, for LTE, we can precompute in this fashion because we do not allow users to subset the data before drilling in.

MichaelCotton commented 9 years ago

Ah yes. Limiting radar freq range for daily occupancy on the map page works. I'm thinking we just stick with full freq range for the precompute. Otherwise, it gets confusing (especially for the user). In general, we are moving toward scheduled band measurements, so instead of measuring 3.45 - 3.65 in one sweep we would measure 3.45 - 3.5 and 3.5 - 3.65 separately.

ranganathanm commented 9 years ago

Invalid issue (see comment above)