! Started logfile: J1954-1123_S_2017_06_10_pus_uvs.log on Mon May 6 15:01:05 2019 obs J1954-1123_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1954-1123_S_2017_06_10_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.956349 visibilities/baseline/integration-bin. ! Found source: J1954-1123 ! ! 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 9640 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 J1954-1123_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 348 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.773120Jy sigma=0.007010 ! Fit after self-cal, rms=0.744003Jy sigma=0.006751 ! 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.524 mas, bmaj=7.062 mas, bpa=-4.28 degrees ! Estimated noise=1182.1 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.195388 Jy ! Component: 100 - total flux cleaned = 0.250638 Jy ! Total flux subtracted in 100 components = 0.250638 Jy ! Clean residual min=-0.007771 max=0.022935 Jy/beam ! Clean residual mean=0.000020 rms=0.002422 Jy/beam ! Combined flux in latest and established models = 0.250638 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.250638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088823Jy sigma=0.000779 ! Fit after self-cal, rms=0.088806Jy sigma=0.000779 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0242295 Jy ! Component: 100 - total flux cleaned = 0.0362895 Jy ! Total flux subtracted in 100 components = 0.0362895 Jy ! Clean residual min=-0.005090 max=0.005995 Jy/beam ! Clean residual mean=0.000011 rms=0.001290 Jy/beam ! Combined flux in latest and established models = 0.286928 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 28 components and 0.286928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081114Jy sigma=0.000707 ! Fit after self-cal, rms=0.081091Jy sigma=0.000706 ! 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=2.971 mas, bmaj=8.108 mas, bpa=-4.333 degrees ! Estimated noise=966.588 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 (2.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00929894 Jy ! Component: 100 - total flux cleaned = 0.0141827 Jy ! Component: 150 - total flux cleaned = 0.0170608 Jy ! Component: 200 - total flux cleaned = 0.0184664 Jy ! Total flux subtracted in 200 components = 0.0184664 Jy ! Clean residual min=-0.003431 max=0.003264 Jy/beam ! Clean residual mean=0.000008 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.305394 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 58 components and 0.305394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080003Jy sigma=0.000697 ! Fit after self-cal, rms=0.079998Jy sigma=0.000697 ! 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.93 HN 0.98 KP 1.03 ! LA 1.04 MK 1.02 NL 0.89 OV 1.03 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.02 KP 0.99 ! LA 0.97 MK 0.99 NL 1.05 OV 1.07 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00 KP 0.99 ! LA 0.98 MK 1.01 NL 0.98 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.03 KP 1.00* ! LA 1.00* MK 1.05 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.079998Jy sigma=0.000697 ! Fit after self-cal, rms=0.078138Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.984 mas, bmaj=8.12 mas, bpa=-4.264 degrees ! Estimated noise=965.178 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.00102427 Jy ! Component: 100 - total flux cleaned = 0.000950886 Jy ! Component: 150 - total flux cleaned = 0.000887836 Jy ! Component: 200 - total flux cleaned = 0.000833926 Jy ! Total flux subtracted in 200 components = 0.000833926 Jy ! Clean residual min=-0.002917 max=0.002583 Jy/beam ! Clean residual mean=0.000007 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.306228 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 72 components and 0.306228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078102Jy sigma=0.000685 ! Fit after self-cal, rms=0.078100Jy sigma=0.000684 ! 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.078100Jy sigma=0.000684 ! Fit after self-cal, rms=0.077874Jy sigma=0.000682 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=8.122 mas, bpa=-4.289 degrees ! Estimated noise=964.513 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000414337 Jy ! Component: 100 - total flux cleaned = 0.000390777 Jy ! Component: 150 - total flux cleaned = 0.000351621 Jy ! Component: 200 - total flux cleaned = 0.000316147 Jy ! Total flux subtracted in 200 components = 0.000316147 Jy ! Clean residual min=-0.002771 max=0.002520 Jy/beam ! Clean residual mean=0.000003 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.306544 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 94 components and 0.306544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077861Jy sigma=0.000682 ! Fit after self-cal, rms=0.077863Jy 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.57157e-05 Jy ! Component: 100 - total flux cleaned = 5.17895e-06 Jy ! Component: 150 - total flux cleaned = -2.37101e-05 Jy ! Component: 200 - total flux cleaned = -5.00417e-05 Jy ! Total flux subtracted in 200 components = -5.00417e-05 Jy ! Clean residual min=-0.002744 max=0.002523 Jy/beam ! Clean residual mean=0.000003 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.306494 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 100 components and 0.306494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077857Jy sigma=0.000682 ! Fit after self-cal, rms=0.077856Jy 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.077856Jy sigma=0.000682 ! Fit after self-cal, rms=0.077830Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.981 mas, bmaj=8.12 mas, bpa=-4.298 degrees ! Estimated noise=963.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.25636e-05 Jy ! Component: 100 - total flux cleaned = 2.81431e-05 Jy ! Component: 150 - total flux cleaned = -1.18662e-05 Jy ! Component: 200 - total flux cleaned = -2.47707e-05 Jy ! Total flux subtracted in 200 components = -2.47707e-05 Jy ! Clean residual min=-0.002723 max=0.002531 Jy/beam ! Clean residual mean=0.000003 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.306469 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 114 components and 0.306469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077825Jy sigma=0.000682 ! Fit after self-cal, rms=0.077825Jy 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.39033e-05 Jy ! Component: 100 - total flux cleaned = -9.74856e-06 Jy ! Component: 150 - total flux cleaned = -9.68006e-06 Jy ! Component: 200 - total flux cleaned = -9.94409e-06 Jy ! Total flux subtracted in 200 components = -9.94409e-06 Jy ! Clean residual min=-0.002704 max=0.002530 Jy/beam ! Clean residual mean=0.000003 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.306459 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 124 components and 0.306459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077821Jy sigma=0.000682 ! Fit after self-cal, rms=0.077821Jy 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.077821Jy sigma=0.000682 ! Fit after self-cal, rms=0.077801Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.273 mas, bmaj=15.73 mas, bpa=-3.217 degrees ! Estimated noise=1250.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000102118 Jy ! Component: 100 - total flux cleaned = -0.000244134 Jy ! Component: 150 - total flux cleaned = -0.000290301 Jy ! Component: 200 - total flux cleaned = -0.000332253 Jy ! Total flux subtracted in 200 components = -0.000332253 Jy ! Clean residual min=-0.003266 max=0.003438 Jy/beam ! Clean residual mean=0.000007 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.306127 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 145 components and 0.306127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077803Jy sigma=0.000682 ! Fit after self-cal, rms=0.077802Jy 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 = 4.408e-05 Jy ! Component: 100 - total flux cleaned = 3.07525e-05 Jy ! Component: 150 - total flux cleaned = 1.8366e-05 Jy ! Component: 200 - total flux cleaned = 7.62815e-06 Jy ! Total flux subtracted in 200 components = 7.62815e-06 Jy ! Clean residual min=-0.003228 max=0.003431 Jy/beam ! Clean residual mean=0.000007 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.306135 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 148 components and 0.306135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077803Jy sigma=0.000682 ! Fit after self-cal, rms=0.077803Jy 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=2.981 mas, bmaj=8.12 mas, bpa=-4.299 degrees ! Estimated noise=963.616 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.981 x 8.12 at -4.299 degrees (North through East) ! Clean map min=-0.0026647 max=0.25664 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.535 mas, bmaj=7.066 mas, bpa=-4.239 degrees ! Estimated noise=1174.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.193837 Jy ! Component: 100 - total flux cleaned = 0.248451 Jy ! Component: 150 - total flux cleaned = 0.272034 Jy ! Component: 200 - total flux cleaned = 0.283693 Jy ! Total flux subtracted in 200 components = 0.283693 Jy ! Clean residual min=-0.003808 max=0.005781 Jy/beam ! Clean residual mean=0.000007 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.283693 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.283693 Jy ! Inverting map and beam ! Estimated beam: bmin=2.981 mas, bmaj=8.12 mas, bpa=-4.299 degrees ! Estimated noise=963.616 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.00968024 Jy ! Component: 100 - total flux cleaned = 0.0148973 Jy ! Component: 150 - total flux cleaned = 0.0180832 Jy ! Component: 200 - total flux cleaned = 0.0200945 Jy ! Total flux subtracted in 200 components = 0.0200945 Jy ! Clean residual min=-0.002888 max=0.002499 Jy/beam ! Clean residual mean=0.000004 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.303788 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 64 components and 0.303788 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.273 mas, bmaj=15.73 mas, bpa=-3.217 degrees ! Estimated noise=1250.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181562 Jy ! Component: 100 - total flux cleaned = 0.00232881 Jy ! Component: 150 - total flux cleaned = 0.00242141 Jy ! Component: 200 - total flux cleaned = 0.00238327 Jy ! Total flux subtracted in 200 components = 0.00238327 Jy ! Clean residual min=-0.003211 max=0.003444 Jy/beam ! Clean residual mean=0.000007 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.306171 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.54358e-05 Jy ! Component: 100 - total flux cleaned = -1.5003e-05 Jy ! Component: 150 - total flux cleaned = -2.83512e-05 Jy ! Component: 200 - total flux cleaned = -2.84179e-05 Jy ! Total flux subtracted in 200 components = -2.84179e-05 Jy ! Clean residual min=-0.003179 max=0.003443 Jy/beam ! Clean residual mean=0.000007 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.306143 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 87 components and 0.306143 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.981 mas, bmaj=8.12 mas, bpa=-4.299 degrees ! Estimated noise=963.616 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.2104e-05 Jy ! Component: 100 - total flux cleaned = -2.85016e-06 Jy ! Component: 150 - total flux cleaned = 8.49761e-05 Jy ! Component: 200 - total flux cleaned = 0.000136395 Jy ! Total flux subtracted in 200 components = 0.000136395 Jy ! Clean residual min=-0.002735 max=0.002511 Jy/beam ! Clean residual mean=0.000003 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.306279 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 96 components and 0.306279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077810Jy sigma=0.000682 ! Fit after self-cal, rms=0.077809Jy sigma=0.000682 wmodel J1954-1123_S_2017_06_10_pus_map.mod ! Writing 96 model components to file: J1954-1123_S_2017_06_10_pus_map.mod wobs J1954-1123_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1954-1123_S_2017_06_10_pus_uvs.fits wwins J1954-1123_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J1954-1123_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.000463919 Jy ! Component: 100 - total flux cleaned = -0.000465816 Jy ! Component: 150 - total flux cleaned = -0.000507027 Jy ! Component: 200 - total flux cleaned = -0.000662971 Jy ! Component: 250 - total flux cleaned = -0.000700266 Jy ! Component: 300 - total flux cleaned = -0.000807776 Jy ! Component: 350 - total flux cleaned = -0.000704484 Jy ! Component: 400 - total flux cleaned = -0.000603288 Jy ! Component: 450 - total flux cleaned = -0.000440075 Jy ! Component: 500 - total flux cleaned = -0.000281104 Jy ! Component: 550 - total flux cleaned = -9.57084e-05 Jy ! Component: 600 - total flux cleaned = 5.44856e-05 Jy ! Component: 650 - total flux cleaned = 0.000142911 Jy ! Component: 700 - total flux cleaned = 0.000374165 Jy ! Component: 750 - total flux cleaned = 0.000543641 Jy ! Component: 800 - total flux cleaned = 0.000710093 Jy ! Component: 850 - total flux cleaned = 0.000764862 Jy ! Component: 900 - total flux cleaned = 0.000898151 Jy ! Component: 950 - total flux cleaned = 0.000923691 Jy ! Component: 1000 - total flux cleaned = 0.000922955 Jy ! Component: 1050 - total flux cleaned = 0.000947791 Jy ! Component: 1100 - total flux cleaned = 0.000972967 Jy ! Component: 1150 - total flux cleaned = 0.000972647 Jy ! Component: 1200 - total flux cleaned = 0.000972517 Jy ! Component: 1250 - total flux cleaned = 0.000948661 Jy ! Component: 1300 - total flux cleaned = 0.000971744 Jy ! Component: 1350 - total flux cleaned = 0.00101745 Jy ! Component: 1400 - total flux cleaned = 0.00092683 Jy ! Component: 1450 - total flux cleaned = 0.000971658 Jy ! Component: 1500 - total flux cleaned = 0.000949873 Jy ! Component: 1550 - total flux cleaned = 0.00105887 Jy ! Component: 1600 - total flux cleaned = 0.00101547 Jy ! Component: 1650 - total flux cleaned = 0.00107917 Jy ! Component: 1700 - total flux cleaned = 0.00103745 Jy ! Component: 1750 - total flux cleaned = 0.00109941 Jy ! Component: 1800 - total flux cleaned = 0.0010794 Jy ! Component: 1850 - total flux cleaned = 0.00109972 Jy ! Component: 1900 - total flux cleaned = 0.00111964 Jy ! Component: 1950 - total flux cleaned = 0.00111949 Jy ! Component: 2000 - total flux cleaned = 0.00111997 Jy ! Component: 2050 - total flux cleaned = 0.00112026 Jy ! Component: 2100 - total flux cleaned = 0.00117727 Jy ! Component: 2150 - total flux cleaned = 0.00112085 Jy ! Component: 2200 - total flux cleaned = 0.00112137 Jy ! Component: 2250 - total flux cleaned = 0.00112154 Jy ! Component: 2300 - total flux cleaned = 0.00110364 Jy ! Component: 2350 - total flux cleaned = 0.00115796 Jy ! Component: 2400 - total flux cleaned = 0.00117571 Jy ! Component: 2450 - total flux cleaned = 0.00115795 Jy ! Component: 2500 - total flux cleaned = 0.00115802 Jy ! Component: 2550 - total flux cleaned = 0.00112343 Jy ! Component: 2600 - total flux cleaned = 0.00115785 Jy ! Component: 2650 - total flux cleaned = 0.00107301 Jy ! Component: 2700 - total flux cleaned = 0.00110669 Jy ! Component: 2750 - total flux cleaned = 0.00112314 Jy ! Component: 2800 - total flux cleaned = 0.00110669 Jy ! Component: 2850 - total flux cleaned = 0.00113918 Jy ! Component: 2900 - total flux cleaned = 0.00109078 Jy ! Component: 2950 - total flux cleaned = 0.00110685 Jy ! Component: 3000 - total flux cleaned = 0.00102755 Jy ! Component: 3050 - total flux cleaned = 0.00113788 Jy ! Component: 3100 - total flux cleaned = 0.00110653 Jy ! Component: 3150 - total flux cleaned = 0.00107562 Jy ! Component: 3200 - total flux cleaned = 0.00113697 Jy ! Component: 3250 - total flux cleaned = 0.00109122 Jy ! Component: 3300 - total flux cleaned = 0.00106112 Jy ! Component: 3350 - total flux cleaned = 0.00104618 Jy ! Component: 3400 - total flux cleaned = 0.0010908 Jy ! Component: 3450 - total flux cleaned = 0.00109086 Jy ! Component: 3500 - total flux cleaned = 0.0011202 Jy ! Component: 3550 - total flux cleaned = 0.00114918 Jy ! Component: 3600 - total flux cleaned = 0.00113479 Jy ! Component: 3650 - total flux cleaned = 0.00117778 Jy ! Component: 3700 - total flux cleaned = 0.00122038 Jy ! Component: 3750 - total flux cleaned = 0.00124867 Jy ! Component: 3800 - total flux cleaned = 0.00127672 Jy ! Component: 3850 - total flux cleaned = 0.00133232 Jy ! Component: 3900 - total flux cleaned = 0.00134605 Jy ! Component: 3950 - total flux cleaned = 0.0013323 Jy ! Component: 4000 - total flux cleaned = 0.00135961 Jy ! Component: 4050 - total flux cleaned = 0.00141368 Jy ! Total flux subtracted in 4096 components = 0.00142708 Jy ! Clean residual min=-0.000862 max=0.000690 Jy/beam ! Clean residual mean=0.000001 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.307706 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 394 components and 0.307706 Jy ![Exited script file: muppet] wmap "J1954-1123_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.981 x 8.12 at -4.299 degrees (North through East) ! Clean map min=-0.0016647 max=0.25609 Jy/beam ! Writing clean map to FITS file: J1954-1123_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.256088 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000237889 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.27868 0.27868 0.55736 1.11472 2.22944 4.45888 8.91776 17.8355 35.671 71.3421 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.256 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.981 x 8.12 at -4.299 degrees (North through East) ! Clean map min=-0.0016647 max=0.25609 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 J1954-1123_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:01:09 2019