| | 82 | [[Image(isp.ds9.jpg)]] |
| | 83 | |
| | 84 | |
| | 85 | according to the database, teh fwhm is 17... yuuuuck! |
| | 86 | |
| | 87 | here are some statistics on the camRun: |
| | 88 | {{{ |
| | 89 | mysql> select count(*), min(fwhm_major), max(fwhm_major), min(sigma_ra), max(sigma_ra) from camRun join camProcessedExp using (cam_id) where label = 'SAS.v0' limit 1; |
| | 90 | +----------+------------------+-----------------+------------------+-----------------+ |
| | 91 | | count(*) | min(fwhm_major) | max(fwhm_major) | min(sigma_ra) | max(sigma_ra) | |
| | 92 | +----------+------------------+-----------------+------------------+-----------------+ |
| | 93 | | 3300 | 0.89642798900604 | 28.676900863647 | 0.44685900211334 | 37.357189178467 | |
| | 94 | +----------+------------------+-----------------+------------------+-----------------+ |
| | 95 | |
| | 96 | }}} |