! Started logfile: J2320+0513_S_2017_05_01_pus_uvs.log on Wed May 1 18:45:22 2019 obs J2320+0513_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J2320+0513_S_2017_05_01_pus_uva.fits ! AN table 1: 26 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.770085 visibilities/baseline/integration-bin. ! Found source: J2320+0513 ! ! 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 788 lines of history. ! ! Reading 3604 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 J2320+0513_S_2017_05_01_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 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.221606Jy sigma=0.001465 ! Fit after self-cal, rms=0.214555Jy sigma=0.001406 ! 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.464 mas, bmaj=7.353 mas, bpa=4.648 degrees ! Estimated noise=2114.04 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.659456 Jy ! Component: 100 - total flux cleaned = 0.809223 Jy ! Total flux subtracted in 100 components = 0.809223 Jy ! Clean residual min=-0.022836 max=0.052015 Jy/beam ! Clean residual mean=-0.000041 rms=0.005945 Jy/beam ! Combined flux in latest and established models = 0.809223 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.809223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162004Jy sigma=0.001062 ! Fit after self-cal, rms=0.162018Jy sigma=0.001062 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0498038 Jy ! Component: 100 - total flux cleaned = 0.0730296 Jy ! Total flux subtracted in 100 components = 0.0730296 Jy ! Clean residual min=-0.021165 max=0.020754 Jy/beam ! Clean residual mean=-0.000005 rms=0.004391 Jy/beam ! Combined flux in latest and established models = 0.882252 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.882252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143479Jy sigma=0.000891 ! Fit after self-cal, rms=0.143423Jy sigma=0.000890 ! 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=4.048 mas, bmaj=8.396 mas, bpa=8.609 degrees ! Estimated noise=1680.44 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.0187688 Jy ! Component: 100 - total flux cleaned = 0.0287939 Jy ! Component: 150 - total flux cleaned = 0.0345441 Jy ! Component: 200 - total flux cleaned = 0.0363548 Jy ! Total flux subtracted in 200 components = 0.0363548 Jy ! Clean residual min=-0.014080 max=0.017845 Jy/beam ! Clean residual mean=0.000085 rms=0.003724 Jy/beam ! Combined flux in latest and established models = 0.918607 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 43 components and 0.918607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140287Jy sigma=0.000869 ! Fit after self-cal, rms=0.140248Jy sigma=0.000869 ! 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.95 FD 0.93 HN 1.02 KP 1.02 ! LA 1.00 MK 1.00 NL 0.95 OV 1.05 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.98 HN 1.06 KP 0.97 ! LA 0.96 MK 0.97 NL 1.02 OV 1.08 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.03 KP 1.00 ! LA 0.99 MK 0.99 NL 1.03 OV 0.98 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.08 HN 1.00 KP 1.00* ! LA 0.82 MK 1.11 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.140248Jy sigma=0.000869 ! Fit after self-cal, rms=0.121310Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.052 mas, bmaj=8.418 mas, bpa=8.767 degrees ! Estimated noise=1678.45 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.00599978 Jy ! Component: 100 - total flux cleaned = -0.0072347 Jy ! Component: 150 - total flux cleaned = -0.00784082 Jy ! Component: 200 - total flux cleaned = -0.00804526 Jy ! Total flux subtracted in 200 components = -0.00804526 Jy ! Clean residual min=-0.012610 max=0.013393 Jy/beam ! Clean residual mean=0.000112 rms=0.003011 Jy/beam ! Combined flux in latest and established models = 0.910562 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.910562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120730Jy sigma=0.000778 ! Fit after self-cal, rms=0.120695Jy sigma=0.000778 ! 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.120695Jy sigma=0.000778 ! Fit after self-cal, rms=0.100889Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.062 mas, bmaj=8.508 mas, bpa=9.374 degrees ! Estimated noise=1682 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000391442 Jy ! Component: 100 - total flux cleaned = -0.000655046 Jy ! Component: 150 - total flux cleaned = -0.000657756 Jy ! Component: 200 - total flux cleaned = -0.000591059 Jy ! Total flux subtracted in 200 components = -0.000591059 Jy ! Clean residual min=-0.005961 max=0.011434 Jy/beam ! Clean residual mean=0.000016 rms=0.001522 Jy/beam ! Combined flux in latest and established models = 0.909971 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 66 components and 0.909971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100733Jy sigma=0.000665 ! Fit after self-cal, rms=0.100770Jy sigma=0.000665 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 (-7.5, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00954713 Jy ! Component: 100 - total flux cleaned = 0.0127828 Jy ! Component: 150 - total flux cleaned = 0.0131178 Jy ! Component: 200 - total flux cleaned = 0.0134029 Jy ! Total flux subtracted in 200 components = 0.0134029 Jy ! Clean residual min=-0.005105 max=0.004939 Jy/beam ! Clean residual mean=0.000025 rms=0.001236 Jy/beam ! Combined flux in latest and established models = 0.923374 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 84 components and 0.923374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099936Jy sigma=0.000656 ! Fit after self-cal, rms=0.099881Jy sigma=0.000656 ! 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.099881Jy sigma=0.000656 ! Fit after self-cal, rms=0.099868Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.062 mas, bmaj=8.509 mas, bpa=9.372 degrees ! Estimated noise=1680.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00305403 Jy ! Component: 100 - total flux cleaned = 0.00315921 Jy ! Component: 150 - total flux cleaned = 0.00308217 Jy ! Component: 200 - total flux cleaned = 0.00315898 Jy ! Total flux subtracted in 200 components = 0.00315898 Jy ! Clean residual min=-0.004803 max=0.004755 Jy/beam ! Clean residual mean=0.000017 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.926533 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 101 components and 0.926533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099648Jy sigma=0.000653 ! Fit after self-cal, rms=0.099650Jy sigma=0.000652 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.000816639 Jy ! Component: 100 - total flux cleaned = 0.000818549 Jy ! Component: 150 - total flux cleaned = 0.000819371 Jy ! Component: 200 - total flux cleaned = 0.000759195 Jy ! Total flux subtracted in 200 components = 0.000759195 Jy ! Clean residual min=-0.004670 max=0.004710 Jy/beam ! Clean residual mean=0.000017 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.927292 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 105 components and 0.927292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099549Jy sigma=0.000652 ! Fit after self-cal, rms=0.099552Jy sigma=0.000652 ! 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.099552Jy sigma=0.000652 ! Fit after self-cal, rms=0.099693Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.155 mas, bmaj=11.94 mas, bpa=6.098 degrees ! Estimated noise=1914.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000680588 Jy ! Component: 100 - total flux cleaned = 0.000830238 Jy ! Component: 150 - total flux cleaned = 0.000937204 Jy ! Component: 200 - total flux cleaned = 0.00093727 Jy ! Total flux subtracted in 200 components = 0.00093727 Jy ! Clean residual min=-0.005101 max=0.004568 Jy/beam ! Clean residual mean=0.000026 rms=0.001203 Jy/beam ! Combined flux in latest and established models = 0.928229 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 127 components and 0.928229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099664Jy sigma=0.000651 ! Fit after self-cal, rms=0.099674Jy sigma=0.000651 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.00021961 Jy ! Component: 100 - total flux cleaned = 0.000222747 Jy ! Component: 150 - total flux cleaned = 0.000242458 Jy ! Component: 200 - total flux cleaned = 0.000223373 Jy ! Total flux subtracted in 200 components = 0.000223373 Jy ! Clean residual min=-0.005121 max=0.004514 Jy/beam ! Clean residual mean=0.000026 rms=0.001199 Jy/beam ! Combined flux in latest and established models = 0.928452 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 143 components and 0.928452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099660Jy sigma=0.000651 ! Fit after self-cal, rms=0.099664Jy sigma=0.000651 ! 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=4.062 mas, bmaj=8.512 mas, bpa=9.379 degrees ! Estimated noise=1679.81 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.062 x 8.512 at 9.379 degrees (North through East) ! Clean map min=-0.004481 max=0.85246 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099664Jy sigma=0.000651 ! Fit after self-cal, rms=0.094251Jy sigma=0.000603 ! Inverting map and beam ! Estimated beam: bmin=4.063 mas, bmaj=8.512 mas, bpa=9.353 degrees ! Estimated noise=1678.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000542039 Jy ! Component: 100 - total flux cleaned = -0.000605565 Jy ! Component: 150 - total flux cleaned = -0.000604969 Jy ! Component: 200 - total flux cleaned = -0.000660244 Jy ! Total flux subtracted in 200 components = -0.000660244 Jy ! Clean residual min=-0.004587 max=0.004565 Jy/beam ! Clean residual mean=0.000011 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.927792 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 153 components and 0.927792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094162Jy sigma=0.000602 ! Fit after self-cal, rms=0.094163Jy sigma=0.000602 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000132007 Jy ! Component: 100 - total flux cleaned = 8.09495e-05 Jy ! Component: 150 - total flux cleaned = 8.00722e-05 Jy ! Component: 200 - total flux cleaned = 3.12385e-05 Jy ! Total flux subtracted in 200 components = 3.12385e-05 Jy ! Clean residual min=-0.004569 max=0.004494 Jy/beam ! Clean residual mean=0.000011 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.927823 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 154 components and 0.927823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094100Jy sigma=0.000602 ! Fit after self-cal, rms=0.094102Jy sigma=0.000602 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094102Jy sigma=0.000602 ! Fit after self-cal, rms=0.094211Jy sigma=0.000601 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.484 mas, bmaj=7.469 mas, bpa=5.77 degrees ! Estimated noise=2125.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.662727 Jy ! Component: 100 - total flux cleaned = 0.808118 Jy ! Component: 150 - total flux cleaned = 0.853536 Jy ! Component: 200 - total flux cleaned = 0.877259 Jy ! Total flux subtracted in 200 components = 0.877259 Jy ! Clean residual min=-0.007843 max=0.012134 Jy/beam ! Clean residual mean=-0.000023 rms=0.002028 Jy/beam ! Combined flux in latest and established models = 0.87726 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.87726 Jy ! Inverting map and beam ! Estimated beam: bmin=4.064 mas, bmaj=8.516 mas, bpa=9.374 degrees ! Estimated noise=1678.63 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.0181541 Jy ! Component: 100 - total flux cleaned = 0.0289793 Jy ! Component: 150 - total flux cleaned = 0.0362573 Jy ! Component: 200 - total flux cleaned = 0.041488 Jy ! Total flux subtracted in 200 components = 0.041488 Jy ! Clean residual min=-0.004860 max=0.004655 Jy/beam ! Clean residual mean=0.000006 rms=0.001190 Jy/beam ! Combined flux in latest and established models = 0.918748 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 59 components and 0.918748 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=8.157 mas, bmaj=11.95 mas, bpa=6.063 degrees ! Estimated noise=1912.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00446838 Jy ! Component: 100 - total flux cleaned = 0.00683112 Jy ! Component: 150 - total flux cleaned = 0.00835377 Jy ! Component: 200 - total flux cleaned = 0.00940952 Jy ! Total flux subtracted in 200 components = 0.00940952 Jy ! Clean residual min=-0.005242 max=0.004432 Jy/beam ! Clean residual mean=0.000021 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.928157 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.000291772 Jy ! Component: 100 - total flux cleaned = 0.000457626 Jy ! Component: 150 - total flux cleaned = 0.00060264 Jy ! Component: 200 - total flux cleaned = 0.000646974 Jy ! Total flux subtracted in 200 components = 0.000646974 Jy ! Clean residual min=-0.005356 max=0.004452 Jy/beam ! Clean residual mean=0.000022 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.928804 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 114 components and 0.928804 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.064 mas, bmaj=8.516 mas, bpa=9.374 degrees ! Estimated noise=1678.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.68931e-05 Jy ! Component: 100 - total flux cleaned = 0.000129697 Jy ! Component: 150 - total flux cleaned = 0.000202743 Jy ! Component: 200 - total flux cleaned = -1.43868e-06 Jy ! Total flux subtracted in 200 components = -1.43868e-06 Jy ! Clean residual min=-0.004751 max=0.004105 Jy/beam ! Clean residual mean=0.000012 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.928803 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 133 components and 0.928803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094571Jy sigma=0.000602 ! Fit after self-cal, rms=0.094547Jy sigma=0.000602 wmodel J2320+0513_S_2017_05_01_pus_map.mod ! Writing 133 model components to file: J2320+0513_S_2017_05_01_pus_map.mod wobs J2320+0513_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J2320+0513_S_2017_05_01_pus_uvs.fits wwins J2320+0513_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J2320+0513_S_2017_05_01_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.00161593 Jy ! Component: 100 - total flux cleaned = -0.00253334 Jy ! Component: 150 - total flux cleaned = -0.00347139 Jy ! Component: 200 - total flux cleaned = -0.00429383 Jy ! Component: 250 - total flux cleaned = -0.00482016 Jy ! Component: 300 - total flux cleaned = -0.00513716 Jy ! Component: 350 - total flux cleaned = -0.00513661 Jy ! Component: 400 - total flux cleaned = -0.00507665 Jy ! Component: 450 - total flux cleaned = -0.00507542 Jy ! Component: 500 - total flux cleaned = -0.00496219 Jy ! Component: 550 - total flux cleaned = -0.00512986 Jy ! Component: 600 - total flux cleaned = -0.00507641 Jy ! Component: 650 - total flux cleaned = -0.005238 Jy ! Component: 700 - total flux cleaned = -0.00529012 Jy ! Component: 750 - total flux cleaned = -0.00534207 Jy ! Component: 800 - total flux cleaned = -0.00564619 Jy ! Component: 850 - total flux cleaned = -0.00559573 Jy ! Component: 900 - total flux cleaned = -0.00579443 Jy ! Component: 950 - total flux cleaned = -0.00594138 Jy ! Component: 1000 - total flux cleaned = -0.00613415 Jy ! Component: 1050 - total flux cleaned = -0.00618134 Jy ! Component: 1100 - total flux cleaned = -0.0062759 Jy ! Component: 1150 - total flux cleaned = -0.00636813 Jy ! Component: 1200 - total flux cleaned = -0.00641413 Jy ! Component: 1250 - total flux cleaned = -0.00641425 Jy ! Component: 1300 - total flux cleaned = -0.0065038 Jy ! Component: 1350 - total flux cleaned = -0.00654743 Jy ! Component: 1400 - total flux cleaned = -0.00663415 Jy ! Component: 1450 - total flux cleaned = -0.00663407 Jy ! Component: 1500 - total flux cleaned = -0.00654815 Jy ! Component: 1550 - total flux cleaned = -0.00667532 Jy ! Component: 1600 - total flux cleaned = -0.00663271 Jy ! Component: 1650 - total flux cleaned = -0.00667431 Jy ! Component: 1700 - total flux cleaned = -0.00667466 Jy ! Component: 1750 - total flux cleaned = -0.00675573 Jy ! Component: 1800 - total flux cleaned = -0.00663553 Jy ! Component: 1850 - total flux cleaned = -0.00675522 Jy ! Component: 1900 - total flux cleaned = -0.00663697 Jy ! Component: 1950 - total flux cleaned = -0.00667573 Jy ! Component: 2000 - total flux cleaned = -0.00659846 Jy ! Component: 2050 - total flux cleaned = -0.00656016 Jy ! Component: 2100 - total flux cleaned = -0.0064471 Jy ! Component: 2150 - total flux cleaned = -0.00659716 Jy ! Component: 2200 - total flux cleaned = -0.00659657 Jy ! Component: 2250 - total flux cleaned = -0.00637499 Jy ! Component: 2300 - total flux cleaned = -0.0064117 Jy ! Component: 2350 - total flux cleaned = -0.00655658 Jy ! Component: 2400 - total flux cleaned = -0.00648419 Jy ! Component: 2450 - total flux cleaned = -0.00644907 Jy ! Component: 2500 - total flux cleaned = -0.0064494 Jy ! Component: 2550 - total flux cleaned = -0.00651917 Jy ! Component: 2600 - total flux cleaned = -0.0064846 Jy ! Component: 2650 - total flux cleaned = -0.00651904 Jy ! Component: 2700 - total flux cleaned = -0.00658727 Jy ! Component: 2750 - total flux cleaned = -0.00648539 Jy ! Component: 2800 - total flux cleaned = -0.00645171 Jy ! Component: 2850 - total flux cleaned = -0.00651882 Jy ! Component: 2900 - total flux cleaned = -0.00648597 Jy ! Component: 2950 - total flux cleaned = -0.00648593 Jy ! Component: 3000 - total flux cleaned = -0.00655174 Jy ! Component: 3050 - total flux cleaned = -0.00658406 Jy ! Component: 3100 - total flux cleaned = -0.00645524 Jy ! Component: 3150 - total flux cleaned = -0.00661543 Jy ! Component: 3200 - total flux cleaned = -0.00661534 Jy ! Component: 3250 - total flux cleaned = -0.00661553 Jy ! Component: 3300 - total flux cleaned = -0.00670978 Jy ! Component: 3350 - total flux cleaned = -0.00670965 Jy ! Component: 3400 - total flux cleaned = -0.00680223 Jy ! Component: 3450 - total flux cleaned = -0.00680265 Jy ! Component: 3500 - total flux cleaned = -0.00680288 Jy ! Component: 3550 - total flux cleaned = -0.00686333 Jy ! Component: 3600 - total flux cleaned = -0.00677262 Jy ! Component: 3650 - total flux cleaned = -0.00683267 Jy ! Component: 3700 - total flux cleaned = -0.00671333 Jy ! Component: 3750 - total flux cleaned = -0.00674322 Jy ! Component: 3800 - total flux cleaned = -0.00677274 Jy ! Component: 3850 - total flux cleaned = -0.00686073 Jy ! Component: 3900 - total flux cleaned = -0.00683153 Jy ! Component: 3950 - total flux cleaned = -0.00683152 Jy ! Component: 4000 - total flux cleaned = -0.0068316 Jy ! Component: 4050 - total flux cleaned = -0.00686006 Jy ! Total flux subtracted in 4096 components = -0.00694573 Jy ! Clean residual min=-0.001811 max=0.001580 Jy/beam ! Clean residual mean=0.000005 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.921857 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 420 components and 0.921856 Jy ![Exited script file: muppet] wmap "J2320+0513_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.064 x 8.516 at 9.374 degrees (North through East) ! Clean map min=-0.0047181 max=0.85246 Jy/beam ! Writing clean map to FITS file: J2320+0513_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.85246 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00053165 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.1871 0.1871 0.374199 0.748398 1.4968 2.99359 5.98719 11.9744 23.9488 47.8975 95.795 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.852 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.064 x 8.516 at 9.374 degrees (North through East) ! Clean map min=-0.0047181 max=0.85246 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 J2320+0513_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:45:27 2019