! Started logfile: J1504+0407_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:56:52 2017 obs J1504+0407_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1504+0407_S_2015_01_22_pus_uva.fits ! AN table 1: 125 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1504+0407 ! ! 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 281 lines of history. ! ! Reading 18000 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 J1504+0407_S_2015_01_22_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 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941836Jy sigma=0.010751 ! Fit after self-cal, rms=0.923627Jy sigma=0.010552 ! 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.658 mas, bmaj=6.18 mas, bpa=-2.924 degrees ! Estimated noise=801.373 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.0581051 Jy ! Component: 100 - total flux cleaned = 0.0742215 Jy ! Total flux subtracted in 100 components = 0.0742215 Jy ! Clean residual min=-0.003543 max=0.006835 Jy/beam ! Clean residual mean=0.000003 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.0742215 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0742215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076844Jy sigma=0.000792 ! Fit after self-cal, rms=0.076820Jy sigma=0.000791 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0078516 Jy ! Component: 100 - total flux cleaned = 0.0119271 Jy ! Total flux subtracted in 100 components = 0.0119271 Jy ! Clean residual min=-0.002964 max=0.003235 Jy/beam ! Clean residual mean=0.000001 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.0861486 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.0861486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075878Jy sigma=0.000783 ! Fit after self-cal, rms=0.075868Jy sigma=0.000783 ! 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.248 mas, bmaj=7.163 mas, bpa=-3.58 degrees ! Estimated noise=472.046 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.00235478 Jy ! Component: 100 - total flux cleaned = 0.00355107 Jy ! Component: 150 - total flux cleaned = 0.00415973 Jy ! Component: 200 - total flux cleaned = 0.00427791 Jy ! Total flux subtracted in 200 components = 0.00427791 Jy ! Clean residual min=-0.002265 max=0.002869 Jy/beam ! Clean residual mean=0.000001 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.0904265 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 29 components and 0.0904265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075751Jy sigma=0.000782 ! Fit after self-cal, rms=0.075753Jy sigma=0.000782 ! 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.02 FD 1.00* HN 0.98 KP 1.07 ! LA 1.05 MK 1.00 NL 1.06 OV 0.96 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* HN 0.99 KP 0.98 ! LA 1.01 MK 1.00 NL 1.14 OV 1.03 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.00* HN 0.99 KP 0.88 ! LA 0.82 MK 1.03 NL 1.39 OV 0.95 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00* HN 0.94 KP 0.83 ! LA 0.88 MK 1.03 NL 1.00 OV 0.95 ! PT 1.06 SC 0.99 ! ! ! Fit before self-cal, rms=0.075753Jy sigma=0.000782 ! Fit after self-cal, rms=0.073498Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=7.189 mas, bpa=-3.428 degrees ! Estimated noise=473.489 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.000250613 Jy ! Component: 100 - total flux cleaned = 0.000250231 Jy ! Component: 150 - total flux cleaned = 0.00025039 Jy ! Component: 200 - total flux cleaned = 0.000250108 Jy ! Total flux subtracted in 200 components = 0.000250108 Jy ! Clean residual min=-0.001785 max=0.001768 Jy/beam ! Clean residual mean=-0.000000 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.0906767 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.0906767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073495Jy sigma=0.000774 ! Fit after self-cal, rms=0.073474Jy sigma=0.000774 ! 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.073474Jy sigma=0.000774 ! Fit after self-cal, rms=0.072939Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.186 mas, bpa=-3.322 degrees ! Estimated noise=472.879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.6738e-05 Jy ! Component: 100 - total flux cleaned = -8.42446e-05 Jy ! Component: 150 - total flux cleaned = -9.23899e-05 Jy ! Component: 200 - total flux cleaned = -0.000100295 Jy ! Total flux subtracted in 200 components = -0.000100295 Jy ! Clean residual min=-0.001324 max=0.001431 Jy/beam ! Clean residual mean=-0.000000 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0905764 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.0905764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072937Jy sigma=0.000772 ! Fit after self-cal, rms=0.072940Jy sigma=0.000772 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.76655e-05 Jy ! Component: 100 - total flux cleaned = -1.81547e-05 Jy ! Component: 150 - total flux cleaned = -1.82103e-05 Jy ! Component: 200 - total flux cleaned = -1.81539e-05 Jy ! Total flux subtracted in 200 components = -1.81539e-05 Jy ! Clean residual min=-0.001337 max=0.001424 Jy/beam ! Clean residual mean=-0.000000 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0905582 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.0905582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072938Jy sigma=0.000772 ! Fit after self-cal, rms=0.072938Jy sigma=0.000772 ! 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.072938Jy sigma=0.000772 ! Fit after self-cal, rms=0.072873Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=7.185 mas, bpa=-3.277 degrees ! Estimated noise=472.485 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.44644e-05 Jy ! Component: 100 - total flux cleaned = -0.000103973 Jy ! Component: 150 - total flux cleaned = -0.000110519 Jy ! Component: 200 - total flux cleaned = -0.000110482 Jy ! Total flux subtracted in 200 components = -0.000110482 Jy ! Clean residual min=-0.001312 max=0.001407 Jy/beam ! Clean residual mean=-0.000000 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0904477 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 53 components and 0.0904477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072872Jy sigma=0.000772 ! Fit after self-cal, rms=0.072872Jy sigma=0.000772 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.16758e-05 Jy ! Component: 100 - total flux cleaned = -1.53928e-05 Jy ! Component: 150 - total flux cleaned = -1.5471e-05 Jy ! Component: 200 - total flux cleaned = -9.20513e-06 Jy ! Total flux subtracted in 200 components = -9.20513e-06 Jy ! Clean residual min=-0.001310 max=0.001400 Jy/beam ! Clean residual mean=-0.000000 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0904385 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.0904385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072871Jy sigma=0.000772 ! Fit after self-cal, rms=0.072871Jy sigma=0.000772 ! 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.072871Jy sigma=0.000772 ! Fit after self-cal, rms=0.072822Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.967 mas, bmaj=11.19 mas, bpa=-5.641 degrees ! Estimated noise=601.973 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.04492e-05 Jy ! Component: 100 - total flux cleaned = 9.08882e-05 Jy ! Component: 150 - total flux cleaned = 8.20766e-05 Jy ! Component: 200 - total flux cleaned = 0.000102108 Jy ! Total flux subtracted in 200 components = 0.000102108 Jy ! Clean residual min=-0.001411 max=0.001489 Jy/beam ! Clean residual mean=-0.000001 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.0905406 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 63 components and 0.0905406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072824Jy sigma=0.000772 ! Fit after self-cal, rms=0.072821Jy sigma=0.000772 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.27237e-05 Jy ! Component: 100 - total flux cleaned = -2.31039e-05 Jy ! Component: 150 - total flux cleaned = -4.00663e-05 Jy ! Component: 200 - total flux cleaned = -2.83061e-05 Jy ! Total flux subtracted in 200 components = -2.83061e-05 Jy ! Clean residual min=-0.001418 max=0.001494 Jy/beam ! Clean residual mean=-0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.0905123 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.0905123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072824Jy sigma=0.000772 ! Fit after self-cal, rms=0.072822Jy sigma=0.000772 ! Inverting map ! Added new window around map position (88, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000440002 Jy ! Component: 100 - total flux cleaned = 0.000331791 Jy ! Component: 150 - total flux cleaned = 0.000330992 Jy ! Component: 200 - total flux cleaned = 0.000258322 Jy ! Total flux subtracted in 200 components = 0.000258322 Jy ! Clean residual min=-0.001180 max=0.001233 Jy/beam ! Clean residual mean=-0.000001 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.0907706 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 98 components and 0.0907706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072799Jy sigma=0.000772 ! Fit after self-cal, rms=0.072797Jy sigma=0.000772 ! 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.264 mas, bmaj=7.186 mas, bpa=-3.251 degrees ! Estimated noise=472.189 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.264 x 7.186 at -3.251 degrees (North through East) ! Clean map min=-0.0011118 max=0.077402 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.669 mas, bmaj=6.194 mas, bpa=-2.624 degrees ! Estimated noise=794.926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0574524 Jy ! Component: 100 - total flux cleaned = 0.0740855 Jy ! Component: 150 - total flux cleaned = 0.081894 Jy ! Component: 200 - total flux cleaned = 0.0859448 Jy ! Total flux subtracted in 200 components = 0.0859448 Jy ! Clean residual min=-0.002146 max=0.002378 Jy/beam ! Clean residual mean=0.000001 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.0859448 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0859448 Jy ! Inverting map and beam ! Estimated beam: bmin=3.264 mas, bmaj=7.186 mas, bpa=-3.251 degrees ! Estimated noise=472.189 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.00272068 Jy ! Component: 100 - total flux cleaned = 0.00384666 Jy ! Component: 150 - total flux cleaned = 0.00375824 Jy ! Component: 200 - total flux cleaned = 0.00371944 Jy ! Total flux subtracted in 200 components = 0.00371944 Jy ! Clean residual min=-0.001293 max=0.001408 Jy/beam ! Clean residual mean=0.000000 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0896643 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 50 components and 0.0896642 Jy ! Inverting map ! Added new window around map position (96.5, 123.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000791534 Jy ! Component: 100 - total flux cleaned = 0.000717863 Jy ! Component: 150 - total flux cleaned = 0.000685769 Jy ! Component: 200 - total flux cleaned = 0.000657244 Jy ! Total flux subtracted in 200 components = 0.000657244 Jy ! Clean residual min=-0.001259 max=0.001248 Jy/beam ! Clean residual mean=-0.000000 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.0903215 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 88 components and 0.0903215 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=6.967 mas, bmaj=11.19 mas, bpa=-5.641 degrees ! Estimated noise=601.973 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000370966 Jy ! Component: 100 - total flux cleaned = 0.000224964 Jy ! Component: 150 - total flux cleaned = 0.000103279 Jy ! Component: 200 - total flux cleaned = 8.22253e-05 Jy ! Total flux subtracted in 200 components = 8.22253e-05 Jy ! Clean residual min=-0.001214 max=0.001062 Jy/beam ! Clean residual mean=-0.000001 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.0904037 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.90542e-05 Jy ! Component: 100 - total flux cleaned = 7.18662e-05 Jy ! Component: 150 - total flux cleaned = 8.81629e-05 Jy ! Component: 200 - total flux cleaned = 0.000119762 Jy ! Total flux subtracted in 200 components = 0.000119762 Jy ! Clean residual min=-0.001157 max=0.001051 Jy/beam ! Clean residual mean=-0.000000 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0905235 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 122 components and 0.0905235 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.264 mas, bmaj=7.186 mas, bpa=-3.251 degrees ! Estimated noise=472.189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.22873e-05 Jy ! Component: 100 - total flux cleaned = -0.00010425 Jy ! Component: 150 - total flux cleaned = -0.000125596 Jy ! Component: 200 - total flux cleaned = -0.000125383 Jy ! Total flux subtracted in 200 components = -0.000125383 Jy ! Clean residual min=-0.001264 max=0.001277 Jy/beam ! Clean residual mean=-0.000000 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.0903981 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 154 components and 0.0903981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072746Jy sigma=0.000771 ! Fit after self-cal, rms=0.072745Jy sigma=0.000771 wmodel J1504+0407_S_2015_01_22_pus_map.mod ! Writing 154 model components to file: J1504+0407_S_2015_01_22_pus_map.mod wobs J1504+0407_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1504+0407_S_2015_01_22_pus_uvs.fits wwins J1504+0407_S_2015_01_22_pus_map.win ! wwins: Wrote 3 windows to J1504+0407_S_2015_01_22_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.000122878 Jy ! Component: 100 - total flux cleaned = 2.1077e-05 Jy ! Component: 150 - total flux cleaned = -0.00011462 Jy ! Component: 200 - total flux cleaned = -0.000225343 Jy ! Component: 250 - total flux cleaned = -0.00036815 Jy ! Component: 300 - total flux cleaned = -0.000454911 Jy ! Component: 350 - total flux cleaned = -0.000605954 Jy ! Component: 400 - total flux cleaned = -0.000687795 Jy ! Component: 450 - total flux cleaned = -0.00084788 Jy ! Component: 500 - total flux cleaned = -0.000957423 Jy ! Component: 550 - total flux cleaned = -0.00108019 Jy ! Component: 600 - total flux cleaned = -0.00115547 Jy ! Component: 650 - total flux cleaned = -0.00125908 Jy ! Component: 700 - total flux cleaned = -0.00137526 Jy ! Component: 750 - total flux cleaned = -0.00147507 Jy ! Component: 800 - total flux cleaned = -0.00154521 Jy ! Component: 850 - total flux cleaned = -0.00158663 Jy ! Component: 900 - total flux cleaned = -0.0015867 Jy ! Component: 950 - total flux cleaned = -0.00165385 Jy ! Component: 1000 - total flux cleaned = -0.00169357 Jy ! Component: 1050 - total flux cleaned = -0.00173248 Jy ! Component: 1100 - total flux cleaned = -0.00178387 Jy ! Component: 1150 - total flux cleaned = -0.00183446 Jy ! Component: 1200 - total flux cleaned = -0.00188457 Jy ! Component: 1250 - total flux cleaned = -0.00189723 Jy ! Component: 1300 - total flux cleaned = -0.00198262 Jy ! Component: 1350 - total flux cleaned = -0.00199473 Jy ! Component: 1400 - total flux cleaned = -0.0020305 Jy ! Component: 1450 - total flux cleaned = -0.0020893 Jy ! Component: 1500 - total flux cleaned = -0.00211242 Jy ! Component: 1550 - total flux cleaned = -0.00211223 Jy ! Component: 1600 - total flux cleaned = -0.00210079 Jy ! Component: 1650 - total flux cleaned = -0.00210078 Jy ! Component: 1700 - total flux cleaned = -0.00210079 Jy ! Component: 1750 - total flux cleaned = -0.00212293 Jy ! Component: 1800 - total flux cleaned = -0.00211209 Jy ! Component: 1850 - total flux cleaned = -0.00213353 Jy ! Component: 1900 - total flux cleaned = -0.00213344 Jy ! Component: 1950 - total flux cleaned = -0.00212291 Jy ! Component: 2000 - total flux cleaned = -0.00209157 Jy ! Component: 2050 - total flux cleaned = -0.00206063 Jy ! Component: 2100 - total flux cleaned = -0.0020914 Jy ! Component: 2150 - total flux cleaned = -0.00207114 Jy ! Component: 2200 - total flux cleaned = -0.00209123 Jy ! Component: 2250 - total flux cleaned = -0.00206131 Jy ! Component: 2300 - total flux cleaned = -0.00205156 Jy ! Component: 2350 - total flux cleaned = -0.00211996 Jy ! Component: 2400 - total flux cleaned = -0.00208108 Jy ! Component: 2450 - total flux cleaned = -0.00208111 Jy ! Component: 2500 - total flux cleaned = -0.00208114 Jy ! Component: 2550 - total flux cleaned = -0.00210962 Jy ! Component: 2600 - total flux cleaned = -0.00211907 Jy ! Component: 2650 - total flux cleaned = -0.00217459 Jy ! Component: 2700 - total flux cleaned = -0.00214698 Jy ! Component: 2750 - total flux cleaned = -0.00217428 Jy ! Component: 2800 - total flux cleaned = -0.00220123 Jy ! Component: 2850 - total flux cleaned = -0.00221016 Jy ! Component: 2900 - total flux cleaned = -0.00224562 Jy ! Component: 2950 - total flux cleaned = -0.00221048 Jy ! Component: 3000 - total flux cleaned = -0.0022454 Jy ! Component: 3050 - total flux cleaned = -0.00224541 Jy ! Component: 3100 - total flux cleaned = -0.00229683 Jy ! Component: 3150 - total flux cleaned = -0.00228819 Jy ! Component: 3200 - total flux cleaned = -0.00227979 Jy ! Component: 3250 - total flux cleaned = -0.00227139 Jy ! Component: 3300 - total flux cleaned = -0.00230468 Jy ! Component: 3350 - total flux cleaned = -0.00228003 Jy ! Component: 3400 - total flux cleaned = -0.00230474 Jy ! Component: 3450 - total flux cleaned = -0.00230477 Jy ! Component: 3500 - total flux cleaned = -0.00232904 Jy ! Component: 3550 - total flux cleaned = -0.00231299 Jy ! Component: 3600 - total flux cleaned = -0.00236083 Jy ! Component: 3650 - total flux cleaned = -0.00236084 Jy ! Component: 3700 - total flux cleaned = -0.00234511 Jy ! Component: 3750 - total flux cleaned = -0.00237631 Jy ! Component: 3800 - total flux cleaned = -0.0023685 Jy ! Component: 3850 - total flux cleaned = -0.00237609 Jy ! Component: 3900 - total flux cleaned = -0.00236848 Jy ! Component: 3950 - total flux cleaned = -0.00238364 Jy ! Component: 4000 - total flux cleaned = -0.00239114 Jy ! Component: 4050 - total flux cleaned = -0.00240611 Jy ! Total flux subtracted in 4096 components = -0.00241352 Jy ! Clean residual min=-0.000593 max=0.000518 Jy/beam ! Clean residual mean=0.000000 rms=0.000136 Jy/beam ! Combined flux in latest and established models = 0.0879846 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 450 components and 0.0879845 Jy ![Exited script file: muppet] wmap "J1504+0407_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.264 x 7.186 at -3.251 degrees (North through East) ! Clean map min=-0.00092919 max=0.076987 Jy/beam ! Writing clean map to FITS file: J1504+0407_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0769871 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00013475 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.525086 0.525086 1.05017 2.10035 4.20069 8.40138 16.8028 33.6055 67.2111 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.076 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.264 x 7.186 at -3.251 degrees (North through East) ! Clean map min=-0.00092919 max=0.076987 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 J1504+0407_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:56:58 2017