! Started logfile: J0630+1738_S_2017_03_23_pus_uvs.log on Mon May 13 09:51:34 2019 obs J0630+1738_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0630+1738_S_2017_03_23_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.900195 visibilities/baseline/integration-bin. ! Found source: J0630+1738 ! ! 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 481 lines of history. ! ! Reading 18472 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 J0630+1738_S_2017_03_23_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 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 447 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.716604Jy sigma=0.006234 ! Fit after self-cal, rms=0.696732Jy sigma=0.006068 ! 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.923 mas, bmaj=6.077 mas, bpa=-4.213 degrees ! Estimated noise=967.325 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.229962 Jy ! Component: 100 - total flux cleaned = 0.282847 Jy ! Total flux subtracted in 100 components = 0.282847 Jy ! Clean residual min=-0.011327 max=0.019773 Jy/beam ! Clean residual mean=-0.000044 rms=0.002399 Jy/beam ! Combined flux in latest and established models = 0.282847 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.282847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105980Jy sigma=0.000823 ! Fit after self-cal, rms=0.105976Jy sigma=0.000823 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0224031 Jy ! Component: 100 - total flux cleaned = 0.0355262 Jy ! Total flux subtracted in 100 components = 0.0355262 Jy ! Clean residual min=-0.009417 max=0.007776 Jy/beam ! Clean residual mean=-0.000025 rms=0.001842 Jy/beam ! Combined flux in latest and established models = 0.318373 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.318373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098587Jy sigma=0.000763 ! Fit after self-cal, rms=0.098579Jy sigma=0.000763 ! 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.502 mas, bmaj=7.007 mas, bpa=-3.438 degrees ! Estimated noise=667.759 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.0124381 Jy ! Component: 100 - total flux cleaned = 0.0191757 Jy ! Component: 150 - total flux cleaned = 0.0234205 Jy ! Component: 200 - total flux cleaned = 0.026171 Jy ! Total flux subtracted in 200 components = 0.026171 Jy ! Clean residual min=-0.007528 max=0.006248 Jy/beam ! Clean residual mean=-0.000027 rms=0.001455 Jy/beam ! Combined flux in latest and established models = 0.344544 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 52 components and 0.344544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096526Jy sigma=0.000751 ! Fit after self-cal, rms=0.096512Jy sigma=0.000751 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 0.94 KP 1.04 ! LA 1.02 MK 1.02 NL 0.89 OV 1.04 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.00 KP 0.99 ! LA 0.98 MK 1.00 NL 1.05 OV 1.07 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.08 HN 0.97 KP 0.88 ! LA 0.76 MK 1.02 NL 1.18 OV 0.98 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.11 HN 0.95 KP 1.00* ! LA 0.78 MK 1.26 NL 1.00* OV 1.32 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.096512Jy sigma=0.000751 ! Fit after self-cal, rms=0.087128Jy sigma=0.000684 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.527 mas, bmaj=7.06 mas, bpa=-3.03 degrees ! Estimated noise=668.635 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.00119815 Jy ! Component: 100 - total flux cleaned = -0.0013486 Jy ! Component: 150 - total flux cleaned = -0.00138313 Jy ! Component: 200 - total flux cleaned = -0.00138455 Jy ! Total flux subtracted in 200 components = -0.00138455 Jy ! Clean residual min=-0.002514 max=0.002657 Jy/beam ! Clean residual mean=-0.000010 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.34316 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.34316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087089Jy sigma=0.000684 ! Fit after self-cal, rms=0.087129Jy sigma=0.000683 ! 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.087129Jy sigma=0.000683 ! Fit after self-cal, rms=0.085974Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.528 mas, bmaj=7.064 mas, bpa=-3.089 degrees ! Estimated noise=668.198 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000529882 Jy ! Component: 100 - total flux cleaned = -0.000472429 Jy ! Component: 150 - total flux cleaned = -0.000446791 Jy ! Component: 200 - total flux cleaned = -0.000424105 Jy ! Total flux subtracted in 200 components = -0.000424105 Jy ! Clean residual min=-0.001743 max=0.001821 Jy/beam ! Clean residual mean=-0.000002 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.342735 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.342736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085953Jy sigma=0.000676 ! Fit after self-cal, rms=0.085963Jy sigma=0.000676 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 = -5.42177e-05 Jy ! Component: 100 - total flux cleaned = -3.1313e-05 Jy ! Component: 150 - total flux cleaned = -3.2278e-05 Jy ! Component: 200 - total flux cleaned = -3.24442e-05 Jy ! Total flux subtracted in 200 components = -3.24442e-05 Jy ! Clean residual min=-0.001725 max=0.001822 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.342703 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 67 components and 0.342703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085951Jy sigma=0.000676 ! Fit after self-cal, rms=0.085948Jy sigma=0.000676 ! 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.085948Jy sigma=0.000676 ! Fit after self-cal, rms=0.086032Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.529 mas, bmaj=7.069 mas, bpa=-3.119 degrees ! Estimated noise=668.005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000190767 Jy ! Component: 100 - total flux cleaned = -0.000144645 Jy ! Component: 150 - total flux cleaned = -0.000124215 Jy ! Component: 200 - total flux cleaned = -0.000122916 Jy ! Total flux subtracted in 200 components = -0.000122916 Jy ! Clean residual min=-0.001679 max=0.001683 Jy/beam ! Clean residual mean=-0.000003 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.34258 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 70 components and 0.34258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086020Jy sigma=0.000675 ! Fit after self-cal, rms=0.086024Jy sigma=0.000675 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.41538e-05 Jy ! Component: 100 - total flux cleaned = -2.33005e-06 Jy ! Component: 150 - total flux cleaned = -2.46992e-06 Jy ! Component: 200 - total flux cleaned = -1.6698e-05 Jy ! Total flux subtracted in 200 components = -1.6698e-05 Jy ! Clean residual min=-0.001660 max=0.001653 Jy/beam ! Clean residual mean=-0.000003 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.342564 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.342564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086018Jy sigma=0.000675 ! Fit after self-cal, rms=0.086016Jy sigma=0.000675 ! 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.086016Jy sigma=0.000675 ! Fit after self-cal, rms=0.086018Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.276 mas, bmaj=10.44 mas, bpa=-3.671 degrees ! Estimated noise=824.893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000272562 Jy ! Component: 100 - total flux cleaned = 0.000222024 Jy ! Component: 150 - total flux cleaned = 0.000210542 Jy ! Component: 200 - total flux cleaned = 0.00021975 Jy ! Total flux subtracted in 200 components = 0.00021975 Jy ! Clean residual min=-0.001985 max=0.002054 Jy/beam ! Clean residual mean=-0.000005 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.342783 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 79 components and 0.342783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086016Jy sigma=0.000675 ! Fit after self-cal, rms=0.086012Jy sigma=0.000675 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.30024e-07 Jy ! Component: 100 - total flux cleaned = 1.49089e-05 Jy ! Component: 150 - total flux cleaned = 1.5022e-05 Jy ! Component: 200 - total flux cleaned = 3.04037e-05 Jy ! Total flux subtracted in 200 components = 3.04037e-05 Jy ! Clean residual min=-0.001984 max=0.002041 Jy/beam ! Clean residual mean=-0.000005 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.342814 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 80 components and 0.342814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086012Jy sigma=0.000675 ! Fit after self-cal, rms=0.086009Jy sigma=0.000675 ! 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.531 mas, bmaj=7.073 mas, bpa=-3.113 degrees ! Estimated noise=667.95 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.531 x 7.073 at -3.113 degrees (North through East) ! Clean map min=-0.0016408 max=0.30289 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.936 mas, bmaj=6.121 mas, bpa=-3.684 degrees ! Estimated noise=979.778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.232763 Jy ! Component: 100 - total flux cleaned = 0.285408 Jy ! Component: 150 - total flux cleaned = 0.307032 Jy ! Component: 200 - total flux cleaned = 0.319475 Jy ! Total flux subtracted in 200 components = 0.319475 Jy ! Clean residual min=-0.003284 max=0.006277 Jy/beam ! Clean residual mean=-0.000014 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.319475 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.319475 Jy ! Inverting map and beam ! Estimated beam: bmin=3.531 mas, bmaj=7.073 mas, bpa=-3.113 degrees ! Estimated noise=667.95 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.00945746 Jy ! Component: 100 - total flux cleaned = 0.0145661 Jy ! Component: 150 - total flux cleaned = 0.0175826 Jy ! Component: 200 - total flux cleaned = 0.0194619 Jy ! Total flux subtracted in 200 components = 0.0194619 Jy ! Clean residual min=-0.001835 max=0.002162 Jy/beam ! Clean residual mean=-0.000005 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.338937 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.338937 Jy ! Inverting map ! Added new window around map position (-4.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00206431 Jy ! Component: 100 - total flux cleaned = 0.00314899 Jy ! Component: 150 - total flux cleaned = 0.00371277 Jy ! Component: 200 - total flux cleaned = 0.00402689 Jy ! Total flux subtracted in 200 components = 0.00402689 Jy ! Clean residual min=-0.001651 max=0.001603 Jy/beam ! Clean residual mean=-0.000003 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.342964 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 71 components and 0.342964 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.276 mas, bmaj=10.44 mas, bpa=-3.671 degrees ! Estimated noise=824.893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000812982 Jy ! Component: 100 - total flux cleaned = 0.00113025 Jy ! Component: 150 - total flux cleaned = 0.00119954 Jy ! Component: 200 - total flux cleaned = 0.00124974 Jy ! Total flux subtracted in 200 components = 0.00124974 Jy ! Clean residual min=-0.001832 max=0.001945 Jy/beam ! Clean residual mean=-0.000004 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.344214 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.52075e-05 Jy ! Component: 100 - total flux cleaned = 6.78565e-05 Jy ! Component: 150 - total flux cleaned = 9.82737e-05 Jy ! Component: 200 - total flux cleaned = 0.000108023 Jy ! Total flux subtracted in 200 components = 0.000108023 Jy ! Clean residual min=-0.001823 max=0.001928 Jy/beam ! Clean residual mean=-0.000004 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.344322 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 88 components and 0.344322 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.531 mas, bmaj=7.073 mas, bpa=-3.113 degrees ! Estimated noise=667.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000216846 Jy ! Component: 100 - total flux cleaned = -0.000195133 Jy ! Component: 150 - total flux cleaned = -0.000194377 Jy ! Component: 200 - total flux cleaned = -0.000175889 Jy ! Total flux subtracted in 200 components = -0.000175889 Jy ! Clean residual min=-0.001574 max=0.001621 Jy/beam ! Clean residual mean=-0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.344146 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 105 components and 0.344146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085975Jy sigma=0.000675 ! Fit after self-cal, rms=0.085972Jy sigma=0.000675 wmodel J0630+1738_S_2017_03_23_pus_map.mod ! Writing 105 model components to file: J0630+1738_S_2017_03_23_pus_map.mod wobs J0630+1738_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0630+1738_S_2017_03_23_pus_uvs.fits wwins J0630+1738_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0630+1738_S_2017_03_23_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 = 8.17488e-05 Jy ! Component: 100 - total flux cleaned = 0.000438882 Jy ! Component: 150 - total flux cleaned = 0.000753452 Jy ! Component: 200 - total flux cleaned = 0.000955593 Jy ! Component: 250 - total flux cleaned = 0.00102942 Jy ! Component: 300 - total flux cleaned = 0.00114869 Jy ! Component: 350 - total flux cleaned = 0.00133485 Jy ! Component: 400 - total flux cleaned = 0.00144856 Jy ! Component: 450 - total flux cleaned = 0.00162664 Jy ! Component: 500 - total flux cleaned = 0.00180093 Jy ! Component: 550 - total flux cleaned = 0.00195098 Jy ! Component: 600 - total flux cleaned = 0.00216133 Jy ! Component: 650 - total flux cleaned = 0.00232698 Jy ! Component: 700 - total flux cleaned = 0.00253066 Jy ! Component: 750 - total flux cleaned = 0.00273128 Jy ! Component: 800 - total flux cleaned = 0.00288937 Jy ! Component: 850 - total flux cleaned = 0.00302597 Jy ! Component: 900 - total flux cleaned = 0.00312234 Jy ! Component: 950 - total flux cleaned = 0.00327495 Jy ! Component: 1000 - total flux cleaned = 0.00344404 Jy ! Component: 1050 - total flux cleaned = 0.00346251 Jy ! Component: 1100 - total flux cleaned = 0.00362786 Jy ! Component: 1150 - total flux cleaned = 0.00366398 Jy ! Component: 1200 - total flux cleaned = 0.00375387 Jy ! Component: 1250 - total flux cleaned = 0.00382495 Jy ! Component: 1300 - total flux cleaned = 0.00393087 Jy ! Component: 1350 - total flux cleaned = 0.00393075 Jy ! Component: 1400 - total flux cleaned = 0.00398261 Jy ! Component: 1450 - total flux cleaned = 0.00403374 Jy ! Component: 1500 - total flux cleaned = 0.00413537 Jy ! Component: 1550 - total flux cleaned = 0.00418561 Jy ! Component: 1600 - total flux cleaned = 0.00423573 Jy ! Component: 1650 - total flux cleaned = 0.00436798 Jy ! Component: 1700 - total flux cleaned = 0.00443338 Jy ! Component: 1750 - total flux cleaned = 0.0044983 Jy ! Component: 1800 - total flux cleaned = 0.00456281 Jy ! Component: 1850 - total flux cleaned = 0.00459472 Jy ! Component: 1900 - total flux cleaned = 0.0047528 Jy ! Component: 1950 - total flux cleaned = 0.00483113 Jy ! Component: 2000 - total flux cleaned = 0.00487781 Jy ! Component: 2050 - total flux cleaned = 0.00498579 Jy ! Component: 2100 - total flux cleaned = 0.00509298 Jy ! Component: 2150 - total flux cleaned = 0.0051536 Jy ! Component: 2200 - total flux cleaned = 0.00524399 Jy ! Component: 2250 - total flux cleaned = 0.00536367 Jy ! Component: 2300 - total flux cleaned = 0.00545263 Jy ! Component: 2350 - total flux cleaned = 0.00554097 Jy ! Component: 2400 - total flux cleaned = 0.0055993 Jy ! Component: 2450 - total flux cleaned = 0.00573006 Jy ! Component: 2500 - total flux cleaned = 0.0057588 Jy ! Component: 2550 - total flux cleaned = 0.00587351 Jy ! Component: 2600 - total flux cleaned = 0.00593032 Jy ! Component: 2650 - total flux cleaned = 0.00604354 Jy ! Component: 2700 - total flux cleaned = 0.00611383 Jy ! Component: 2750 - total flux cleaned = 0.00615574 Jy ! Component: 2800 - total flux cleaned = 0.00628024 Jy ! Component: 2850 - total flux cleaned = 0.00633518 Jy ! Component: 2900 - total flux cleaned = 0.00638972 Jy ! Component: 2950 - total flux cleaned = 0.00649823 Jy ! Component: 3000 - total flux cleaned = 0.00653895 Jy ! Component: 3050 - total flux cleaned = 0.00657907 Jy ! Component: 3100 - total flux cleaned = 0.00671187 Jy ! Component: 3150 - total flux cleaned = 0.00675139 Jy ! Component: 3200 - total flux cleaned = 0.00685627 Jy ! Component: 3250 - total flux cleaned = 0.00686922 Jy ! Component: 3300 - total flux cleaned = 0.00693389 Jy ! Component: 3350 - total flux cleaned = 0.00701104 Jy ! Component: 3400 - total flux cleaned = 0.00706208 Jy ! Component: 3450 - total flux cleaned = 0.00710011 Jy ! Component: 3500 - total flux cleaned = 0.00716326 Jy ! Component: 3550 - total flux cleaned = 0.00717569 Jy ! Component: 3600 - total flux cleaned = 0.00720062 Jy ! Component: 3650 - total flux cleaned = 0.00720058 Jy ! Component: 3700 - total flux cleaned = 0.0073113 Jy ! Component: 3750 - total flux cleaned = 0.00737245 Jy ! Component: 3800 - total flux cleaned = 0.0074333 Jy ! Component: 3850 - total flux cleaned = 0.00745743 Jy ! Component: 3900 - total flux cleaned = 0.00745736 Jy ! Component: 3950 - total flux cleaned = 0.00749311 Jy ! Component: 4000 - total flux cleaned = 0.00756432 Jy ! Component: 4050 - total flux cleaned = 0.00758791 Jy ! Total flux subtracted in 4096 components = 0.0076113 Jy ! Clean residual min=-0.000692 max=0.000709 Jy/beam ! Clean residual mean=-0.000003 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.351757 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 408 components and 0.351757 Jy ![Exited script file: muppet] wmap "J0630+1738_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.531 x 7.073 at -3.113 degrees (North through East) ! Clean map min=-0.0011609 max=0.30375 Jy/beam ! Writing clean map to FITS file: J0630+1738_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.30375 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000221919 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.21918 0.21918 0.438359 0.876719 1.75344 3.50687 7.01375 14.0275 28.055 56.11 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.303 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.531 x 7.073 at -3.113 degrees (North through East) ! Clean map min=-0.0011609 max=0.30375 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 J0630+1738_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:51:42 2019