! Started logfile: J1419+3821_S_2017_07_09_pus_uvs.log on Wed May 8 14:50:22 2019 obs J1419+3821_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1419+3821_S_2017_07_09_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.815556 visibilities/baseline/integration-bin. ! Found source: J1419+3821 ! ! 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 594 lines of history. ! ! Reading 4404 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 J1419+3821_S_2017_07_09_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 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 181 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.720914Jy sigma=0.007199 ! Fit after self-cal, rms=0.713013Jy sigma=0.007132 ! 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.972 mas, bmaj=5.327 mas, bpa=-4.953 degrees ! Estimated noise=1496.15 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.220977 Jy ! Component: 100 - total flux cleaned = 0.270377 Jy ! Total flux subtracted in 100 components = 0.270377 Jy ! Clean residual min=-0.007489 max=0.016926 Jy/beam ! Clean residual mean=0.000020 rms=0.001941 Jy/beam ! Combined flux in latest and established models = 0.270377 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.270377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082972Jy sigma=0.000741 ! Fit after self-cal, rms=0.082969Jy sigma=0.000741 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0178564 Jy ! Component: 100 - total flux cleaned = 0.0267089 Jy ! Total flux subtracted in 100 components = 0.0267089 Jy ! Clean residual min=-0.006112 max=0.006172 Jy/beam ! Clean residual mean=0.000010 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.297086 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.297086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077879Jy sigma=0.000698 ! Fit after self-cal, rms=0.077876Jy sigma=0.000698 ! 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.518 mas, bmaj=5.909 mas, bpa=-2.626 degrees ! Estimated noise=1219.37 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.00663105 Jy ! Component: 100 - total flux cleaned = 0.00995924 Jy ! Component: 150 - total flux cleaned = 0.0117279 Jy ! Component: 200 - total flux cleaned = 0.0123911 Jy ! Total flux subtracted in 200 components = 0.0123911 Jy ! Clean residual min=-0.006657 max=0.005117 Jy/beam ! Clean residual mean=0.000005 rms=0.001345 Jy/beam ! Combined flux in latest and established models = 0.309477 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 28 components and 0.309477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077067Jy sigma=0.000695 ! Fit after self-cal, rms=0.077067Jy sigma=0.000695 ! 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 0.99 FD 0.96 HN 0.96 KP 1.06 ! LA 1.03 MK 1.02 NL 0.91 OV 1.01 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.98 HN 1.01 KP 0.99 ! LA 0.98 MK 0.98 NL 1.07 OV 1.06 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00 HN 1.02 KP 1.00 ! LA 1.01 MK 1.02 NL 1.02 OV 1.00 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 1.02 KP 1.00* ! LA 0.96 MK 1.16 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.077067Jy sigma=0.000695 ! Fit after self-cal, rms=0.074471Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.533 mas, bmaj=5.9 mas, bpa=-2.447 degrees ! Estimated noise=1226.59 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.00211878 Jy ! Component: 100 - total flux cleaned = 0.00243078 Jy ! Component: 150 - total flux cleaned = 0.00242925 Jy ! Component: 200 - total flux cleaned = 0.00246641 Jy ! Total flux subtracted in 200 components = 0.00246641 Jy ! Clean residual min=-0.005410 max=0.004864 Jy/beam ! Clean residual mean=0.000004 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 0.311944 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.311944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074381Jy sigma=0.000676 ! Fit after self-cal, rms=0.074376Jy sigma=0.000676 ! 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.074376Jy sigma=0.000676 ! Fit after self-cal, rms=0.069779Jy sigma=0.000647 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.531 mas, bmaj=5.908 mas, bpa=-2.37 degrees ! Estimated noise=1225.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000608107 Jy ! Component: 100 - total flux cleaned = -0.000665239 Jy ! Component: 150 - total flux cleaned = -0.00071847 Jy ! Component: 200 - total flux cleaned = -0.000742702 Jy ! Total flux subtracted in 200 components = -0.000742702 Jy ! Clean residual min=-0.003292 max=0.003123 Jy/beam ! Clean residual mean=0.000001 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.311201 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.311201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069756Jy sigma=0.000647 ! Fit after self-cal, rms=0.069748Jy sigma=0.000647 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.10501e-06 Jy ! Component: 100 - total flux cleaned = 9.06527e-07 Jy ! Component: 150 - total flux cleaned = 1.20835e-08 Jy ! Component: 200 - total flux cleaned = -1.21609e-08 Jy ! Total flux subtracted in 200 components = -1.21609e-08 Jy ! Clean residual min=-0.003282 max=0.003076 Jy/beam ! Clean residual mean=0.000001 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.311201 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.311201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069735Jy sigma=0.000646 ! Fit after self-cal, rms=0.069735Jy sigma=0.000646 ! 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.069735Jy sigma=0.000646 ! Fit after self-cal, rms=0.069776Jy sigma=0.000646 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.536 mas, bmaj=5.911 mas, bpa=-2.337 degrees ! Estimated noise=1226.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000385502 Jy ! Component: 100 - total flux cleaned = -0.000456704 Jy ! Component: 150 - total flux cleaned = -0.000478318 Jy ! Component: 200 - total flux cleaned = -0.000458647 Jy ! Total flux subtracted in 200 components = -0.000458647 Jy ! Clean residual min=-0.003296 max=0.003037 Jy/beam ! Clean residual mean=0.000000 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.310742 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.310742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069761Jy sigma=0.000646 ! Fit after self-cal, rms=0.069761Jy sigma=0.000646 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.0448e-07 Jy ! Component: 100 - total flux cleaned = -2.12631e-07 Jy ! Component: 150 - total flux cleaned = 1.3279e-07 Jy ! Component: 200 - total flux cleaned = 1.72153e-05 Jy ! Total flux subtracted in 200 components = 1.72153e-05 Jy ! Clean residual min=-0.003295 max=0.002990 Jy/beam ! Clean residual mean=0.000000 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.31076 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.31076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069751Jy sigma=0.000646 ! Fit after self-cal, rms=0.069751Jy sigma=0.000646 ! 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.069751Jy sigma=0.000646 ! Fit after self-cal, rms=0.069779Jy sigma=0.000646 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.562 mas, bmaj=9.409 mas, bpa=-2.066 degrees ! Estimated noise=1519.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000312556 Jy ! Component: 100 - total flux cleaned = 0.000379045 Jy ! Component: 150 - total flux cleaned = 0.000435972 Jy ! Component: 200 - total flux cleaned = 0.000485346 Jy ! Total flux subtracted in 200 components = 0.000485346 Jy ! Clean residual min=-0.003521 max=0.003477 Jy/beam ! Clean residual mean=-0.000003 rms=0.000971 Jy/beam ! Combined flux in latest and established models = 0.311245 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 53 components and 0.311245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069781Jy sigma=0.000646 ! Fit after self-cal, rms=0.069780Jy sigma=0.000646 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 = 6.77314e-05 Jy ! Component: 100 - total flux cleaned = 0.000107271 Jy ! Component: 150 - total flux cleaned = 0.000128104 Jy ! Component: 200 - total flux cleaned = 0.000153008 Jy ! Total flux subtracted in 200 components = 0.000153008 Jy ! Clean residual min=-0.003519 max=0.003471 Jy/beam ! Clean residual mean=-0.000003 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.311398 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 64 components and 0.311398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069781Jy sigma=0.000646 ! Fit after self-cal, rms=0.069780Jy sigma=0.000646 ! 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.54 mas, bmaj=5.913 mas, bpa=-2.282 degrees ! Estimated noise=1226.27 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.54 x 5.913 at -2.282 degrees (North through East) ! Clean map min=-0.0032216 max=0.2881 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.99 mas, bmaj=5.33 mas, bpa=-4.457 degrees ! Estimated noise=1513.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.222799 Jy ! Component: 100 - total flux cleaned = 0.272089 Jy ! Component: 150 - total flux cleaned = 0.288626 Jy ! Component: 200 - total flux cleaned = 0.297001 Jy ! Total flux subtracted in 200 components = 0.297001 Jy ! Clean residual min=-0.004861 max=0.004598 Jy/beam ! Clean residual mean=0.000009 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.297001 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.297001 Jy ! Inverting map and beam ! Estimated beam: bmin=3.54 mas, bmaj=5.913 mas, bpa=-2.282 degrees ! Estimated noise=1226.27 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.00633848 Jy ! Component: 100 - total flux cleaned = 0.00969647 Jy ! Component: 150 - total flux cleaned = 0.0116529 Jy ! Component: 200 - total flux cleaned = 0.0126745 Jy ! Total flux subtracted in 200 components = 0.0126745 Jy ! Clean residual min=-0.003324 max=0.003097 Jy/beam ! Clean residual mean=0.000001 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.309676 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 35 components and 0.309676 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.562 mas, bmaj=9.409 mas, bpa=-2.066 degrees ! Estimated noise=1519.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104275 Jy ! Component: 100 - total flux cleaned = 0.00149344 Jy ! Component: 150 - total flux cleaned = 0.00162264 Jy ! Component: 200 - total flux cleaned = 0.00165225 Jy ! Total flux subtracted in 200 components = 0.00165225 Jy ! Clean residual min=-0.003500 max=0.003476 Jy/beam ! Clean residual mean=-0.000003 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.311328 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.66531e-05 Jy ! Component: 100 - total flux cleaned = 4.50651e-05 Jy ! Component: 150 - total flux cleaned = 6.22316e-05 Jy ! Component: 200 - total flux cleaned = 7.8097e-05 Jy ! Total flux subtracted in 200 components = 7.8097e-05 Jy ! Clean residual min=-0.003502 max=0.003473 Jy/beam ! Clean residual mean=-0.000003 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.311406 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.311406 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.54 mas, bmaj=5.913 mas, bpa=-2.282 degrees ! Estimated noise=1226.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000458989 Jy ! Component: 100 - total flux cleaned = -0.000608964 Jy ! Component: 150 - total flux cleaned = -0.000661882 Jy ! Component: 200 - total flux cleaned = -0.000686595 Jy ! Total flux subtracted in 200 components = -0.000686595 Jy ! Clean residual min=-0.003313 max=0.003028 Jy/beam ! Clean residual mean=-0.000000 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.31072 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.310719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069817Jy sigma=0.000646 ! Fit after self-cal, rms=0.069808Jy sigma=0.000646 wmodel J1419+3821_S_2017_07_09_pus_map.mod ! Writing 56 model components to file: J1419+3821_S_2017_07_09_pus_map.mod wobs J1419+3821_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1419+3821_S_2017_07_09_pus_uvs.fits wwins J1419+3821_S_2017_07_09_pus_map.win ! wwins: Wrote 1 windows to J1419+3821_S_2017_07_09_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.000978177 Jy ! Component: 100 - total flux cleaned = -0.00125458 Jy ! Component: 150 - total flux cleaned = -0.00125525 Jy ! Component: 200 - total flux cleaned = -0.0012568 Jy ! Component: 250 - total flux cleaned = -0.00145058 Jy ! Component: 300 - total flux cleaned = -0.00145168 Jy ! Component: 350 - total flux cleaned = -0.00149732 Jy ! Component: 400 - total flux cleaned = -0.00149588 Jy ! Component: 450 - total flux cleaned = -0.00153857 Jy ! Component: 500 - total flux cleaned = -0.00166559 Jy ! Component: 550 - total flux cleaned = -0.00174939 Jy ! Component: 600 - total flux cleaned = -0.00195434 Jy ! Component: 650 - total flux cleaned = -0.00211554 Jy ! Component: 700 - total flux cleaned = -0.00239363 Jy ! Component: 750 - total flux cleaned = -0.00251028 Jy ! Component: 800 - total flux cleaned = -0.0026641 Jy ! Component: 850 - total flux cleaned = -0.00270306 Jy ! Component: 900 - total flux cleaned = -0.00292897 Jy ! Component: 950 - total flux cleaned = -0.00296649 Jy ! Component: 1000 - total flux cleaned = -0.00322266 Jy ! Component: 1050 - total flux cleaned = -0.00340281 Jy ! Component: 1100 - total flux cleaned = -0.00347393 Jy ! Component: 1150 - total flux cleaned = -0.00361512 Jy ! Component: 1200 - total flux cleaned = -0.00372017 Jy ! Component: 1250 - total flux cleaned = -0.00378924 Jy ! Component: 1300 - total flux cleaned = -0.00399278 Jy ! Component: 1350 - total flux cleaned = -0.00412674 Jy ! Component: 1400 - total flux cleaned = -0.00416008 Jy ! Component: 1450 - total flux cleaned = -0.0042258 Jy ! Component: 1500 - total flux cleaned = -0.00438816 Jy ! Component: 1550 - total flux cleaned = -0.0044202 Jy ! Component: 1600 - total flux cleaned = -0.00461025 Jy ! Component: 1650 - total flux cleaned = -0.00476669 Jy ! Component: 1700 - total flux cleaned = -0.00482914 Jy ! Component: 1750 - total flux cleaned = -0.004952 Jy ! Component: 1800 - total flux cleaned = -0.00522488 Jy ! Component: 1850 - total flux cleaned = -0.0053449 Jy ! Component: 1900 - total flux cleaned = -0.00537428 Jy ! Component: 1950 - total flux cleaned = -0.0054923 Jy ! Component: 2000 - total flux cleaned = -0.00555072 Jy ! Component: 2050 - total flux cleaned = -0.00563766 Jy ! Component: 2100 - total flux cleaned = -0.00578109 Jy ! Component: 2150 - total flux cleaned = -0.00589473 Jy ! Component: 2200 - total flux cleaned = -0.00600727 Jy ! Component: 2250 - total flux cleaned = -0.00614672 Jy ! Component: 2300 - total flux cleaned = -0.00620153 Jy ! Component: 2350 - total flux cleaned = -0.00628362 Jy ! Component: 2400 - total flux cleaned = -0.00636526 Jy ! Component: 2450 - total flux cleaned = -0.00649926 Jy ! Component: 2500 - total flux cleaned = -0.00644572 Jy ! Component: 2550 - total flux cleaned = -0.006631 Jy ! Component: 2600 - total flux cleaned = -0.00676207 Jy ! Component: 2650 - total flux cleaned = -0.00678792 Jy ! Component: 2700 - total flux cleaned = -0.00686532 Jy ! Component: 2750 - total flux cleaned = -0.00704504 Jy ! Component: 2800 - total flux cleaned = -0.00696892 Jy ! Component: 2850 - total flux cleaned = -0.00724706 Jy ! Component: 2900 - total flux cleaned = -0.00724701 Jy ! Component: 2950 - total flux cleaned = -0.00737166 Jy ! Component: 3000 - total flux cleaned = -0.0074703 Jy ! Component: 3050 - total flux cleaned = -0.007544 Jy ! Component: 3100 - total flux cleaned = -0.00766577 Jy ! Component: 3150 - total flux cleaned = -0.00764188 Jy ! Component: 3200 - total flux cleaned = -0.00766592 Jy ! Component: 3250 - total flux cleaned = -0.00773756 Jy ! Component: 3300 - total flux cleaned = -0.00787922 Jy ! Component: 3350 - total flux cleaned = -0.00797289 Jy ! Component: 3400 - total flux cleaned = -0.00794966 Jy ! Component: 3450 - total flux cleaned = -0.00785692 Jy ! Component: 3500 - total flux cleaned = -0.00797242 Jy ! Component: 3550 - total flux cleaned = -0.00806375 Jy ! Component: 3600 - total flux cleaned = -0.00806375 Jy ! Component: 3650 - total flux cleaned = -0.00815361 Jy ! Component: 3700 - total flux cleaned = -0.00804158 Jy ! Component: 3750 - total flux cleaned = -0.0081308 Jy ! Component: 3800 - total flux cleaned = -0.00815262 Jy ! Component: 3850 - total flux cleaned = -0.00819641 Jy ! Component: 3900 - total flux cleaned = -0.00826178 Jy ! Component: 3950 - total flux cleaned = -0.00819654 Jy ! Component: 4000 - total flux cleaned = -0.00826129 Jy ! Component: 4050 - total flux cleaned = -0.00834693 Jy ! Total flux subtracted in 4096 components = -0.00830422 Jy ! Clean residual min=-0.001114 max=0.001122 Jy/beam ! Clean residual mean=-0.000003 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.302415 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 361 components and 0.302415 Jy ![Exited script file: muppet] wmap "J1419+3821_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.54 x 5.913 at -2.282 degrees (North through East) ! Clean map min=-0.0022352 max=0.28834 Jy/beam ! Writing clean map to FITS file: J1419+3821_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.288344 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000390865 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.406666 0.406666 0.813332 1.62666 3.25333 6.50665 13.0133 26.0266 52.0532 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.288 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.54 x 5.913 at -2.282 degrees (North through East) ! Clean map min=-0.0022352 max=0.28834 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 J1419+3821_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:50:26 2019