! Started logfile: J0342+4809_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:44:37 2016 obs J0342+4809_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0342+4809_S_2014_05_31_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.887216 visibilities/baseline/integration-bin. ! Found source: J0342+4809 ! ! 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 14852 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 J0342+4809_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 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.964782Jy sigma=0.011600 ! Fit after self-cal, rms=0.939796Jy sigma=0.011343 ! 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.267 mas, bmaj=6.291 mas, bpa=28.74 degrees ! Estimated noise=734.269 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.0444204 Jy ! Component: 100 - total flux cleaned = 0.0588925 Jy ! Total flux subtracted in 100 components = 0.0588925 Jy ! Clean residual min=-0.003192 max=0.006542 Jy/beam ! Clean residual mean=-0.000004 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.0588925 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0588925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069876Jy sigma=0.000791 ! Fit after self-cal, rms=0.069798Jy sigma=0.000790 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00780583 Jy ! Component: 100 - total flux cleaned = 0.011942 Jy ! Total flux subtracted in 100 components = 0.011942 Jy ! Clean residual min=-0.002417 max=0.003144 Jy/beam ! Clean residual mean=-0.000003 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.0708345 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.0708345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068574Jy sigma=0.000775 ! Fit after self-cal, rms=0.068559Jy 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.165 mas, bmaj=6.814 mas, bpa=25.82 degrees ! Estimated noise=487.273 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.00478578 Jy ! Component: 100 - total flux cleaned = 0.00739268 Jy ! Component: 150 - total flux cleaned = 0.00907117 Jy ! Component: 200 - total flux cleaned = 0.0101974 Jy ! Total flux subtracted in 200 components = 0.0101974 Jy ! Clean residual min=-0.001939 max=0.003812 Jy/beam ! Clean residual mean=-0.000003 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.0810319 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 45 components and 0.0810319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068198Jy sigma=0.000771 ! Fit after self-cal, rms=0.068187Jy sigma=0.000770 ! Inverting map ! Added new window around map position (8, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00355343 Jy ! Component: 100 - total flux cleaned = 0.00515185 Jy ! Component: 150 - total flux cleaned = 0.00617367 Jy ! Component: 200 - total flux cleaned = 0.00674729 Jy ! Total flux subtracted in 200 components = 0.00674729 Jy ! Clean residual min=-0.001756 max=0.001785 Jy/beam ! Clean residual mean=0.000003 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0877792 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 75 components and 0.0877792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067998Jy sigma=0.000768 ! Fit after self-cal, rms=0.067973Jy sigma=0.000768 ! 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 0.85 HN 0.98 KP 1.06 ! LA 1.10 MK 0.95 NL 1.00 OV 1.01 ! PT 0.99 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 0.99 KP 0.97 ! LA 1.13 MK 1.04 NL 1.03 OV 1.02 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.13 HN 0.95 KP 0.89 ! LA 0.90 MK 1.02 NL 1.05 OV 0.96 ! PT 1.02 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.95 HN 1.03 KP 0.91 ! LA 0.86 MK 1.00 NL 1.08 OV 0.95 ! PT 1.01 SC 1.01 ! ! ! Fit before self-cal, rms=0.067973Jy sigma=0.000768 ! Fit after self-cal, rms=0.066138Jy sigma=0.000764 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.159 mas, bmaj=6.797 mas, bpa=25.79 degrees ! Estimated noise=483.231 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.00107169 Jy ! Component: 100 - total flux cleaned = 0.0015561 Jy ! Component: 150 - total flux cleaned = 0.00174027 Jy ! Component: 200 - total flux cleaned = 0.00178045 Jy ! Total flux subtracted in 200 components = 0.00178045 Jy ! Clean residual min=-0.001528 max=0.001360 Jy/beam ! Clean residual mean=0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0895596 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 0.0895596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066115Jy sigma=0.000764 ! Fit after self-cal, rms=0.066108Jy 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.066108Jy sigma=0.000764 ! Fit after self-cal, rms=0.065969Jy sigma=0.000763 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.146 mas, bmaj=6.778 mas, bpa=26.03 degrees ! Estimated noise=482.728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000312768 Jy ! Component: 100 - total flux cleaned = 0.000519487 Jy ! Component: 150 - total flux cleaned = 0.000618567 Jy ! Component: 200 - total flux cleaned = 0.000663418 Jy ! Total flux subtracted in 200 components = 0.000663418 Jy ! Clean residual min=-0.001472 max=0.001440 Jy/beam ! Clean residual mean=0.000002 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.0902231 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 102 components and 0.0902231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065960Jy sigma=0.000763 ! Fit after self-cal, rms=0.065966Jy 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 = 8.8917e-05 Jy ! Component: 100 - total flux cleaned = 0.000132239 Jy ! Component: 150 - total flux cleaned = 0.000145558 Jy ! Component: 200 - total flux cleaned = 0.000145599 Jy ! Total flux subtracted in 200 components = 0.000145599 Jy ! Clean residual min=-0.001445 max=0.001421 Jy/beam ! Clean residual mean=0.000003 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0903687 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 108 components and 0.0903687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065960Jy sigma=0.000763 ! Fit after self-cal, rms=0.065960Jy 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.065960Jy sigma=0.000763 ! Fit after self-cal, rms=0.065935Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.135 mas, bmaj=6.776 mas, bpa=26.13 degrees ! Estimated noise=482.741 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000261262 Jy ! Component: 100 - total flux cleaned = 0.000299579 Jy ! Component: 150 - total flux cleaned = 0.000311513 Jy ! Component: 200 - total flux cleaned = 0.00032268 Jy ! Total flux subtracted in 200 components = 0.00032268 Jy ! Clean residual min=-0.001442 max=0.001391 Jy/beam ! Clean residual mean=0.000003 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.0906913 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 112 components and 0.0906913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065931Jy sigma=0.000763 ! Fit after self-cal, rms=0.065930Jy 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 = 1.99737e-05 Jy ! Component: 100 - total flux cleaned = 1.95819e-05 Jy ! Component: 150 - total flux cleaned = 2.9741e-05 Jy ! Component: 200 - total flux cleaned = 1.98778e-05 Jy ! Total flux subtracted in 200 components = 1.98778e-05 Jy ! Clean residual min=-0.001438 max=0.001385 Jy/beam ! Clean residual mean=0.000003 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.0907112 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 116 components and 0.0907112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065927Jy sigma=0.000763 ! Fit after self-cal, rms=0.065926Jy 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.065926Jy sigma=0.000763 ! Fit after self-cal, rms=0.065876Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.885 mas, bmaj=9.006 mas, bpa=11.2 degrees ! Estimated noise=565.854 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154491 Jy ! Component: 100 - total flux cleaned = 0.00020287 Jy ! Component: 150 - total flux cleaned = 0.000241787 Jy ! Component: 200 - total flux cleaned = 0.000255218 Jy ! Total flux subtracted in 200 components = 0.000255218 Jy ! Clean residual min=-0.001482 max=0.001630 Jy/beam ! Clean residual mean=0.000005 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0909664 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 133 components and 0.0909665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065875Jy sigma=0.000763 ! Fit after self-cal, rms=0.065873Jy 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 = 2.71609e-05 Jy ! Component: 100 - total flux cleaned = 5.33721e-05 Jy ! Component: 150 - total flux cleaned = 5.91179e-05 Jy ! Component: 200 - total flux cleaned = 5.89666e-05 Jy ! Total flux subtracted in 200 components = 5.89666e-05 Jy ! Clean residual min=-0.001481 max=0.001625 Jy/beam ! Clean residual mean=0.000005 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.0910254 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 142 components and 0.0910254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065872Jy sigma=0.000763 ! Fit after self-cal, rms=0.065872Jy 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.126 mas, bmaj=6.776 mas, bpa=26.22 degrees ! Estimated noise=482.632 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.126 x 6.776 at 26.22 degrees (North through East) ! Clean map min=-0.0014149 max=0.057744 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.222 mas, bmaj=6.266 mas, bpa=29.22 degrees ! Estimated noise=723.263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0437364 Jy ! Component: 100 - total flux cleaned = 0.0593928 Jy ! Component: 150 - total flux cleaned = 0.0672194 Jy ! Component: 200 - total flux cleaned = 0.0719349 Jy ! Total flux subtracted in 200 components = 0.0719349 Jy ! Clean residual min=-0.002202 max=0.002607 Jy/beam ! Clean residual mean=-0.000004 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.0719349 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0719349 Jy ! Inverting map and beam ! Estimated beam: bmin=4.126 mas, bmaj=6.776 mas, bpa=26.22 degrees ! Estimated noise=482.632 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.00528224 Jy ! Component: 100 - total flux cleaned = 0.00867111 Jy ! Component: 150 - total flux cleaned = 0.0110482 Jy ! Component: 200 - total flux cleaned = 0.0128425 Jy ! Total flux subtracted in 200 components = 0.0128425 Jy ! Clean residual min=-0.001546 max=0.001483 Jy/beam ! Clean residual mean=-0.000002 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0847774 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 57 components and 0.0847774 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.885 mas, bmaj=9.006 mas, bpa=11.2 degrees ! Estimated noise=565.854 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196906 Jy ! Component: 100 - total flux cleaned = 0.00325113 Jy ! Component: 150 - total flux cleaned = 0.0041633 Jy ! Component: 200 - total flux cleaned = 0.00482617 Jy ! Total flux subtracted in 200 components = 0.00482617 Jy ! Clean residual min=-0.001606 max=0.001565 Jy/beam ! Clean residual mean=0.000003 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0896036 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.000484854 Jy ! Component: 100 - total flux cleaned = 0.000696461 Jy ! Component: 150 - total flux cleaned = 0.000848256 Jy ! Component: 200 - total flux cleaned = 0.000977602 Jy ! Total flux subtracted in 200 components = 0.000977602 Jy ! Clean residual min=-0.001550 max=0.001599 Jy/beam ! Clean residual mean=0.000005 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0905812 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 123 components and 0.0905812 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.126 mas, bmaj=6.776 mas, bpa=26.22 degrees ! Estimated noise=482.632 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.46009e-05 Jy ! Component: 100 - total flux cleaned = 0.000129064 Jy ! Component: 150 - total flux cleaned = 0.000162437 Jy ! Component: 200 - total flux cleaned = 0.000208731 Jy ! Total flux subtracted in 200 components = 0.000208731 Jy ! Clean residual min=-0.001485 max=0.001317 Jy/beam ! Clean residual mean=0.000002 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0907899 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 139 components and 0.0907899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065883Jy sigma=0.000763 ! Fit after self-cal, rms=0.065877Jy sigma=0.000763 wmodel J0342+4809_S_2014_05_31_pus_map.mod ! Writing 139 model components to file: J0342+4809_S_2014_05_31_pus_map.mod wobs J0342+4809_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0342+4809_S_2014_05_31_pus_uvs.fits wwins J0342+4809_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0342+4809_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.00042198 Jy ! Component: 100 - total flux cleaned = -0.000588841 Jy ! Component: 150 - total flux cleaned = -0.000656488 Jy ! Component: 200 - total flux cleaned = -0.000678773 Jy ! Component: 250 - total flux cleaned = -0.000699652 Jy ! Component: 300 - total flux cleaned = -0.000700012 Jy ! Component: 350 - total flux cleaned = -0.000739173 Jy ! Component: 400 - total flux cleaned = -0.000739247 Jy ! Component: 450 - total flux cleaned = -0.000833257 Jy ! Component: 500 - total flux cleaned = -0.000888009 Jy ! Component: 550 - total flux cleaned = -0.000942008 Jy ! Component: 600 - total flux cleaned = -0.00101226 Jy ! Component: 650 - total flux cleaned = -0.00109819 Jy ! Component: 700 - total flux cleaned = -0.00116557 Jy ! Component: 750 - total flux cleaned = -0.00124819 Jy ! Component: 800 - total flux cleaned = -0.00132939 Jy ! Component: 850 - total flux cleaned = -0.00142538 Jy ! Component: 900 - total flux cleaned = -0.00147262 Jy ! Component: 950 - total flux cleaned = -0.00154995 Jy ! Component: 1000 - total flux cleaned = -0.00156535 Jy ! Component: 1050 - total flux cleaned = -0.0016552 Jy ! Component: 1100 - total flux cleaned = -0.00171407 Jy ! Component: 1150 - total flux cleaned = -0.00177213 Jy ! Component: 1200 - total flux cleaned = -0.00185834 Jy ! Component: 1250 - total flux cleaned = -0.00192899 Jy ! Component: 1300 - total flux cleaned = -0.00198497 Jy ! Component: 1350 - total flux cleaned = -0.00204019 Jy ! Component: 1400 - total flux cleaned = -0.00209465 Jy ! Component: 1450 - total flux cleaned = -0.0021215 Jy ! Component: 1500 - total flux cleaned = -0.00220125 Jy ! Component: 1550 - total flux cleaned = -0.00221413 Jy ! Component: 1600 - total flux cleaned = -0.00227896 Jy ! Component: 1650 - total flux cleaned = -0.00231762 Jy ! Component: 1700 - total flux cleaned = -0.00234313 Jy ! Component: 1750 - total flux cleaned = -0.00239341 Jy ! Component: 1800 - total flux cleaned = -0.00240595 Jy ! Component: 1850 - total flux cleaned = -0.00246764 Jy ! Component: 1900 - total flux cleaned = -0.00256489 Jy ! Component: 1950 - total flux cleaned = -0.00258891 Jy ! Component: 2000 - total flux cleaned = -0.00263653 Jy ! Component: 2050 - total flux cleaned = -0.00268371 Jy ! Component: 2100 - total flux cleaned = -0.00271864 Jy ! Component: 2150 - total flux cleaned = -0.00273014 Jy ! Component: 2200 - total flux cleaned = -0.00281051 Jy ! Component: 2250 - total flux cleaned = -0.00289006 Jy ! Component: 2300 - total flux cleaned = -0.00292386 Jy ! Component: 2350 - total flux cleaned = -0.00296846 Jy ! Component: 2400 - total flux cleaned = -0.00296844 Jy ! Component: 2450 - total flux cleaned = -0.00302352 Jy ! Component: 2500 - total flux cleaned = -0.00304529 Jy ! Component: 2550 - total flux cleaned = -0.00314238 Jy ! Component: 2600 - total flux cleaned = -0.00318498 Jy ! Component: 2650 - total flux cleaned = -0.00321682 Jy ! Component: 2700 - total flux cleaned = -0.00322734 Jy ! Component: 2750 - total flux cleaned = -0.00323785 Jy ! Component: 2800 - total flux cleaned = -0.00323785 Jy ! Component: 2850 - total flux cleaned = -0.00333045 Jy ! Component: 2900 - total flux cleaned = -0.00331012 Jy ! Component: 2950 - total flux cleaned = -0.00336088 Jy ! Component: 3000 - total flux cleaned = -0.00339095 Jy ! Component: 3050 - total flux cleaned = -0.00340094 Jy ! Component: 3100 - total flux cleaned = -0.00348011 Jy ! Component: 3150 - total flux cleaned = -0.00348981 Jy ! Component: 3200 - total flux cleaned = -0.00348985 Jy ! Component: 3250 - total flux cleaned = -0.00352855 Jy ! Component: 3300 - total flux cleaned = -0.00359579 Jy ! Component: 3350 - total flux cleaned = -0.00362445 Jy ! Component: 3400 - total flux cleaned = -0.00366238 Jy ! Component: 3450 - total flux cleaned = -0.00369996 Jy ! Component: 3500 - total flux cleaned = -0.00372802 Jy ! Component: 3550 - total flux cleaned = -0.00377442 Jy ! Component: 3600 - total flux cleaned = -0.00376517 Jy ! Component: 3650 - total flux cleaned = -0.00382018 Jy ! Component: 3700 - total flux cleaned = -0.0038474 Jy ! Component: 3750 - total flux cleaned = -0.00387455 Jy ! Component: 3800 - total flux cleaned = -0.00393742 Jy ! Component: 3850 - total flux cleaned = -0.00392856 Jy ! Component: 3900 - total flux cleaned = -0.0039108 Jy ! Component: 3950 - total flux cleaned = -0.00396371 Jy ! Component: 4000 - total flux cleaned = -0.00399001 Jy ! Component: 4050 - total flux cleaned = -0.0040249 Jy ! Total flux subtracted in 4096 components = -0.0040337 Jy ! Clean residual min=-0.000517 max=0.000520 Jy/beam ! Clean residual mean=0.000002 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.0867562 Jy keep ! Adding 328 model components to the UV plane model. ! The established model now contains 467 components and 0.0867563 Jy ![Exited script file: muppet] wmap "J0342+4809_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.126 x 6.776 at 26.22 degrees (North through East) ! Clean map min=-0.0012126 max=0.05757 Jy/beam ! Writing clean map to FITS file: J0342+4809_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.0575701 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000159743 device "J0342+4809_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0342+4809_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.832426 0.832426 1.66485 3.3297 6.65941 13.3188 26.6376 53.2753 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.057 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.126 x 6.776 at 26.22 degrees (North through East) ! Clean map min=-0.0012126 max=0.05757 Jy/beam quit ! Quitting program ! Log file J0342+4809_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:44:42 2016