! Started logfile: J1812+5603_S_2017_07_16_pus_uvs.log on Thu May 9 11:15:01 2019 obs J1812+5603_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1812+5603_S_2017_07_16_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.78287 visibilities/baseline/integration-bin. ! Found source: J1812+5603 ! ! 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 815 lines of history. ! ! Reading 20292 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 J1812+5603_S_2017_07_16_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 159 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 882 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.825462Jy sigma=0.007945 ! Fit after self-cal, rms=0.815531Jy sigma=0.007867 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=3.818 mas, bpa=-17.8 degrees ! Estimated noise=931.224 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.142571 Jy ! Component: 100 - total flux cleaned = 0.177805 Jy ! Total flux subtracted in 100 components = 0.177805 Jy ! Clean residual min=-0.005409 max=0.014197 Jy/beam ! Clean residual mean=0.000016 rms=0.001603 Jy/beam ! Combined flux in latest and established models = 0.177805 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.177805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078363Jy sigma=0.000719 ! Fit after self-cal, rms=0.078347Jy sigma=0.000719 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0154055 Jy ! Component: 100 - total flux cleaned = 0.0238173 Jy ! Total flux subtracted in 100 components = 0.0238173 Jy ! Clean residual min=-0.004069 max=0.004958 Jy/beam ! Clean residual mean=0.000007 rms=0.000998 Jy/beam ! Combined flux in latest and established models = 0.201623 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.201623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075027Jy sigma=0.000686 ! Fit after self-cal, rms=0.075010Jy sigma=0.000685 ! 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.714 mas, bmaj=4.535 mas, bpa=-14.37 degrees ! Estimated noise=585.209 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.00580598 Jy ! Component: 100 - total flux cleaned = 0.00868422 Jy ! Component: 150 - total flux cleaned = 0.0103387 Jy ! Component: 200 - total flux cleaned = 0.01133 Jy ! Total flux subtracted in 200 components = 0.01133 Jy ! Clean residual min=-0.003057 max=0.002487 Jy/beam ! Clean residual mean=0.000007 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.212953 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 28 components and 0.212953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074552Jy sigma=0.000681 ! Fit after self-cal, rms=0.074546Jy sigma=0.000681 ! 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 1.00* HN 0.96 KP 1.03 ! LA 1.01 MK 1.01 NL 0.90 OV 1.02 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 1.01 KP 1.02 ! LA 0.98 MK 1.02 NL 1.04 OV 1.03 ! PT 1.00 SC 1.20 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 0.99 KP 1.00 ! LA 1.02 MK 1.04 NL 0.99 OV 0.96 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00 KP 1.00* ! LA 1.01 MK 1.07 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.074546Jy sigma=0.000681 ! Fit after self-cal, rms=0.074163Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.746 mas, bmaj=4.569 mas, bpa=-14.43 degrees ! Estimated noise=587.256 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.000530397 Jy ! Component: 100 - total flux cleaned = -0.00056708 Jy ! Component: 150 - total flux cleaned = -0.000593574 Jy ! Component: 200 - total flux cleaned = -0.000639439 Jy ! Total flux subtracted in 200 components = -0.000639439 Jy ! Clean residual min=-0.002125 max=0.002028 Jy/beam ! Clean residual mean=0.000007 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.212313 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 31 components and 0.212313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074129Jy sigma=0.000670 ! Fit after self-cal, rms=0.074137Jy sigma=0.000670 ! 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.074137Jy sigma=0.000670 ! Fit after self-cal, rms=0.073703Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.747 mas, bmaj=4.555 mas, bpa=-14.01 degrees ! Estimated noise=586.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123211 Jy ! Component: 100 - total flux cleaned = 1.32098e-05 Jy ! Component: 150 - total flux cleaned = -1.56558e-05 Jy ! Component: 200 - total flux cleaned = -4.10965e-05 Jy ! Total flux subtracted in 200 components = -4.10965e-05 Jy ! Clean residual min=-0.001497 max=0.001723 Jy/beam ! Clean residual mean=0.000004 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.212272 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 36 components and 0.212272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073694Jy sigma=0.000664 ! Fit after self-cal, rms=0.073703Jy sigma=0.000664 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-29, -45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131398 Jy ! Component: 100 - total flux cleaned = 0.00134905 Jy ! Component: 150 - total flux cleaned = 0.00140524 Jy ! Component: 200 - total flux cleaned = 0.00148155 Jy ! Total flux subtracted in 200 components = 0.00148155 Jy ! Clean residual min=-0.001425 max=0.001440 Jy/beam ! Clean residual mean=0.000008 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.213754 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 59 components and 0.213754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073665Jy sigma=0.000664 ! Fit after self-cal, rms=0.073664Jy sigma=0.000664 ! 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.073664Jy sigma=0.000664 ! Fit after self-cal, rms=0.073691Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.749 mas, bmaj=4.556 mas, bpa=-13.73 degrees ! Estimated noise=586.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000375173 Jy ! Component: 100 - total flux cleaned = 0.000494998 Jy ! Component: 150 - total flux cleaned = 0.000560437 Jy ! Component: 200 - total flux cleaned = 0.000580461 Jy ! Total flux subtracted in 200 components = 0.000580461 Jy ! Clean residual min=-0.001364 max=0.001376 Jy/beam ! Clean residual mean=0.000007 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.214334 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 62 components and 0.214334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073677Jy sigma=0.000664 ! Fit after self-cal, rms=0.073678Jy sigma=0.000664 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00017228 Jy ! Component: 100 - total flux cleaned = 0.00019001 Jy ! Component: 150 - total flux cleaned = 0.000189733 Jy ! Component: 200 - total flux cleaned = 0.000205303 Jy ! Total flux subtracted in 200 components = 0.000205303 Jy ! Clean residual min=-0.001340 max=0.001354 Jy/beam ! Clean residual mean=0.000007 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.21454 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 67 components and 0.21454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073669Jy sigma=0.000664 ! Fit after self-cal, rms=0.073669Jy sigma=0.000664 ! 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.073669Jy sigma=0.000664 ! Fit after self-cal, rms=0.073695Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.909 mas, bmaj=8.103 mas, bpa=6.86 degrees ! Estimated noise=745 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000505693 Jy ! Component: 100 - total flux cleaned = 0.000488973 Jy ! Component: 150 - total flux cleaned = 0.000448995 Jy ! Component: 200 - total flux cleaned = 0.000425311 Jy ! Total flux subtracted in 200 components = 0.000425311 Jy ! Clean residual min=-0.001479 max=0.001380 Jy/beam ! Clean residual mean=0.000016 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.214965 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 76 components and 0.214965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073694Jy sigma=0.000664 ! Fit after self-cal, rms=0.073694Jy sigma=0.000664 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.33438e-05 Jy ! Component: 100 - total flux cleaned = 0.000117463 Jy ! Component: 150 - total flux cleaned = 0.000106794 Jy ! Component: 200 - total flux cleaned = 8.96951e-05 Jy ! Total flux subtracted in 200 components = 8.96951e-05 Jy ! Clean residual min=-0.001475 max=0.001390 Jy/beam ! Clean residual mean=0.000016 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.215055 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.215055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073696Jy sigma=0.000664 ! Fit after self-cal, rms=0.073696Jy sigma=0.000664 ! 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.748 mas, bmaj=4.555 mas, bpa=-13.65 degrees ! Estimated noise=586.892 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.748 x 4.555 at -13.65 degrees (North through East) ! Clean map min=-0.0012581 max=0.18585 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.251 mas, bmaj=3.828 mas, bpa=-16.95 degrees ! Estimated noise=967.597 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143169 Jy ! Component: 100 - total flux cleaned = 0.178432 Jy ! Component: 150 - total flux cleaned = 0.193225 Jy ! Component: 200 - total flux cleaned = 0.201208 Jy ! Total flux subtracted in 200 components = 0.201208 Jy ! Clean residual min=-0.003035 max=0.004270 Jy/beam ! Clean residual mean=0.000005 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.201208 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.201208 Jy ! Inverting map and beam ! Estimated beam: bmin=3.748 mas, bmaj=4.555 mas, bpa=-13.65 degrees ! Estimated noise=586.892 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.00553709 Jy ! Component: 100 - total flux cleaned = 0.00834052 Jy ! Component: 150 - total flux cleaned = 0.0101665 Jy ! Component: 200 - total flux cleaned = 0.0114331 Jy ! Total flux subtracted in 200 components = 0.0114331 Jy ! Clean residual min=-0.001462 max=0.001661 Jy/beam ! Clean residual mean=0.000006 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.212642 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 38 components and 0.212642 Jy ! Inverting map ! Added new window around map position (4, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138145 Jy ! Component: 100 - total flux cleaned = 0.00177711 Jy ! Component: 150 - total flux cleaned = 0.00213245 Jy ! Component: 200 - total flux cleaned = 0.00248536 Jy ! Total flux subtracted in 200 components = 0.00248536 Jy ! Clean residual min=-0.001335 max=0.001350 Jy/beam ! Clean residual mean=0.000006 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.215127 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 59 components and 0.215127 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.909 mas, bmaj=8.103 mas, bpa=6.86 degrees ! Estimated noise=745 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000416384 Jy ! Component: 100 - total flux cleaned = 0.000578664 Jy ! Component: 150 - total flux cleaned = 0.000713294 Jy ! Component: 200 - total flux cleaned = 0.000841884 Jy ! Total flux subtracted in 200 components = 0.000841884 Jy ! Clean residual min=-0.001470 max=0.001259 Jy/beam ! Clean residual mean=0.000017 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.215969 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000111448 Jy ! Component: 100 - total flux cleaned = 0.000199669 Jy ! Component: 150 - total flux cleaned = 0.000231302 Jy ! Component: 200 - total flux cleaned = 0.000253262 Jy ! Total flux subtracted in 200 components = 0.000253262 Jy ! Clean residual min=-0.001452 max=0.001244 Jy/beam ! Clean residual mean=0.000017 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.216222 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 92 components and 0.216222 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.748 mas, bmaj=4.555 mas, bpa=-13.65 degrees ! Estimated noise=586.892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000359152 Jy ! Component: 100 - total flux cleaned = -0.000305776 Jy ! Component: 150 - total flux cleaned = -0.000256439 Jy ! Component: 200 - total flux cleaned = -0.000209554 Jy ! Total flux subtracted in 200 components = -0.000209554 Jy ! Clean residual min=-0.001260 max=0.001327 Jy/beam ! Clean residual mean=0.000007 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.216013 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 102 components and 0.216013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073705Jy sigma=0.000664 ! Fit after self-cal, rms=0.073695Jy sigma=0.000664 wmodel J1812+5603_S_2017_07_16_pus_map.mod ! Writing 102 model components to file: J1812+5603_S_2017_07_16_pus_map.mod wobs J1812+5603_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1812+5603_S_2017_07_16_pus_uvs.fits wwins J1812+5603_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J1812+5603_S_2017_07_16_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.000251162 Jy ! Component: 100 - total flux cleaned = 0.000183603 Jy ! Component: 150 - total flux cleaned = 0.000206228 Jy ! Component: 200 - total flux cleaned = 0.000184813 Jy ! Component: 250 - total flux cleaned = 0.000184529 Jy ! Component: 300 - total flux cleaned = 0.000164688 Jy ! Component: 350 - total flux cleaned = 0.000204408 Jy ! Component: 400 - total flux cleaned = 0.000223838 Jy ! Component: 450 - total flux cleaned = 0.000205255 Jy ! Component: 500 - total flux cleaned = 0.000150231 Jy ! Component: 550 - total flux cleaned = 0.00011429 Jy ! Component: 600 - total flux cleaned = 7.86865e-05 Jy ! Component: 650 - total flux cleaned = 2.64054e-05 Jy ! Component: 700 - total flux cleaned = 2.65325e-05 Jy ! Component: 750 - total flux cleaned = 4.32669e-05 Jy ! Component: 800 - total flux cleaned = 4.30923e-05 Jy ! Component: 850 - total flux cleaned = 4.31184e-05 Jy ! Component: 900 - total flux cleaned = 4.3184e-05 Jy ! Component: 950 - total flux cleaned = 0.000105921 Jy ! Component: 1000 - total flux cleaned = 0.000121409 Jy ! Component: 1050 - total flux cleaned = 0.000106451 Jy ! Component: 1100 - total flux cleaned = 0.000181974 Jy ! Component: 1150 - total flux cleaned = 0.000256243 Jy ! Component: 1200 - total flux cleaned = 0.000285826 Jy ! Component: 1250 - total flux cleaned = 0.000387371 Jy ! Component: 1300 - total flux cleaned = 0.000415944 Jy ! Component: 1350 - total flux cleaned = 0.000486321 Jy ! Component: 1400 - total flux cleaned = 0.000514274 Jy ! Component: 1450 - total flux cleaned = 0.000596906 Jy ! Component: 1500 - total flux cleaned = 0.000678748 Jy ! Component: 1550 - total flux cleaned = 0.000759615 Jy ! Component: 1600 - total flux cleaned = 0.000812748 Jy ! Component: 1650 - total flux cleaned = 0.00085218 Jy ! Component: 1700 - total flux cleaned = 0.000943301 Jy ! Component: 1750 - total flux cleaned = 0.000981994 Jy ! Component: 1800 - total flux cleaned = 0.00105848 Jy ! Component: 1850 - total flux cleaned = 0.00109634 Jy ! Component: 1900 - total flux cleaned = 0.00119625 Jy ! Component: 1950 - total flux cleaned = 0.00118379 Jy ! Component: 2000 - total flux cleaned = 0.00122045 Jy ! Component: 2050 - total flux cleaned = 0.00128131 Jy ! Component: 2100 - total flux cleaned = 0.00130534 Jy ! Component: 2150 - total flux cleaned = 0.00131714 Jy ! Component: 2200 - total flux cleaned = 0.00132891 Jy ! Component: 2250 - total flux cleaned = 0.00135243 Jy ! Component: 2300 - total flux cleaned = 0.00136407 Jy ! Component: 2350 - total flux cleaned = 0.00139859 Jy ! Component: 2400 - total flux cleaned = 0.00142154 Jy ! Component: 2450 - total flux cleaned = 0.00142157 Jy ! Component: 2500 - total flux cleaned = 0.00145532 Jy ! Component: 2550 - total flux cleaned = 0.00149998 Jy ! Component: 2600 - total flux cleaned = 0.00152205 Jy ! Component: 2650 - total flux cleaned = 0.00155501 Jy ! Component: 2700 - total flux cleaned = 0.00156583 Jy ! Component: 2750 - total flux cleaned = 0.00160921 Jy ! Component: 2800 - total flux cleaned = 0.00162007 Jy ! Component: 2850 - total flux cleaned = 0.00166285 Jy ! Component: 2900 - total flux cleaned = 0.00169466 Jy ! Component: 2950 - total flux cleaned = 0.00172628 Jy ! Component: 3000 - total flux cleaned = 0.00176804 Jy ! Component: 3050 - total flux cleaned = 0.00177851 Jy ! Component: 3100 - total flux cleaned = 0.00184036 Jy ! Component: 3150 - total flux cleaned = 0.00184033 Jy ! Component: 3200 - total flux cleaned = 0.0019114 Jy ! Component: 3250 - total flux cleaned = 0.00190132 Jy ! Component: 3300 - total flux cleaned = 0.00193139 Jy ! Component: 3350 - total flux cleaned = 0.00196123 Jy ! Component: 3400 - total flux cleaned = 0.00199083 Jy ! Component: 3450 - total flux cleaned = 0.0020203 Jy ! Component: 3500 - total flux cleaned = 0.00208868 Jy ! Component: 3550 - total flux cleaned = 0.00211765 Jy ! Component: 3600 - total flux cleaned = 0.00209828 Jy ! Component: 3650 - total flux cleaned = 0.00206952 Jy ! Component: 3700 - total flux cleaned = 0.00207912 Jy ! Component: 3750 - total flux cleaned = 0.00214544 Jy ! Component: 3800 - total flux cleaned = 0.00212663 Jy ! Component: 3850 - total flux cleaned = 0.00214539 Jy ! Component: 3900 - total flux cleaned = 0.00222936 Jy ! Component: 3950 - total flux cleaned = 0.00221077 Jy ! Component: 4000 - total flux cleaned = 0.00226614 Jy ! Component: 4050 - total flux cleaned = 0.00229362 Jy ! Total flux subtracted in 4096 components = 0.00232097 Jy ! Clean residual min=-0.000521 max=0.000499 Jy/beam ! Clean residual mean=0.000005 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.218334 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 392 components and 0.218333 Jy ![Exited script file: muppet] wmap "J1812+5603_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.748 x 4.555 at -13.65 degrees (North through East) ! Clean map min=-0.0011073 max=0.18589 Jy/beam ! Writing clean map to FITS file: J1812+5603_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.185894 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000160533 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.259072 0.259072 0.518144 1.03629 2.07258 4.14515 8.29031 16.5806 33.1612 66.3225 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.185 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.748 x 4.555 at -13.65 degrees (North through East) ! Clean map min=-0.0011073 max=0.18589 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 J1812+5603_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:15:06 2019