! Started logfile: /scr/pima/bg219g_uvs/J1512+0203_S_uvs.log on Thu Apr 7 07:18:34 2016 obs /scr/pima/bg219g_uvs/J1512+0203_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1512+0203_S_uva.fits ! AN table 1: 48 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.781019 visibilities/baseline/integration-bin. ! Found source: J1512+0203 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 6748 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /scr/pima/bg219g_uvs/J1512+0203_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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.500x0.500 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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004734Jy sigma=21.348258 ! Fit after self-cal, rms=0.902153Jy sigma=19.252440 ! 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=2.807 mas, bmaj=6.728 mas, bpa=-5.176 degrees ! Estimated noise=0.583417 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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0781611 Jy ! Component: 100 - total flux cleaned = 0.0952072 Jy ! Total flux subtracted in 100 components = 0.0952072 Jy ! Clean residual min=-0.004303 max=0.005581 Jy/beam ! Clean residual mean=-0.000005 rms=0.001127 Jy/beam ! Combined flux in latest and established models = 0.0952072 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0952072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075196Jy sigma=1.391873 ! Fit after self-cal, rms=0.075044Jy sigma=1.388947 ! 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=3.333 mas, bmaj=7.348 mas, bpa=-5.153 degrees ! Estimated noise=0.422457 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.00457331 Jy ! Component: 100 - total flux cleaned = 0.00659544 Jy ! Component: 150 - total flux cleaned = 0.00756211 Jy ! Component: 200 - total flux cleaned = 0.00803272 Jy ! Total flux subtracted in 200 components = 0.00803272 Jy ! Clean residual min=-0.005118 max=0.004673 Jy/beam ! Clean residual mean=-0.000009 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.10324 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 20 components and 0.10324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074717Jy sigma=1.384793 ! Fit after self-cal, rms=0.074720Jy sigma=1.384682 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.333 x 7.348 at -5.153 degrees (North through East) ! Clean map min=-0.0049047 max=0.10018 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.074720Jy sigma=1.384682 ! Fit after self-cal, rms=0.074720Jy sigma=1.384682 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.333 mas, bmaj=7.348 mas, bpa=-5.153 degrees ! Estimated noise=0.422457 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.000191099 Jy ! Component: 100 - total flux cleaned = 0.000220392 Jy ! Component: 150 - total flux cleaned = 0.000232178 Jy ! Component: 200 - total flux cleaned = 0.000265532 Jy ! Total flux subtracted in 200 components = 0.000265532 Jy ! Clean residual min=-0.005092 max=0.004687 Jy/beam ! Clean residual mean=-0.000009 rms=0.001285 Jy/beam ! Combined flux in latest and established models = 0.103505 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.103505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074712Jy sigma=1.384609 ! Fit after self-cal, rms=0.074713Jy sigma=1.384581 ! 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. ! ! Fit before self-cal, rms=0.074713Jy sigma=1.384581 ! Fit after self-cal, rms=0.074908Jy sigma=1.383773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=7.356 mas, bpa=-5.23 degrees ! Estimated noise=0.422452 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.65434e-06 Jy ! Component: 100 - total flux cleaned = 5.72705e-05 Jy ! Component: 150 - total flux cleaned = 6.82571e-05 Jy ! Component: 200 - total flux cleaned = 9.72647e-05 Jy ! Total flux subtracted in 200 components = 9.72647e-05 Jy ! Clean residual min=-0.004925 max=0.004570 Jy/beam ! Clean residual mean=-0.000008 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.103603 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 30 components and 0.103603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074902Jy sigma=1.383718 ! Fit after self-cal, rms=0.074913Jy sigma=1.383676 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 = 3.0834e-05 Jy ! Component: 100 - total flux cleaned = 5.16704e-05 Jy ! Component: 150 - total flux cleaned = 7.01937e-05 Jy ! Component: 200 - total flux cleaned = 9.66132e-05 Jy ! Total flux subtracted in 200 components = 9.66132e-05 Jy ! Clean residual min=-0.004931 max=0.004578 Jy/beam ! Clean residual mean=-0.000008 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.103699 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 31 components and 0.103699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074910Jy sigma=1.383630 ! Fit after self-cal, rms=0.074910Jy sigma=1.383618 ! 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. ! ! Fit before self-cal, rms=0.074910Jy sigma=1.383618 ! Fit after self-cal, rms=0.074924Jy sigma=1.383616 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=7.358 mas, bpa=-5.243 degrees ! Estimated noise=0.422461 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.49237e-05 Jy ! Component: 100 - total flux cleaned = 4.41379e-05 Jy ! Component: 150 - total flux cleaned = 6.09679e-05 Jy ! Component: 200 - total flux cleaned = 8.57114e-05 Jy ! Total flux subtracted in 200 components = 8.57114e-05 Jy ! Clean residual min=-0.004929 max=0.004583 Jy/beam ! Clean residual mean=-0.000008 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.103785 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 33 components and 0.103785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074921Jy sigma=1.383575 ! Fit after self-cal, rms=0.074922Jy sigma=1.383566 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.56879e-05 Jy ! Component: 100 - total flux cleaned = 4.24454e-05 Jy ! Component: 150 - total flux cleaned = 6.62366e-05 Jy ! Component: 200 - total flux cleaned = 7.4251e-05 Jy ! Total flux subtracted in 200 components = 7.4251e-05 Jy ! Clean residual min=-0.004934 max=0.004584 Jy/beam ! Clean residual mean=-0.000008 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.103859 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.103859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074919Jy sigma=1.383532 ! Fit after self-cal, rms=0.074919Jy sigma=1.383526 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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. ! ! Fit before self-cal, rms=0.074919Jy sigma=1.383526 ! Fit after self-cal, rms=0.074923Jy sigma=1.383526 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.103 mas, bmaj=11.77 mas, bpa=-6.697 degrees ! Estimated noise=0.525751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.5265e-05 Jy ! Component: 100 - total flux cleaned = 0.000201594 Jy ! Component: 150 - total flux cleaned = 0.000275208 Jy ! Component: 200 - total flux cleaned = 0.000315059 Jy ! Total flux subtracted in 200 components = 0.000315059 Jy ! Clean residual min=-0.006559 max=0.006513 Jy/beam ! Clean residual mean=-0.000017 rms=0.002049 Jy/beam ! Combined flux in latest and established models = 0.104174 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.104174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074927Jy sigma=1.384122 ! Fit after self-cal, rms=0.074920Jy sigma=1.384063 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 = -5.06845e-05 Jy ! Component: 100 - total flux cleaned = -1.15872e-05 Jy ! Component: 150 - total flux cleaned = -1.09696e-05 Jy ! Component: 200 - total flux cleaned = -1.091e-05 Jy ! Total flux subtracted in 200 components = -1.091e-05 Jy ! Clean residual min=-0.006505 max=0.006532 Jy/beam ! Clean residual mean=-0.000017 rms=0.002045 Jy/beam ! Combined flux in latest and established models = 0.104163 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 54 components and 0.104163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074926Jy sigma=1.384324 ! Fit after self-cal, rms=0.074924Jy sigma=1.384297 ! 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=3.331 mas, bmaj=7.358 mas, bpa=-5.247 degrees ! Estimated noise=0.422473 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.331 x 7.358 at -5.247 degrees (North through East) ! Clean map min=-0.0047225 max=0.1001 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=2.806 mas, bmaj=6.74 mas, bpa=-5.289 degrees ! Estimated noise=0.5835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0782048 Jy ! Component: 100 - total flux cleaned = 0.0952649 Jy ! Component: 150 - total flux cleaned = 0.0998394 Jy ! Component: 200 - total flux cleaned = 0.10201 Jy ! Total flux subtracted in 200 components = 0.10201 Jy ! Clean residual min=-0.003945 max=0.004393 Jy/beam ! Clean residual mean=-0.000004 rms=0.001063 Jy/beam ! Combined flux in latest and established models = 0.10201 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.10201 Jy ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=7.358 mas, bpa=-5.247 degrees ! Estimated noise=0.422473 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.000743973 Jy ! Component: 100 - total flux cleaned = 0.00105534 Jy ! Component: 150 - total flux cleaned = 0.00126014 Jy ! Component: 200 - total flux cleaned = 0.00143874 Jy ! Total flux subtracted in 200 components = 0.00143874 Jy ! Clean residual min=-0.004881 max=0.004581 Jy/beam ! Clean residual mean=-0.000008 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.103449 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.103449 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.103 mas, bmaj=11.77 mas, bpa=-6.697 degrees ! Estimated noise=0.525751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000251163 Jy ! Component: 100 - total flux cleaned = 0.000468292 Jy ! Component: 150 - total flux cleaned = 0.000605025 Jy ! Component: 200 - total flux cleaned = 0.000712428 Jy ! Total flux subtracted in 200 components = 0.000712428 Jy ! Clean residual min=-0.006537 max=0.006545 Jy/beam ! Clean residual mean=-0.000017 rms=0.002049 Jy/beam ! Combined flux in latest and established models = 0.104162 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 = 1.80393e-05 Jy ! Component: 100 - total flux cleaned = 1.15771e-06 Jy ! Component: 150 - total flux cleaned = 2.03788e-07 Jy ! Component: 200 - total flux cleaned = -1.597e-05 Jy ! Total flux subtracted in 200 components = -1.597e-05 Jy ! Clean residual min=-0.006511 max=0.006543 Jy/beam ! Clean residual mean=-0.000017 rms=0.002046 Jy/beam ! Combined flux in latest and established models = 0.104146 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 47 components and 0.104146 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=7.358 mas, bpa=-5.247 degrees ! Estimated noise=0.422473 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000104829 Jy ! Component: 100 - total flux cleaned = -0.000315976 Jy ! Component: 150 - total flux cleaned = -0.000344923 Jy ! Component: 200 - total flux cleaned = -0.00034621 Jy ! Total flux subtracted in 200 components = -0.00034621 Jy ! Clean residual min=-0.004908 max=0.004600 Jy/beam ! Clean residual mean=-0.000008 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.103799 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.103799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074922Jy sigma=1.383724 ! Fit after self-cal, rms=0.074925Jy sigma=1.383707 wmodel /scr/pima/bg219g_uvs/J1512+0203_S_map.mod ! Writing 55 model components to file: /scr/pima/bg219g_uvs/J1512+0203_S_map.mod wobs /scr/pima/bg219g_uvs/J1512+0203_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1512+0203_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1512+0203_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219g_uvs/J1512+0203_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000985869 Jy ! Component: 100 - total flux cleaned = -0.0013144 Jy ! Component: 150 - total flux cleaned = -0.00154329 Jy ! Component: 200 - total flux cleaned = -0.0014699 Jy ! Component: 250 - total flux cleaned = -0.00139859 Jy ! Component: 300 - total flux cleaned = -0.00152995 Jy ! Component: 350 - total flux cleaned = -0.00146405 Jy ! Component: 400 - total flux cleaned = -0.00152693 Jy ! Component: 450 - total flux cleaned = -0.00158708 Jy ! Component: 500 - total flux cleaned = -0.00152588 Jy ! Component: 550 - total flux cleaned = -0.00158367 Jy ! Component: 600 - total flux cleaned = -0.00186603 Jy ! Component: 650 - total flux cleaned = -0.00192025 Jy ! Component: 700 - total flux cleaned = -0.00197424 Jy ! Component: 750 - total flux cleaned = -0.00208039 Jy ! Component: 800 - total flux cleaned = -0.00202908 Jy ! Component: 850 - total flux cleaned = -0.00213177 Jy ! Component: 900 - total flux cleaned = -0.00218181 Jy ! Component: 950 - total flux cleaned = -0.00218165 Jy ! Component: 1000 - total flux cleaned = -0.00218149 Jy ! Component: 1050 - total flux cleaned = -0.00218138 Jy ! Component: 1100 - total flux cleaned = -0.00218118 Jy ! Component: 1150 - total flux cleaned = -0.0021355 Jy ! Component: 1200 - total flux cleaned = -0.00209151 Jy ! Component: 1250 - total flux cleaned = -0.00213643 Jy ! Component: 1300 - total flux cleaned = -0.00217954 Jy ! Component: 1350 - total flux cleaned = -0.00226493 Jy ! Component: 1400 - total flux cleaned = -0.00226468 Jy ! Component: 1450 - total flux cleaned = -0.00230572 Jy ! Component: 1500 - total flux cleaned = -0.00226483 Jy ! Component: 1550 - total flux cleaned = -0.00226444 Jy ! Component: 1600 - total flux cleaned = -0.00226424 Jy ! Component: 1650 - total flux cleaned = -0.00222568 Jy ! Component: 1700 - total flux cleaned = -0.00218781 Jy ! Component: 1750 - total flux cleaned = -0.00230029 Jy ! Component: 1800 - total flux cleaned = -0.00200494 Jy ! Component: 1850 - total flux cleaned = -0.00200567 Jy ! Component: 1900 - total flux cleaned = -0.00200595 Jy ! Component: 1950 - total flux cleaned = -0.00204132 Jy ! Component: 2000 - total flux cleaned = -0.00200604 Jy ! Component: 2050 - total flux cleaned = -0.00197119 Jy ! Component: 2100 - total flux cleaned = -0.00183366 Jy ! Component: 2150 - total flux cleaned = -0.00176598 Jy ! Component: 2200 - total flux cleaned = -0.00163249 Jy ! Component: 2250 - total flux cleaned = -0.00163257 Jy ! Component: 2300 - total flux cleaned = -0.00163278 Jy ! Component: 2350 - total flux cleaned = -0.00147162 Jy ! Component: 2400 - total flux cleaned = -0.00150359 Jy ! Component: 2450 - total flux cleaned = -0.00140879 Jy ! Component: 2500 - total flux cleaned = -0.0013155 Jy ! Component: 2550 - total flux cleaned = -0.0013777 Jy ! Component: 2600 - total flux cleaned = -0.00140831 Jy ! Component: 2650 - total flux cleaned = -0.00140795 Jy ! Component: 2700 - total flux cleaned = -0.00137798 Jy ! Component: 2750 - total flux cleaned = -0.00137786 Jy ! Component: 2800 - total flux cleaned = -0.00134846 Jy ! Component: 2850 - total flux cleaned = -0.00143559 Jy ! Component: 2900 - total flux cleaned = -0.00132063 Jy ! Component: 2950 - total flux cleaned = -0.00140623 Jy ! Component: 3000 - total flux cleaned = -0.00140639 Jy ! Component: 3050 - total flux cleaned = -0.00140656 Jy ! Component: 3100 - total flux cleaned = -0.00129649 Jy ! Component: 3150 - total flux cleaned = -0.00135138 Jy ! Component: 3200 - total flux cleaned = -0.00143211 Jy ! Component: 3250 - total flux cleaned = -0.00132467 Jy ! Component: 3300 - total flux cleaned = -0.00143079 Jy ! Component: 3350 - total flux cleaned = -0.00121988 Jy ! Component: 3400 - total flux cleaned = -0.00135034 Jy ! Component: 3450 - total flux cleaned = -0.00122123 Jy ! Component: 3500 - total flux cleaned = -0.00111882 Jy ! Component: 3550 - total flux cleaned = -0.00109351 Jy ! Component: 3600 - total flux cleaned = -0.00106836 Jy ! Component: 3650 - total flux cleaned = -0.00109319 Jy ! Component: 3700 - total flux cleaned = -0.000969549 Jy ! Component: 3750 - total flux cleaned = -0.00101839 Jy ! Component: 3800 - total flux cleaned = -0.000969438 Jy ! Component: 3850 - total flux cleaned = -0.000921225 Jy ! Component: 3900 - total flux cleaned = -0.000825839 Jy ! Component: 3950 - total flux cleaned = -0.000731002 Jy ! Component: 4000 - total flux cleaned = -0.000660685 Jy ! Component: 4050 - total flux cleaned = -0.000637576 Jy ! Total flux subtracted in 4096 components = -0.000499138 Jy ! Clean residual min=-0.001411 max=0.001359 Jy/beam ! Clean residual mean=-0.000004 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.1033 Jy keep ! Adding 397 model components to the UV plane model. ! The established model now contains 452 components and 0.1033 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1512+0203_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.331 x 7.358 at -5.247 degrees (North through East) ! Clean map min=-0.0037026 max=0.10025 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1512+0203_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.100252 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000484383 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.44949 1.44949 2.89899 5.79798 11.596 23.1919 46.3838 92.7676 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.1 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 206.968 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1512+0203_S_uvs.log closed on Thu Apr 7 07:18:38 2016