! Started logfile: J0201+0343_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:41:35 2016 obs J0201+0343_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0201+0343_S_2015_03_17_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.964391 visibilities/baseline/integration-bin. ! Found source: J0201+0343 ! ! 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 330 lines of history. ! ! Reading 14408 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 J0201+0343_S_2015_03_17_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.946450Jy sigma=0.010107 ! Fit after self-cal, rms=0.926345Jy sigma=0.009932 ! 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.775 mas, bmaj=6.582 mas, bpa=-5.407 degrees ! Estimated noise=769.776 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.0548788 Jy ! Component: 100 - total flux cleaned = 0.0718468 Jy ! Total flux subtracted in 100 components = 0.0718468 Jy ! Clean residual min=-0.003783 max=0.007429 Jy/beam ! Clean residual mean=-0.000014 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.0718469 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0718469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081673Jy sigma=0.000792 ! Fit after self-cal, rms=0.081573Jy sigma=0.000791 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00842854 Jy ! Component: 100 - total flux cleaned = 0.0130787 Jy ! Total flux subtracted in 100 components = 0.0130787 Jy ! Clean residual min=-0.002776 max=0.002703 Jy/beam ! Clean residual mean=-0.000007 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.0849256 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 27 components and 0.0849256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080343Jy sigma=0.000780 ! Fit after self-cal, rms=0.080318Jy sigma=0.000780 ! 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.409 mas, bmaj=7.441 mas, bpa=-4.657 degrees ! Estimated noise=562.122 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.0044403 Jy ! Component: 100 - total flux cleaned = 0.00691089 Jy ! Component: 150 - total flux cleaned = 0.00841336 Jy ! Component: 200 - total flux cleaned = 0.00935748 Jy ! Total flux subtracted in 200 components = 0.00935748 Jy ! Clean residual min=-0.002668 max=0.002932 Jy/beam ! Clean residual mean=-0.000005 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.094283 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 57 components and 0.0942831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080001Jy sigma=0.000777 ! Fit after self-cal, rms=0.079998Jy sigma=0.000777 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.88 HN 1.03 KP 1.10 ! LA 0.97 MK 0.95 NL 0.89 OV 1.01 ! PT 1.06 SC 1.07 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.93 HN 1.08 KP 1.14 ! LA 0.98 MK 1.03 NL 0.99 OV 1.03 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.93 HN 1.04 KP 0.98 ! LA 0.78 MK 1.04 NL 1.16 OV 1.00 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.92 HN 0.99 KP 0.93 ! LA 0.86 MK 1.11 NL 1.01 OV 1.02 ! PT 1.05 SC 0.98 ! ! ! Fit before self-cal, rms=0.079998Jy sigma=0.000777 ! Fit after self-cal, rms=0.077893Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=7.514 mas, bpa=-4.538 degrees ! Estimated noise=566.55 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.000244707 Jy ! Component: 100 - total flux cleaned = -0.000258136 Jy ! Component: 150 - total flux cleaned = -0.000269379 Jy ! Component: 200 - total flux cleaned = -0.000279725 Jy ! Total flux subtracted in 200 components = -0.000279725 Jy ! Clean residual min=-0.002097 max=0.002453 Jy/beam ! Clean residual mean=-0.000002 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0940033 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 76 components and 0.0940033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077890Jy sigma=0.000773 ! Fit after self-cal, rms=0.077833Jy sigma=0.000773 ! 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.077833Jy sigma=0.000773 ! Fit after self-cal, rms=0.077953Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.462 mas, bmaj=7.535 mas, bpa=-4.585 degrees ! Estimated noise=566.908 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.80981e-05 Jy ! Component: 100 - total flux cleaned = -0.000108946 Jy ! Component: 150 - total flux cleaned = -0.000118049 Jy ! Component: 200 - total flux cleaned = -0.000126203 Jy ! Total flux subtracted in 200 components = -0.000126203 Jy ! Clean residual min=-0.002052 max=0.002397 Jy/beam ! Clean residual mean=-0.000006 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.0938771 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 84 components and 0.0938771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077951Jy sigma=0.000772 ! Fit after self-cal, rms=0.077959Jy sigma=0.000772 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 (4, 19). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0023877 Jy ! Component: 100 - total flux cleaned = 0.0037768 Jy ! Component: 150 - total flux cleaned = 0.00434288 Jy ! Component: 200 - total flux cleaned = 0.00472528 Jy ! Total flux subtracted in 200 components = 0.00472528 Jy ! Clean residual min=-0.001813 max=0.001721 Jy/beam ! Clean residual mean=-0.000002 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0986024 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 113 components and 0.0986024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077880Jy sigma=0.000771 ! Fit after self-cal, rms=0.077874Jy sigma=0.000771 ! 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.077874Jy sigma=0.000771 ! Fit after self-cal, rms=0.077791Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.46 mas, bmaj=7.52 mas, bpa=-4.463 degrees ! Estimated noise=566.018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111164 Jy ! Component: 100 - total flux cleaned = 0.0015606 Jy ! Component: 150 - total flux cleaned = 0.00172685 Jy ! Component: 200 - total flux cleaned = 0.00178765 Jy ! Total flux subtracted in 200 components = 0.00178765 Jy ! Clean residual min=-0.001813 max=0.001693 Jy/beam ! Clean residual mean=-0.000002 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.10039 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 124 components and 0.10039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077770Jy sigma=0.000771 ! Fit after self-cal, rms=0.077771Jy sigma=0.000770 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.000515902 Jy ! Component: 100 - total flux cleaned = 0.000596752 Jy ! Component: 150 - total flux cleaned = 0.000647128 Jy ! Component: 200 - total flux cleaned = 0.000661274 Jy ! Total flux subtracted in 200 components = 0.000661274 Jy ! Clean residual min=-0.001806 max=0.001672 Jy/beam ! Clean residual mean=-0.000002 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.101051 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 130 components and 0.101051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077762Jy sigma=0.000770 ! Fit after self-cal, rms=0.077761Jy sigma=0.000770 ! 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.077761Jy sigma=0.000770 ! Fit after self-cal, rms=0.077858Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.644 mas, bmaj=11.31 mas, bpa=0.3424 degrees ! Estimated noise=711.928 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00071472 Jy ! Component: 100 - total flux cleaned = 0.000832735 Jy ! Component: 150 - total flux cleaned = 0.000833269 Jy ! Component: 200 - total flux cleaned = 0.000819267 Jy ! Total flux subtracted in 200 components = 0.000819267 Jy ! Clean residual min=-0.001791 max=0.001704 Jy/beam ! Clean residual mean=-0.000003 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.101871 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 144 components and 0.101871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077857Jy sigma=0.000770 ! Fit after self-cal, rms=0.077857Jy sigma=0.000770 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.000175359 Jy ! Component: 100 - total flux cleaned = 0.000162537 Jy ! Component: 150 - total flux cleaned = 0.00016308 Jy ! Component: 200 - total flux cleaned = 0.000152713 Jy ! Total flux subtracted in 200 components = 0.000152713 Jy ! Clean residual min=-0.001777 max=0.001688 Jy/beam ! Clean residual mean=-0.000003 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.102023 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 161 components and 0.102023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077858Jy sigma=0.000770 ! Fit after self-cal, rms=0.077858Jy sigma=0.000770 ! 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.459 mas, bmaj=7.519 mas, bpa=-4.5 degrees ! Estimated noise=565.974 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.459 x 7.519 at -4.5 degrees (North through East) ! Clean map min=-0.0017204 max=0.074049 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.815 mas, bmaj=6.628 mas, bpa=-5.22 degrees ! Estimated noise=779.304 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0552107 Jy ! Component: 100 - total flux cleaned = 0.0725268 Jy ! Component: 150 - total flux cleaned = 0.0806863 Jy ! Component: 200 - total flux cleaned = 0.0851284 Jy ! Total flux subtracted in 200 components = 0.0851284 Jy ! Clean residual min=-0.002743 max=0.002500 Jy/beam ! Clean residual mean=-0.000009 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.0851284 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.0851284 Jy ! Inverting map and beam ! Estimated beam: bmin=3.459 mas, bmaj=7.519 mas, bpa=-4.5 degrees ! Estimated noise=565.974 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.00445195 Jy ! Component: 100 - total flux cleaned = 0.00736243 Jy ! Component: 150 - total flux cleaned = 0.00953262 Jy ! Component: 200 - total flux cleaned = 0.0112238 Jy ! Total flux subtracted in 200 components = 0.0112238 Jy ! Clean residual min=-0.002008 max=0.001588 Jy/beam ! Clean residual mean=-0.000007 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0963522 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 65 components and 0.0963522 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.644 mas, bmaj=11.31 mas, bpa=0.3424 degrees ! Estimated noise=711.928 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00213586 Jy ! Component: 100 - total flux cleaned = 0.00352481 Jy ! Component: 150 - total flux cleaned = 0.00426914 Jy ! Component: 200 - total flux cleaned = 0.00462509 Jy ! Total flux subtracted in 200 components = 0.00462509 Jy ! Clean residual min=-0.001825 max=0.001616 Jy/beam ! Clean residual mean=-0.000005 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.100977 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.000283909 Jy ! Component: 100 - total flux cleaned = 0.000511886 Jy ! Component: 150 - total flux cleaned = 0.000681726 Jy ! Component: 200 - total flux cleaned = 0.000747977 Jy ! Total flux subtracted in 200 components = 0.000747977 Jy ! Clean residual min=-0.001790 max=0.001642 Jy/beam ! Clean residual mean=-0.000004 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.101725 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 112 components and 0.101725 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.459 mas, bmaj=7.519 mas, bpa=-4.5 degrees ! Estimated noise=565.974 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00018471 Jy ! Component: 100 - total flux cleaned = 0.000256825 Jy ! Component: 150 - total flux cleaned = 0.000297058 Jy ! Component: 200 - total flux cleaned = 0.000296286 Jy ! Total flux subtracted in 200 components = 0.000296286 Jy ! Clean residual min=-0.001845 max=0.001636 Jy/beam ! Clean residual mean=-0.000002 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.102022 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 127 components and 0.102022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077865Jy sigma=0.000770 ! Fit after self-cal, rms=0.077861Jy sigma=0.000770 wmodel J0201+0343_S_2015_03_17_pus_map.mod ! Writing 127 model components to file: J0201+0343_S_2015_03_17_pus_map.mod wobs J0201+0343_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0201+0343_S_2015_03_17_pus_uvs.fits wwins J0201+0343_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0201+0343_S_2015_03_17_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.72972e-05 Jy ! Component: 100 - total flux cleaned = -3.32432e-06 Jy ! Component: 150 - total flux cleaned = -8.303e-05 Jy ! Component: 200 - total flux cleaned = -0.000133405 Jy ! Component: 250 - total flux cleaned = -0.000134233 Jy ! Component: 300 - total flux cleaned = -0.000250419 Jy ! Component: 350 - total flux cleaned = -0.000317854 Jy ! Component: 400 - total flux cleaned = -0.00031757 Jy ! Component: 450 - total flux cleaned = -0.000296089 Jy ! Component: 500 - total flux cleaned = -0.000233313 Jy ! Component: 550 - total flux cleaned = -0.0002129 Jy ! Component: 600 - total flux cleaned = -9.14584e-05 Jy ! Component: 650 - total flux cleaned = -3.19372e-05 Jy ! Component: 700 - total flux cleaned = 2.70617e-05 Jy ! Component: 750 - total flux cleaned = 0.000124148 Jy ! Component: 800 - total flux cleaned = 0.000238375 Jy ! Component: 850 - total flux cleaned = 0.000294643 Jy ! Component: 900 - total flux cleaned = 0.00031327 Jy ! Component: 950 - total flux cleaned = 0.00038599 Jy ! Component: 1000 - total flux cleaned = 0.000367935 Jy ! Component: 1050 - total flux cleaned = 0.000439159 Jy ! Component: 1100 - total flux cleaned = 0.000421583 Jy ! Component: 1150 - total flux cleaned = 0.000473513 Jy ! Component: 1200 - total flux cleaned = 0.000524854 Jy ! Component: 1250 - total flux cleaned = 0.000558286 Jy ! Component: 1300 - total flux cleaned = 0.000591391 Jy ! Component: 1350 - total flux cleaned = 0.000624346 Jy ! Component: 1400 - total flux cleaned = 0.000705585 Jy ! Component: 1450 - total flux cleaned = 0.000769853 Jy ! Component: 1500 - total flux cleaned = 0.000833825 Jy ! Component: 1550 - total flux cleaned = 0.000944442 Jy ! Component: 1600 - total flux cleaned = 0.00102248 Jy ! Component: 1650 - total flux cleaned = 0.00105346 Jy ! Component: 1700 - total flux cleaned = 0.00114571 Jy ! Component: 1750 - total flux cleaned = 0.00122154 Jy ! Component: 1800 - total flux cleaned = 0.00129671 Jy ! Component: 1850 - total flux cleaned = 0.0012968 Jy ! Component: 1900 - total flux cleaned = 0.00131151 Jy ! Component: 1950 - total flux cleaned = 0.0014141 Jy ! Component: 2000 - total flux cleaned = 0.00145762 Jy ! Component: 2050 - total flux cleaned = 0.00150073 Jy ! Component: 2100 - total flux cleaned = 0.00151519 Jy ! Component: 2150 - total flux cleaned = 0.00155783 Jy ! Component: 2200 - total flux cleaned = 0.00161384 Jy ! Component: 2250 - total flux cleaned = 0.00162787 Jy ! Component: 2300 - total flux cleaned = 0.00169689 Jy ! Component: 2350 - total flux cleaned = 0.00169684 Jy ! Component: 2400 - total flux cleaned = 0.00171036 Jy ! Component: 2450 - total flux cleaned = 0.00176403 Jy ! Component: 2500 - total flux cleaned = 0.00173734 Jy ! Component: 2550 - total flux cleaned = 0.00176393 Jy ! Component: 2600 - total flux cleaned = 0.00179039 Jy ! Component: 2650 - total flux cleaned = 0.00173825 Jy ! Component: 2700 - total flux cleaned = 0.00180276 Jy ! Component: 2750 - total flux cleaned = 0.00178962 Jy ! Component: 2800 - total flux cleaned = 0.0017768 Jy ! Component: 2850 - total flux cleaned = 0.00178946 Jy ! Component: 2900 - total flux cleaned = 0.00181457 Jy ! Component: 2950 - total flux cleaned = 0.00180203 Jy ! Component: 3000 - total flux cleaned = 0.00181431 Jy ! Component: 3050 - total flux cleaned = 0.00185092 Jy ! Component: 3100 - total flux cleaned = 0.00181424 Jy ! Component: 3150 - total flux cleaned = 0.00182642 Jy ! Component: 3200 - total flux cleaned = 0.00180231 Jy ! Component: 3250 - total flux cleaned = 0.00182618 Jy ! Component: 3300 - total flux cleaned = 0.00181424 Jy ! Component: 3350 - total flux cleaned = 0.00176722 Jy ! Component: 3400 - total flux cleaned = 0.00176728 Jy ! Component: 3450 - total flux cleaned = 0.00177902 Jy ! Component: 3500 - total flux cleaned = 0.0017329 Jy ! Component: 3550 - total flux cleaned = 0.00174428 Jy ! Component: 3600 - total flux cleaned = 0.00176703 Jy ! Component: 3650 - total flux cleaned = 0.00175561 Jy ! Component: 3700 - total flux cleaned = 0.00174432 Jy ! Component: 3750 - total flux cleaned = 0.00172199 Jy ! Component: 3800 - total flux cleaned = 0.00169979 Jy ! Component: 3850 - total flux cleaned = 0.00172194 Jy ! Component: 3900 - total flux cleaned = 0.00169994 Jy ! Component: 3950 - total flux cleaned = 0.00172181 Jy ! Component: 4000 - total flux cleaned = 0.00172179 Jy ! Component: 4050 - total flux cleaned = 0.00168958 Jy ! Total flux subtracted in 4096 components = 0.00167902 Jy ! Clean residual min=-0.000603 max=0.000639 Jy/beam ! Clean residual mean=-0.000003 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.103701 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 413 components and 0.103701 Jy ![Exited script file: muppet] wmap "J0201+0343_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.459 x 7.519 at -4.5 degrees (North through East) ! Clean map min=-0.0011771 max=0.074478 Jy/beam ! Writing clean map to FITS file: J0201+0343_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0744785 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000198379 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.799073 0.799073 1.59815 3.19629 6.39259 12.7852 25.5703 51.1407 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.074 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.459 x 7.519 at -4.5 degrees (North through East) ! Clean map min=-0.0011771 max=0.074478 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 J0201+0343_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:41:42 2016