| 760 | | = Example (needed): SSdiffim photometry for transients = |
| | 760 | = Example: SSdiffim photometry for transients = |
| | 761 | Do any of the modifications impact the photometry from the SSdiffims critical for the static transient use? An example is difficult with a brighter, host-less or offset source. |
| | 762 | |
| | 763 | Try PS1-12sn in i-band: |
| | 764 | * in MD05.skycell.031 -- may be edge issues |
| | 765 | * event: i~19-20 |
| | 766 | * host: i~19.8 and ~2" separation |
| | 767 | * http://star.pst.qub.ac.uk/ps1/psdb/candidate/1105731141571750100/ |
| | 768 | * mjd range 56007--56066 = 3/21/2012--5/19/2012 -- so first few points pre-ubercal |
| | 769 | |
| | 770 | * from QUB table -- Diff ID is QUB internal, need diff_id from CMF File |
| | 771 | {{{ |
| | 772 | Diff ID MJD RA DEC Instrument Mag Aperture Mag Calibrated Mag Filter CMF File Image |
| | 773 | 14210333 56015.330 10:57:31.24 +57:17:51.6 -14.312 -14.262 18.896 i MD05.V3.skycell.031.SS.dif.229930.cmf None |
| | 774 | 14155799 56007.442 10:57:31.27 +57:17:51.7 -13.879 -13.450 19.329 i MD05.V3.skycell.031.SS.dif.229024.cmf None |
| | 775 | 14531719 56044.311 10:57:31.24 +57:17:51.7 -13.795 -13.771 19.413 i MD05.V3.skycell.031.SS.dif.235265.cmf None |
| | 776 | 14407496 56033.299 10:57:31.24 +57:17:51.7 -13.581 -13.528 19.627 i MD05.V3.skycell.031.SS.dif.233195.cmf None |
| | 777 | 14560332 56048.393 10:57:31.25 +57:17:51.7 -13.743 -13.663 19.465 i MD05.V3.skycell.031.SS.dif.235748.cmf None |
| | 778 | 14440193 56038.309 10:57:31.24 +57:17:51.7 -13.717 -13.713 19.492 i MD05.V3.skycell.031.SS.dif.233748.cmf None |
| | 779 | 14267638 56019.336 10:57:31.24 +57:17:51.7 -14.266 -14.212 18.943 i MD05.V3.skycell.031.SS.dif.230876.cmf None |
| | 780 | 14308445 56027.416 10:57:31.25 +57:17:51.7 -13.710 -13.697 19.498 i MD05.V3.skycell.031.SS.dif.231546.cmf None |
| | 781 | 14972938 56066.273 10:57:31.23 +57:17:51.7 -12.982 -12.874 20.226 i MD05.V3.skycell.031.SS.dif.242606.cmf None |
| | 782 | 14481823 56041.307 10:57:31.24 +57:17:51.7 -13.798 -13.781 19.410 i MD05.V3.skycell.031.SS.dif.234442.cmf None |
| | 783 | }}} |
| | 784 | |
| | 785 | * id and photometry |
| | 786 | {{{ |
| | 787 | select * from diffInputSkyfile where skycell_id like "%31" and diff_id=229930; |
| | 788 | | diff_id | skycell_id | warp1 | stack1 | warp2 | stack2 | tess_id | diff_skyfile_id | -- rerun ori cal here / ori cal above/ fixv0 |
| | 789 | +---------+-------------+-------+--------+-------+--------+---------+-----------------+ |
| | 790 | | 229930 | skycell.031 | NULL | 843378 | NULL | 462996 | MD05.V3 | 14210333 | -- pre-ubercal, so cant compare |
| | 791 | | 229024 | skycell.031 | NULL | 841463 | NULL | 462996 | MD05.V3 | 14155799 | -- pre-ubercal, so cant compare |
| | 792 | | 235265 | skycell.031 | NULL | 885629 | NULL | 462996 | MD05.V3 | 14531719 | -- 19.424 /19.413 / 19.424 |
| | 793 | | 233195 | skycell.031 | NULL | 860793 | NULL | 462996 | MD05.V3 | 14407496 | -- 19.621 / 19.627 / 19.621 |
| | 794 | | 235748 | skycell.031 | NULL | 887369 | NULL | 462996 | MD05.V3 | 14560332 | -- 19.448 / 19.465 / 19.448 |
| | 795 | | 233748 | skycell.031 | NULL | 873779 | NULL | 462996 | MD05.V3 | 14440193 | -- 19.469 / 19.465 / 19.469 |
| | 796 | | 230876 | skycell.031 | NULL | 845233 | NULL | 462996 | MD05.V3 | 14267638 | -- pre-ubercal, so cant compare |
| | 797 | | 231546 | skycell.031 | NULL | 855758 | NULL | 462996 | MD05.V3 | 14308445 | -- 19.500 / 19.498 / 19.501 |
| | 798 | | 242606 | skycell.031 | NULL | 941152 | NULL | 462996 | MD05.V3 | 14972938 | -- 20.212 / 20.226 / 20.215 |
| | 799 | | 234442 | skycell.031 | NULL | 875829 | NULL | 462996 | MD05.V3 | 14481823 | -- 19.397 / 19.410 / 19.397 |
| | 800 | }}} |
| | 801 | |
| | 802 | |
| | 803 | |
| | 804 | |
| | 805 | |