! Started logfile: /scr/pima/bg219e_uvs/J1428+2724_S_uvs.log on Thu Apr 7 06:46:47 2016 obs /scr/pima/bg219e_uvs/J1428+2724_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1428+2724_S_uva.fits ! AN table 1: 61 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.809472 visibilities/baseline/integration-bin. ! Found source: J1428+2724 ! ! 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 8888 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/bg219e_uvs/J1428+2724_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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004407Jy sigma=24.334798 ! Fit after self-cal, rms=0.943980Jy sigma=22.833541 ! 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.977 mas, bmaj=7.482 mas, bpa=9.515 degrees ! Estimated noise=0.514783 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.0449255 Jy ! Component: 100 - total flux cleaned = 0.0549825 Jy ! Total flux subtracted in 100 components = 0.0549825 Jy ! Clean residual min=-0.003363 max=0.003686 Jy/beam ! Clean residual mean=0.000003 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.0549825 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0549825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060620Jy sigma=1.374680 ! Fit after self-cal, rms=0.058655Jy sigma=1.324470 ! 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.661 mas, bmaj=8.123 mas, bpa=8.924 degrees ! Estimated noise=0.342514 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.00484147 Jy ! Component: 100 - total flux cleaned = 0.00659208 Jy ! Component: 150 - total flux cleaned = 0.00710563 Jy ! Component: 200 - total flux cleaned = 0.00723538 Jy ! Total flux subtracted in 200 components = 0.00723538 Jy ! Clean residual min=-0.002043 max=0.002144 Jy/beam ! Clean residual mean=0.000002 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.0622179 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 20 components and 0.0622179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058301Jy sigma=1.315797 ! Fit after self-cal, rms=0.058310Jy sigma=1.315733 ! 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.661 x 8.123 at 8.924 degrees (North through East) ! Clean map min=-0.0019753 max=0.059915 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.07 FD 1.03 HN 1.01 KP 1.03 ! LA 1.10 MK 1.18 NL 0.98 OV 1.01 ! PT 0.92 SC 1.03 ! ! ! 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 0.98 FD 0.92 HN 0.99 KP 1.02 ! LA 0.98 MK 1.14 NL 0.93 OV 1.06 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.99 HN 0.91 KP 1.04 ! LA 0.95 MK 1.03 NL 0.97 OV 1.02 ! PT 0.99 SC 0.94 ! ! ! Fit before self-cal, rms=0.058310Jy sigma=1.315733 ! Fit after self-cal, rms=0.058078Jy sigma=1.312064 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.674 mas, bmaj=8.085 mas, bpa=9.157 degrees ! Estimated noise=0.341129 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.000278358 Jy ! Component: 100 - total flux cleaned = 0.000343522 Jy ! Component: 150 - total flux cleaned = 0.000343535 Jy ! Component: 200 - total flux cleaned = 0.000354488 Jy ! Total flux subtracted in 200 components = 0.000354488 Jy ! Clean residual min=-0.001885 max=0.001914 Jy/beam ! Clean residual mean=0.000001 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.0625724 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 30 components and 0.0625724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058072Jy sigma=1.311949 ! Fit after self-cal, rms=0.058073Jy sigma=1.310586 ! 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.058073Jy sigma=1.310586 ! Fit after self-cal, rms=0.057917Jy sigma=1.308181 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.676 mas, bmaj=8.104 mas, bpa=8.914 degrees ! Estimated noise=0.341514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000457583 Jy ! Component: 100 - total flux cleaned = 0.000537496 Jy ! Component: 150 - total flux cleaned = 0.000566655 Jy ! Component: 200 - total flux cleaned = 0.000584106 Jy ! Total flux subtracted in 200 components = 0.000584106 Jy ! Clean residual min=-0.001712 max=0.002065 Jy/beam ! Clean residual mean=-0.000000 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.0631565 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.0631565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057911Jy sigma=1.308057 ! Fit after self-cal, rms=0.057910Jy sigma=1.307935 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) ! Added new window around map position (-2, 23.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117684 Jy ! Component: 100 - total flux cleaned = 0.00121739 Jy ! Component: 150 - total flux cleaned = 0.00124868 Jy ! Component: 200 - total flux cleaned = 0.00130317 Jy ! Total flux subtracted in 200 components = 0.00130317 Jy ! Clean residual min=-0.001646 max=0.001835 Jy/beam ! Clean residual mean=-0.000001 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0644597 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 59 components and 0.0644597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057843Jy sigma=1.306375 ! Fit after self-cal, rms=0.057841Jy sigma=1.306214 ! Inverting map ! Added new window around map position (61, -50.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012541 Jy ! Component: 100 - total flux cleaned = 0.00147041 Jy ! Component: 150 - total flux cleaned = 0.00146773 Jy ! Component: 200 - total flux cleaned = 0.00146521 Jy ! Total flux subtracted in 200 components = 0.00146521 Jy ! Clean residual min=-0.001569 max=0.001552 Jy/beam ! Clean residual mean=-0.000001 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.0659249 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.0659249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057775Jy sigma=1.304788 ! Fit after self-cal, rms=0.057773Jy sigma=1.304634 ! 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.057773Jy sigma=1.304634 ! Fit after self-cal, rms=0.057620Jy sigma=1.304513 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.671 mas, bmaj=8.098 mas, bpa=8.868 degrees ! Estimated noise=0.340764 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000332414 Jy ! Component: 100 - total flux cleaned = 0.000274889 Jy ! Component: 150 - total flux cleaned = 0.000274949 Jy ! Component: 200 - total flux cleaned = 0.000298766 Jy ! Total flux subtracted in 200 components = 0.000298766 Jy ! Clean residual min=-0.001464 max=0.001555 Jy/beam ! Clean residual mean=-0.000001 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0662236 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 86 components and 0.0662236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057592Jy sigma=1.303955 ! Fit after self-cal, rms=0.057592Jy sigma=1.303914 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.91075e-06 Jy ! Component: 100 - total flux cleaned = 4.94422e-05 Jy ! Component: 150 - total flux cleaned = 7.04347e-05 Jy ! Component: 200 - total flux cleaned = 9.04267e-05 Jy ! Total flux subtracted in 200 components = 9.04267e-05 Jy ! Clean residual min=-0.001446 max=0.001517 Jy/beam ! Clean residual mean=-0.000001 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.0663141 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 92 components and 0.0663141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057575Jy sigma=1.303588 ! Fit after self-cal, rms=0.057577Jy sigma=1.303575 ! 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.057577Jy sigma=1.303575 ! Fit after self-cal, rms=0.057539Jy sigma=1.303544 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.262 mas, bmaj=10.33 mas, bpa=-0.7339 degrees ! Estimated noise=0.410398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000285593 Jy ! Component: 100 - total flux cleaned = 0.000285523 Jy ! Component: 150 - total flux cleaned = 0.000340069 Jy ! Component: 200 - total flux cleaned = 0.00034027 Jy ! Total flux subtracted in 200 components = 0.00034027 Jy ! Clean residual min=-0.001640 max=0.001439 Jy/beam ! Clean residual mean=-0.000003 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0666543 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 108 components and 0.0666543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057536Jy sigma=1.303421 ! Fit after self-cal, rms=0.057534Jy sigma=1.303402 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 = 2.93458e-05 Jy ! Component: 100 - total flux cleaned = 4.04107e-05 Jy ! Component: 150 - total flux cleaned = 4.02037e-05 Jy ! Component: 200 - total flux cleaned = 4.04433e-05 Jy ! Total flux subtracted in 200 components = 4.04433e-05 Jy ! Clean residual min=-0.001621 max=0.001433 Jy/beam ! Clean residual mean=-0.000003 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0666948 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 118 components and 0.0666948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057532Jy sigma=1.303342 ! Fit after self-cal, rms=0.057532Jy sigma=1.303338 ! 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.669 mas, bmaj=8.095 mas, bpa=8.798 degrees ! Estimated noise=0.340502 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.669 x 8.095 at 8.798 degrees (North through East) ! Clean map min=-0.0016452 max=0.059619 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=3.002 mas, bmaj=7.471 mas, bpa=9.592 degrees ! Estimated noise=0.508219 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0455859 Jy ! Component: 100 - total flux cleaned = 0.0557591 Jy ! Component: 150 - total flux cleaned = 0.0596271 Jy ! Component: 200 - total flux cleaned = 0.0616984 Jy ! Total flux subtracted in 200 components = 0.0616984 Jy ! Clean residual min=-0.002902 max=0.003291 Jy/beam ! Clean residual mean=0.000001 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.0616983 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.0616983 Jy ! Inverting map and beam ! Estimated beam: bmin=3.669 mas, bmaj=8.095 mas, bpa=8.798 degrees ! Estimated noise=0.340502 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.00242455 Jy ! Component: 100 - total flux cleaned = 0.00343622 Jy ! Component: 150 - total flux cleaned = 0.00392857 Jy ! Component: 200 - total flux cleaned = 0.00415133 Jy ! Total flux subtracted in 200 components = 0.00415133 Jy ! Clean residual min=-0.001480 max=0.001691 Jy/beam ! Clean residual mean=0.000000 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0658497 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 0.0658497 Jy ! Inverting map ! Added new window around map position (-93, -102.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000696528 Jy ! Component: 100 - total flux cleaned = 0.000655632 Jy ! Component: 150 - total flux cleaned = 0.000619182 Jy ! Component: 200 - total flux cleaned = 0.000586095 Jy ! Total flux subtracted in 200 components = 0.000586095 Jy ! Clean residual min=-0.001468 max=0.001508 Jy/beam ! Clean residual mean=-0.000000 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.0664358 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 59 components and 0.0664358 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.262 mas, bmaj=10.33 mas, bpa=-0.7339 degrees ! Estimated noise=0.410398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.65298e-05 Jy ! Component: 100 - total flux cleaned = 6.63755e-06 Jy ! Component: 150 - total flux cleaned = 4.65745e-05 Jy ! Component: 200 - total flux cleaned = 4.57804e-05 Jy ! Total flux subtracted in 200 components = 4.57804e-05 Jy ! Clean residual min=-0.001567 max=0.001276 Jy/beam ! Clean residual mean=-0.000001 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.0664816 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.61306e-05 Jy ! Component: 100 - total flux cleaned = 7.3716e-07 Jy ! Component: 150 - total flux cleaned = 1.42459e-06 Jy ! Component: 200 - total flux cleaned = 2.0455e-06 Jy ! Total flux subtracted in 200 components = 2.0455e-06 Jy ! Clean residual min=-0.001557 max=0.001288 Jy/beam ! Clean residual mean=-0.000002 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0664836 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 98 components and 0.0664836 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.669 mas, bmaj=8.095 mas, bpa=8.798 degrees ! Estimated noise=0.340502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.40331e-05 Jy ! Component: 100 - total flux cleaned = 0.000116053 Jy ! Component: 150 - total flux cleaned = 0.000141033 Jy ! Component: 200 - total flux cleaned = 0.000188066 Jy ! Total flux subtracted in 200 components = 0.000188066 Jy ! Clean residual min=-0.001408 max=0.001441 Jy/beam ! Clean residual mean=-0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.0666717 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 114 components and 0.0666717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057497Jy sigma=1.302673 ! Fit after self-cal, rms=0.057489Jy sigma=1.302525 wmodel /scr/pima/bg219e_uvs/J1428+2724_S_map.mod ! Writing 114 model components to file: /scr/pima/bg219e_uvs/J1428+2724_S_map.mod wobs /scr/pima/bg219e_uvs/J1428+2724_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J1428+2724_S_uvs.fits wwins /scr/pima/bg219e_uvs/J1428+2724_S_map.win ! wwins: Wrote 4 windows to /scr/pima/bg219e_uvs/J1428+2724_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.000238358 Jy ! Component: 100 - total flux cleaned = -0.000459339 Jy ! Component: 150 - total flux cleaned = -0.000367676 Jy ! Component: 200 - total flux cleaned = -0.000258062 Jy ! Component: 250 - total flux cleaned = -0.000109382 Jy ! Component: 300 - total flux cleaned = -8.83441e-05 Jy ! Component: 350 - total flux cleaned = -6.76707e-05 Jy ! Component: 400 - total flux cleaned = 2.99859e-05 Jy ! Component: 450 - total flux cleaned = -8.27048e-06 Jy ! Component: 500 - total flux cleaned = -4.55319e-05 Jy ! Component: 550 - total flux cleaned = -8.19837e-05 Jy ! Component: 600 - total flux cleaned = -0.000118174 Jy ! Component: 650 - total flux cleaned = -0.000153443 Jy ! Component: 700 - total flux cleaned = -0.000187957 Jy ! Component: 750 - total flux cleaned = -0.000170823 Jy ! Component: 800 - total flux cleaned = -8.7105e-05 Jy ! Component: 850 - total flux cleaned = -8.70937e-05 Jy ! Component: 900 - total flux cleaned = -8.71594e-05 Jy ! Component: 950 - total flux cleaned = -2.31695e-05 Jy ! Component: 1000 - total flux cleaned = 8.33043e-06 Jy ! Component: 1050 - total flux cleaned = 3.98834e-05 Jy ! Component: 1100 - total flux cleaned = 0.000101324 Jy ! Component: 1150 - total flux cleaned = 7.08138e-05 Jy ! Component: 1200 - total flux cleaned = 0.000161175 Jy ! Component: 1250 - total flux cleaned = 0.00022046 Jy ! Component: 1300 - total flux cleaned = 0.000264815 Jy ! Component: 1350 - total flux cleaned = 0.000308392 Jy ! Component: 1400 - total flux cleaned = 0.000351444 Jy ! Component: 1450 - total flux cleaned = 0.00039422 Jy ! Component: 1500 - total flux cleaned = 0.00052133 Jy ! Component: 1550 - total flux cleaned = 0.000535345 Jy ! Component: 1600 - total flux cleaned = 0.000646011 Jy ! Component: 1650 - total flux cleaned = 0.00065975 Jy ! Component: 1700 - total flux cleaned = 0.000741351 Jy ! Component: 1750 - total flux cleaned = 0.000822236 Jy ! Component: 1800 - total flux cleaned = 0.000782138 Jy ! Component: 1850 - total flux cleaned = 0.00086188 Jy ! Component: 1900 - total flux cleaned = 0.000914626 Jy ! Component: 1950 - total flux cleaned = 0.000992782 Jy ! Component: 2000 - total flux cleaned = 0.00100595 Jy ! Component: 2050 - total flux cleaned = 0.00107023 Jy ! Component: 2100 - total flux cleaned = 0.00112128 Jy ! Component: 2150 - total flux cleaned = 0.00120958 Jy ! Component: 2200 - total flux cleaned = 0.00124708 Jy ! Component: 2250 - total flux cleaned = 0.00127192 Jy ! Component: 2300 - total flux cleaned = 0.00133369 Jy ! Component: 2350 - total flux cleaned = 0.00139502 Jy ! Component: 2400 - total flux cleaned = 0.00140711 Jy ! Component: 2450 - total flux cleaned = 0.00152777 Jy ! Component: 2500 - total flux cleaned = 0.00157561 Jy ! Component: 2550 - total flux cleaned = 0.00161125 Jy ! Component: 2600 - total flux cleaned = 0.00169383 Jy ! Component: 2650 - total flux cleaned = 0.00171727 Jy ! Component: 2700 - total flux cleaned = 0.00175218 Jy ! Component: 2750 - total flux cleaned = 0.00177527 Jy ! Component: 2800 - total flux cleaned = 0.00183274 Jy ! Component: 2850 - total flux cleaned = 0.00178695 Jy ! Component: 2900 - total flux cleaned = 0.0019004 Jy ! Component: 2950 - total flux cleaned = 0.00190043 Jy ! Component: 3000 - total flux cleaned = 0.00190045 Jy ! Component: 3050 - total flux cleaned = 0.00190049 Jy ! Component: 3100 - total flux cleaned = 0.00190056 Jy ! Component: 3150 - total flux cleaned = 0.00191158 Jy ! Component: 3200 - total flux cleaned = 0.0019225 Jy ! Component: 3250 - total flux cleaned = 0.00191164 Jy ! Component: 3300 - total flux cleaned = 0.00195478 Jy ! Component: 3350 - total flux cleaned = 0.00197623 Jy ! Component: 3400 - total flux cleaned = 0.0020188 Jy ! Component: 3450 - total flux cleaned = 0.00200818 Jy ! Component: 3500 - total flux cleaned = 0.00205019 Jy ! Component: 3550 - total flux cleaned = 0.00207111 Jy ! Component: 3600 - total flux cleaned = 0.00209184 Jy ! Component: 3650 - total flux cleaned = 0.00207118 Jy ! Component: 3700 - total flux cleaned = 0.00209185 Jy ! Component: 3750 - total flux cleaned = 0.00205089 Jy ! Component: 3800 - total flux cleaned = 0.00208138 Jy ! Component: 3850 - total flux cleaned = 0.00208145 Jy ! Component: 3900 - total flux cleaned = 0.00208143 Jy ! Component: 3950 - total flux cleaned = 0.00206148 Jy ! Component: 4000 - total flux cleaned = 0.00211122 Jy ! Component: 4050 - total flux cleaned = 0.00205198 Jy ! Total flux subtracted in 4096 components = 0.00205198 Jy ! Clean residual min=-0.000638 max=0.000607 Jy/beam ! Clean residual mean=-0.000001 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.0687236 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 401 components and 0.0687236 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J1428+2724_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.669 x 8.095 at 8.798 degrees (North through East) ! Clean map min=-0.0015889 max=0.05969 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1428+2724_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0596896 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000183328 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.921404 0.921404 1.84281 3.68561 7.37123 14.7425 29.4849 58.9698 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.059 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 325.59 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1428+2724_S_uvs.log closed on Thu Apr 7 06:46:51 2016