IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 24 and Version 25 of BillsSAS39ColorColorPlots


Ignore:
Timestamp:
Aug 14, 2015, 2:31:01 PM (11 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BillsSAS39ColorColorPlots

    v24 v25  
    6060
    6161
     62== Stack  Photometry ==
     63
     64Here is a similar analysis using stack photometry.
    6265
    6366
     67{{{
     68SELECT *
     69 INTO mydb.[stack_1406] from stackObjectView
     70 WHERE projectionID = 1406
     71}}}
     72
     73This view has psf and kron magnitudes so the STILTS (or math in the query) step was not required.
     74
     75For reasons that I don't quite recall I chose -.1 as the star galaxy separator value versus 0 above. These
     76plots do not look signifcantly different with this cut.
    6477
    6578