! Started logfile: /scr/pima/bg219i_uvs/J1112+3446_S_uvs.log on Wed Apr 6 23:01:17 2016 obs /scr/pima/bg219i_uvs/J1112+3446_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J1112+3446_S_uva.fits ! AN table 1: 18 integrations on 28 of 28 possible baselines. ! AN table 2: 18 integrations on 36 of 36 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1112+3446 ! ! 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 4608 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/bg219i_uvs/J1112+3446_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 16 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! A total of 18 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.021159Jy sigma=24.885482 ! Fit after self-cal, rms=0.783776Jy sigma=19.153623 ! 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=3.746 mas, bmaj=4.144 mas, bpa=5.528 degrees ! Estimated noise=0.587191 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.163593 Jy ! Component: 100 - total flux cleaned = 0.201788 Jy ! Total flux subtracted in 100 components = 0.201788 Jy ! Clean residual min=-0.008080 max=0.019055 Jy/beam ! Clean residual mean=-0.000057 rms=0.002234 Jy/beam ! Combined flux in latest and established models = 0.201788 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.201788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069599Jy sigma=1.586880 ! Fit after self-cal, rms=0.069598Jy sigma=1.586623 ! Inverting map ! Added new window around map position (-7.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0185352 Jy ! Component: 100 - total flux cleaned = 0.0292061 Jy ! Total flux subtracted in 100 components = 0.0292061 Jy ! Clean residual min=-0.005962 max=0.008201 Jy/beam ! Clean residual mean=-0.000018 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.230994 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.230994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062498Jy sigma=1.426936 ! Fit after self-cal, rms=0.062210Jy sigma=1.419465 ! 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=4.5 mas, bmaj=5.135 mas, bpa=18.67 degrees ! Estimated noise=0.460226 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.0103725 Jy ! Component: 100 - total flux cleaned = 0.0162072 Jy ! Component: 150 - total flux cleaned = 0.0200082 Jy ! Component: 200 - total flux cleaned = 0.0225715 Jy ! Total flux subtracted in 200 components = 0.0225715 Jy ! Clean residual min=-0.003676 max=0.004456 Jy/beam ! Clean residual mean=0.000015 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.253566 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 60 components and 0.253566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060110Jy sigma=1.378367 ! Fit after self-cal, rms=0.060026Jy sigma=1.376533 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.5 x 5.135 at 18.67 degrees (North through East) ! Clean map min=-0.0035337 max=0.20927 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 0.94 KP 0.99 LA 1.00 ! MK 1.03 NL 0.99 OV 1.02 PT 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 1.01 HN 0.98 KP 0.93 ! LA 1.02 MK 1.08 OV 1.01 PT 1.02 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.95 KP 1.02 LA 0.99 ! MK 1.00 NL 1.00 OV 1.02 PT 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.01 HN 1.00 KP 1.01 ! LA 1.00 MK 1.03 OV 0.98 PT 1.01 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.93 KP 1.00 LA 1.03 ! MK 1.03 NL 1.00 OV 1.03 PT 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 1.01 HN 0.98 KP 1.00 ! LA 1.00 MK 1.08 OV 1.01 PT 1.03 ! SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 1.00 HN 1.01 KP 1.02 ! LA 0.98 MK 1.08 OV 0.97 PT 0.99 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.060026Jy sigma=1.376533 ! Fit after self-cal, rms=0.059758Jy sigma=1.363509 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.52 mas, bmaj=5.143 mas, bpa=18.41 degrees ! Estimated noise=0.46246 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.00214863 Jy ! Component: 100 - total flux cleaned = 0.00332769 Jy ! Component: 150 - total flux cleaned = 0.00384051 Jy ! Component: 200 - total flux cleaned = 0.00394532 Jy ! Total flux subtracted in 200 components = 0.00394532 Jy ! Clean residual min=-0.003039 max=0.003139 Jy/beam ! Clean residual mean=0.000016 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.257511 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.257511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059656Jy sigma=1.361830 ! Fit after self-cal, rms=0.059642Jy sigma=1.361571 ! 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.059642Jy sigma=1.361571 ! Fit after self-cal, rms=0.059941Jy sigma=1.361003 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.516 mas, bmaj=5.136 mas, bpa=18.5 degrees ! Estimated noise=0.465007 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165722 Jy ! Component: 100 - total flux cleaned = 0.0025775 Jy ! Component: 150 - total flux cleaned = 0.00310314 Jy ! Component: 200 - total flux cleaned = 0.00318321 Jy ! Total flux subtracted in 200 components = 0.00318321 Jy ! Clean residual min=-0.003058 max=0.002949 Jy/beam ! Clean residual mean=0.000016 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.260694 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 77 components and 0.260694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059873Jy sigma=1.360145 ! Fit after self-cal, rms=0.059869Jy sigma=1.360062 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.000328184 Jy ! Component: 100 - total flux cleaned = 0.000347916 Jy ! Component: 150 - total flux cleaned = 0.000382169 Jy ! Component: 200 - total flux cleaned = 0.000414484 Jy ! Total flux subtracted in 200 components = 0.000414484 Jy ! Clean residual min=-0.002986 max=0.002908 Jy/beam ! Clean residual mean=0.000017 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.261109 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 80 components and 0.261109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059859Jy sigma=1.359791 ! Fit after self-cal, rms=0.059858Jy sigma=1.359768 ! 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.059858Jy sigma=1.359768 ! Fit after self-cal, rms=0.060184Jy sigma=1.359232 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.514 mas, bmaj=5.13 mas, bpa=18.48 degrees ! Estimated noise=0.467693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133096 Jy ! Component: 100 - total flux cleaned = 0.0020016 Jy ! Component: 150 - total flux cleaned = 0.00235061 Jy ! Component: 200 - total flux cleaned = 0.00242483 Jy ! Total flux subtracted in 200 components = 0.00242483 Jy ! Clean residual min=-0.003051 max=0.002829 Jy/beam ! Clean residual mean=0.000016 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.263534 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 84 components and 0.263534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060134Jy sigma=1.358825 ! Fit after self-cal, rms=0.060134Jy sigma=1.358798 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.00017489 Jy ! Component: 100 - total flux cleaned = 0.000202689 Jy ! Component: 150 - total flux cleaned = 0.00021571 Jy ! Component: 200 - total flux cleaned = 0.000240401 Jy ! Total flux subtracted in 200 components = 0.000240401 Jy ! Clean residual min=-0.003008 max=0.002830 Jy/beam ! Clean residual mean=0.000016 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.263774 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 0.263774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060128Jy sigma=1.358667 ! Fit after self-cal, rms=0.060128Jy sigma=1.358660 ! 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.060128Jy sigma=1.358660 ! Fit after self-cal, rms=0.060444Jy sigma=1.358227 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.557 mas, bmaj=10.1 mas, bpa=37.29 degrees ! Estimated noise=0.588634 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147788 Jy ! Component: 100 - total flux cleaned = 0.00208279 Jy ! Component: 150 - total flux cleaned = 0.00216834 Jy ! Component: 200 - total flux cleaned = 0.00221327 Jy ! Total flux subtracted in 200 components = 0.00221327 Jy ! Clean residual min=-0.003717 max=0.003534 Jy/beam ! Clean residual mean=0.000028 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.265987 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 95 components and 0.265987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060411Jy sigma=1.358041 ! Fit after self-cal, rms=0.060411Jy sigma=1.357984 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.000114212 Jy ! Component: 100 - total flux cleaned = 0.000139186 Jy ! Component: 150 - total flux cleaned = 0.000159678 Jy ! Component: 200 - total flux cleaned = 0.000176728 Jy ! Total flux subtracted in 200 components = 0.000176728 Jy ! Clean residual min=-0.003767 max=0.003542 Jy/beam ! Clean residual mean=0.000028 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.266164 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 100 components and 0.266164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060415Jy sigma=1.358009 ! Fit after self-cal, rms=0.060415Jy sigma=1.357993 ! 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.513 mas, bmaj=5.123 mas, bpa=18.44 degrees ! Estimated noise=0.470336 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.513 x 5.123 at 18.44 degrees (North through East) ! Clean map min=-0.002942 max=0.21178 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.755 mas, bmaj=4.133 mas, bpa=3.7 degrees ! Estimated noise=0.601125 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.167325 Jy ! Component: 100 - total flux cleaned = 0.207308 Jy ! Component: 150 - total flux cleaned = 0.225888 Jy ! Component: 200 - total flux cleaned = 0.236858 Jy ! Total flux subtracted in 200 components = 0.236858 Jy ! Clean residual min=-0.004481 max=0.005757 Jy/beam ! Clean residual mean=-0.000020 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.236858 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.236858 Jy ! Inverting map and beam ! Estimated beam: bmin=4.513 mas, bmaj=5.123 mas, bpa=18.44 degrees ! Estimated noise=0.470336 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.0104349 Jy ! Component: 100 - total flux cleaned = 0.0164539 Jy ! Component: 150 - total flux cleaned = 0.0204125 Jy ! Component: 200 - total flux cleaned = 0.0231006 Jy ! Total flux subtracted in 200 components = 0.0231006 Jy ! Clean residual min=-0.003184 max=0.002924 Jy/beam ! Clean residual mean=0.000005 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.259959 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 73 components and 0.259959 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=8.557 mas, bmaj=10.1 mas, bpa=37.29 degrees ! Estimated noise=0.588634 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00282286 Jy ! Component: 100 - total flux cleaned = 0.00424745 Jy ! Component: 150 - total flux cleaned = 0.0050523 Jy ! Component: 200 - total flux cleaned = 0.00551242 Jy ! Total flux subtracted in 200 components = 0.00551242 Jy ! Clean residual min=-0.003820 max=0.003518 Jy/beam ! Clean residual mean=0.000027 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.265471 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.000134412 Jy ! Component: 100 - total flux cleaned = 0.000187405 Jy ! Component: 150 - total flux cleaned = 0.000227057 Jy ! Component: 200 - total flux cleaned = 0.000255813 Jy ! Total flux subtracted in 200 components = 0.000255813 Jy ! Clean residual min=-0.003824 max=0.003534 Jy/beam ! Clean residual mean=0.000027 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.265727 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 91 components and 0.265727 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.513 mas, bmaj=5.123 mas, bpa=18.44 degrees ! Estimated noise=0.470336 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000338258 Jy ! Component: 100 - total flux cleaned = -0.000272456 Jy ! Component: 150 - total flux cleaned = -0.000219299 Jy ! Component: 200 - total flux cleaned = -0.000171649 Jy ! Total flux subtracted in 200 components = -0.000171649 Jy ! Clean residual min=-0.003040 max=0.002829 Jy/beam ! Clean residual mean=0.000015 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.265556 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 103 components and 0.265555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060423Jy sigma=1.358514 ! Fit after self-cal, rms=0.060423Jy sigma=1.358460 wmodel /scr/pima/bg219i_uvs/J1112+3446_S_map.mod ! Writing 103 model components to file: /scr/pima/bg219i_uvs/J1112+3446_S_map.mod wobs /scr/pima/bg219i_uvs/J1112+3446_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J1112+3446_S_uvs.fits wwins /scr/pima/bg219i_uvs/J1112+3446_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219i_uvs/J1112+3446_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.000782481 Jy ! Component: 100 - total flux cleaned = -0.00133233 Jy ! Component: 150 - total flux cleaned = -0.00156781 Jy ! Component: 200 - total flux cleaned = -0.00170367 Jy ! Component: 250 - total flux cleaned = -0.00188016 Jy ! Component: 300 - total flux cleaned = -0.00200898 Jy ! Component: 350 - total flux cleaned = -0.00225783 Jy ! Component: 400 - total flux cleaned = -0.00245845 Jy ! Component: 450 - total flux cleaned = -0.00257561 Jy ! Component: 500 - total flux cleaned = -0.00272841 Jy ! Component: 550 - total flux cleaned = -0.00298935 Jy ! Component: 600 - total flux cleaned = -0.00324381 Jy ! Component: 650 - total flux cleaned = -0.0033856 Jy ! Component: 700 - total flux cleaned = -0.00349069 Jy ! Component: 750 - total flux cleaned = -0.00355998 Jy ! Component: 800 - total flux cleaned = -0.00369457 Jy ! Component: 850 - total flux cleaned = -0.00369506 Jy ! Component: 900 - total flux cleaned = -0.0038246 Jy ! Component: 950 - total flux cleaned = -0.00388744 Jy ! Component: 1000 - total flux cleaned = -0.00391891 Jy ! Component: 1050 - total flux cleaned = -0.00398043 Jy ! Component: 1100 - total flux cleaned = -0.00391934 Jy ! Component: 1150 - total flux cleaned = -0.00391928 Jy ! Component: 1200 - total flux cleaned = -0.0038611 Jy ! Component: 1250 - total flux cleaned = -0.00391888 Jy ! Component: 1300 - total flux cleaned = -0.00400345 Jy ! Component: 1350 - total flux cleaned = -0.00397522 Jy ! Component: 1400 - total flux cleaned = -0.00400291 Jy ! Component: 1450 - total flux cleaned = -0.00400291 Jy ! Component: 1500 - total flux cleaned = -0.0040028 Jy ! Component: 1550 - total flux cleaned = -0.00400307 Jy ! Component: 1600 - total flux cleaned = -0.00400317 Jy ! Component: 1650 - total flux cleaned = -0.0040291 Jy ! Component: 1700 - total flux cleaned = -0.00397796 Jy ! Component: 1750 - total flux cleaned = -0.00400319 Jy ! Component: 1800 - total flux cleaned = -0.00392848 Jy ! Component: 1850 - total flux cleaned = -0.00383009 Jy ! Component: 1900 - total flux cleaned = -0.00383041 Jy ! Component: 1950 - total flux cleaned = -0.00378189 Jy ! Component: 2000 - total flux cleaned = -0.00368624 Jy ! Component: 2050 - total flux cleaned = -0.00359167 Jy ! Component: 2100 - total flux cleaned = -0.00359189 Jy ! Component: 2150 - total flux cleaned = -0.00356877 Jy ! Component: 2200 - total flux cleaned = -0.0036377 Jy ! Component: 2250 - total flux cleaned = -0.00354656 Jy ! Component: 2300 - total flux cleaned = -0.00356949 Jy ! Component: 2350 - total flux cleaned = -0.00356942 Jy ! Component: 2400 - total flux cleaned = -0.00348051 Jy ! Component: 2450 - total flux cleaned = -0.00350295 Jy ! Component: 2500 - total flux cleaned = -0.00348113 Jy ! Component: 2550 - total flux cleaned = -0.00345895 Jy ! Component: 2600 - total flux cleaned = -0.00345874 Jy ! Component: 2650 - total flux cleaned = -0.0033948 Jy ! Component: 2700 - total flux cleaned = -0.00331043 Jy ! Component: 2750 - total flux cleaned = -0.00322672 Jy ! Component: 2800 - total flux cleaned = -0.00328951 Jy ! Component: 2850 - total flux cleaned = -0.003248 Jy ! Component: 2900 - total flux cleaned = -0.00318658 Jy ! Component: 2950 - total flux cleaned = -0.00318666 Jy ! Component: 3000 - total flux cleaned = -0.00316642 Jy ! Component: 3050 - total flux cleaned = -0.00314629 Jy ! Component: 3100 - total flux cleaned = -0.00314629 Jy ! Component: 3150 - total flux cleaned = -0.00308685 Jy ! Component: 3200 - total flux cleaned = -0.00302778 Jy ! Component: 3250 - total flux cleaned = -0.00300818 Jy ! Component: 3300 - total flux cleaned = -0.00304685 Jy ! Component: 3350 - total flux cleaned = -0.00300847 Jy ! Component: 3400 - total flux cleaned = -0.00302752 Jy ! Component: 3450 - total flux cleaned = -0.00302762 Jy ! Component: 3500 - total flux cleaned = -0.00304625 Jy ! Component: 3550 - total flux cleaned = -0.00306478 Jy ! Component: 3600 - total flux cleaned = -0.00306473 Jy ! Component: 3650 - total flux cleaned = -0.00306468 Jy ! Component: 3700 - total flux cleaned = -0.00310127 Jy ! Component: 3750 - total flux cleaned = -0.00308295 Jy ! Component: 3800 - total flux cleaned = -0.00308302 Jy ! Component: 3850 - total flux cleaned = -0.00306495 Jy ! Component: 3900 - total flux cleaned = -0.00308302 Jy ! Component: 3950 - total flux cleaned = -0.00311873 Jy ! Component: 4000 - total flux cleaned = -0.00313645 Jy ! Component: 4050 - total flux cleaned = -0.00311884 Jy ! Total flux subtracted in 4096 components = -0.00310119 Jy ! Clean residual min=-0.001208 max=0.000976 Jy/beam ! Clean residual mean=0.000007 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.262454 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 402 components and 0.262454 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J1112+3446_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.513 x 5.123 at 18.44 degrees (North through East) ! Clean map min=-0.0022874 max=0.21267 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J1112+3446_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.212671 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000311991 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.440103 0.440103 0.880206 1.76041 3.52082 7.04165 14.0833 28.1666 56.3332 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.212 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 681.658 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J1112+3446_S_uvs.log closed on Wed Apr 6 23:01:21 2016