! Started logfile: J0422+3058_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:16:37 2017 obs J0422+3058_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0422+3058_S_2014_01_04_pus_uva.fits ! AN table 1: 118 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0422+3058 ! ! 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.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 370 lines of history. ! ! Reading 9912 visibilities. select I ! Polarization I is unavailable. ! 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 ![@muppet J0422+3058_S_2014_01_04_pus] 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 236 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 236 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 236 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 236 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.940373Jy sigma=0.013890 ! Fit after self-cal, rms=0.917900Jy sigma=0.013507 ! 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.331 mas, bmaj=4.51 mas, bpa=-3.904 degrees ! Estimated noise=1032.23 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.0634115 Jy ! Component: 100 - total flux cleaned = 0.0832538 Jy ! Total flux subtracted in 100 components = 0.0832538 Jy ! Clean residual min=-0.008370 max=0.016882 Jy/beam ! Clean residual mean=-0.000005 rms=0.002378 Jy/beam ! Combined flux in latest and established models = 0.0832538 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0832538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081865Jy sigma=0.001015 ! Fit after self-cal, rms=0.081309Jy sigma=0.001013 ! Inverting map ! Added new window around map position (-4.5, -4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0154779 Jy ! Component: 100 - total flux cleaned = 0.023936 Jy ! Total flux subtracted in 100 components = 0.023936 Jy ! Clean residual min=-0.006247 max=0.008565 Jy/beam ! Clean residual mean=0.000004 rms=0.001698 Jy/beam ! Combined flux in latest and established models = 0.10719 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 13 components and 0.10719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077679Jy sigma=0.000956 ! Fit after self-cal, rms=0.077053Jy sigma=0.000953 ! 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.067 mas, bmaj=5.294 mas, bpa=-0.1286 degrees ! Estimated noise=510.726 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.00926092 Jy ! Component: 100 - total flux cleaned = 0.0150943 Jy ! Component: 150 - total flux cleaned = 0.0193484 Jy ! Component: 200 - total flux cleaned = 0.0225048 Jy ! Total flux subtracted in 200 components = 0.0225048 Jy ! Clean residual min=-0.005307 max=0.006920 Jy/beam ! Clean residual mean=0.000018 rms=0.001651 Jy/beam ! Combined flux in latest and established models = 0.129695 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 25 components and 0.129695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075583Jy sigma=0.000934 ! Fit after self-cal, rms=0.075319Jy sigma=0.000932 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* KP 1.00* LA 1.03 ! MK 1.01 NL 0.96 OV 0.90 PT 1.00 ! SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00* KP 1.00* LA 0.99 ! MK 1.00 NL 0.99 OV 0.96 PT 0.99 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* KP 1.00* LA 0.83 ! MK 1.03 NL 0.91 OV 0.90 PT 0.98 ! SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.00* KP 1.00* LA 0.87 ! MK 1.05 NL 1.04 OV 0.98 PT 1.04 ! SC 0.93 ! ! ! Fit before self-cal, rms=0.075319Jy sigma=0.000932 ! Fit after self-cal, rms=0.071487Jy sigma=0.000919 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.064 mas, bmaj=5.347 mas, bpa=1.23 degrees ! Estimated noise=503.143 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.00205721 Jy ! Component: 100 - total flux cleaned = 0.00210722 Jy ! Component: 150 - total flux cleaned = 0.00226101 Jy ! Component: 200 - total flux cleaned = 0.00230479 Jy ! Total flux subtracted in 200 components = 0.00230479 Jy ! Clean residual min=-0.003907 max=0.006067 Jy/beam ! Clean residual mean=0.000021 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 0.131999 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 38 components and 0.131999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071345Jy sigma=0.000917 ! Fit after self-cal, rms=0.070986Jy sigma=0.000916 ! 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.070986Jy sigma=0.000916 ! Fit after self-cal, rms=0.072338Jy sigma=0.000912 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.072 mas, bmaj=5.318 mas, bpa=1.163 degrees ! Estimated noise=503.291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132426 Jy ! Component: 100 - total flux cleaned = 0.00132941 Jy ! Component: 150 - total flux cleaned = 0.00140081 Jy ! Component: 200 - total flux cleaned = 0.00140072 Jy ! Total flux subtracted in 200 components = 0.00140072 Jy ! Clean residual min=-0.003833 max=0.005214 Jy/beam ! Clean residual mean=0.000019 rms=0.001214 Jy/beam ! Combined flux in latest and established models = 0.1334 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.1334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072278Jy sigma=0.000911 ! Fit after self-cal, rms=0.072278Jy sigma=0.000911 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 (-14.5, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0050225 Jy ! Component: 100 - total flux cleaned = 0.00766501 Jy ! Component: 150 - total flux cleaned = 0.00867889 Jy ! Component: 200 - total flux cleaned = 0.00949213 Jy ! Total flux subtracted in 200 components = 0.00949213 Jy ! Clean residual min=-0.003216 max=0.003665 Jy/beam ! Clean residual mean=0.000012 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.142892 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 74 components and 0.142892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071871Jy sigma=0.000905 ! Fit after self-cal, rms=0.071704Jy sigma=0.000904 ! 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.071704Jy sigma=0.000904 ! Fit after self-cal, rms=0.069516Jy sigma=0.000903 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.051 mas, bmaj=5.313 mas, bpa=0.499 degrees ! Estimated noise=497.959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264987 Jy ! Component: 100 - total flux cleaned = 0.00420745 Jy ! Component: 150 - total flux cleaned = 0.00443714 Jy ! Component: 200 - total flux cleaned = 0.00463927 Jy ! Total flux subtracted in 200 components = 0.00463927 Jy ! Clean residual min=-0.002749 max=0.003085 Jy/beam ! Clean residual mean=0.000008 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.147531 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 93 components and 0.147531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069370Jy sigma=0.000901 ! Fit after self-cal, rms=0.069261Jy sigma=0.000901 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.000844327 Jy ! Component: 100 - total flux cleaned = 0.00114919 Jy ! Component: 150 - total flux cleaned = 0.00119308 Jy ! Component: 200 - total flux cleaned = 0.00123275 Jy ! Total flux subtracted in 200 components = 0.00123275 Jy ! Clean residual min=-0.002702 max=0.002913 Jy/beam ! Clean residual mean=0.000007 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.148764 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 102 components and 0.148764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069188Jy sigma=0.000900 ! Fit after self-cal, rms=0.069143Jy sigma=0.000900 ! 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.069143Jy sigma=0.000900 ! Fit after self-cal, rms=0.067848Jy sigma=0.000900 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.536 mas, bmaj=9.88 mas, bpa=6.505 degrees ! Estimated noise=568.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022605 Jy ! Component: 100 - total flux cleaned = 0.00258411 Jy ! Component: 150 - total flux cleaned = 0.00282881 Jy ! Component: 200 - total flux cleaned = 0.00286051 Jy ! Total flux subtracted in 200 components = 0.00286051 Jy ! Clean residual min=-0.002929 max=0.003411 Jy/beam ! Clean residual mean=0.000006 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.151625 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 114 components and 0.151625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067835Jy sigma=0.000899 ! Fit after self-cal, rms=0.067756Jy sigma=0.000899 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.000668736 Jy ! Component: 100 - total flux cleaned = 0.000800478 Jy ! Component: 150 - total flux cleaned = 0.000802488 Jy ! Component: 200 - total flux cleaned = 0.000849712 Jy ! Total flux subtracted in 200 components = 0.000849712 Jy ! Clean residual min=-0.002821 max=0.003474 Jy/beam ! Clean residual mean=0.000004 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.152474 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 121 components and 0.152474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067761Jy sigma=0.000899 ! Fit after self-cal, rms=0.067736Jy sigma=0.000899 ! 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.038 mas, bmaj=5.317 mas, bpa=0.3854 degrees ! Estimated noise=495.857 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.038 x 5.317 at 0.3854 degrees (North through East) ! Clean map min=-0.002495 max=0.073649 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.301 mas, bmaj=4.51 mas, bpa=-3.63 degrees ! Estimated noise=1004.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.061888 Jy ! Component: 100 - total flux cleaned = 0.0869953 Jy ! Component: 150 - total flux cleaned = 0.101312 Jy ! Component: 200 - total flux cleaned = 0.110564 Jy ! Total flux subtracted in 200 components = 0.110564 Jy ! Clean residual min=-0.006529 max=0.006764 Jy/beam ! Clean residual mean=0.000000 rms=0.001550 Jy/beam ! Combined flux in latest and established models = 0.110564 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.110564 Jy ! Inverting map and beam ! Estimated beam: bmin=4.038 mas, bmaj=5.317 mas, bpa=0.3854 degrees ! Estimated noise=495.857 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.00948019 Jy ! Component: 100 - total flux cleaned = 0.0161784 Jy ! Component: 150 - total flux cleaned = 0.0214113 Jy ! Component: 200 - total flux cleaned = 0.0256001 Jy ! Total flux subtracted in 200 components = 0.0256001 Jy ! Clean residual min=-0.004068 max=0.004548 Jy/beam ! Clean residual mean=0.000002 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.136164 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 46 components and 0.136164 Jy ! Inverting map ! Added new window around map position (-23, -17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0045643 Jy ! Component: 100 - total flux cleaned = 0.0076308 Jy ! Component: 150 - total flux cleaned = 0.0100914 Jy ! Component: 200 - total flux cleaned = 0.0121278 Jy ! Total flux subtracted in 200 components = 0.0121278 Jy ! Clean residual min=-0.003077 max=0.002340 Jy/beam ! Clean residual mean=0.000000 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.148292 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 78 components and 0.148292 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.536 mas, bmaj=9.88 mas, bpa=6.505 degrees ! Estimated noise=568.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00232651 Jy ! Component: 100 - total flux cleaned = 0.004007 Jy ! Component: 150 - total flux cleaned = 0.00532582 Jy ! Component: 200 - total flux cleaned = 0.00637419 Jy ! Total flux subtracted in 200 components = 0.00637419 Jy ! Clean residual min=-0.002378 max=0.002413 Jy/beam ! Clean residual mean=0.000002 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.154666 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.000845699 Jy ! Component: 100 - total flux cleaned = 0.00153172 Jy ! Component: 150 - total flux cleaned = 0.00192548 Jy ! Component: 200 - total flux cleaned = 0.002092 Jy ! Total flux subtracted in 200 components = 0.002092 Jy ! Clean residual min=-0.002213 max=0.002347 Jy/beam ! Clean residual mean=0.000003 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.156758 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 136 components and 0.156758 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.038 mas, bmaj=5.317 mas, bpa=0.3854 degrees ! Estimated noise=495.857 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000151406 Jy ! Component: 100 - total flux cleaned = 8.89673e-05 Jy ! Component: 150 - total flux cleaned = 0.000347449 Jy ! Component: 200 - total flux cleaned = 0.000504388 Jy ! Total flux subtracted in 200 components = 0.000504388 Jy ! Clean residual min=-0.002520 max=0.002335 Jy/beam ! Clean residual mean=0.000000 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.157263 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 155 components and 0.157263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067565Jy sigma=0.000896 ! Fit after self-cal, rms=0.067544Jy sigma=0.000896 wmodel J0422+3058_S_2014_01_04_pus_map.mod ! Writing 155 model components to file: J0422+3058_S_2014_01_04_pus_map.mod wobs J0422+3058_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0422+3058_S_2014_01_04_pus_uvs.fits wwins J0422+3058_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J0422+3058_S_2014_01_04_pus_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.000875728 Jy ! Component: 100 - total flux cleaned = -0.00128904 Jy ! Component: 150 - total flux cleaned = -0.00163667 Jy ! Component: 200 - total flux cleaned = -0.00193457 Jy ! Component: 250 - total flux cleaned = -0.0021601 Jy ! Component: 300 - total flux cleaned = -0.00232292 Jy ! Component: 350 - total flux cleaned = -0.00255692 Jy ! Component: 400 - total flux cleaned = -0.002632 Jy ! Component: 450 - total flux cleaned = -0.00272861 Jy ! Component: 500 - total flux cleaned = -0.00282225 Jy ! Component: 550 - total flux cleaned = -0.00293602 Jy ! Component: 600 - total flux cleaned = -0.00306848 Jy ! Component: 650 - total flux cleaned = -0.00315468 Jy ! Component: 700 - total flux cleaned = -0.0032602 Jy ! Component: 750 - total flux cleaned = -0.0033423 Jy ! Component: 800 - total flux cleaned = -0.00348215 Jy ! Component: 850 - total flux cleaned = -0.0035597 Jy ! Component: 900 - total flux cleaned = -0.00367359 Jy ! Component: 950 - total flux cleaned = -0.003766 Jy ! Component: 1000 - total flux cleaned = -0.00382063 Jy ! Component: 1050 - total flux cleaned = -0.00389149 Jy ! Component: 1100 - total flux cleaned = -0.00399555 Jy ! Component: 1150 - total flux cleaned = -0.00406343 Jy ! Component: 1200 - total flux cleaned = -0.00412989 Jy ! Component: 1250 - total flux cleaned = -0.00422683 Jy ! Component: 1300 - total flux cleaned = -0.00430624 Jy ! Component: 1350 - total flux cleaned = -0.00433713 Jy ! Component: 1400 - total flux cleaned = -0.00438302 Jy ! Component: 1450 - total flux cleaned = -0.00442818 Jy ! Component: 1500 - total flux cleaned = -0.00445783 Jy ! Component: 1550 - total flux cleaned = -0.00450111 Jy ! Component: 1600 - total flux cleaned = -0.00451521 Jy ! Component: 1650 - total flux cleaned = -0.00454353 Jy ! Component: 1700 - total flux cleaned = -0.00458465 Jy ! Component: 1750 - total flux cleaned = -0.00459806 Jy ! Component: 1800 - total flux cleaned = -0.00463823 Jy ! Component: 1850 - total flux cleaned = -0.00467752 Jy ! Component: 1900 - total flux cleaned = -0.00472923 Jy ! Component: 1950 - total flux cleaned = -0.00478022 Jy ! Component: 2000 - total flux cleaned = -0.00483055 Jy ! Component: 2050 - total flux cleaned = -0.00483032 Jy ! Component: 2100 - total flux cleaned = -0.00483045 Jy ! Component: 2150 - total flux cleaned = -0.00480653 Jy ! Component: 2200 - total flux cleaned = -0.00478292 Jy ! Component: 2250 - total flux cleaned = -0.00480631 Jy ! Component: 2300 - total flux cleaned = -0.00482933 Jy ! Component: 2350 - total flux cleaned = -0.00481773 Jy ! Component: 2400 - total flux cleaned = -0.00481776 Jy ! Component: 2450 - total flux cleaned = -0.00482886 Jy ! Component: 2500 - total flux cleaned = -0.00485092 Jy ! Component: 2550 - total flux cleaned = -0.00485086 Jy ! Component: 2600 - total flux cleaned = -0.00489404 Jy ! Component: 2650 - total flux cleaned = -0.00489382 Jy ! Component: 2700 - total flux cleaned = -0.00489375 Jy ! Component: 2750 - total flux cleaned = -0.00494576 Jy ! Component: 2800 - total flux cleaned = -0.00493528 Jy ! Component: 2850 - total flux cleaned = -0.00497616 Jy ! Component: 2900 - total flux cleaned = -0.00498632 Jy ! Component: 2950 - total flux cleaned = -0.00501635 Jy ! Component: 3000 - total flux cleaned = -0.00507593 Jy ! Component: 3050 - total flux cleaned = -0.00507584 Jy ! Component: 3100 - total flux cleaned = -0.00511483 Jy ! Component: 3150 - total flux cleaned = -0.00513416 Jy ! Component: 3200 - total flux cleaned = -0.00518189 Jy ! Component: 3250 - total flux cleaned = -0.00520092 Jy ! Component: 3300 - total flux cleaned = -0.00520101 Jy ! Component: 3350 - total flux cleaned = -0.00523837 Jy ! Component: 3400 - total flux cleaned = -0.00526625 Jy ! Component: 3450 - total flux cleaned = -0.00528467 Jy ! Component: 3500 - total flux cleaned = -0.00533031 Jy ! Component: 3550 - total flux cleaned = -0.00531219 Jy ! Component: 3600 - total flux cleaned = -0.0053302 Jy ! Component: 3650 - total flux cleaned = -0.00534807 Jy ! Component: 3700 - total flux cleaned = -0.00536575 Jy ! Component: 3750 - total flux cleaned = -0.00538335 Jy ! Component: 3800 - total flux cleaned = -0.00538345 Jy ! Component: 3850 - total flux cleaned = -0.00542705 Jy ! Component: 3900 - total flux cleaned = -0.00542707 Jy ! Component: 3950 - total flux cleaned = -0.00544426 Jy ! Component: 4000 - total flux cleaned = -0.00543566 Jy ! Component: 4050 - total flux cleaned = -0.00542712 Jy ! Total flux subtracted in 4096 components = -0.00541872 Jy ! Clean residual min=-0.000542 max=0.000552 Jy/beam ! Clean residual mean=0.000001 rms=0.000140 Jy/beam ! Combined flux in latest and established models = 0.151844 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 417 components and 0.151844 Jy ![Exited script file: muppet] wmap "J0422+3058_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.038 x 5.317 at 0.3854 degrees (North through East) ! Clean map min=-0.0012563 max=0.071987 Jy/beam ! Writing clean map to FITS file: J0422+3058_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0719868 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000135953 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.566573 0.566573 1.13315 2.26629 4.53258 9.06517 18.1303 36.2607 72.5213 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.071 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.038 x 5.317 at 0.3854 degrees (North through East) ! Clean map min=-0.0012563 max=0.071987 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0422+3058_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:16:42 2017