Changes between Version 25 and Version 26 of STS.refstack.20120510
- Timestamp:
- Jun 8, 2012, 8:58:43 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
STS.refstack.20120510
v25 v26 204 204 * c0 additional FWHM cut only 205 205 * c1 additional FWHM cut with elong<1.2 206 * skycell.1.03 chosen being on outer edge without large masking fraction and for comparison in possible overlap tests with other projection (PP 3,4)206 * skycell.1.03 chosen being on outer edge without large masking fraction and for comparison in possible overlap tests with other projection (PP4) 207 207 208 208 {{{ … … 218 218 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) join stackInputSkyfile using (warp_id) join stackRun using (stack_id) WHERE stackRun.data_group like "STS.reftest.20120510.c1f38" group by exp_id; 219 219 }}} 220 221 222 || || || || || 223 || '''version data_group''' (stack_id) || '''filter''' || '''center skycell input warps (rej)''' || '''center skycell FWHM (major)''' || 224 || || || || || 225 || new ''STS.refstack.20120510'' V4 || i || 96 (2) || 1.27" || 226 || STS.reftest.201205.c1f49 V4 () || i || 34 (1) || 1.20" || 227 || STS.reftest.201205.c1f V4 () || i || () || 1.20" || 228 || STS.reftest.201205.c1f V4 () || i || () || 1.20" || 229 || STS.reftest.201205.c1f V4 () || i || () || " || 230 || STS.reftest.201205.c0f V4 () || i || () || " || 231 232 || old STS.refstack.2011 V3 || i || 78 (4) || 1.45" || 233 220 234 221 235 -- psphot on samples - run_psphot_single.csh on unconv+conv -- … … 235 249 STS.V4.skycell.1.03.stk.899920.unconv.fpa.cmf 3.862908 3.048509 236 250 }}} 251 252 253 -- main run -- do by region 1-7 - 254 --> just do 3.8 for ~20-40 and see -- if some need fixing, then re-run that skycell, if too much burntool then know for next version 255 --> should really add the PSF cut to PS1_REFERENCE too.. 256 --> run in normal stack, system fairly loaded w/o deepstack running? no, the c3 machines need more work 257 *** oops forgot to add -select_skycell_id skycell.1.% -- it is doing all then.. 258 259 stacktool -definebyquery -dbname gpc1 -set_dist_group NULL -set_data_group STS.refstack.20120510 -set_label STS.refstack.20120510 -set_workdir neb://@HOST@.0/gpc1/STS.refstack.20120510 -select_data_group STS.refstack.20120510 -select_good_frac_min 0.05 -min_num 2 -select_fwhm_major_max 3.8 -select_elong_max 1.2 -set_reduction PS1_REFERENCE -simple >& stacktool.sts_refstack.20120510.fwhm38_elong12.log 237 260 238 261 {{{ … … 255 278 256 279 257 || || || || ||258 || '''version data_group''' (stack_id) || '''filter''' || '''center skycell input warps (rej)''' || '''center skycell FWHM (major)''' ||259 || || || || ||260 || new ''STS.refstack.20120510'' V4 || i || 96 (2) || 1.27" ||261 || STS.reftest.201205.c1f49 V4 () || i || 34 (1) || 1.20" ||262 || old STS.refstack.2011 V3 || i || 78 (4) || 1.45" ||263 280 264 281
