! Started logfile: J1107+5219_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:23:54 2016 obs J1107+5219_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1107+5219_S_2014_05_31_pus_uva.fits ! AN table 1: 70 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.692698 visibilities/baseline/integration-bin. ! Found source: J1107+5219 ! ! 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 336 lines of history. ! ! Reading 8728 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 J1107+5219_S_2014_05_31_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 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.924137Jy sigma=0.011281 ! Fit after self-cal, rms=0.907646Jy sigma=0.011122 ! 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.981 mas, bmaj=5.321 mas, bpa=35.01 degrees ! Estimated noise=847.763 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.072174 Jy ! Component: 100 - total flux cleaned = 0.0935958 Jy ! Total flux subtracted in 100 components = 0.0935958 Jy ! Clean residual min=-0.003901 max=0.008603 Jy/beam ! Clean residual mean=0.000020 rms=0.001096 Jy/beam ! Combined flux in latest and established models = 0.0935958 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0935958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068686Jy sigma=0.000787 ! Fit after self-cal, rms=0.068629Jy sigma=0.000786 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00910322 Jy ! Component: 100 - total flux cleaned = 0.0129517 Jy ! Total flux subtracted in 100 components = 0.0129517 Jy ! Clean residual min=-0.003260 max=0.003171 Jy/beam ! Clean residual mean=0.000018 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.106548 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 15 components and 0.106548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067532Jy sigma=0.000775 ! Fit after self-cal, rms=0.067511Jy sigma=0.000775 ! 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.596 mas, bmaj=6.074 mas, bpa=28.65 degrees ! Estimated noise=626.953 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.000916215 Jy ! Component: 100 - total flux cleaned = 0.000874499 Jy ! Component: 150 - total flux cleaned = 0.00087392 Jy ! Component: 200 - total flux cleaned = 0.000872042 Jy ! Total flux subtracted in 200 components = 0.000872042 Jy ! Clean residual min=-0.002331 max=0.002482 Jy/beam ! Clean residual mean=0.000011 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.10742 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 25 components and 0.10742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067448Jy sigma=0.000775 ! Fit after self-cal, rms=0.067441Jy sigma=0.000774 ! 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.94 FD 0.85 HN 1.02 KP 1.04 ! LA 1.18 MK 1.00* NL 0.97 OV 1.01 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.01 KP 1.03 ! LA 1.15 MK 1.00* NL 1.01 OV 1.04 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.12 HN 1.10 KP 0.92 ! LA 0.90 MK 1.00* NL 0.97 OV 0.95 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.03 HN 1.03 KP 0.93 ! LA 0.84 MK 1.00* NL 1.07 OV 0.99 ! PT 1.03 SC 0.94 ! ! ! Fit before self-cal, rms=0.067441Jy sigma=0.000774 ! Fit after self-cal, rms=0.065077Jy sigma=0.000765 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.567 mas, bmaj=6.064 mas, bpa=29.35 degrees ! Estimated noise=624.652 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 = 9.10429e-06 Jy ! Component: 100 - total flux cleaned = -1.6096e-05 Jy ! Component: 150 - total flux cleaned = -3.80777e-05 Jy ! Component: 200 - total flux cleaned = -3.96321e-05 Jy ! Total flux subtracted in 200 components = -3.96321e-05 Jy ! Clean residual min=-0.002140 max=0.001772 Jy/beam ! Clean residual mean=-0.000011 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.10738 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 37 components and 0.10738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065057Jy sigma=0.000764 ! Fit after self-cal, rms=0.065044Jy sigma=0.000764 ! 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.065044Jy sigma=0.000764 ! Fit after self-cal, rms=0.065397Jy sigma=0.000763 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.572 mas, bmaj=6.056 mas, bpa=28.79 degrees ! Estimated noise=625.265 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.98993e-05 Jy ! Component: 100 - total flux cleaned = 0.000193677 Jy ! Component: 150 - total flux cleaned = 0.000221083 Jy ! Component: 200 - total flux cleaned = 0.000232879 Jy ! Total flux subtracted in 200 components = 0.000232879 Jy ! Clean residual min=-0.002083 max=0.001625 Jy/beam ! Clean residual mean=-0.000006 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.107613 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.107613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065385Jy sigma=0.000763 ! Fit after self-cal, rms=0.065391Jy sigma=0.000763 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.85909e-05 Jy ! Component: 100 - total flux cleaned = 8.67027e-05 Jy ! Component: 150 - total flux cleaned = 8.66453e-05 Jy ! Component: 200 - total flux cleaned = 8.65013e-05 Jy ! Total flux subtracted in 200 components = 8.65013e-05 Jy ! Clean residual min=-0.002074 max=0.001659 Jy/beam ! Clean residual mean=-0.000006 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.107699 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 53 components and 0.107699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065385Jy sigma=0.000763 ! Fit after self-cal, rms=0.065383Jy sigma=0.000763 ! 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.065383Jy sigma=0.000763 ! Fit after self-cal, rms=0.065300Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.568 mas, bmaj=6.042 mas, bpa=29.01 degrees ! Estimated noise=624.719 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000120196 Jy ! Component: 100 - total flux cleaned = 0.000156629 Jy ! Component: 150 - total flux cleaned = 0.000199882 Jy ! Component: 200 - total flux cleaned = 0.000229468 Jy ! Total flux subtracted in 200 components = 0.000229468 Jy ! Clean residual min=-0.002064 max=0.001682 Jy/beam ! Clean residual mean=-0.000006 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.107929 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.107929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065295Jy sigma=0.000763 ! Fit after self-cal, rms=0.065294Jy sigma=0.000763 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.60481e-06 Jy ! Component: 100 - total flux cleaned = 2.26767e-05 Jy ! Component: 150 - total flux cleaned = 3.14494e-05 Jy ! Component: 200 - total flux cleaned = 3.96992e-05 Jy ! Total flux subtracted in 200 components = 3.96992e-05 Jy ! Clean residual min=-0.002051 max=0.001695 Jy/beam ! Clean residual mean=-0.000006 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.107968 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 61 components and 0.107968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065290Jy sigma=0.000763 ! Fit after self-cal, rms=0.065290Jy sigma=0.000763 ! 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.065290Jy sigma=0.000763 ! Fit after self-cal, rms=0.065202Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.029 mas, bmaj=8.952 mas, bpa=19.46 degrees ! Estimated noise=734.356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00015877 Jy ! Component: 100 - total flux cleaned = 0.000107852 Jy ! Component: 150 - total flux cleaned = 8.40694e-05 Jy ! Component: 200 - total flux cleaned = 5.84174e-05 Jy ! Total flux subtracted in 200 components = 5.84174e-05 Jy ! Clean residual min=-0.001852 max=0.001619 Jy/beam ! Clean residual mean=-0.000013 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.108027 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 67 components and 0.108027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065203Jy sigma=0.000763 ! Fit after self-cal, rms=0.065203Jy sigma=0.000763 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.77043e-05 Jy ! Component: 100 - total flux cleaned = 2.75525e-05 Jy ! Component: 150 - total flux cleaned = 1.69324e-05 Jy ! Component: 200 - total flux cleaned = 1.20668e-05 Jy ! Total flux subtracted in 200 components = 1.20668e-05 Jy ! Clean residual min=-0.001853 max=0.001629 Jy/beam ! Clean residual mean=-0.000013 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.108039 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 71 components and 0.108039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065203Jy sigma=0.000763 ! Fit after self-cal, rms=0.065203Jy sigma=0.000763 ! 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.564 mas, bmaj=6.033 mas, bpa=29.24 degrees ! Estimated noise=624.144 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.564 x 6.033 at 29.24 degrees (North through East) ! Clean map min=-0.0019191 max=0.092044 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.948 mas, bmaj=5.299 mas, bpa=35.9 degrees ! Estimated noise=839.621 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0716035 Jy ! Component: 100 - total flux cleaned = 0.0940785 Jy ! Component: 150 - total flux cleaned = 0.103083 Jy ! Component: 200 - total flux cleaned = 0.105938 Jy ! Total flux subtracted in 200 components = 0.105938 Jy ! Clean residual min=-0.002648 max=0.002523 Jy/beam ! Clean residual mean=0.000004 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.105938 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.105938 Jy ! Inverting map and beam ! Estimated beam: bmin=4.564 mas, bmaj=6.033 mas, bpa=29.24 degrees ! Estimated noise=624.144 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.0011174 Jy ! Component: 100 - total flux cleaned = 0.00149501 Jy ! Component: 150 - total flux cleaned = 0.00174204 Jy ! Component: 200 - total flux cleaned = 0.00183566 Jy ! Total flux subtracted in 200 components = 0.00183566 Jy ! Clean residual min=-0.001956 max=0.001673 Jy/beam ! Clean residual mean=-0.000006 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.107774 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 19 components and 0.107774 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.029 mas, bmaj=8.952 mas, bpa=19.46 degrees ! Estimated noise=734.356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000234733 Jy ! Component: 100 - total flux cleaned = 0.000206363 Jy ! Component: 150 - total flux cleaned = 0.000183648 Jy ! Component: 200 - total flux cleaned = 0.000177084 Jy ! Total flux subtracted in 200 components = 0.000177084 Jy ! Clean residual min=-0.001822 max=0.001636 Jy/beam ! Clean residual mean=-0.000013 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.107951 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 = -4.70063e-08 Jy ! Component: 100 - total flux cleaned = 1.21036e-07 Jy ! Component: 150 - total flux cleaned = 2.93303e-07 Jy ! Component: 200 - total flux cleaned = 3.84039e-07 Jy ! Total flux subtracted in 200 components = 3.84039e-07 Jy ! Clean residual min=-0.001831 max=0.001641 Jy/beam ! Clean residual mean=-0.000013 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.107951 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 32 components and 0.107951 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.564 mas, bmaj=6.033 mas, bpa=29.24 degrees ! Estimated noise=624.144 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.51471e-05 Jy ! Component: 100 - total flux cleaned = 8.64461e-05 Jy ! Component: 150 - total flux cleaned = 7.51312e-05 Jy ! Component: 200 - total flux cleaned = 7.59871e-05 Jy ! Total flux subtracted in 200 components = 7.59871e-05 Jy ! Clean residual min=-0.002004 max=0.001697 Jy/beam ! Clean residual mean=-0.000006 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.108027 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.108027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065197Jy sigma=0.000763 ! Fit after self-cal, rms=0.065195Jy sigma=0.000763 wmodel J1107+5219_S_2014_05_31_pus_map.mod ! Writing 43 model components to file: J1107+5219_S_2014_05_31_pus_map.mod wobs J1107+5219_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1107+5219_S_2014_05_31_pus_uvs.fits wwins J1107+5219_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J1107+5219_S_2014_05_31_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.00070211 Jy ! Component: 100 - total flux cleaned = -0.00112281 Jy ! Component: 150 - total flux cleaned = -0.00142755 Jy ! Component: 200 - total flux cleaned = -0.00163778 Jy ! Component: 250 - total flux cleaned = -0.00166356 Jy ! Component: 300 - total flux cleaned = -0.00173486 Jy ! Component: 350 - total flux cleaned = -0.00189566 Jy ! Component: 400 - total flux cleaned = -0.00207418 Jy ! Component: 450 - total flux cleaned = -0.00231244 Jy ! Component: 500 - total flux cleaned = -0.00260692 Jy ! Component: 550 - total flux cleaned = -0.00279152 Jy ! Component: 600 - total flux cleaned = -0.00299196 Jy ! Component: 650 - total flux cleaned = -0.00322609 Jy ! Component: 700 - total flux cleaned = -0.00337915 Jy ! Component: 750 - total flux cleaned = -0.00358553 Jy ! Component: 800 - total flux cleaned = -0.00375132 Jy ! Component: 850 - total flux cleaned = -0.00396872 Jy ! Component: 900 - total flux cleaned = -0.00416414 Jy ! Component: 950 - total flux cleaned = -0.00430398 Jy ! Component: 1000 - total flux cleaned = -0.00451065 Jy ! Component: 1050 - total flux cleaned = -0.00461247 Jy ! Component: 1100 - total flux cleaned = -0.00474637 Jy ! Component: 1150 - total flux cleaned = -0.0049278 Jy ! Component: 1200 - total flux cleaned = -0.00504173 Jy ! Component: 1250 - total flux cleaned = -0.00515362 Jy ! Component: 1300 - total flux cleaned = -0.00524884 Jy ! Component: 1350 - total flux cleaned = -0.0053584 Jy ! Component: 1400 - total flux cleaned = -0.00546619 Jy ! Component: 1450 - total flux cleaned = -0.00548128 Jy ! Component: 1500 - total flux cleaned = -0.0055416 Jy ! Component: 1550 - total flux cleaned = -0.00558663 Jy ! Component: 1600 - total flux cleaned = -0.00563122 Jy ! Component: 1650 - total flux cleaned = -0.0057187 Jy ! Component: 1700 - total flux cleaned = -0.00571857 Jy ! Component: 1750 - total flux cleaned = -0.00581858 Jy ! Component: 1800 - total flux cleaned = -0.00584682 Jy ! Component: 1850 - total flux cleaned = -0.00587494 Jy ! Component: 1900 - total flux cleaned = -0.00594417 Jy ! Component: 1950 - total flux cleaned = -0.00595798 Jy ! Component: 2000 - total flux cleaned = -0.00601252 Jy ! Component: 2050 - total flux cleaned = -0.0060259 Jy ! Component: 2100 - total flux cleaned = -0.00601256 Jy ! Component: 2150 - total flux cleaned = -0.00605196 Jy ! Component: 2200 - total flux cleaned = -0.00605193 Jy ! Component: 2250 - total flux cleaned = -0.00607781 Jy ! Component: 2300 - total flux cleaned = -0.00609068 Jy ! Component: 2350 - total flux cleaned = -0.00609058 Jy ! Component: 2400 - total flux cleaned = -0.00609058 Jy ! Component: 2450 - total flux cleaned = -0.00609048 Jy ! Component: 2500 - total flux cleaned = -0.00607799 Jy ! Component: 2550 - total flux cleaned = -0.00606575 Jy ! Component: 2600 - total flux cleaned = -0.00609034 Jy ! Component: 2650 - total flux cleaned = -0.00610234 Jy ! Component: 2700 - total flux cleaned = -0.00610213 Jy ! Component: 2750 - total flux cleaned = -0.00612594 Jy ! Component: 2800 - total flux cleaned = -0.00610234 Jy ! Component: 2850 - total flux cleaned = -0.0061141 Jy ! Component: 2900 - total flux cleaned = -0.00610237 Jy ! Component: 2950 - total flux cleaned = -0.00612545 Jy ! Component: 3000 - total flux cleaned = -0.00607962 Jy ! Component: 3050 - total flux cleaned = -0.00602277 Jy ! Component: 3100 - total flux cleaned = -0.00601155 Jy ! Component: 3150 - total flux cleaned = -0.0060228 Jy ! Component: 3200 - total flux cleaned = -0.00596703 Jy ! Component: 3250 - total flux cleaned = -0.00592284 Jy ! Component: 3300 - total flux cleaned = -0.00586802 Jy ! Component: 3350 - total flux cleaned = -0.00588983 Jy ! Component: 3400 - total flux cleaned = -0.00584649 Jy ! Component: 3450 - total flux cleaned = -0.00581415 Jy ! Component: 3500 - total flux cleaned = -0.00577137 Jy ! Component: 3550 - total flux cleaned = -0.00573957 Jy ! Component: 3600 - total flux cleaned = -0.00568688 Jy ! Component: 3650 - total flux cleaned = -0.00562401 Jy ! Component: 3700 - total flux cleaned = -0.00560321 Jy ! Component: 3750 - total flux cleaned = -0.00557216 Jy ! Component: 3800 - total flux cleaned = -0.00555152 Jy ! Component: 3850 - total flux cleaned = -0.00549007 Jy ! Component: 3900 - total flux cleaned = -0.00545956 Jy ! Component: 3950 - total flux cleaned = -0.00539893 Jy ! Component: 4000 - total flux cleaned = -0.00536879 Jy ! Component: 4050 - total flux cleaned = -0.00533879 Jy ! Total flux subtracted in 4096 components = -0.0053089 Jy ! Clean residual min=-0.000654 max=0.000607 Jy/beam ! Clean residual mean=-0.000004 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.102718 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 315 components and 0.102718 Jy ![Exited script file: muppet] wmap "J1107+5219_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.564 x 6.033 at 29.24 degrees (North through East) ! Clean map min=-0.0014373 max=0.091947 Jy/beam ! Writing clean map to FITS file: J1107+5219_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0919474 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000175534 device "J1107+5219_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1107+5219_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.572722 0.572722 1.14544 2.29089 4.58177 9.16355 18.3271 36.6542 73.3084 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.091 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.564 x 6.033 at 29.24 degrees (North through East) ! Clean map min=-0.0014373 max=0.091947 Jy/beam quit ! Quitting program ! Log file J1107+5219_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:23:59 2016