! Started logfile: /scr/pima/bg219e_uvs/J1438+4418_S_uvs.log on Thu Apr 7 06:46:56 2016 obs /scr/pima/bg219e_uvs/J1438+4418_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1438+4418_S_uva.fits ! AN table 1: 21 integrations on 36 of 36 possible baselines. ! AN table 2: 21 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.906746 visibilities/baseline/integration-bin. ! Found source: J1438+4418 ! ! 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 5484 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/J1438+4418_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 9 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.048909Jy sigma=22.948601 ! Fit after self-cal, rms=0.708135Jy sigma=15.393797 ! 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.492 mas, bmaj=6.127 mas, bpa=38.66 degrees ! Estimated noise=0.651456 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.227626 Jy ! Component: 100 - total flux cleaned = 0.2773 Jy ! Total flux subtracted in 100 components = 0.2773 Jy ! Clean residual min=-0.006145 max=0.014375 Jy/beam ! Clean residual mean=0.000013 rms=0.001887 Jy/beam ! Combined flux in latest and established models = 0.2773 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.2773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066509Jy sigma=1.397163 ! Fit after self-cal, rms=0.066507Jy sigma=1.397079 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141639 Jy ! Component: 100 - total flux cleaned = 0.0209891 Jy ! Total flux subtracted in 100 components = 0.0209891 Jy ! Clean residual min=-0.005209 max=0.006286 Jy/beam ! Clean residual mean=0.000008 rms=0.001356 Jy/beam ! Combined flux in latest and established models = 0.298289 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 14 components and 0.298289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063494Jy sigma=1.319265 ! Fit after self-cal, rms=0.063495Jy sigma=1.319190 ! 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.387 mas, bmaj=6.585 mas, bpa=37.54 degrees ! Estimated noise=0.460448 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.0048594 Jy ! Component: 100 - total flux cleaned = 0.00756134 Jy ! Component: 150 - total flux cleaned = 0.00925148 Jy ! Component: 200 - total flux cleaned = 0.00982912 Jy ! Total flux subtracted in 200 components = 0.00982912 Jy ! Clean residual min=-0.003734 max=0.004514 Jy/beam ! Clean residual mean=-0.000005 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.308118 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.308118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063146Jy sigma=1.309953 ! Fit after self-cal, rms=0.063145Jy sigma=1.309870 ! 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.387 x 6.585 at 37.54 degrees (North through East) ! Clean map min=-0.0037013 max=0.29427 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.01 HN 0.98 KP 0.97 ! LA 1.01 NL 0.96 OV 1.00 PT 0.93 ! SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.01 HN 0.94 KP 0.99 ! LA 1.00 MK 1.12 NL 0.99 OV 0.97 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.03 HN 0.97 KP 0.97 ! LA 0.98 NL 0.98 OV 0.98 PT 1.03 ! SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.06 HN 0.96 KP 1.01 ! LA 1.02 MK 1.10 NL 0.96 OV 0.98 ! SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.03 KP 0.97 ! LA 1.01 NL 0.97 OV 1.01 PT 1.03 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.00 HN 0.97 KP 1.01 ! LA 1.03 MK 1.14 NL 0.96 OV 0.97 ! SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.02 KP 1.02 ! LA 1.01 NL 0.98 OV 1.00 PT 1.06 ! SC 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.02 HN 0.99 KP 1.03 ! LA 1.00 MK 1.17 NL 0.95 OV 1.03 ! SC 0.99 ! ! ! Fit before self-cal, rms=0.063145Jy sigma=1.309870 ! Fit after self-cal, rms=0.061852Jy sigma=1.267815 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.406 mas, bmaj=6.566 mas, bpa=37.56 degrees ! Estimated noise=0.459859 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.000387866 Jy ! Component: 100 - total flux cleaned = 0.000248977 Jy ! Component: 150 - total flux cleaned = 0.000183174 Jy ! Component: 200 - total flux cleaned = 0.000132103 Jy ! Total flux subtracted in 200 components = 0.000132103 Jy ! Clean residual min=-0.002346 max=0.002337 Jy/beam ! Clean residual mean=-0.000001 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.30825 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.30825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061781Jy sigma=1.266688 ! Fit after self-cal, rms=0.061806Jy sigma=1.266575 ! 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.061806Jy sigma=1.266575 ! Fit after self-cal, rms=0.061820Jy sigma=1.266241 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.412 mas, bmaj=6.555 mas, bpa=37.58 degrees ! Estimated noise=0.459933 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000156403 Jy ! Component: 100 - total flux cleaned = 7.22653e-05 Jy ! Component: 150 - total flux cleaned = 3.43643e-05 Jy ! Component: 200 - total flux cleaned = 4.67916e-06 Jy ! Total flux subtracted in 200 components = 4.67916e-06 Jy ! Clean residual min=-0.002373 max=0.002318 Jy/beam ! Clean residual mean=-0.000001 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.308255 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.308255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061793Jy sigma=1.265895 ! Fit after self-cal, rms=0.061793Jy sigma=1.265888 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 = -9.30594e-06 Jy ! Component: 100 - total flux cleaned = -1.94157e-05 Jy ! Component: 150 - total flux cleaned = -1.90943e-05 Jy ! Component: 200 - total flux cleaned = -1.86372e-05 Jy ! Total flux subtracted in 200 components = -1.86372e-05 Jy ! Clean residual min=-0.002354 max=0.002318 Jy/beam ! Clean residual mean=-0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.308236 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.308236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061789Jy sigma=1.265842 ! Fit after self-cal, rms=0.061789Jy sigma=1.265842 ! 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.061789Jy sigma=1.265842 ! Fit after self-cal, rms=0.061814Jy sigma=1.265667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.417 mas, bmaj=6.548 mas, bpa=37.6 degrees ! Estimated noise=0.460031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.62845e-05 Jy ! Component: 100 - total flux cleaned = 7.99001e-06 Jy ! Component: 150 - total flux cleaned = -4.23124e-06 Jy ! Component: 200 - total flux cleaned = -2.58616e-05 Jy ! Total flux subtracted in 200 components = -2.58616e-05 Jy ! Clean residual min=-0.002381 max=0.002313 Jy/beam ! Clean residual mean=-0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.30821 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.30821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061803Jy sigma=1.265554 ! Fit after self-cal, rms=0.061803Jy sigma=1.265552 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.68224e-05 Jy ! Component: 100 - total flux cleaned = -4.44007e-05 Jy ! Component: 150 - total flux cleaned = -5.33205e-05 Jy ! Component: 200 - total flux cleaned = -5.31508e-05 Jy ! Total flux subtracted in 200 components = -5.31508e-05 Jy ! Clean residual min=-0.002382 max=0.002303 Jy/beam ! Clean residual mean=-0.000001 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.308157 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 59 components and 0.308157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061800Jy sigma=1.265513 ! Fit after self-cal, rms=0.061801Jy sigma=1.265512 ! 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.061801Jy sigma=1.265512 ! Fit after self-cal, rms=0.061824Jy sigma=1.265447 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.847 mas, bmaj=8.462 mas, bpa=12.15 degrees ! Estimated noise=0.531213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012159 Jy ! Component: 100 - total flux cleaned = 0.000130053 Jy ! Component: 150 - total flux cleaned = 0.000122418 Jy ! Component: 200 - total flux cleaned = 0.000122192 Jy ! Total flux subtracted in 200 components = 0.000122192 Jy ! Clean residual min=-0.002225 max=0.002494 Jy/beam ! Clean residual mean=-0.000003 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.308279 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 61 components and 0.308279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061826Jy sigma=1.265437 ! Fit after self-cal, rms=0.061826Jy sigma=1.265426 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 = -7.6961e-06 Jy ! Component: 100 - total flux cleaned = -7.41513e-06 Jy ! Component: 150 - total flux cleaned = -7.00344e-06 Jy ! Component: 200 - total flux cleaned = -6.8798e-06 Jy ! Total flux subtracted in 200 components = -6.8798e-06 Jy ! Clean residual min=-0.002215 max=0.002487 Jy/beam ! Clean residual mean=-0.000003 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.308272 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 64 components and 0.308272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061826Jy sigma=1.265417 ! Fit after self-cal, rms=0.061825Jy sigma=1.265414 ! 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.421 mas, bmaj=6.544 mas, bpa=37.63 degrees ! Estimated noise=0.460125 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.421 x 6.544 at 37.63 degrees (North through East) ! Clean map min=-0.0023829 max=0.29476 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.534 mas, bmaj=6.088 mas, bpa=38.93 degrees ! Estimated noise=0.654703 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.228745 Jy ! Component: 100 - total flux cleaned = 0.278626 Jy ! Component: 150 - total flux cleaned = 0.290879 Jy ! Component: 200 - total flux cleaned = 0.296787 Jy ! Total flux subtracted in 200 components = 0.296787 Jy ! Clean residual min=-0.003430 max=0.003796 Jy/beam ! Clean residual mean=0.000004 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.296787 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.296787 Jy ! Inverting map and beam ! Estimated beam: bmin=4.421 mas, bmaj=6.544 mas, bpa=37.63 degrees ! Estimated noise=0.460125 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) ! Added new window around map position (-5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00454184 Jy ! Component: 100 - total flux cleaned = 0.00726397 Jy ! Component: 150 - total flux cleaned = 0.00905324 Jy ! Component: 200 - total flux cleaned = 0.0100767 Jy ! Total flux subtracted in 200 components = 0.0100767 Jy ! Clean residual min=-0.002286 max=0.002218 Jy/beam ! Clean residual mean=-0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.306864 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 42 components and 0.306864 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.847 mas, bmaj=8.462 mas, bpa=12.15 degrees ! Estimated noise=0.531213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000846033 Jy ! Component: 100 - total flux cleaned = 0.000952876 Jy ! Component: 150 - total flux cleaned = 0.000994349 Jy ! Component: 200 - total flux cleaned = 0.000977305 Jy ! Total flux subtracted in 200 components = 0.000977305 Jy ! Clean residual min=-0.002195 max=0.002428 Jy/beam ! Clean residual mean=-0.000003 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.307841 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.71089e-05 Jy ! Component: 100 - total flux cleaned = 5.2213e-05 Jy ! Component: 150 - total flux cleaned = 8.6216e-05 Jy ! Component: 200 - total flux cleaned = 0.000106995 Jy ! Total flux subtracted in 200 components = 0.000106995 Jy ! Clean residual min=-0.002203 max=0.002437 Jy/beam ! Clean residual mean=-0.000003 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.307948 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 94 components and 0.307948 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.421 mas, bmaj=6.544 mas, bpa=37.63 degrees ! Estimated noise=0.460125 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.12757e-05 Jy ! Component: 100 - total flux cleaned = 0.000229517 Jy ! Component: 150 - total flux cleaned = 0.000333099 Jy ! Component: 200 - total flux cleaned = 0.000409889 Jy ! Total flux subtracted in 200 components = 0.000409889 Jy ! Clean residual min=-0.002282 max=0.002313 Jy/beam ! Clean residual mean=-0.000002 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.308358 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 108 components and 0.308358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061786Jy sigma=1.264671 ! Fit after self-cal, rms=0.061787Jy sigma=1.264640 wmodel /scr/pima/bg219e_uvs/J1438+4418_S_map.mod ! Writing 108 model components to file: /scr/pima/bg219e_uvs/J1438+4418_S_map.mod wobs /scr/pima/bg219e_uvs/J1438+4418_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J1438+4418_S_uvs.fits wwins /scr/pima/bg219e_uvs/J1438+4418_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219e_uvs/J1438+4418_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.00027853 Jy ! Component: 100 - total flux cleaned = 0.000393784 Jy ! Component: 150 - total flux cleaned = 0.000194579 Jy ! Component: 200 - total flux cleaned = 7.01041e-05 Jy ! Component: 250 - total flux cleaned = -7.81629e-05 Jy ! Component: 300 - total flux cleaned = -0.000163525 Jy ! Component: 350 - total flux cleaned = -0.000218743 Jy ! Component: 400 - total flux cleaned = -0.000192636 Jy ! Component: 450 - total flux cleaned = -0.000192271 Jy ! Component: 500 - total flux cleaned = -0.000142337 Jy ! Component: 550 - total flux cleaned = -0.000190896 Jy ! Component: 600 - total flux cleaned = -0.000119657 Jy ! Component: 650 - total flux cleaned = -0.000120072 Jy ! Component: 700 - total flux cleaned = -0.000119822 Jy ! Component: 750 - total flux cleaned = -9.72757e-05 Jy ! Component: 800 - total flux cleaned = -0.000119142 Jy ! Component: 850 - total flux cleaned = -0.000183309 Jy ! Component: 900 - total flux cleaned = -0.000140729 Jy ! Component: 950 - total flux cleaned = -0.000119942 Jy ! Component: 1000 - total flux cleaned = -0.000160895 Jy ! Component: 1050 - total flux cleaned = -0.000121018 Jy ! Component: 1100 - total flux cleaned = -0.00010085 Jy ! Component: 1150 - total flux cleaned = -4.26336e-05 Jy ! Component: 1200 - total flux cleaned = -6.20592e-05 Jy ! Component: 1250 - total flux cleaned = -2.38506e-05 Jy ! Component: 1300 - total flux cleaned = 3.22636e-05 Jy ! Component: 1350 - total flux cleaned = 8.76749e-05 Jy ! Component: 1400 - total flux cleaned = 0.000124269 Jy ! Component: 1450 - total flux cleaned = 0.000124677 Jy ! Component: 1500 - total flux cleaned = 0.000177748 Jy ! Component: 1550 - total flux cleaned = 0.000212634 Jy ! Component: 1600 - total flux cleaned = 0.000178244 Jy ! Component: 1650 - total flux cleaned = 0.000263261 Jy ! Component: 1700 - total flux cleaned = 0.000280038 Jy ! Component: 1750 - total flux cleaned = 0.000296988 Jy ! Component: 1800 - total flux cleaned = 0.000362774 Jy ! Component: 1850 - total flux cleaned = 0.000378904 Jy ! Component: 1900 - total flux cleaned = 0.000443055 Jy ! Component: 1950 - total flux cleaned = 0.000522388 Jy ! Component: 2000 - total flux cleaned = 0.000538161 Jy ! Component: 2050 - total flux cleaned = 0.000615959 Jy ! Component: 2100 - total flux cleaned = 0.000708437 Jy ! Component: 2150 - total flux cleaned = 0.000784691 Jy ! Component: 2200 - total flux cleaned = 0.000920685 Jy ! Component: 2250 - total flux cleaned = 0.000995337 Jy ! Component: 2300 - total flux cleaned = 0.00111413 Jy ! Component: 2350 - total flux cleaned = 0.00114373 Jy ! Component: 2400 - total flux cleaned = 0.00121671 Jy ! Component: 2450 - total flux cleaned = 0.00130335 Jy ! Component: 2500 - total flux cleaned = 0.00133232 Jy ! Component: 2550 - total flux cleaned = 0.00144654 Jy ! Component: 2600 - total flux cleaned = 0.00153123 Jy ! Component: 2650 - total flux cleaned = 0.00158731 Jy ! Component: 2700 - total flux cleaned = 0.00165695 Jy ! Component: 2750 - total flux cleaned = 0.00179492 Jy ! Component: 2800 - total flux cleaned = 0.00182233 Jy ! Component: 2850 - total flux cleaned = 0.00187682 Jy ! Component: 2900 - total flux cleaned = 0.00195782 Jy ! Component: 2950 - total flux cleaned = 0.00199797 Jy ! Component: 3000 - total flux cleaned = 0.00206454 Jy ! Component: 3050 - total flux cleaned = 0.00213055 Jy ! Component: 3100 - total flux cleaned = 0.0021698 Jy ! Component: 3150 - total flux cleaned = 0.0022219 Jy ! Component: 3200 - total flux cleaned = 0.00229952 Jy ! Component: 3250 - total flux cleaned = 0.00231242 Jy ! Component: 3300 - total flux cleaned = 0.00235081 Jy ! Component: 3350 - total flux cleaned = 0.00241438 Jy ! Component: 3400 - total flux cleaned = 0.00242699 Jy ! Component: 3450 - total flux cleaned = 0.00245211 Jy ! Component: 3500 - total flux cleaned = 0.00248969 Jy ! Component: 3550 - total flux cleaned = 0.00255179 Jy ! Component: 3600 - total flux cleaned = 0.00258878 Jy ! Component: 3650 - total flux cleaned = 0.00260103 Jy ! Component: 3700 - total flux cleaned = 0.00264984 Jy ! Component: 3750 - total flux cleaned = 0.00269838 Jy ! Component: 3800 - total flux cleaned = 0.00268632 Jy ! Component: 3850 - total flux cleaned = 0.00280654 Jy ! Component: 3900 - total flux cleaned = 0.00281837 Jy ! Component: 3950 - total flux cleaned = 0.00284211 Jy ! Component: 4000 - total flux cleaned = 0.00286574 Jy ! Component: 4050 - total flux cleaned = 0.00288926 Jy ! Total flux subtracted in 4096 components = 0.00290095 Jy ! Clean residual min=-0.000895 max=0.000703 Jy/beam ! Clean residual mean=0.000001 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.311259 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 395 components and 0.311259 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J1438+4418_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.421 x 6.544 at 37.63 degrees (North through East) ! Clean map min=-0.0021958 max=0.29504 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1438+4418_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.295044 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000213998 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.217593 0.217593 0.435186 0.870372 1.74074 3.48149 6.96297 13.9259 27.8519 55.7038 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.295 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1378.72 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1438+4418_S_uvs.log closed on Thu Apr 7 06:47:00 2016