IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of IspSasProcessing


Ignore:
Timestamp:
Sep 8, 2012, 10:14:23 AM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IspSasProcessing

    v1 v2  
    8080Hey, this doesn't look so bad, except for it being out of focus. D'oh...
    8181
     82[[Image(isp.ds9.jpg)]]
     83
     84
     85according to the database, teh fwhm is 17... yuuuuck!
     86
     87here are some statistics on the camRun:
     88{{{
     89mysql> 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}}}