! Started logfile: J0211+5058_S_2017_10_21_pus_uvs.log on Sat May 11 20:48:32 2019 obs J0211+5058_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J0211+5058_S_2017_10_21_pus_uva.fits ! AN table 1: 146 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.932648 visibilities/baseline/integration-bin. ! Found source: J0211+5058 ! ! 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 644 lines of history. ! ! Reading 19608 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 J0211+5058_S_2017_10_21_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 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 662 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.907740Jy sigma=0.009208 ! Fit after self-cal, rms=0.893378Jy sigma=0.009056 ! 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.597 mas, bmaj=4.557 mas, bpa=-36.28 degrees ! Estimated noise=986.328 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.067816 Jy ! Component: 100 - total flux cleaned = 0.0960238 Jy ! Total flux subtracted in 100 components = 0.0960238 Jy ! Clean residual min=-0.007814 max=0.015486 Jy/beam ! Clean residual mean=-0.000081 rms=0.002408 Jy/beam ! Combined flux in latest and established models = 0.0960238 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0960238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095515Jy sigma=0.000907 ! Fit after self-cal, rms=0.095332Jy sigma=0.000905 ! Inverting map ! Added new window around map position (5, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0189165 Jy ! Component: 100 - total flux cleaned = 0.0322634 Jy ! Total flux subtracted in 100 components = 0.0322634 Jy ! Clean residual min=-0.006606 max=0.007783 Jy/beam ! Clean residual mean=-0.000049 rms=0.001722 Jy/beam ! Combined flux in latest and established models = 0.128287 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 57 components and 0.128287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087440Jy sigma=0.000818 ! Fit after self-cal, rms=0.087280Jy sigma=0.000816 ! 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=5.042 mas, bmaj=5.562 mas, bpa=-28.85 degrees ! Estimated noise=565.324 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.019756 Jy ! Component: 100 - total flux cleaned = 0.0314774 Jy ! Component: 150 - total flux cleaned = 0.0390687 Jy ! Component: 200 - total flux cleaned = 0.0441117 Jy ! Total flux subtracted in 200 components = 0.0441117 Jy ! Clean residual min=-0.005417 max=0.011184 Jy/beam ! Clean residual mean=-0.000002 rms=0.001770 Jy/beam ! Combined flux in latest and established models = 0.172399 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 121 components and 0.172399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082172Jy sigma=0.000765 ! Fit after self-cal, rms=0.082031Jy sigma=0.000764 ! Inverting map ! Added new window around map position (37.5, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102795 Jy ! Component: 100 - total flux cleaned = 0.0161942 Jy ! Component: 150 - total flux cleaned = 0.0207092 Jy ! Component: 200 - total flux cleaned = 0.0243449 Jy ! Total flux subtracted in 200 components = 0.0243449 Jy ! Clean residual min=-0.004188 max=0.003976 Jy/beam ! Clean residual mean=-0.000009 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.196744 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 165 components and 0.196744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080514Jy sigma=0.000748 ! Fit after self-cal, rms=0.080421Jy sigma=0.000746 ! 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.08 FD 0.99 HN 1.00 KP 1.09 ! LA 0.99 MK 1.08 NL 0.97 OV 0.98 ! PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.09 KP 1.04 ! LA 0.94 MK 1.03 NL 0.95 OV 1.02 ! PT 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.09 HN 1.03 KP 1.01 ! LA 0.78 MK 1.10 NL 1.21 OV 0.95 ! PT 0.94 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.17 HN 0.95 KP 1.00* ! LA 0.92 MK 0.94 NL 1.00* OV 1.00* ! PT 0.89 ! ! ! Fit before self-cal, rms=0.080421Jy sigma=0.000746 ! Fit after self-cal, rms=0.078982Jy sigma=0.000735 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.124 mas, bmaj=5.636 mas, bpa=-27.51 degrees ! Estimated noise=572.946 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.00255061 Jy ! Component: 100 - total flux cleaned = 0.00394982 Jy ! Component: 150 - total flux cleaned = 0.00437053 Jy ! Component: 200 - total flux cleaned = 0.00468681 Jy ! Total flux subtracted in 200 components = 0.00468681 Jy ! Clean residual min=-0.002713 max=0.002787 Jy/beam ! Clean residual mean=-0.000004 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.201431 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 188 components and 0.201431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078883Jy sigma=0.000734 ! Fit after self-cal, rms=0.078915Jy sigma=0.000734 ! 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.078915Jy sigma=0.000734 ! Fit after self-cal, rms=0.079117Jy sigma=0.000730 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.058 mas, bmaj=5.653 mas, bpa=-31.81 degrees ! Estimated noise=573.411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150466 Jy ! Component: 100 - total flux cleaned = 0.00221511 Jy ! Component: 150 - total flux cleaned = 0.00249955 Jy ! Component: 200 - total flux cleaned = 0.0026647 Jy ! Total flux subtracted in 200 components = 0.0026647 Jy ! Clean residual min=-0.001754 max=0.001825 Jy/beam ! Clean residual mean=-0.000001 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.204095 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 209 components and 0.204095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079077Jy sigma=0.000730 ! Fit after self-cal, rms=0.079111Jy sigma=0.000730 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.000225407 Jy ! Component: 100 - total flux cleaned = 0.00030472 Jy ! Component: 150 - total flux cleaned = 0.000328729 Jy ! Component: 200 - total flux cleaned = 0.000351215 Jy ! Total flux subtracted in 200 components = 0.000351215 Jy ! Clean residual min=-0.001751 max=0.001803 Jy/beam ! Clean residual mean=-0.000001 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.204447 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 216 components and 0.204447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079096Jy sigma=0.000729 ! Fit after self-cal, rms=0.079094Jy sigma=0.000729 ! 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.079094Jy sigma=0.000729 ! Fit after self-cal, rms=0.079176Jy sigma=0.000729 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.031 mas, bmaj=5.652 mas, bpa=-32.59 degrees ! Estimated noise=573.259 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000812491 Jy ! Component: 100 - total flux cleaned = 0.00112641 Jy ! Component: 150 - total flux cleaned = 0.00121069 Jy ! Component: 200 - total flux cleaned = 0.00126876 Jy ! Total flux subtracted in 200 components = 0.00126876 Jy ! Clean residual min=-0.001687 max=0.001778 Jy/beam ! Clean residual mean=-0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.205715 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 219 components and 0.205715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079161Jy sigma=0.000729 ! Fit after self-cal, rms=0.079165Jy sigma=0.000729 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 = 6.75327e-05 Jy ! Component: 100 - total flux cleaned = 8.8283e-05 Jy ! Component: 150 - total flux cleaned = 0.000142929 Jy ! Component: 200 - total flux cleaned = 0.000193333 Jy ! Total flux subtracted in 200 components = 0.000193333 Jy ! Clean residual min=-0.001673 max=0.001748 Jy/beam ! Clean residual mean=-0.000001 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.205909 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 220 components and 0.205909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079156Jy sigma=0.000729 ! Fit after self-cal, rms=0.079154Jy sigma=0.000729 ! 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.079154Jy sigma=0.000729 ! Fit after self-cal, rms=0.079153Jy sigma=0.000729 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.735 mas, bmaj=9.824 mas, bpa=47.93 degrees ! Estimated noise=657.373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000579779 Jy ! Component: 100 - total flux cleaned = 0.000867893 Jy ! Component: 150 - total flux cleaned = 0.00112187 Jy ! Component: 200 - total flux cleaned = 0.0013136 Jy ! Total flux subtracted in 200 components = 0.0013136 Jy ! Clean residual min=-0.001821 max=0.002005 Jy/beam ! Clean residual mean=-0.000000 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.207222 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 225 components and 0.207222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079145Jy sigma=0.000729 ! Fit after self-cal, rms=0.079145Jy sigma=0.000729 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.09639e-05 Jy ! Component: 100 - total flux cleaned = 0.00011964 Jy ! Component: 150 - total flux cleaned = 0.000289524 Jy ! Component: 200 - total flux cleaned = 0.000442936 Jy ! Total flux subtracted in 200 components = 0.000442936 Jy ! Clean residual min=-0.001799 max=0.001964 Jy/beam ! Clean residual mean=-0.000001 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.207665 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 230 components and 0.207665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079142Jy sigma=0.000729 ! Fit after self-cal, rms=0.079141Jy sigma=0.000729 ! 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=5.003 mas, bmaj=5.651 mas, bpa=-33.56 degrees ! Estimated noise=572.943 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.003 x 5.651 at -33.56 degrees (North through East) ! Clean map min=-0.0016373 max=0.09507 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.507 mas, bmaj=4.619 mas, bpa=-38.19 degrees ! Estimated noise=1008.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0688576 Jy ! Component: 100 - total flux cleaned = 0.0995677 Jy ! Component: 150 - total flux cleaned = 0.11929 Jy ! Component: 200 - total flux cleaned = 0.133046 Jy ! Total flux subtracted in 200 components = 0.133046 Jy ! Clean residual min=-0.005115 max=0.008022 Jy/beam ! Clean residual mean=-0.000035 rms=0.001567 Jy/beam ! Combined flux in latest and established models = 0.133046 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 51 model components to the UV plane model. ! The established model now contains 51 components and 0.133046 Jy ! Inverting map and beam ! Estimated beam: bmin=5.003 mas, bmaj=5.651 mas, bpa=-33.56 degrees ! Estimated noise=572.943 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.0182648 Jy ! Component: 100 - total flux cleaned = 0.030391 Jy ! Component: 150 - total flux cleaned = 0.0393761 Jy ! Component: 200 - total flux cleaned = 0.0463114 Jy ! Total flux subtracted in 200 components = 0.0463114 Jy ! Clean residual min=-0.003079 max=0.004589 Jy/beam ! Clean residual mean=-0.000007 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.179357 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 116 components and 0.179357 Jy ! Inverting map ! Added new window around map position (-5.5, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00560271 Jy ! Component: 100 - total flux cleaned = 0.00999101 Jy ! Component: 150 - total flux cleaned = 0.0134888 Jy ! Component: 200 - total flux cleaned = 0.0162972 Jy ! Total flux subtracted in 200 components = 0.0162972 Jy ! Clean residual min=-0.002068 max=0.002306 Jy/beam ! Clean residual mean=-0.000002 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.195654 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 151 components and 0.195654 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.735 mas, bmaj=9.824 mas, bpa=47.93 degrees ! Estimated noise=657.373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00334561 Jy ! Component: 100 - total flux cleaned = 0.00570361 Jy ! Component: 150 - total flux cleaned = 0.00746664 Jy ! Component: 200 - total flux cleaned = 0.00881905 Jy ! Total flux subtracted in 200 components = 0.00881905 Jy ! Clean residual min=-0.001920 max=0.001997 Jy/beam ! Clean residual mean=-0.000001 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.204473 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.000893288 Jy ! Component: 100 - total flux cleaned = 0.00138073 Jy ! Component: 150 - total flux cleaned = 0.00179412 Jy ! Component: 200 - total flux cleaned = 0.00202277 Jy ! Total flux subtracted in 200 components = 0.00202277 Jy ! Clean residual min=-0.001809 max=0.001849 Jy/beam ! Clean residual mean=-0.000001 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.206496 Jy ! Adding 95 model components to the UV plane model. ! The established model now contains 224 components and 0.206496 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.003 mas, bmaj=5.651 mas, bpa=-33.56 degrees ! Estimated noise=572.943 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.45437e-05 Jy ! Component: 100 - total flux cleaned = 7.31523e-05 Jy ! Component: 150 - total flux cleaned = 0.000151478 Jy ! Component: 200 - total flux cleaned = 0.000246799 Jy ! Total flux subtracted in 200 components = 0.000246799 Jy ! Clean residual min=-0.001599 max=0.001656 Jy/beam ! Clean residual mean=-0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.206743 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 241 components and 0.206743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079120Jy sigma=0.000729 ! Fit after self-cal, rms=0.079091Jy sigma=0.000729 wmodel J0211+5058_S_2017_10_21_pus_map.mod ! Writing 241 model components to file: J0211+5058_S_2017_10_21_pus_map.mod wobs J0211+5058_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J0211+5058_S_2017_10_21_pus_uvs.fits wwins J0211+5058_S_2017_10_21_pus_map.win ! wwins: Wrote 4 windows to J0211+5058_S_2017_10_21_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 = 2.79187e-05 Jy ! Component: 100 - total flux cleaned = 1.46515e-06 Jy ! Component: 150 - total flux cleaned = 5.28118e-05 Jy ! Component: 200 - total flux cleaned = 0.000102172 Jy ! Component: 250 - total flux cleaned = 0.000126517 Jy ! Component: 300 - total flux cleaned = 0.000104616 Jy ! Component: 350 - total flux cleaned = 8.27e-05 Jy ! Component: 400 - total flux cleaned = 0.000146888 Jy ! Component: 450 - total flux cleaned = 0.000167675 Jy ! Component: 500 - total flux cleaned = 0.000228134 Jy ! Component: 550 - total flux cleaned = 0.000208204 Jy ! Component: 600 - total flux cleaned = 0.000285965 Jy ! Component: 650 - total flux cleaned = 0.000324185 Jy ! Component: 700 - total flux cleaned = 0.00038015 Jy ! Component: 750 - total flux cleaned = 0.000507942 Jy ! Component: 800 - total flux cleaned = 0.00056122 Jy ! Component: 850 - total flux cleaned = 0.000631046 Jy ! Component: 900 - total flux cleaned = 0.000699828 Jy ! Component: 950 - total flux cleaned = 0.000750579 Jy ! Component: 1000 - total flux cleaned = 0.000800081 Jy ! Component: 1050 - total flux cleaned = 0.000832841 Jy ! Component: 1100 - total flux cleaned = 0.000912935 Jy ! Component: 1150 - total flux cleaned = 0.000928583 Jy ! Component: 1200 - total flux cleaned = 0.000959656 Jy ! Component: 1250 - total flux cleaned = 0.00102035 Jy ! Component: 1300 - total flux cleaned = 0.0010651 Jy ! Component: 1350 - total flux cleaned = 0.00113836 Jy ! Component: 1400 - total flux cleaned = 0.00115265 Jy ! Component: 1450 - total flux cleaned = 0.00119541 Jy ! Component: 1500 - total flux cleaned = 0.00125165 Jy ! Component: 1550 - total flux cleaned = 0.00130696 Jy ! Component: 1600 - total flux cleaned = 0.00134775 Jy ! Component: 1650 - total flux cleaned = 0.00138805 Jy ! Component: 1700 - total flux cleaned = 0.00137462 Jy ! Component: 1750 - total flux cleaned = 0.00142715 Jy ! Component: 1800 - total flux cleaned = 0.00149204 Jy ! Component: 1850 - total flux cleaned = 0.00147916 Jy ! Component: 1900 - total flux cleaned = 0.00150458 Jy ! Component: 1950 - total flux cleaned = 0.00155448 Jy ! Component: 2000 - total flux cleaned = 0.00155444 Jy ! Component: 2050 - total flux cleaned = 0.00161527 Jy ! Component: 2100 - total flux cleaned = 0.00159123 Jy ! Component: 2150 - total flux cleaned = 0.00162692 Jy ! Component: 2200 - total flux cleaned = 0.00163859 Jy ! Component: 2250 - total flux cleaned = 0.00160357 Jy ! Component: 2300 - total flux cleaned = 0.00168433 Jy ! Component: 2350 - total flux cleaned = 0.00169571 Jy ! Component: 2400 - total flux cleaned = 0.00170693 Jy ! Component: 2450 - total flux cleaned = 0.00172913 Jy ! Component: 2500 - total flux cleaned = 0.00174012 Jy ! Component: 2550 - total flux cleaned = 0.00171813 Jy ! Component: 2600 - total flux cleaned = 0.00175081 Jy ! Component: 2650 - total flux cleaned = 0.00173999 Jy ! Component: 2700 - total flux cleaned = 0.00176134 Jy ! Component: 2750 - total flux cleaned = 0.0017824 Jy ! Component: 2800 - total flux cleaned = 0.00175091 Jy ! Component: 2850 - total flux cleaned = 0.00176131 Jy ! Component: 2900 - total flux cleaned = 0.00178209 Jy ! Component: 2950 - total flux cleaned = 0.00179227 Jy ! Component: 3000 - total flux cleaned = 0.00177204 Jy ! Component: 3050 - total flux cleaned = 0.00178214 Jy ! Component: 3100 - total flux cleaned = 0.00177224 Jy ! Component: 3150 - total flux cleaned = 0.00175244 Jy ! Component: 3200 - total flux cleaned = 0.00175261 Jy ! Component: 3250 - total flux cleaned = 0.00175262 Jy ! Component: 3300 - total flux cleaned = 0.00171378 Jy ! Component: 3350 - total flux cleaned = 0.00171382 Jy ! Component: 3400 - total flux cleaned = 0.00169467 Jy ! Component: 3450 - total flux cleaned = 0.00166614 Jy ! Component: 3500 - total flux cleaned = 0.00166619 Jy ! Component: 3550 - total flux cleaned = 0.00160994 Jy ! Component: 3600 - total flux cleaned = 0.00160994 Jy ! Component: 3650 - total flux cleaned = 0.00161927 Jy ! Component: 3700 - total flux cleaned = 0.00161006 Jy ! Component: 3750 - total flux cleaned = 0.00155519 Jy ! Component: 3800 - total flux cleaned = 0.0015552 Jy ! Component: 3850 - total flux cleaned = 0.00155526 Jy ! Component: 3900 - total flux cleaned = 0.00155521 Jy ! Component: 3950 - total flux cleaned = 0.00156413 Jy ! Component: 4000 - total flux cleaned = 0.00153751 Jy ! Component: 4050 - total flux cleaned = 0.00154634 Jy ! Total flux subtracted in 4096 components = 0.00152874 Jy ! Clean residual min=-0.000683 max=0.000503 Jy/beam ! Clean residual mean=-0.000002 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.208272 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 547 components and 0.208272 Jy ![Exited script file: muppet] wmap "J0211+5058_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.003 x 5.651 at -33.56 degrees (North through East) ! Clean map min=-0.0013707 max=0.095141 Jy/beam ! Writing clean map to FITS file: J0211+5058_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0951405 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000157769 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.497481 0.497481 0.994963 1.98993 3.97985 7.9597 15.9194 31.8388 63.6776 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.095 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.003 x 5.651 at -33.56 degrees (North through East) ! Clean map min=-0.0013707 max=0.095141 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 J0211+5058_S_2017_10_21_pus_uvs.log closed on Sat May 11 20:48:38 2019