Changes between Version 33 and Version 34 of STS.refstack.20120510
- Timestamp:
- Jun 11, 2012, 3:56:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
STS.refstack.20120510
v33 v34 206 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 -- need to pick skycell for test Nin with, probably outer edge w/o overlap or one with large mask chunks 209 *** actually doing an overlap skycell would be useful to see how much degraded/messed up when extra is added both in overlap AND in different spatial regions, but for that would need a corner -- but in 1. the corner 1.01 is like 1.66 -- so want to avoid the corner then and do bottom edge 1.04,1.05 where good_frac ~50%, 1.05 has larger static mask to watch in rotations -- 1.03 also should work and seems more stable static and good frac 210 --> should look at mask frac but also Ndet on the stack to track 211 select warpRun.warp_id,warpSkyfile.skycell_id,warpSkyfile.maskfrac_npix,warpSkyfile.maskfrac_static,warpSkyfile.maskfrac_dynamic,warpSkyfile.maskfrac_advisory,warpSkyfile.good_frac from warpRun join warpSkyfile using (warp_id) where label like "STS.refstack.20120510" and skycell_id like "%1.%" limit 1; 212 *** need a sample camera image to know where large masking regions are -- with proxy can view, 1.03 should work well 213 --> how about a multi-cover one? 214 215 216 208 217 {{{ 209 218 stacktool -definebyquery -dbname gpc1 -set_dist_group NULL -set_data_group STS.reftest.20120510.c1f39 -set_label STS.reftest.20120510 -set_workdir neb://@HOST@.0/gpc1/STS.reftest.20120510 -select_data_group STS.refstack.20120510 -select_good_frac_min 0.05 -min_num 2 -select_fwhm_major_max 3.9 -select_elong_max 1.2 -set_reduction PS1_REFERENCE -simple -select_skycell_id skycell.1.03 >& stacktool.sts_reftest.20120510.fwhm39_elong12_skycell103.log … … 217 226 gpc1/STS.reftest.20120510/STS.V4/skycell.1.03/STS.V4.skycell.1.03.stk.899920.unconv.num.fits -- c0f45 (max inputs 44) 218 227 219 --> input stats for likely FWHM cut 228 --> input stats for likely FWHM cut, 220 229 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; 221 230 … … 246 255 | 393835 | 20 | 2011-09-18 09:13:19 | 24.5271 | 0.027369 | 3.75097 | 1.157 | 1.076 | 0.99 | 103.99 | 13.49 | 4.07 | 3.47 | 8624396 | STS.000.GIQ PP1 dither 1 | 247 256 257 --> cuts out a larger fraction of the center position 258 259 --> compared to log file for ppStack -- gpc1/STS.reftest.20120510/STS.V4/skycell.1.03/STS.V4.skycell.1.03.stk.899918.log 260 Input 0: 3.137970 261 Input 1: 3.397691 262 Input 2: 3.309175 263 Input 3: 3.310735 264 Input 4: 3.114384 265 Input 5: 3.043151 266 Input 6: 3.346249 267 Input 7: 3.141845 268 Input 8: 3.471485 269 Input 9: 3.238341 270 Input 10: 3.433451 271 Input 11: 3.225220 272 Input 12: 4.423095 273 Input 13: 4.086733 274 Input 14: 4.282342 275 Input 15: 4.067309 276 Input 16: 3.030721 277 Input 17: 4.047925 278 Input 18: 4.245076 279 Input 19: 4.328331 280 Input 20: 4.284031 281 Input 21: 4.074796 282 Input 22: 4.197470 283 Input FWHMs : 3.662502 +/- 0.504006 284 fit ext: 0.965282 sec for 225 of 225 sources 285 fit psf: 0.342076 sec for 196 of 225 sources 286 apresid: 0.046344 +/- 0.000000 (systematic error) from statistics of 225 psf stars (196 used) 287 chisq vs flux fit term 0: 0.000000 +/- 0.000000 288 chisq vs flux fit term 1: 0.000000 +/- 0.000000 289 try model PS_MODEL_PS1_V1, ap-fit: 0.046344 +/- 0.000000 : sky bias: 0.000000 290 Target seeing FWHM: 4.430518 291 ... 292 fwhm (psf): 4.472250,4.366182 (moments): 0.000000,0.000000 293 294 --> even for c1f37 has FWHM>4.2 going into it -- gpc1/STS.reftest.20120510/STS.V4/skycell.1.03/STS.V4.skycell.1.03.stk.899919.log 295 248 296 }}} 249 297 250 298 psphot on samples, unconvolved and convolved (compare to ppStack log file): 251 299 * faults because of recent modified psphot config/code to limit peaks and so faults.. need to add -Di PEAKS_NMAX_TOTAL 60000 252 * unconvolved stacks still faulting.. so do PASS1 only -D BREAK_POINT PASS1. Convolved ones are poor, FWHM_MAJ~9-10? 300 * unconvolved stacks still faulting.. so do PASS1 only -D BREAK_POINT PASS1. Convolved ones are poor, FWHM_MAJ~9-10?? 253 301 254 302 {{{ … … 266 314 267 315 268 Summary of test runs :316 Summary of test runs for skycell.1.03: 269 317 || || || || || 270 318 || '''version data_group''' (stack_id) || '''filter''' || '''skycell input warps (rej)''' || '''skycell FWHM (major) conv/unconv''' || 271 319 || || || || || 272 || new ''STS.refstack.20120510'' V4 || i || 96(2) || 1.27/" ||320 || new ''STS.refstack.20120510'' V4 || i || 61 (2) || 1.27/" || 273 321 || || || || || 274 || STS.reftest.20120510.c1f39 V4 (899917) || i || () || 1.10/0.98" ||275 || STS.reftest.20120510.c1f38 V4 (899918) || i || () || 1.09/0.95" ||276 || STS.reftest.20120510.c1f37 V4 (899919) || i || () || 1.05/0.96" ||277 || STS.reftest.20120510.c0f45 V4 (899920) || i || () || 1.14/0.97" ||322 || STS.reftest.20120510.c1f39 V4 (899917) || i || 36 (0) || 1.10/0.98" || 323 || STS.reftest.20120510.c1f38 V4 (899918) || i || 34 (0) || 1.09/0.95" || 324 || STS.reftest.20120510.c1f37 V4 (899919) || i || 12 (0) || 1.05/0.96" || 325 || STS.reftest.20120510.c0f45 V4 (899920) || i || 44 (0) || 1.14/0.97" || 278 326 || || || || || 279 || old STS.refstack.2011061 5 V3 || i || 78 (4) || 1.45/" ||327 || old STS.refstack.20110613 V3 || i || 68 (0) || 1.45/" || 280 328 || || || || || 281 329
