IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links
wiki:STS.refstack.20120510

Version 7 (modified by Mark Huber, 14 years ago) ( diff )

--

Summary STS.refstack.20120510

MOPS would like a refstack for the STS fields to do warp-stack diffims.

The previous STS.refstack.20110613,20110615 wasn't usable as it was destroyed by magic.

STS.20120510 was made using a similar number of inputs from the best exposures from 2011. Not pretty but hopefully sufficient.

Status:

  • 5/ : test samples for refstack finished
  • 5/ : refstack finished
  • 5/ : test sample 1
  • 5/ : test sample 2

Details to add:

  • FWHM of test stacks (STS.reftest.20120510.c#f#) like done with MD refstacks
  • unconv vs convolved stacks and issues found
  • test diffims with recent STS data

STS observation and tessellation summary

rawExp.comment name details

  • GIQ -- shorter exp_time (20s) to not saturate more sources in better seeing conditions
  • ND -- no dither so always with center and typically with 30s, occasional NDGIQ
  • NOM -- nominal IQ?
  • 000,090,180,270 -- rotator to keep rough PA on field over season
  • PP# -- 1-7, 7 pointings
  • dither 1-4 - dither shifts (by ?) and typically with GIQ
7 projections and their skycell overlap (STS.V4, 0.25"/pixel platescale).

Approximate pattern, E left, N up:

 1 2     
3 4 5   
 6 7

There is significant overlap of projections and skycells, may cause issue with general input into a refstack skycell with wildly different IQ.


Refstack


Test Diffim samples

Want to create a sample of diffims with detections for MOPS to look at. Will need to also keep in "full" state so they can get postage stamps quickly. Focus on projection 1.

survey.add.publish STS.mopsdiff STS.mopsdiffv2.mehtest 12 NULL
survey.show.publish 
survey.del.publish STS.mopsdiff
add.label STS.mopsdiffv2.mehtest

Diffim sample 1

Sample diffims for projection 1 faulted in publishing

Diffim sample 2

Rerun of sample diffims for projection 1 and published under IPP-MOPS-TEST-2

SELECT exp_id,exp_time,dateobs,zpt_obs,zpt_stdev,fwhm_major,format(fwhm_major/fwhm_minor,3) as elong,format(iq_fwhm_major/iq_fwhm_minor,3) as iq_elong,format(fwhm_major-iq_fwhm_major,2) as fwhm_iq_maj,format(camProcessedExp.bg,2) as bg,format(camProcessedExp.bg_stdev,2) as bg_stdev,format(fwhm_major_uq,2) as uq,format(fwhm_major_lq,2) as lq,n_stars,comment FROM rawExp join chipRun using (exp_id) join camRun using (chip_id) join camProcessedExp using (cam_id) join fakeRun using (cam_id) join warpRun using (fake_id) WHERE warpRun.data_group like "STS.refstack.20120510" and comment like "%PP1%" group by exp_id;
mysql -hippdb01 -uippuser -pippuser gpc1 -B -e 'select distinct exp_name,dateobs,chip_id,warp_id from warpRun join fakeRun using (fake_id) join camRun using (cam_id) join chipRun using (chip_id) join rawExp using (exp_id) where comment like "STS%PP1%" and dateobs like "2011-09-30%" and warpRun.state like "cleaned" and chipRun.state like "cleaned" group by exp_name; ' | grep -v chip_id | awk '{print "chiptool -dbname gpc1 -setimfiletoupdate -set_label STS.mopsdiffv2.mehtest -chip_id "$4"; warptool -dbname gpc1  -setskyfiletoupdate -set_label STS.mopsdiffv2.mehtest -warp_id  "$5}' > ~/updatechipwarp_sts.mopsdiffv2.mehtest_110930.bat
...

difftool -dbname gpc1 -definewarpstack -good_frac 0.2 -warp_label STS.mopsdiffv2.mehtest -stack_label STS.refstack.20120510 -set_dist_group NULL -set_label STS.mopsdiffv2.mehtest -set_workdir neb://@HOST@.0/meh/STS.mopsdiffv2.mehtest -set_data_group STS.mopsdiffv2.mehtest  -set_reduction WARPSTACK -simple -pretend
select * from diffRun where data_group like "STS.20110930";

difftool -dbname gpc1 -definewarpstack -good_frac 0.2 -warp_label STS.mopsdiffv2.mehtest -stack_label STS.refstack.20120510 -set_dist_group NULL -set_label STS.mopsdiffv2.mehtest -set_workdir neb://@HOST@.0/meh/STS.mopsdiffv2.mehtest -set_data_group STS.mopsdiffv2.mehtest  -set_reduction WARPSTACK -simple -rerun -pretend

pubtool -dbname gpc1 -definerun -label STS.mopsdiffv2.mehtest -client_id 12 -simple -pretend

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.