= Summary STS.refstack.20120510 = [[PageOutline]] 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 || [[Image(STS_i_smf_fieldcolor.png,300px)]] || 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 = Reference stack using data from 2011 only, a balance of N input warps versus best seeing, excluding exposures with large background, low zeropoints. Chip->Warp processing: doing selected sample to use in the refstack only * label STS.refstack.20120510 * data_group STS.refstack.20120510 * dist_group NULL * workdir: neb://@HOST@.0/gpc1/STS.refstack.20120510 {{{ chiptool -definebyquery -set_label STS.mehtest -set_workdir neb://@HOST@.0/meh/STS.mehtest -set_data_group STS.mehtest -set_dist_group NULL -set_tess_id STS.V4 -set_end_stage warp -dbname gpc1 -dateobs_begin 2011-05-24 -dateobs_end 2011-05-25 -filter i% -comment STS% -obs_mode STS -simple -pretend >& teststschip.log --> 5/24 has 84 exposures, yep so need more restrictive for test - do o5705g0373o chiptool -definebyquery -set_label STS.mehtest -set_workdir neb://@HOST@.0/meh/STS.mehtest -set_data_group STS.mehtest -set_dist_group NULL -set_tess_id STS.V4 -set_end_stage warp -set_reduction STS_DATASET -dbname gpc1 -exp_name o5705g0373o -simple -pretend >& teststschip_o5705g0373o.log }}} -- test run - STS.mehtest - dont see corner unglow in camera image, dynamic range such that not see strongly? neb://@HOST@.0/meh/STS.mehtest/o5705g0373o.340508 --> see some patterns in warp background for sample -- significant? meh/STS.mehtest/o5705g0373o.340508/o5705g0373o.340508.wrp.408756.skycell.1.04.fits {{{ mysql -hippdb03 -uippuser -pippuser gpc1 -B -e 'select rawExp.exp_id from chipRun join rawExp using (exp_id) join camRun using (chip_id) join camProcessedExp using (cam_id) where rawExp.obs_mode="STS" and rawExp.dateobs>"2011-05-23" and rawExp.dateobs<"2012-01" and camProcessedExp.fwhm_major<3.9 and camProcessedExp.zpt_obs>24.5 and camProcessedExp.bg<120.0 and rawExp.comment like "%PP1%" group by rawExp.exp_id;' | grep -v "exp_id" perl sts.v4.refstackexp.20120510_pp1.chip > run_pp1.chip.bat source run_pp1.chip.bat >& run_pp1.chip.log }}} Stack processing: * label: STS.refstack.20120510 * data_group: STS.refstack.20120510 * workdir: * reduction: PS1_REFERENCE {{{ OUTPUT.NOCOMP BOOL TRUE OUTPUT.LOGFLUX BOOL FALSE OUTPUT.REPLICATE BOOL TRUE }}} Test stack (reftest) sample also made again for skycell.055 with different number of input warps. * label: STS.reftest.201204xx (xx=17 for g, 18 for r, 19 for i, 20 for z, 21 for y) * data_group: * STS.reftest.201204xx.c#f where #=comparison run, =cut where all means 2009+2010+2011 data possible, =cut where 2011 means 2011 data only, =cut ~/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 }}}