! Started logfile: /scr/pima/bp171a7_uvs/J1511-0512_C_uvs.log on Sun May 12 14:55:36 2013 obs /scr/pima/bp171a7_uvs/J1511-0512_C_uva.fits ! Reading UV FITS file: /scr/pima/bp171a7_uvs/J1511-0512_C_uva.fits ! AN table 1: 30 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.565079 visibilities/baseline/integration-bin. ! Found source: J1511-0512 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 4.14397e+09 3.2e+07 1 3.2e+07 ! 02 2 4.17597e+09 3.2e+07 1 3.2e+07 ! 03 3 4.20797e+09 3.2e+07 1 3.2e+07 ! 04 4 4.23997e+09 3.2e+07 1 3.2e+07 ! 05 5 4.43197e+09 3.2e+07 1 3.2e+07 ! 06 6 4.52797e+09 3.2e+07 1 3.2e+07 ! 07 7 4.55997e+09 3.2e+07 1 3.2e+07 ! 08 8 4.59197e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2848 visibilities. select RR ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.3 print "taper_size =",taper_size ! taper_size = 40 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171a7_uvs/J1511-0512_C] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.300x0.300 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002253Jy sigma=0.708641 ! Fit after self-cal, rms=0.983456Jy sigma=0.695353 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.14 mas, bmaj=11.83 mas, bpa=-21.18 degrees ! Estimated noise=47.9478 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.014088 Jy ! Component: 100 - total flux cleaned = 0.0147151 Jy ! Total flux subtracted in 100 components = 0.0147151 Jy ! Clean residual min=-0.002962 max=0.003004 Jy/beam ! Clean residual mean=-0.000004 rms=0.001111 Jy/beam ! Combined flux in latest and established models = 0.0147151 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0147151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.027790Jy sigma=0.019647 ! Fit after self-cal, rms=0.025980Jy sigma=0.018367 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.033 mas, bmaj=12.27 mas, bpa=-18.74 degrees ! Estimated noise=19.5831 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00254936 Jy ! Component: 100 - total flux cleaned = 0.00394131 Jy ! Component: 150 - total flux cleaned = 0.00496258 Jy ! Component: 200 - total flux cleaned = 0.00622226 Jy ! Total flux subtracted in 200 components = 0.00622226 Jy ! Clean residual min=-0.001145 max=0.001149 Jy/beam ! Clean residual mean=0.000003 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0209374 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 88 components and 0.0209374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.025068Jy sigma=0.017723 ! Fit after self-cal, rms=0.024984Jy sigma=0.017663 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 0.68 LA 1.04 NL 0.96 ! OV 0.67 PT 0.73 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 KP 0.60 LA 1.17 NL 1.04 ! OV 0.80 PT 0.72 SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.11 KP 1.18 LA 0.98 NL 1.02 ! OV 1.08 PT 1.35 SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.36 KP 1.19 LA 1.04 NL 1.03 ! OV 1.27 PT 1.24 SC 1.00* ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.30 LA 1.17 NL 0.84 ! OV 1.02 PT 1.10 SC 1.00* ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 1.23 KP 1.36 LA 1.19 NL 0.81 ! OV 0.83 PT 1.24 SC 1.00* ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 KP 1.03 LA 1.10 NL 0.76 ! OV 0.98 PT 1.15 SC 1.00* ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.99 LA 0.87 NL 1.00 ! OV 1.13 PT 0.88 SC 1.00* ! ! ! Fit before self-cal, rms=0.024984Jy sigma=0.017663 ! Fit after self-cal, rms=0.022028Jy sigma=0.016614 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.959 mas, bmaj=12.29 mas, bpa=-18.88 degrees ! Estimated noise=19.295 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000453039 Jy ! Component: 100 - total flux cleaned = 0.000523585 Jy ! Component: 150 - total flux cleaned = 0.000638738 Jy ! Component: 200 - total flux cleaned = 0.000738368 Jy ! Total flux subtracted in 200 components = 0.000738368 Jy ! Clean residual min=-0.000261 max=0.000257 Jy/beam ! Clean residual mean=0.000001 rms=0.000101 Jy/beam ! Combined flux in latest and established models = 0.0216758 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 167 components and 0.0216758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.021993Jy sigma=0.016581 ! Fit after self-cal, rms=0.022194Jy sigma=0.016477 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.022194Jy sigma=0.016477 ! Fit after self-cal, rms=0.023198Jy sigma=0.016455 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.923 mas, bmaj=12.29 mas, bpa=-19 degrees ! Estimated noise=19.4023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000168483 Jy ! Component: 100 - total flux cleaned = 0.00010112 Jy ! Component: 150 - total flux cleaned = 4.66112e-05 Jy ! Component: 200 - total flux cleaned = 0.00010784 Jy ! Total flux subtracted in 200 components = 0.00010784 Jy ! Clean residual min=-0.000248 max=0.000247 Jy/beam ! Clean residual mean=0.000000 rms=0.000094 Jy/beam ! Combined flux in latest and established models = 0.0217836 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 230 components and 0.0217836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023164Jy sigma=0.016428 ! Fit after self-cal, rms=0.023266Jy sigma=0.016396 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000253423 Jy ! Component: 100 - total flux cleaned = -0.000335614 Jy ! Component: 150 - total flux cleaned = -0.000368712 Jy ! Component: 200 - total flux cleaned = -0.000424663 Jy ! Total flux subtracted in 200 components = -0.000424663 Jy ! Clean residual min=-0.000217 max=0.000219 Jy/beam ! Clean residual mean=-0.000000 rms=0.000077 Jy/beam ! Combined flux in latest and established models = 0.021359 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 288 components and 0.021359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023238Jy sigma=0.016371 ! Fit after self-cal, rms=0.023250Jy sigma=0.016345 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023250Jy sigma=0.016345 ! Fit after self-cal, rms=0.023407Jy sigma=0.016341 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.917 mas, bmaj=12.27 mas, bpa=-19.04 degrees ! Estimated noise=19.3763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.45934e-05 Jy ! Component: 100 - total flux cleaned = -0.00019762 Jy ! Component: 150 - total flux cleaned = -0.000353624 Jy ! Component: 200 - total flux cleaned = -0.000463586 Jy ! Total flux subtracted in 200 components = -0.000463586 Jy ! Clean residual min=-0.000217 max=0.000214 Jy/beam ! Clean residual mean=-0.000001 rms=0.000080 Jy/beam ! Combined flux in latest and established models = 0.0208954 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 344 components and 0.0208954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023380Jy sigma=0.016321 ! Fit after self-cal, rms=0.023405Jy sigma=0.016312 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.8185e-05 Jy ! Component: 100 - total flux cleaned = -6.92301e-05 Jy ! Component: 150 - total flux cleaned = -8.20528e-05 Jy ! Component: 200 - total flux cleaned = -0.000143188 Jy ! Total flux subtracted in 200 components = -0.000143188 Jy ! Clean residual min=-0.000196 max=0.000195 Jy/beam ! Clean residual mean=-0.000001 rms=0.000073 Jy/beam ! Combined flux in latest and established models = 0.0207522 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 386 components and 0.0207522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023385Jy sigma=0.016297 ! Fit after self-cal, rms=0.023387Jy sigma=0.016292 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023387Jy sigma=0.016292 ! Fit after self-cal, rms=0.023127Jy sigma=0.016290 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.562 mas, bmaj=12.26 mas, bpa=-15.91 degrees ! Estimated noise=19.6724 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000141806 Jy ! Component: 100 - total flux cleaned = -0.00021769 Jy ! Component: 150 - total flux cleaned = -0.000281187 Jy ! Component: 200 - total flux cleaned = -0.000302197 Jy ! Total flux subtracted in 200 components = -0.000302197 Jy ! Clean residual min=-0.000174 max=0.000175 Jy/beam ! Clean residual mean=-0.000001 rms=0.000066 Jy/beam ! Combined flux in latest and established models = 0.02045 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 427 components and 0.02045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023110Jy sigma=0.016277 ! Fit after self-cal, rms=0.023114Jy sigma=0.016271 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.50224e-05 Jy ! Component: 100 - total flux cleaned = -2.4179e-05 Jy ! Component: 150 - total flux cleaned = 7.19017e-05 Jy ! Component: 200 - total flux cleaned = 0.000134847 Jy ! Total flux subtracted in 200 components = 0.000134847 Jy ! Clean residual min=-0.000166 max=0.000165 Jy/beam ! Clean residual mean=-0.000001 rms=0.000064 Jy/beam ! Combined flux in latest and established models = 0.0205848 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 482 components and 0.0205848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023101Jy sigma=0.016258 ! Fit after self-cal, rms=0.023107Jy sigma=0.016252 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.912 mas, bmaj=12.26 mas, bpa=-19.11 degrees ! Estimated noise=19.2602 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.912 x 12.26 at -19.11 degrees (North through East) ! Clean map min=-0.0019164 max=0.01565 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.117 mas, bmaj=11.98 mas, bpa=-21.46 degrees ! Estimated noise=44.6846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0146783 Jy ! Component: 100 - total flux cleaned = 0.0136183 Jy ! Component: 150 - total flux cleaned = 0.0134381 Jy ! Component: 200 - total flux cleaned = 0.0126283 Jy ! Total flux subtracted in 200 components = 0.0126283 Jy ! Clean residual min=-0.001479 max=0.001480 Jy/beam ! Clean residual mean=-0.000003 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.0126283 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 58 model components to the UV plane model. ! The established model now contains 58 components and 0.0126283 Jy ! Inverting map and beam ! Estimated beam: bmin=4.912 mas, bmaj=12.26 mas, bpa=-19.11 degrees ! Estimated noise=19.2602 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000246851 Jy ! Component: 100 - total flux cleaned = -0.000645301 Jy ! Component: 150 - total flux cleaned = -0.000957735 Jy ! Component: 200 - total flux cleaned = -0.00126292 Jy ! Total flux subtracted in 200 components = -0.00126292 Jy ! Clean residual min=-0.000588 max=0.000578 Jy/beam ! Clean residual mean=-0.000003 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.0113654 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 123 components and 0.0113654 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.562 mas, bmaj=12.26 mas, bpa=-15.91 degrees ! Estimated noise=19.6724 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000368134 Jy ! Component: 100 - total flux cleaned = -0.000367001 Jy ! Component: 150 - total flux cleaned = -0.000340787 Jy ! Component: 200 - total flux cleaned = -0.000444731 Jy ! Total flux subtracted in 200 components = -0.000444731 Jy ! Clean residual min=-0.000330 max=0.000329 Jy/beam ! Clean residual mean=-0.000002 rms=0.000134 Jy/beam ! Combined flux in latest and established models = 0.0109207 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00021125 Jy ! Component: 100 - total flux cleaned = -0.000466669 Jy ! Component: 150 - total flux cleaned = -0.000713734 Jy ! Component: 200 - total flux cleaned = -0.000939126 Jy ! Total flux subtracted in 200 components = -0.000939126 Jy ! Clean residual min=-0.000285 max=0.000285 Jy/beam ! Clean residual mean=-0.000002 rms=0.000103 Jy/beam ! Combined flux in latest and established models = 0.00998154 Jy ! Adding 134 model components to the UV plane model. ! The established model now contains 251 components and 0.00998154 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.912 mas, bmaj=12.26 mas, bpa=-19.11 degrees ! Estimated noise=19.2602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.29028e-05 Jy ! Component: 100 - total flux cleaned = 0.000119497 Jy ! Component: 150 - total flux cleaned = 0.000155931 Jy ! Component: 200 - total flux cleaned = 0.00024534 Jy ! Total flux subtracted in 200 components = 0.00024534 Jy ! Clean residual min=-0.000178 max=0.000179 Jy/beam ! Clean residual mean=-0.000001 rms=0.000066 Jy/beam ! Combined flux in latest and established models = 0.0102269 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 306 components and 0.0102269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.023101Jy sigma=0.016243 ! Fit after self-cal, rms=0.023092Jy sigma=0.016229 wmodel /scr/pima/bp171a7_uvs/J1511-0512_C_map.mod ! Writing 306 model components to file: /scr/pima/bp171a7_uvs/J1511-0512_C_map.mod wobs /scr/pima/bp171a7_uvs/J1511-0512_C_uvs.fits ! Writing UV FITS file: /scr/pima/bp171a7_uvs/J1511-0512_C_uvs.fits wwins /scr/pima/bp171a7_uvs/J1511-0512_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/scr/pima/bp171a7_uvs/J1511-0512_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.912 x 12.26 at -19.11 degrees (North through East) ! Clean map min=-0.0025431 max=0.015409 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171a7_uvs/J1511-0512_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0154095 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00011372 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.21396 2.21396 4.42792 8.85584 17.7117 35.4233 70.8467 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.015 quit ! Quitting program ! Log file /scr/pima/bp171a7_uvs/J1511-0512_C_uvs.log closed on Sun May 12 14:55:39 2013