! Started logfile: /scr/pima/bg219h_uvs/J0554+3541_S_uvs.log on Thu Apr 7 08:54:11 2016 obs /scr/pima/bg219h_uvs/J0554+3541_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0554+3541_S_uva.fits ! AN table 1: 58 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.950192 visibilities/baseline/integration-bin. ! Found source: J0554+3541 ! ! 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 7936 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/bg219h_uvs/J0554+3541_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000888Jy sigma=25.716243 ! Fit after self-cal, rms=0.916225Jy sigma=23.515378 ! 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.961 mas, bmaj=4.57 mas, bpa=-5.202 degrees ! Estimated noise=0.519433 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.066145 Jy ! Component: 100 - total flux cleaned = 0.0821313 Jy ! Total flux subtracted in 100 components = 0.0821313 Jy ! Clean residual min=-0.006132 max=0.014392 Jy/beam ! Clean residual mean=0.000007 rms=0.001326 Jy/beam ! Combined flux in latest and established models = 0.0821313 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0821313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059228Jy sigma=1.434775 ! Fit after self-cal, rms=0.059075Jy sigma=1.430596 ! Inverting map ! Added new window around map position (4.5, -6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0121374 Jy ! Component: 100 - total flux cleaned = 0.0176481 Jy ! Total flux subtracted in 100 components = 0.0176481 Jy ! Clean residual min=-0.003753 max=0.003626 Jy/beam ! Clean residual mean=0.000004 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.0997794 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 12 components and 0.0997794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056843Jy sigma=1.369239 ! Fit after self-cal, rms=0.056636Jy sigma=1.364169 ! 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.61 mas, bmaj=5.527 mas, bpa=-6.935 degrees ! Estimated noise=0.321981 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.00406698 Jy ! Component: 100 - total flux cleaned = 0.00649653 Jy ! Component: 150 - total flux cleaned = 0.00814026 Jy ! Component: 200 - total flux cleaned = 0.00927885 Jy ! Total flux subtracted in 200 components = 0.00927885 Jy ! Clean residual min=-0.002033 max=0.002763 Jy/beam ! Clean residual mean=0.000004 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.109058 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 29 components and 0.109058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056317Jy sigma=1.355335 ! Fit after self-cal, rms=0.056293Jy sigma=1.354699 ! 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.61 x 5.527 at -6.935 degrees (North through East) ! Clean map min=-0.0020079 max=0.085233 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 0.97 HN 1.02 KP 1.00 LA 0.97 ! MK 0.98 NL 1.03 OV 0.95 PT 0.99 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 HN 0.96 KP 1.01 LA 0.99 ! MK 1.00 NL 1.13 OV 0.99 PT 1.00 ! SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 HN 0.95 KP 0.98 LA 0.99 ! MK 1.02 NL 1.10 OV 0.97 PT 0.97 ! SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 HN 0.99 KP 1.02 LA 0.98 ! MK 1.03 NL 0.97 OV 0.99 PT 0.96 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.056293Jy sigma=1.354699 ! Fit after self-cal, rms=0.055779Jy sigma=1.349747 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.616 mas, bmaj=5.525 mas, bpa=-6.592 degrees ! Estimated noise=0.318626 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.000204359 Jy ! Component: 100 - total flux cleaned = 0.000236635 Jy ! Component: 150 - total flux cleaned = 0.000290795 Jy ! Component: 200 - total flux cleaned = 0.00035641 Jy ! Total flux subtracted in 200 components = 0.00035641 Jy ! Clean residual min=-0.001918 max=0.001889 Jy/beam ! Clean residual mean=0.000004 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.109415 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 38 components and 0.109415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055744Jy sigma=1.348822 ! Fit after self-cal, rms=0.055748Jy sigma=1.348617 ! 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.055748Jy sigma=1.348617 ! Fit after self-cal, rms=0.056254Jy sigma=1.343644 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.621 mas, bmaj=5.519 mas, bpa=-7.301 degrees ! Estimated noise=0.318874 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000433779 Jy ! Component: 100 - total flux cleaned = 0.000451165 Jy ! Component: 150 - total flux cleaned = 0.000436883 Jy ! Component: 200 - total flux cleaned = 0.000423143 Jy ! Total flux subtracted in 200 components = 0.000423143 Jy ! Clean residual min=-0.001849 max=0.001698 Jy/beam ! Clean residual mean=0.000003 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.109838 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.109838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056243Jy sigma=1.343442 ! Fit after self-cal, rms=0.056266Jy sigma=1.343327 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.21837e-05 Jy ! Component: 100 - total flux cleaned = 3.2261e-05 Jy ! Component: 150 - total flux cleaned = 3.28319e-05 Jy ! Component: 200 - total flux cleaned = 2.20294e-05 Jy ! Total flux subtracted in 200 components = 2.20294e-05 Jy ! Clean residual min=-0.001833 max=0.001674 Jy/beam ! Clean residual mean=0.000003 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.10986 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 55 components and 0.10986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056261Jy sigma=1.343212 ! Fit after self-cal, rms=0.056260Jy sigma=1.343204 ! 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.056260Jy sigma=1.343204 ! Fit after self-cal, rms=0.056282Jy sigma=1.343187 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.62 mas, bmaj=5.521 mas, bpa=-7.444 degrees ! Estimated noise=0.31894 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000101553 Jy ! Component: 100 - total flux cleaned = 0.000113242 Jy ! Component: 150 - total flux cleaned = 0.00011379 Jy ! Component: 200 - total flux cleaned = 9.32178e-05 Jy ! Total flux subtracted in 200 components = 9.32178e-05 Jy ! Clean residual min=-0.001821 max=0.001679 Jy/beam ! Clean residual mean=0.000003 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.109953 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 60 components and 0.109953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056278Jy sigma=1.343091 ! Fit after self-cal, rms=0.056278Jy sigma=1.343083 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.17754e-05 Jy ! Component: 100 - total flux cleaned = 1.13553e-06 Jy ! Component: 150 - total flux cleaned = -8.72193e-06 Jy ! Component: 200 - total flux cleaned = -1.85753e-05 Jy ! Total flux subtracted in 200 components = -1.85753e-05 Jy ! Clean residual min=-0.001822 max=0.001669 Jy/beam ! Clean residual mean=0.000003 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.109934 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 61 components and 0.109934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056274Jy sigma=1.343001 ! Fit after self-cal, rms=0.056274Jy sigma=1.342994 ! 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.056274Jy sigma=1.342994 ! Fit after self-cal, rms=0.056289Jy sigma=1.342992 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.213 mas, bmaj=9.172 mas, bpa=-5.505 degrees ! Estimated noise=0.395548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000150565 Jy ! Component: 100 - total flux cleaned = -8.97657e-05 Jy ! Component: 150 - total flux cleaned = -4.61522e-05 Jy ! Component: 200 - total flux cleaned = -4.03182e-05 Jy ! Total flux subtracted in 200 components = -4.03182e-05 Jy ! Clean residual min=-0.001963 max=0.001967 Jy/beam ! Clean residual mean=0.000005 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.109894 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 65 components and 0.109894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056289Jy sigma=1.342967 ! Fit after self-cal, rms=0.056286Jy sigma=1.342937 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.000104389 Jy ! Component: 100 - total flux cleaned = -4.81425e-05 Jy ! Component: 150 - total flux cleaned = -2.65105e-05 Jy ! Component: 200 - total flux cleaned = -1.72107e-05 Jy ! Total flux subtracted in 200 components = -1.72107e-05 Jy ! Clean residual min=-0.001950 max=0.001980 Jy/beam ! Clean residual mean=0.000005 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.109877 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 70 components and 0.109877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056287Jy sigma=1.342931 ! Fit after self-cal, rms=0.056286Jy sigma=1.342915 ! 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.619 mas, bmaj=5.521 mas, bpa=-7.504 degrees ! Estimated noise=0.319035 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.619 x 5.521 at -7.504 degrees (North through East) ! Clean map min=-0.0017533 max=0.084673 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.973 mas, bmaj=4.557 mas, bpa=-5.793 degrees ! Estimated noise=0.513803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0652056 Jy ! Component: 100 - total flux cleaned = 0.0848955 Jy ! Component: 150 - total flux cleaned = 0.0952247 Jy ! Component: 200 - total flux cleaned = 0.100807 Jy ! Total flux subtracted in 200 components = 0.100807 Jy ! Clean residual min=-0.003098 max=0.002947 Jy/beam ! Clean residual mean=0.000003 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.100807 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.100807 Jy ! Inverting map and beam ! Estimated beam: bmin=3.619 mas, bmaj=5.521 mas, bpa=-7.504 degrees ! Estimated noise=0.319035 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.00324776 Jy ! Component: 100 - total flux cleaned = 0.00531435 Jy ! Component: 150 - total flux cleaned = 0.00675336 Jy ! Component: 200 - total flux cleaned = 0.00777451 Jy ! Total flux subtracted in 200 components = 0.00777451 Jy ! Clean residual min=-0.001746 max=0.001558 Jy/beam ! Clean residual mean=0.000003 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.108582 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 31 components and 0.108582 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.213 mas, bmaj=9.172 mas, bpa=-5.505 degrees ! Estimated noise=0.395548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0009865 Jy ! Component: 100 - total flux cleaned = 0.00118229 Jy ! Component: 150 - total flux cleaned = 0.0012769 Jy ! Component: 200 - total flux cleaned = 0.00130641 Jy ! Total flux subtracted in 200 components = 0.00130641 Jy ! Clean residual min=-0.001948 max=0.001927 Jy/beam ! Clean residual mean=0.000005 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.109888 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 = 2.48809e-05 Jy ! Component: 100 - total flux cleaned = 4.56053e-05 Jy ! Component: 150 - total flux cleaned = 5.40932e-05 Jy ! Component: 200 - total flux cleaned = 5.40706e-05 Jy ! Total flux subtracted in 200 components = 5.40706e-05 Jy ! Clean residual min=-0.001941 max=0.001960 Jy/beam ! Clean residual mean=0.000005 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.109942 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 41 components and 0.109942 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.619 mas, bmaj=5.521 mas, bpa=-7.504 degrees ! Estimated noise=0.319035 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000186041 Jy ! Component: 100 - total flux cleaned = 0.000121162 Jy ! Component: 150 - total flux cleaned = 0.0001013 Jy ! Component: 200 - total flux cleaned = 0.000100922 Jy ! Total flux subtracted in 200 components = 0.000100922 Jy ! Clean residual min=-0.001747 max=0.001602 Jy/beam ! Clean residual mean=0.000003 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.110043 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.110043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056304Jy sigma=1.343293 ! Fit after self-cal, rms=0.056302Jy sigma=1.343242 wmodel /scr/pima/bg219h_uvs/J0554+3541_S_map.mod ! Writing 52 model components to file: /scr/pima/bg219h_uvs/J0554+3541_S_map.mod wobs /scr/pima/bg219h_uvs/J0554+3541_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0554+3541_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0554+3541_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219h_uvs/J0554+3541_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.000113675 Jy ! Component: 100 - total flux cleaned = -0.000170208 Jy ! Component: 150 - total flux cleaned = -0.000225941 Jy ! Component: 200 - total flux cleaned = -0.00027975 Jy ! Component: 250 - total flux cleaned = -0.000254731 Jy ! Component: 300 - total flux cleaned = -0.000255445 Jy ! Component: 350 - total flux cleaned = -0.000255966 Jy ! Component: 400 - total flux cleaned = -0.00030225 Jy ! Component: 450 - total flux cleaned = -0.000255786 Jy ! Component: 500 - total flux cleaned = -0.000255449 Jy ! Component: 550 - total flux cleaned = -0.000298218 Jy ! Component: 600 - total flux cleaned = -0.000297816 Jy ! Component: 650 - total flux cleaned = -0.000360451 Jy ! Component: 700 - total flux cleaned = -0.000441765 Jy ! Component: 750 - total flux cleaned = -0.00052097 Jy ! Component: 800 - total flux cleaned = -0.000540214 Jy ! Component: 850 - total flux cleaned = -0.000578352 Jy ! Component: 900 - total flux cleaned = -0.000597523 Jy ! Component: 950 - total flux cleaned = -0.000634569 Jy ! Component: 1000 - total flux cleaned = -0.000689236 Jy ! Component: 1050 - total flux cleaned = -0.000743213 Jy ! Component: 1100 - total flux cleaned = -0.000761216 Jy ! Component: 1150 - total flux cleaned = -0.000848697 Jy ! Component: 1200 - total flux cleaned = -0.000865828 Jy ! Component: 1250 - total flux cleaned = -0.000984967 Jy ! Component: 1300 - total flux cleaned = -0.000985251 Jy ! Component: 1350 - total flux cleaned = -0.00105189 Jy ! Component: 1400 - total flux cleaned = -0.00113382 Jy ! Component: 1450 - total flux cleaned = -0.0012146 Jy ! Component: 1500 - total flux cleaned = -0.00123091 Jy ! Component: 1550 - total flux cleaned = -0.00135685 Jy ! Component: 1600 - total flux cleaned = -0.00143455 Jy ! Component: 1650 - total flux cleaned = -0.0015113 Jy ! Component: 1700 - total flux cleaned = -0.00160215 Jy ! Component: 1750 - total flux cleaned = -0.00161699 Jy ! Component: 1800 - total flux cleaned = -0.00164652 Jy ! Component: 1850 - total flux cleaned = -0.00171993 Jy ! Component: 1900 - total flux cleaned = -0.00176331 Jy ! Component: 1950 - total flux cleaned = -0.00177773 Jy ! Component: 2000 - total flux cleaned = -0.00183453 Jy ! Component: 2050 - total flux cleaned = -0.00182062 Jy ! Component: 2100 - total flux cleaned = -0.00187651 Jy ! Component: 2150 - total flux cleaned = -0.00187654 Jy ! Component: 2200 - total flux cleaned = -0.00186269 Jy ! Component: 2250 - total flux cleaned = -0.00187607 Jy ! Component: 2300 - total flux cleaned = -0.00188959 Jy ! Component: 2350 - total flux cleaned = -0.00195589 Jy ! Component: 2400 - total flux cleaned = -0.00189002 Jy ! Component: 2450 - total flux cleaned = -0.00195538 Jy ! Component: 2500 - total flux cleaned = -0.00196836 Jy ! Component: 2550 - total flux cleaned = -0.001994 Jy ! Component: 2600 - total flux cleaned = -0.00198134 Jy ! Component: 2650 - total flux cleaned = -0.00200656 Jy ! Component: 2700 - total flux cleaned = -0.00203139 Jy ! Component: 2750 - total flux cleaned = -0.00204383 Jy ! Component: 2800 - total flux cleaned = -0.00206829 Jy ! Component: 2850 - total flux cleaned = -0.00203184 Jy ! Component: 2900 - total flux cleaned = -0.00206816 Jy ! Component: 2950 - total flux cleaned = -0.00206836 Jy ! Component: 3000 - total flux cleaned = -0.00210389 Jy ! Component: 3050 - total flux cleaned = -0.00208027 Jy ! Component: 3100 - total flux cleaned = -0.00208028 Jy ! Component: 3150 - total flux cleaned = -0.00209186 Jy ! Component: 3200 - total flux cleaned = -0.00205719 Jy ! Component: 3250 - total flux cleaned = -0.00202292 Jy ! Component: 3300 - total flux cleaned = -0.00205703 Jy ! Component: 3350 - total flux cleaned = -0.0020119 Jy ! Component: 3400 - total flux cleaned = -0.00197821 Jy ! Component: 3450 - total flux cleaned = -0.00200053 Jy ! Component: 3500 - total flux cleaned = -0.0020004 Jy ! Component: 3550 - total flux cleaned = -0.00197838 Jy ! Component: 3600 - total flux cleaned = -0.00196743 Jy ! Component: 3650 - total flux cleaned = -0.00191323 Jy ! Component: 3700 - total flux cleaned = -0.00194556 Jy ! Component: 3750 - total flux cleaned = -0.00188145 Jy ! Component: 3800 - total flux cleaned = -0.0019133 Jy ! Component: 3850 - total flux cleaned = -0.00186064 Jy ! Component: 3900 - total flux cleaned = -0.0018502 Jy ! Component: 3950 - total flux cleaned = -0.00183968 Jy ! Component: 4000 - total flux cleaned = -0.00179816 Jy ! Component: 4050 - total flux cleaned = -0.00172633 Jy ! Total flux subtracted in 4096 components = -0.00171621 Jy ! Clean residual min=-0.000639 max=0.000639 Jy/beam ! Clean residual mean=0.000001 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.108327 Jy keep ! Adding 326 model components to the UV plane model. ! The established model now contains 378 components and 0.108327 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0554+3541_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.619 x 5.521 at -7.504 degrees (North through East) ! Clean map min=-0.0011515 max=0.084516 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0554+3541_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0845157 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000184891 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.656297 0.656297 1.31259 2.62519 5.25037 10.5007 21.0015 42.003 84.006 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.084 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 457.11 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0554+3541_S_uvs.log closed on Thu Apr 7 08:54:15 2016