
** problem 1 : boxes are fixed sizes in RA, but need to vary in width *at least* based on DEC
** problem 2 : dvopsps needs to grab a region with a border of width 1.65deg in projection (varying for RA, fixed for DEC)
   * this can be dealt with in dvo.py

boxes are defined in queue.py:124
  * insertBox

(loop is over ra,dec explicitly in half-box-size steps)

dvo.py uses boxes for region, but could be modified easily

the 'setSkyArea' functions use the box sizes

** recommended changes:
   1) dvo nativeIngestDetections should either take explicit dR,dD arguments or a size without borders

skychunk.boxSizeWithBorder should be dropped (not actually used anyway)

