! Started logfile: J0102+5824_S_2017_06_15_pus_uvs.log on Tue May 7 15:06:56 2019 obs J0102+5824_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0102+5824_S_2017_06_15_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.751389 visibilities/baseline/integration-bin. ! Found source: J0102+5824 ! ! 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 603 lines of history. ! ! Reading 2164 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 J0102+5824_S_2017_06_15_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.618198Jy sigma=0.005214 ! Fit after self-cal, rms=0.591013Jy sigma=0.005012 ! 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.055 mas, bmaj=4.377 mas, bpa=-40.37 degrees ! Estimated noise=2465.72 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 = 1.12404 Jy ! Component: 100 - total flux cleaned = 1.41433 Jy ! Total flux subtracted in 100 components = 1.41433 Jy ! Clean residual min=-0.056524 max=0.124465 Jy/beam ! Clean residual mean=0.000157 rms=0.016028 Jy/beam ! Combined flux in latest and established models = 1.41433 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 1.41433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.287197Jy sigma=0.002380 ! Fit after self-cal, rms=0.287122Jy sigma=0.002380 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.138742 Jy ! Component: 100 - total flux cleaned = 0.214384 Jy ! Total flux subtracted in 100 components = 0.214384 Jy ! Clean residual min=-0.038741 max=0.044972 Jy/beam ! Clean residual mean=-0.000035 rms=0.009868 Jy/beam ! Combined flux in latest and established models = 1.62872 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 1.62872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201037Jy sigma=0.001620 ! Fit after self-cal, rms=0.200946Jy sigma=0.001620 ! 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.717 mas, bmaj=5.293 mas, bpa=-39.8 degrees ! Estimated noise=2017.59 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.045005 Jy ! Component: 100 - total flux cleaned = 0.0629725 Jy ! Component: 150 - total flux cleaned = 0.0665532 Jy ! Component: 200 - total flux cleaned = 0.0680361 Jy ! Total flux subtracted in 200 components = 0.0680361 Jy ! Clean residual min=-0.041611 max=0.039954 Jy/beam ! Clean residual mean=-0.000255 rms=0.009938 Jy/beam ! Combined flux in latest and established models = 1.69675 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 35 components and 1.69675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191350Jy sigma=0.001544 ! Fit after self-cal, rms=0.191290Jy sigma=0.001543 ! 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.97 FD 0.93 HN 0.97 KP 1.03 ! LA 1.02 MK 1.02 NL 0.90 OV 1.09 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.97 HN 1.01 KP 0.99 ! LA 0.98 MK 1.01 NL 1.02 OV 0.94 ! PT 1.01 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.02 HN 1.00 KP 1.00 ! LA 1.01 MK 1.04 NL 1.06 OV 1.06 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.98 KP 1.00* ! LA 0.97 MK 1.07 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.191290Jy sigma=0.001543 ! Fit after self-cal, rms=0.156863Jy sigma=0.001272 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.753 mas, bmaj=5.319 mas, bpa=-39.7 degrees ! Estimated noise=2013.49 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.013672 Jy ! Component: 100 - total flux cleaned = -0.0150982 Jy ! Component: 150 - total flux cleaned = -0.0149306 Jy ! Component: 200 - total flux cleaned = -0.0146531 Jy ! Total flux subtracted in 200 components = -0.0146531 Jy ! Clean residual min=-0.036741 max=0.029148 Jy/beam ! Clean residual mean=-0.000168 rms=0.008816 Jy/beam ! Combined flux in latest and established models = 1.6821 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 1.6821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155409Jy sigma=0.001265 ! Fit after self-cal, rms=0.155361Jy sigma=0.001264 ! 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.155361Jy sigma=0.001264 ! Fit after self-cal, rms=0.093326Jy sigma=0.000727 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.77 mas, bmaj=5.305 mas, bpa=-40.34 degrees ! Estimated noise=2015.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00318803 Jy ! Component: 100 - total flux cleaned = 0.0027258 Jy ! Component: 150 - total flux cleaned = 0.00253725 Jy ! Component: 200 - total flux cleaned = 0.00222023 Jy ! Total flux subtracted in 200 components = 0.00222023 Jy ! Clean residual min=-0.008348 max=0.010321 Jy/beam ! Clean residual mean=-0.000034 rms=0.002120 Jy/beam ! Combined flux in latest and established models = 1.68432 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 48 components and 1.68432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092425Jy sigma=0.000718 ! Fit after self-cal, rms=0.092419Jy sigma=0.000718 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 (-9.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00989976 Jy ! Component: 100 - total flux cleaned = 0.0133325 Jy ! Component: 150 - total flux cleaned = 0.0140946 Jy ! Component: 200 - total flux cleaned = 0.0146119 Jy ! Total flux subtracted in 200 components = 0.0146119 Jy ! Clean residual min=-0.007311 max=0.008138 Jy/beam ! Clean residual mean=-0.000047 rms=0.001798 Jy/beam ! Combined flux in latest and established models = 1.69893 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 64 components and 1.69893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091300Jy sigma=0.000707 ! Fit after self-cal, rms=0.091198Jy sigma=0.000706 ! Inverting map ! Added new window around map position (-45.5, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00618604 Jy ! Component: 100 - total flux cleaned = 0.00813615 Jy ! Component: 150 - total flux cleaned = 0.00909821 Jy ! Component: 200 - total flux cleaned = 0.00945696 Jy ! Total flux subtracted in 200 components = 0.00945696 Jy ! Clean residual min=-0.007073 max=0.006951 Jy/beam ! Clean residual mean=-0.000043 rms=0.001666 Jy/beam ! Combined flux in latest and established models = 1.70839 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 80 components and 1.70839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090466Jy sigma=0.000701 ! Fit after self-cal, rms=0.090453Jy sigma=0.000701 ! 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.090453Jy sigma=0.000701 ! Fit after self-cal, rms=0.090203Jy sigma=0.000698 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.764 mas, bmaj=5.309 mas, bpa=-40.19 degrees ! Estimated noise=2013.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00289663 Jy ! Component: 100 - total flux cleaned = 0.00374139 Jy ! Component: 150 - total flux cleaned = 0.00456546 Jy ! Component: 200 - total flux cleaned = 0.00488949 Jy ! Total flux subtracted in 200 components = 0.00488949 Jy ! Clean residual min=-0.006592 max=0.006226 Jy/beam ! Clean residual mean=-0.000033 rms=0.001502 Jy/beam ! Combined flux in latest and established models = 1.71328 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 94 components and 1.71328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089853Jy sigma=0.000694 ! Fit after self-cal, rms=0.089840Jy sigma=0.000694 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.00104893 Jy ! Component: 100 - total flux cleaned = 0.00105246 Jy ! Component: 150 - total flux cleaned = 0.00114005 Jy ! Component: 200 - total flux cleaned = 0.000970143 Jy ! Total flux subtracted in 200 components = 0.000970143 Jy ! Clean residual min=-0.006547 max=0.005915 Jy/beam ! Clean residual mean=-0.000034 rms=0.001461 Jy/beam ! Combined flux in latest and established models = 1.71425 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 104 components and 1.71425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089672Jy sigma=0.000693 ! Fit after self-cal, rms=0.089667Jy sigma=0.000693 ! 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.089667Jy sigma=0.000693 ! Fit after self-cal, rms=0.089654Jy sigma=0.000692 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.051 mas, bmaj=9.621 mas, bpa=-35.13 degrees ! Estimated noise=2542.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184173 Jy ! Component: 100 - total flux cleaned = 0.00156933 Jy ! Component: 150 - total flux cleaned = 0.00121136 Jy ! Component: 200 - total flux cleaned = 0.000969694 Jy ! Total flux subtracted in 200 components = 0.000969694 Jy ! Clean residual min=-0.006243 max=0.006386 Jy/beam ! Clean residual mean=-0.000064 rms=0.001865 Jy/beam ! Combined flux in latest and established models = 1.71522 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 120 components and 1.71522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089593Jy sigma=0.000691 ! Fit after self-cal, rms=0.089582Jy sigma=0.000691 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.000357414 Jy ! Component: 100 - total flux cleaned = 4.56054e-05 Jy ! Component: 150 - total flux cleaned = -0.000234342 Jy ! Component: 200 - total flux cleaned = -0.000447538 Jy ! Total flux subtracted in 200 components = -0.000447538 Jy ! Clean residual min=-0.006120 max=0.006261 Jy/beam ! Clean residual mean=-0.000065 rms=0.001846 Jy/beam ! Combined flux in latest and established models = 1.71477 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 129 components and 1.71477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089557Jy sigma=0.000691 ! Fit after self-cal, rms=0.089554Jy sigma=0.000691 ! 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.761 mas, bmaj=5.313 mas, bpa=-40.1 degrees ! Estimated noise=2012.53 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.761 x 5.313 at -40.1 degrees (North through East) ! Clean map min=-0.0060652 max=1.4959 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.089554Jy sigma=0.000691 ! Fit after self-cal, rms=0.079927Jy sigma=0.000623 ! Inverting map and beam ! Estimated beam: bmin=3.76 mas, bmaj=5.311 mas, bpa=-40.11 degrees ! Estimated noise=2011.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00032227 Jy ! Component: 100 - total flux cleaned = 0.000614114 Jy ! Component: 150 - total flux cleaned = 0.000875699 Jy ! Component: 200 - total flux cleaned = 0.000956505 Jy ! Total flux subtracted in 200 components = 0.000956505 Jy ! Clean residual min=-0.006049 max=0.004877 Jy/beam ! Clean residual mean=-0.000031 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 1.71573 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 136 components and 1.71573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079729Jy sigma=0.000621 ! Fit after self-cal, rms=0.079729Jy sigma=0.000621 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000166455 Jy ! Component: 100 - total flux cleaned = 0.000165996 Jy ! Component: 150 - total flux cleaned = 9.83965e-05 Jy ! Component: 200 - total flux cleaned = 9.80047e-05 Jy ! Total flux subtracted in 200 components = 9.80047e-05 Jy ! Clean residual min=-0.005975 max=0.004858 Jy/beam ! Clean residual mean=-0.000031 rms=0.001313 Jy/beam ! Combined flux in latest and established models = 1.71583 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 140 components and 1.71583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079618Jy sigma=0.000620 ! Fit after self-cal, rms=0.079616Jy sigma=0.000620 ! 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.079616Jy sigma=0.000620 ! Fit after self-cal, rms=0.079593Jy sigma=0.000620 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.094 mas, bmaj=4.408 mas, bpa=-40.71 degrees ! Estimated noise=2476.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.12893 Jy ! Component: 100 - total flux cleaned = 1.41099 Jy ! Component: 150 - total flux cleaned = 1.53876 Jy ! Component: 200 - total flux cleaned = 1.60665 Jy ! Total flux subtracted in 200 components = 1.60665 Jy ! Clean residual min=-0.015675 max=0.032590 Jy/beam ! Clean residual mean=0.000060 rms=0.003962 Jy/beam ! Combined flux in latest and established models = 1.60665 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 18 model components to the UV plane model. ! The established model now contains 18 components and 1.60665 Jy ! Inverting map and beam ! Estimated beam: bmin=3.759 mas, bmaj=5.314 mas, bpa=-40.05 degrees ! Estimated noise=2010.58 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.0439998 Jy ! Component: 100 - total flux cleaned = 0.0665509 Jy ! Component: 150 - total flux cleaned = 0.0800503 Jy ! Component: 200 - total flux cleaned = 0.0891342 Jy ! Total flux subtracted in 200 components = 0.0891342 Jy ! Clean residual min=-0.007048 max=0.006111 Jy/beam ! Clean residual mean=-0.000021 rms=0.001684 Jy/beam ! Combined flux in latest and established models = 1.69578 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 38 components and 1.69578 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=9.042 mas, bmaj=9.625 mas, bpa=-35.1 degrees ! Estimated noise=2540.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00789965 Jy ! Component: 100 - total flux cleaned = 0.0127525 Jy ! Component: 150 - total flux cleaned = 0.0160334 Jy ! Component: 200 - total flux cleaned = 0.0179151 Jy ! Total flux subtracted in 200 components = 0.0179151 Jy ! Clean residual min=-0.006476 max=0.005506 Jy/beam ! Clean residual mean=-0.000064 rms=0.001827 Jy/beam ! Combined flux in latest and established models = 1.7137 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.000953882 Jy ! Component: 100 - total flux cleaned = 0.0014487 Jy ! Component: 150 - total flux cleaned = 0.00156128 Jy ! Component: 200 - total flux cleaned = 0.00161268 Jy ! Total flux subtracted in 200 components = 0.00161268 Jy ! Clean residual min=-0.006252 max=0.005721 Jy/beam ! Clean residual mean=-0.000065 rms=0.001786 Jy/beam ! Combined flux in latest and established models = 1.71531 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 87 components and 1.71531 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.759 mas, bmaj=5.314 mas, bpa=-40.05 degrees ! Estimated noise=2010.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000909525 Jy ! Component: 100 - total flux cleaned = 0.00106089 Jy ! Component: 150 - total flux cleaned = 0.00120366 Jy ! Component: 200 - total flux cleaned = 0.0014428 Jy ! Total flux subtracted in 200 components = 0.0014428 Jy ! Clean residual min=-0.005992 max=0.005703 Jy/beam ! Clean residual mean=-0.000032 rms=0.001365 Jy/beam ! Combined flux in latest and established models = 1.71676 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 1.71676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080219Jy sigma=0.000625 ! Fit after self-cal, rms=0.080145Jy sigma=0.000624 wmodel J0102+5824_S_2017_06_15_pus_map.mod ! Writing 100 model components to file: J0102+5824_S_2017_06_15_pus_map.mod wobs J0102+5824_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0102+5824_S_2017_06_15_pus_uvs.fits wwins J0102+5824_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J0102+5824_S_2017_06_15_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.000989397 Jy ! Component: 100 - total flux cleaned = -0.00192914 Jy ! Component: 150 - total flux cleaned = -0.00263657 Jy ! Component: 200 - total flux cleaned = -0.00289052 Jy ! Component: 250 - total flux cleaned = -0.00345919 Jy ! Component: 300 - total flux cleaned = -0.00377184 Jy ! Component: 350 - total flux cleaned = -0.00430357 Jy ! Component: 400 - total flux cleaned = -0.00445038 Jy ! Component: 450 - total flux cleaned = -0.00488246 Jy ! Component: 500 - total flux cleaned = -0.00509239 Jy ! Component: 550 - total flux cleaned = -0.00543562 Jy ! Component: 600 - total flux cleaned = -0.0056381 Jy ! Component: 650 - total flux cleaned = -0.00616256 Jy ! Component: 700 - total flux cleaned = -0.00622618 Jy ! Component: 750 - total flux cleaned = -0.00647944 Jy ! Component: 800 - total flux cleaned = -0.00691012 Jy ! Component: 850 - total flux cleaned = -0.00709113 Jy ! Component: 900 - total flux cleaned = -0.0073287 Jy ! Component: 950 - total flux cleaned = -0.00738753 Jy ! Component: 1000 - total flux cleaned = -0.00755985 Jy ! Component: 1050 - total flux cleaned = -0.00772792 Jy ! Component: 1100 - total flux cleaned = -0.00767267 Jy ! Component: 1150 - total flux cleaned = -0.00761787 Jy ! Component: 1200 - total flux cleaned = -0.00756416 Jy ! Component: 1250 - total flux cleaned = -0.00756419 Jy ! Component: 1300 - total flux cleaned = -0.0076669 Jy ! Component: 1350 - total flux cleaned = -0.00756414 Jy ! Component: 1400 - total flux cleaned = -0.00766465 Jy ! Component: 1450 - total flux cleaned = -0.00761581 Jy ! Component: 1500 - total flux cleaned = -0.00776193 Jy ! Component: 1550 - total flux cleaned = -0.00785838 Jy ! Component: 1600 - total flux cleaned = -0.00781156 Jy ! Component: 1650 - total flux cleaned = -0.00776519 Jy ! Component: 1700 - total flux cleaned = -0.00785845 Jy ! Component: 1750 - total flux cleaned = -0.00781234 Jy ! Component: 1800 - total flux cleaned = -0.00790154 Jy ! Component: 1850 - total flux cleaned = -0.00790179 Jy ! Component: 1900 - total flux cleaned = -0.00790234 Jy ! Component: 1950 - total flux cleaned = -0.00790254 Jy ! Component: 2000 - total flux cleaned = -0.00803099 Jy ! Component: 2050 - total flux cleaned = -0.0080732 Jy ! Component: 2100 - total flux cleaned = -0.00815641 Jy ! Component: 2150 - total flux cleaned = -0.00799098 Jy ! Component: 2200 - total flux cleaned = -0.00811445 Jy ! Component: 2250 - total flux cleaned = -0.00811484 Jy ! Component: 2300 - total flux cleaned = -0.00803407 Jy ! Component: 2350 - total flux cleaned = -0.00811377 Jy ! Component: 2400 - total flux cleaned = -0.00815338 Jy ! Component: 2450 - total flux cleaned = -0.0081923 Jy ! Component: 2500 - total flux cleaned = -0.0081536 Jy ! Component: 2550 - total flux cleaned = -0.00819173 Jy ! Component: 2600 - total flux cleaned = -0.00819177 Jy ! Component: 2650 - total flux cleaned = -0.00819198 Jy ! Component: 2700 - total flux cleaned = -0.00830369 Jy ! Component: 2750 - total flux cleaned = -0.00834076 Jy ! Component: 2800 - total flux cleaned = -0.00823168 Jy ! Component: 2850 - total flux cleaned = -0.00852109 Jy ! Component: 2900 - total flux cleaned = -0.00837705 Jy ! Component: 2950 - total flux cleaned = -0.00851977 Jy ! Component: 3000 - total flux cleaned = -0.00859027 Jy ! Component: 3050 - total flux cleaned = -0.00859012 Jy ! Component: 3100 - total flux cleaned = -0.00862526 Jy ! Component: 3150 - total flux cleaned = -0.00872919 Jy ! Component: 3200 - total flux cleaned = -0.00886549 Jy ! Component: 3250 - total flux cleaned = -0.00872975 Jy ! Component: 3300 - total flux cleaned = -0.00883076 Jy ! Component: 3350 - total flux cleaned = -0.00876401 Jy ! Component: 3400 - total flux cleaned = -0.00879744 Jy ! Component: 3450 - total flux cleaned = -0.00866581 Jy ! Component: 3500 - total flux cleaned = -0.00879671 Jy ! Component: 3550 - total flux cleaned = -0.00892692 Jy ! Component: 3600 - total flux cleaned = -0.00889458 Jy ! Component: 3650 - total flux cleaned = -0.00892638 Jy ! Component: 3700 - total flux cleaned = -0.00883123 Jy ! Component: 3750 - total flux cleaned = -0.00895733 Jy ! Component: 3800 - total flux cleaned = -0.00895699 Jy ! Component: 3850 - total flux cleaned = -0.00895639 Jy ! Component: 3900 - total flux cleaned = -0.00898696 Jy ! Component: 3950 - total flux cleaned = -0.00898712 Jy ! Component: 4000 - total flux cleaned = -0.00895643 Jy ! Component: 4050 - total flux cleaned = -0.00895666 Jy ! Total flux subtracted in 4096 components = -0.00910786 Jy ! Clean residual min=-0.001969 max=0.001858 Jy/beam ! Clean residual mean=-0.000011 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 1.70765 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 359 components and 1.70765 Jy ![Exited script file: muppet] wmap "J0102+5824_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.759 x 5.314 at -40.05 degrees (North through East) ! Clean map min=-0.0033411 max=1.4917 Jy/beam ! Writing clean map to FITS file: J0102+5824_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.49168 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000504646 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.101492 0.101492 0.202984 0.405968 0.811936 1.62387 3.24774 6.49549 12.991 25.982 51.9639 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.491 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.759 x 5.314 at -40.05 degrees (North through East) ! Clean map min=-0.0033411 max=1.4917 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 J0102+5824_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:07:01 2019