! Started logfile: J0121+1127_S_2017_06_10_pus_uvs.log on Mon May 6 14:41:24 2019 obs J0121+1127_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0121+1127_S_2017_06_10_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.970698 visibilities/baseline/integration-bin. ! Found source: J0121+1127 ! ! 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 1154 lines of history. ! ! Reading 19744 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 J0121+1127_S_2017_06_10_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 623 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.892362Jy sigma=0.008916 ! Fit after self-cal, rms=0.884100Jy sigma=0.008843 ! 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.72 mas, bmaj=6.752 mas, bpa=-4.644 degrees ! Estimated noise=774.888 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.0917206 Jy ! Component: 100 - total flux cleaned = 0.112422 Jy ! Total flux subtracted in 100 components = 0.112422 Jy ! Clean residual min=-0.003070 max=0.007334 Jy/beam ! Clean residual mean=-0.000001 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.112422 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.112422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073469Jy sigma=0.000695 ! Fit after self-cal, rms=0.073461Jy sigma=0.000695 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00732293 Jy ! Component: 100 - total flux cleaned = 0.0104797 Jy ! Total flux subtracted in 100 components = 0.0104797 Jy ! Clean residual min=-0.002636 max=0.002720 Jy/beam ! Clean residual mean=0.000002 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.122901 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.122901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072821Jy sigma=0.000689 ! Fit after self-cal, rms=0.072821Jy sigma=0.000689 ! 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.24 mas, bmaj=7.737 mas, bpa=-4.507 degrees ! Estimated noise=574.433 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.000936411 Jy ! Component: 100 - total flux cleaned = 0.0010234 Jy ! Component: 150 - total flux cleaned = 0.00102294 Jy ! Component: 200 - total flux cleaned = 0.0010061 Jy ! Total flux subtracted in 200 components = 0.0010061 Jy ! Clean residual min=-0.002097 max=0.002081 Jy/beam ! Clean residual mean=0.000002 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.123907 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 28 components and 0.123907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072792Jy sigma=0.000689 ! Fit after self-cal, rms=0.072791Jy sigma=0.000689 ! 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.00 FD 0.97 HN 0.98 KP 1.04 ! LA 1.03 MK 1.05 NL 0.92 OV 1.02 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 0.97 KP 1.00 ! LA 0.98 MK 1.02 NL 1.04 OV 1.06 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.01 HN 1.00 KP 0.98 ! LA 0.97 MK 1.04 NL 1.05 OV 0.97 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.91 KP 1.00* ! LA 0.97 MK 0.97 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.072791Jy sigma=0.000689 ! Fit after self-cal, rms=0.072213Jy sigma=0.000686 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=7.74 mas, bpa=-4.458 degrees ! Estimated noise=576.192 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.000124101 Jy ! Component: 100 - total flux cleaned = 9.49052e-05 Jy ! Component: 150 - total flux cleaned = 8.27174e-05 Jy ! Component: 200 - total flux cleaned = 7.18914e-05 Jy ! Total flux subtracted in 200 components = 7.18914e-05 Jy ! Clean residual min=-0.001931 max=0.001786 Jy/beam ! Clean residual mean=0.000002 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.123979 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 33 components and 0.123979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072206Jy sigma=0.000686 ! Fit after self-cal, rms=0.072198Jy sigma=0.000686 ! 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.072198Jy sigma=0.000686 ! Fit after self-cal, rms=0.072109Jy sigma=0.000683 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.261 mas, bmaj=7.739 mas, bpa=-4.468 degrees ! Estimated noise=577.657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000151015 Jy ! Component: 100 - total flux cleaned = 0.000117005 Jy ! Component: 150 - total flux cleaned = 6.67634e-05 Jy ! Component: 200 - total flux cleaned = 3.09632e-05 Jy ! Total flux subtracted in 200 components = 3.09632e-05 Jy ! Clean residual min=-0.001637 max=0.001576 Jy/beam ! Clean residual mean=-0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.12401 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.12401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072105Jy sigma=0.000683 ! Fit after self-cal, rms=0.072124Jy sigma=0.000682 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 = -3.85507e-05 Jy ! Component: 100 - total flux cleaned = -7.19561e-05 Jy ! Component: 150 - total flux cleaned = -9.51556e-05 Jy ! Component: 200 - total flux cleaned = -0.000116444 Jy ! Total flux subtracted in 200 components = -0.000116444 Jy ! Clean residual min=-0.001634 max=0.001581 Jy/beam ! Clean residual mean=-0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.123894 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 41 components and 0.123894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072122Jy sigma=0.000682 ! Fit after self-cal, rms=0.072121Jy sigma=0.000682 ! 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.072121Jy sigma=0.000682 ! Fit after self-cal, rms=0.072230Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=7.737 mas, bpa=-4.425 degrees ! Estimated noise=577.858 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000134431 Jy ! Component: 100 - total flux cleaned = -0.000181863 Jy ! Component: 150 - total flux cleaned = -0.000212696 Jy ! Component: 200 - total flux cleaned = -0.000227136 Jy ! Total flux subtracted in 200 components = -0.000227136 Jy ! Clean residual min=-0.001609 max=0.001574 Jy/beam ! Clean residual mean=-0.000001 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.123667 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.123667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072228Jy sigma=0.000682 ! Fit after self-cal, rms=0.072231Jy sigma=0.000682 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.24706e-06 Jy ! Component: 100 - total flux cleaned = -3.61362e-05 Jy ! Component: 150 - total flux cleaned = -4.26509e-05 Jy ! Component: 200 - total flux cleaned = -4.87548e-05 Jy ! Total flux subtracted in 200 components = -4.87548e-05 Jy ! Clean residual min=-0.001608 max=0.001572 Jy/beam ! Clean residual mean=-0.000001 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.123618 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 52 components and 0.123618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072230Jy sigma=0.000682 ! Fit after self-cal, rms=0.072230Jy sigma=0.000682 ! 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.072230Jy sigma=0.000682 ! Fit after self-cal, rms=0.072277Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.369 mas, bmaj=11.36 mas, bpa=-5.554 degrees ! Estimated noise=723.482 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000340206 Jy ! Component: 100 - total flux cleaned = -0.000376829 Jy ! Component: 150 - total flux cleaned = -0.000399022 Jy ! Component: 200 - total flux cleaned = -0.000422256 Jy ! Total flux subtracted in 200 components = -0.000422256 Jy ! Clean residual min=-0.001613 max=0.001669 Jy/beam ! Clean residual mean=-0.000003 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.123196 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 56 components and 0.123196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072278Jy sigma=0.000682 ! Fit after self-cal, rms=0.072278Jy sigma=0.000682 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.56349e-05 Jy ! Component: 100 - total flux cleaned = -1.97494e-05 Jy ! Component: 150 - total flux cleaned = -3.32857e-05 Jy ! Component: 200 - total flux cleaned = -4.23018e-05 Jy ! Total flux subtracted in 200 components = -4.23018e-05 Jy ! Clean residual min=-0.001607 max=0.001673 Jy/beam ! Clean residual mean=-0.000003 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.123153 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.123153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072279Jy sigma=0.000682 ! Fit after self-cal, rms=0.072278Jy sigma=0.000682 ! 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.271 mas, bmaj=7.738 mas, bpa=-4.371 degrees ! Estimated noise=578.171 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.271 x 7.738 at -4.371 degrees (North through East) ! Clean map min=-0.0014912 max=0.11871 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.745 mas, bmaj=6.753 mas, bpa=-4.588 degrees ! Estimated noise=777.571 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0919726 Jy ! Component: 100 - total flux cleaned = 0.112553 Jy ! Component: 150 - total flux cleaned = 0.119446 Jy ! Component: 200 - total flux cleaned = 0.122339 Jy ! Total flux subtracted in 200 components = 0.122339 Jy ! Clean residual min=-0.002033 max=0.002119 Jy/beam ! Clean residual mean=0.000000 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.122339 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.122339 Jy ! Inverting map and beam ! Estimated beam: bmin=3.271 mas, bmaj=7.738 mas, bpa=-4.371 degrees ! Estimated noise=578.171 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.00103603 Jy ! Component: 100 - total flux cleaned = 0.00117793 Jy ! Component: 150 - total flux cleaned = 0.00122224 Jy ! Component: 200 - total flux cleaned = 0.00120462 Jy ! Total flux subtracted in 200 components = 0.00120462 Jy ! Clean residual min=-0.001604 max=0.001613 Jy/beam ! Clean residual mean=-0.000002 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.123544 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 25 components and 0.123544 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.369 mas, bmaj=11.36 mas, bpa=-5.554 degrees ! Estimated noise=723.482 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.02757e-05 Jy ! Component: 100 - total flux cleaned = -7.5692e-05 Jy ! Component: 150 - total flux cleaned = -0.000119436 Jy ! Component: 200 - total flux cleaned = -0.000156158 Jy ! Total flux subtracted in 200 components = -0.000156158 Jy ! Clean residual min=-0.001674 max=0.001652 Jy/beam ! Clean residual mean=-0.000003 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.123388 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 = -3.2249e-05 Jy ! Component: 100 - total flux cleaned = -6.09711e-05 Jy ! Component: 150 - total flux cleaned = -8.68317e-05 Jy ! Component: 200 - total flux cleaned = -0.000115596 Jy ! Total flux subtracted in 200 components = -0.000115596 Jy ! Clean residual min=-0.001636 max=0.001663 Jy/beam ! Clean residual mean=-0.000003 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.123272 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 38 components and 0.123272 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.271 mas, bmaj=7.738 mas, bpa=-4.371 degrees ! Estimated noise=578.171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.15039e-05 Jy ! Component: 100 - total flux cleaned = 3.28705e-05 Jy ! Component: 150 - total flux cleaned = 4.13411e-05 Jy ! Component: 200 - total flux cleaned = 4.17954e-05 Jy ! Total flux subtracted in 200 components = 4.17954e-05 Jy ! Clean residual min=-0.001592 max=0.001579 Jy/beam ! Clean residual mean=-0.000002 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.123314 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.123314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072279Jy sigma=0.000682 ! Fit after self-cal, rms=0.072278Jy sigma=0.000682 wmodel J0121+1127_S_2017_06_10_pus_map.mod ! Writing 47 model components to file: J0121+1127_S_2017_06_10_pus_map.mod wobs J0121+1127_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0121+1127_S_2017_06_10_pus_uvs.fits wwins J0121+1127_S_2017_06_10_pus_map.win ! wwins: Wrote 1 windows to J0121+1127_S_2017_06_10_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.000148412 Jy ! Component: 100 - total flux cleaned = 0.000202178 Jy ! Component: 150 - total flux cleaned = 0.00020264 Jy ! Component: 200 - total flux cleaned = 0.000129666 Jy ! Component: 250 - total flux cleaned = 8.3032e-05 Jy ! Component: 300 - total flux cleaned = 3.65224e-05 Jy ! Component: 350 - total flux cleaned = -8.60877e-06 Jy ! Component: 400 - total flux cleaned = -5.26588e-05 Jy ! Component: 450 - total flux cleaned = -0.000138446 Jy ! Component: 500 - total flux cleaned = -0.000264137 Jy ! Component: 550 - total flux cleaned = -0.000345957 Jy ! Component: 600 - total flux cleaned = -0.000406414 Jy ! Component: 650 - total flux cleaned = -0.000485893 Jy ! Component: 700 - total flux cleaned = -0.000583206 Jy ! Component: 750 - total flux cleaned = -0.000583205 Jy ! Component: 800 - total flux cleaned = -0.000640248 Jy ! Component: 850 - total flux cleaned = -0.000677413 Jy ! Component: 900 - total flux cleaned = -0.00069568 Jy ! Component: 950 - total flux cleaned = -0.000695827 Jy ! Component: 1000 - total flux cleaned = -0.000767506 Jy ! Component: 1050 - total flux cleaned = -0.00085541 Jy ! Component: 1100 - total flux cleaned = -0.000855181 Jy ! Component: 1150 - total flux cleaned = -0.00087256 Jy ! Component: 1200 - total flux cleaned = -0.000923481 Jy ! Component: 1250 - total flux cleaned = -0.000990598 Jy ! Component: 1300 - total flux cleaned = -0.00102364 Jy ! Component: 1350 - total flux cleaned = -0.00102374 Jy ! Component: 1400 - total flux cleaned = -0.00105639 Jy ! Component: 1450 - total flux cleaned = -0.00123244 Jy ! Component: 1500 - total flux cleaned = -0.00126386 Jy ! Component: 1550 - total flux cleaned = -0.00131078 Jy ! Component: 1600 - total flux cleaned = -0.00141902 Jy ! Component: 1650 - total flux cleaned = -0.00146507 Jy ! Component: 1700 - total flux cleaned = -0.00155555 Jy ! Component: 1750 - total flux cleaned = -0.00158537 Jy ! Component: 1800 - total flux cleaned = -0.00164452 Jy ! Component: 1850 - total flux cleaned = -0.00165909 Jy ! Component: 1900 - total flux cleaned = -0.00170305 Jy ! Component: 1950 - total flux cleaned = -0.00178959 Jy ! Component: 2000 - total flux cleaned = -0.00183232 Jy ! Component: 2050 - total flux cleaned = -0.00184659 Jy ! Component: 2100 - total flux cleaned = -0.00190278 Jy ! Component: 2150 - total flux cleaned = -0.00197237 Jy ! Component: 2200 - total flux cleaned = -0.00198624 Jy ! Component: 2250 - total flux cleaned = -0.00210891 Jy ! Component: 2300 - total flux cleaned = -0.00213581 Jy ! Component: 2350 - total flux cleaned = -0.00216276 Jy ! Component: 2400 - total flux cleaned = -0.00220257 Jy ! Component: 2450 - total flux cleaned = -0.00222898 Jy ! Component: 2500 - total flux cleaned = -0.00230744 Jy ! Component: 2550 - total flux cleaned = -0.00237206 Jy ! Component: 2600 - total flux cleaned = -0.00237213 Jy ! Component: 2650 - total flux cleaned = -0.0023849 Jy ! Component: 2700 - total flux cleaned = -0.00243548 Jy ! Component: 2750 - total flux cleaned = -0.00246055 Jy ! Component: 2800 - total flux cleaned = -0.00251027 Jy ! Component: 2850 - total flux cleaned = -0.00254738 Jy ! Component: 2900 - total flux cleaned = -0.0025473 Jy ! Component: 2950 - total flux cleaned = -0.00259586 Jy ! Component: 3000 - total flux cleaned = -0.00263207 Jy ! Component: 3050 - total flux cleaned = -0.00266799 Jy ! Component: 3100 - total flux cleaned = -0.00268001 Jy ! Component: 3150 - total flux cleaned = -0.00269189 Jy ! Component: 3200 - total flux cleaned = -0.00272709 Jy ! Component: 3250 - total flux cleaned = -0.00273885 Jy ! Component: 3300 - total flux cleaned = -0.00277356 Jy ! Component: 3350 - total flux cleaned = -0.00273913 Jy ! Component: 3400 - total flux cleaned = -0.00279635 Jy ! Component: 3450 - total flux cleaned = -0.00285299 Jy ! Component: 3500 - total flux cleaned = -0.00286413 Jy ! Component: 3550 - total flux cleaned = -0.00287526 Jy ! Component: 3600 - total flux cleaned = -0.00287515 Jy ! Component: 3650 - total flux cleaned = -0.0028641 Jy ! Component: 3700 - total flux cleaned = -0.00288606 Jy ! Component: 3750 - total flux cleaned = -0.00290788 Jy ! Component: 3800 - total flux cleaned = -0.00289708 Jy ! Component: 3850 - total flux cleaned = -0.00297241 Jy ! Component: 3900 - total flux cleaned = -0.00291889 Jy ! Component: 3950 - total flux cleaned = -0.00292951 Jy ! Component: 4000 - total flux cleaned = -0.00294012 Jy ! Component: 4050 - total flux cleaned = -0.00294004 Jy ! Total flux subtracted in 4096 components = -0.00296094 Jy ! Clean residual min=-0.000570 max=0.000624 Jy/beam ! Clean residual mean=-0.000002 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.120353 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 339 components and 0.120353 Jy ![Exited script file: muppet] wmap "J0121+1127_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.271 x 7.738 at -4.371 degrees (North through East) ! Clean map min=-0.0011144 max=0.11875 Jy/beam ! Writing clean map to FITS file: J0121+1127_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.118754 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194412 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.491129 0.491129 0.982257 1.96451 3.92903 7.85806 15.7161 31.4322 62.8644 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.118 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.271 x 7.738 at -4.371 degrees (North through East) ! Clean map min=-0.0011144 max=0.11875 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 J0121+1127_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:41:30 2019