Helioviewer-Project / helioviewer.org

Main web application for solar data visualization
Other
18 stars 15 forks source link

SSWIDL cutout service script enforces minimum values to fovx and fovy #165

Closed wafels closed 8 years ago

wafels commented 8 years ago

The SSWIDL cutout service script generated by helioviewer.org enforces minimum values to fovx and fovy. I wanted the cutout to this area:

screen shot 2016-09-19 at 10 57 36 am

which came up here with a width of 53.25 arcsec and a height of 41.75 arcsec.

screen shot 2016-09-19 at 10 57 58 am

The width value in the helioviewer drop down is equivalent to fovx in the script, and the height value in the helioviewer drop down is equivalent to fovy in the script:

screen shot 2016-09-19 at 10 58 25 am

fovx and fovy should give the correct width and height values.

http://helioviewer.org/?date=2016-09-18T17:45:25.000Z&imageScale=0.60511022&centerX=-867.7280554800001&centerY=349.72344980235016&imageLayers=%5BSDO,AIA,171,1,100%5D&eventLayers=%5BAR,NOAA_SWPC_Observer,1%5D,%5BCC,all,1%5D,%5BCD,all,1%5D,%5BCJ,all,1%5D,%5BCE,all,1%5D,%5BCR,all,1%5D,%5BCW,all,1%5D,%5BER,all,1%5D,%5BFI,all,1%5D,%5BFA,all,1%5D,%5BFE,all,1%5D,%5BFL,all,1%5D,%5BLP,all,1%5D,%5BOS,all,1%5D,%5BPG,all,1%5D,%5BSG,all,1%5D,%5BSP,all,1%5D,%5BSS,all,1%5D&eventLabels=true

ddialer commented 8 years ago

fixed

wafels commented 8 years ago

confirmed