! Started logfile: J2148+0211_S_2017_07_09_pus_uvs.log on Wed May 8 14:58:33 2019 obs J2148+0211_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J2148+0211_S_2017_07_09_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.974825 visibilities/baseline/integration-bin. ! Found source: J2148+0211 ! ! 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 594 lines of history. ! ! Reading 25092 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 J2148+0211_S_2017_07_09_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 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 792 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.927304Jy sigma=0.008631 ! Fit after self-cal, rms=0.918364Jy sigma=0.008556 ! 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.752 mas, bmaj=7.162 mas, bpa=-4.966 degrees ! Estimated noise=764.233 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.0643613 Jy ! Component: 100 - total flux cleaned = 0.0788499 Jy ! Total flux subtracted in 100 components = 0.0788499 Jy ! Clean residual min=-0.002880 max=0.005258 Jy/beam ! Clean residual mean=-0.000003 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.0788498 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0788498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077312Jy sigma=0.000678 ! Fit after self-cal, rms=0.077301Jy sigma=0.000678 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00574192 Jy ! Component: 100 - total flux cleaned = 0.00871846 Jy ! Total flux subtracted in 100 components = 0.00871846 Jy ! Clean residual min=-0.002576 max=0.002652 Jy/beam ! Clean residual mean=-0.000004 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.0875683 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.0875683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076842Jy sigma=0.000675 ! Fit after self-cal, rms=0.076839Jy sigma=0.000675 ! 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.283 mas, bmaj=7.874 mas, bpa=-4.322 degrees ! Estimated noise=547.502 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.00165135 Jy ! Component: 100 - total flux cleaned = 0.00196039 Jy ! Component: 150 - total flux cleaned = 0.00195976 Jy ! Component: 200 - total flux cleaned = 0.00198882 Jy ! Total flux subtracted in 200 components = 0.00198882 Jy ! Clean residual min=-0.001901 max=0.001738 Jy/beam ! Clean residual mean=-0.000005 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0895571 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 38 components and 0.0895571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076784Jy sigma=0.000674 ! Fit after self-cal, rms=0.076785Jy sigma=0.000674 ! 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.02 FD 0.96 HN 0.94 KP 1.04 ! LA 1.06 MK 1.07 NL 0.93 OV 1.02 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.01 HN 0.97 KP 0.99 ! LA 0.98 MK 1.08 NL 1.02 OV 1.06 ! PT 1.03 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.05 HN 0.94 KP 0.99 ! LA 1.01 MK 1.05 NL 0.95 OV 0.94 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 60 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.88 KP 1.00* ! LA 1.02 MK 0.97 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.076785Jy sigma=0.000674 ! Fit after self-cal, rms=0.075855Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.316 mas, bmaj=7.886 mas, bpa=-4.33 degrees ! Estimated noise=547.931 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.14716e-06 Jy ! Component: 100 - total flux cleaned = -7.08838e-05 Jy ! Component: 150 - total flux cleaned = -2.28485e-05 Jy ! Component: 200 - total flux cleaned = 5.97185e-06 Jy ! Total flux subtracted in 200 components = 5.97185e-06 Jy ! Clean residual min=-0.001759 max=0.001741 Jy/beam ! Clean residual mean=-0.000003 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0895631 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.0895631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075845Jy sigma=0.000673 ! Fit after self-cal, rms=0.075831Jy sigma=0.000672 ! 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.075831Jy sigma=0.000672 ! Fit after self-cal, rms=0.076204Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=7.89 mas, bpa=-4.461 degrees ! Estimated noise=548.206 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000212507 Jy ! Component: 100 - total flux cleaned = -0.00024167 Jy ! Component: 150 - total flux cleaned = -0.000272603 Jy ! Component: 200 - total flux cleaned = -0.000296399 Jy ! Total flux subtracted in 200 components = -0.000296399 Jy ! Clean residual min=-0.001322 max=0.001362 Jy/beam ! Clean residual mean=-0.000000 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0892667 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.0892667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076202Jy sigma=0.000669 ! Fit after self-cal, rms=0.076243Jy sigma=0.000669 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.000123621 Jy ! Component: 100 - total flux cleaned = -0.000127966 Jy ! Component: 150 - total flux cleaned = -0.000136172 Jy ! Component: 200 - total flux cleaned = -0.000143625 Jy ! Total flux subtracted in 200 components = -0.000143625 Jy ! Clean residual min=-0.001313 max=0.001379 Jy/beam ! Clean residual mean=0.000000 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0891231 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 70 components and 0.0891231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076242Jy sigma=0.000669 ! Fit after self-cal, rms=0.076243Jy sigma=0.000669 ! 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.076243Jy sigma=0.000669 ! Fit after self-cal, rms=0.076682Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.305 mas, bmaj=7.888 mas, bpa=-4.413 degrees ! Estimated noise=548.536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000101393 Jy ! Component: 100 - total flux cleaned = -9.99666e-05 Jy ! Component: 150 - total flux cleaned = -0.000113381 Jy ! Component: 200 - total flux cleaned = -0.000125048 Jy ! Total flux subtracted in 200 components = -0.000125048 Jy ! Clean residual min=-0.001275 max=0.001351 Jy/beam ! Clean residual mean=0.000000 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.088998 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 76 components and 0.088998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076680Jy sigma=0.000669 ! Fit after self-cal, rms=0.076691Jy sigma=0.000669 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.19793e-05 Jy ! Component: 100 - total flux cleaned = -4.59417e-05 Jy ! Component: 150 - total flux cleaned = -4.59434e-05 Jy ! Component: 200 - total flux cleaned = -4.59653e-05 Jy ! Total flux subtracted in 200 components = -4.59653e-05 Jy ! Clean residual min=-0.001270 max=0.001351 Jy/beam ! Clean residual mean=0.000000 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0889521 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 81 components and 0.0889521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076690Jy sigma=0.000669 ! Fit after self-cal, rms=0.076690Jy sigma=0.000669 ! 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.076690Jy sigma=0.000669 ! Fit after self-cal, rms=0.076776Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.476 mas, bmaj=12.07 mas, bpa=-3.231 degrees ! Estimated noise=687.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.82094e-05 Jy ! Component: 100 - total flux cleaned = -1.24435e-05 Jy ! Component: 150 - total flux cleaned = -3.52523e-05 Jy ! Component: 200 - total flux cleaned = -4.41609e-05 Jy ! Total flux subtracted in 200 components = -4.41609e-05 Jy ! Clean residual min=-0.001432 max=0.001438 Jy/beam ! Clean residual mean=0.000001 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.0889079 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 82 components and 0.0889079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076777Jy sigma=0.000669 ! Fit after self-cal, rms=0.076777Jy sigma=0.000669 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.9221e-05 Jy ! Component: 100 - total flux cleaned = 2.91141e-05 Jy ! Component: 150 - total flux cleaned = 1.61093e-05 Jy ! Component: 200 - total flux cleaned = 1.32906e-05 Jy ! Total flux subtracted in 200 components = 1.32906e-05 Jy ! Clean residual min=-0.001439 max=0.001445 Jy/beam ! Clean residual mean=0.000001 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.0889212 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 85 components and 0.0889212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076778Jy sigma=0.000669 ! Fit after self-cal, rms=0.076778Jy sigma=0.000669 ! 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.306 mas, bmaj=7.886 mas, bpa=-4.362 degrees ! Estimated noise=549.012 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.306 x 7.886 at -4.362 degrees (North through East) ! Clean map min=-0.0012108 max=0.083881 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.782 mas, bmaj=7.176 mas, bpa=-5.017 degrees ! Estimated noise=768.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0646338 Jy ! Component: 100 - total flux cleaned = 0.0789956 Jy ! Component: 150 - total flux cleaned = 0.0841847 Jy ! Component: 200 - total flux cleaned = 0.0867481 Jy ! Total flux subtracted in 200 components = 0.0867481 Jy ! Clean residual min=-0.001994 max=0.001954 Jy/beam ! Clean residual mean=-0.000001 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.0867481 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0867481 Jy ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=7.886 mas, bpa=-4.362 degrees ! Estimated noise=549.012 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.00151098 Jy ! Component: 100 - total flux cleaned = 0.00199605 Jy ! Component: 150 - total flux cleaned = 0.00201817 Jy ! Component: 200 - total flux cleaned = 0.00205452 Jy ! Total flux subtracted in 200 components = 0.00205452 Jy ! Clean residual min=-0.001313 max=0.001288 Jy/beam ! Clean residual mean=0.000000 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0888026 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 41 components and 0.0888026 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.476 mas, bmaj=12.07 mas, bpa=-3.231 degrees ! Estimated noise=687.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000190682 Jy ! Component: 100 - total flux cleaned = 0.00016369 Jy ! Component: 150 - total flux cleaned = 0.000156785 Jy ! Component: 200 - total flux cleaned = 0.00015687 Jy ! Total flux subtracted in 200 components = 0.00015687 Jy ! Clean residual min=-0.001428 max=0.001464 Jy/beam ! Clean residual mean=0.000001 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0889595 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 = -6.05702e-06 Jy ! Component: 100 - total flux cleaned = -1.14776e-05 Jy ! Component: 150 - total flux cleaned = -1.6292e-05 Jy ! Component: 200 - total flux cleaned = -2.05414e-05 Jy ! Total flux subtracted in 200 components = -2.05414e-05 Jy ! Clean residual min=-0.001423 max=0.001457 Jy/beam ! Clean residual mean=0.000001 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.088939 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 53 components and 0.088939 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=7.886 mas, bpa=-4.362 degrees ! Estimated noise=549.012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.2772e-05 Jy ! Component: 100 - total flux cleaned = 8.25305e-05 Jy ! Component: 150 - total flux cleaned = 9.88871e-05 Jy ! Component: 200 - total flux cleaned = 9.14536e-05 Jy ! Total flux subtracted in 200 components = 9.14536e-05 Jy ! Clean residual min=-0.001245 max=0.001345 Jy/beam ! Clean residual mean=0.000000 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.0890304 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.0890304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076782Jy sigma=0.000669 ! Fit after self-cal, rms=0.076780Jy sigma=0.000669 wmodel J2148+0211_S_2017_07_09_pus_map.mod ! Writing 59 model components to file: J2148+0211_S_2017_07_09_pus_map.mod wobs J2148+0211_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J2148+0211_S_2017_07_09_pus_uvs.fits wwins J2148+0211_S_2017_07_09_pus_map.win ! wwins: Wrote 1 windows to J2148+0211_S_2017_07_09_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.000226755 Jy ! Component: 100 - total flux cleaned = 0.000249027 Jy ! Component: 150 - total flux cleaned = 0.000334852 Jy ! Component: 200 - total flux cleaned = 0.000356147 Jy ! Component: 250 - total flux cleaned = 0.000457926 Jy ! Component: 300 - total flux cleaned = 0.000517331 Jy ! Component: 350 - total flux cleaned = 0.000575247 Jy ! Component: 400 - total flux cleaned = 0.00055606 Jy ! Component: 450 - total flux cleaned = 0.000556326 Jy ! Component: 500 - total flux cleaned = 0.000611281 Jy ! Component: 550 - total flux cleaned = 0.000647473 Jy ! Component: 600 - total flux cleaned = 0.000752192 Jy ! Component: 650 - total flux cleaned = 0.000751918 Jy ! Component: 700 - total flux cleaned = 0.000819518 Jy ! Component: 750 - total flux cleaned = 0.000836105 Jy ! Component: 800 - total flux cleaned = 0.000917448 Jy ! Component: 850 - total flux cleaned = 0.000949241 Jy ! Component: 900 - total flux cleaned = 0.00106013 Jy ! Component: 950 - total flux cleaned = 0.00112268 Jy ! Component: 1000 - total flux cleaned = 0.00121528 Jy ! Component: 1050 - total flux cleaned = 0.00126085 Jy ! Component: 1100 - total flux cleaned = 0.00136628 Jy ! Component: 1150 - total flux cleaned = 0.00139575 Jy ! Component: 1200 - total flux cleaned = 0.0014104 Jy ! Component: 1250 - total flux cleaned = 0.00149745 Jy ! Component: 1300 - total flux cleaned = 0.00144019 Jy ! Component: 1350 - total flux cleaned = 0.00156786 Jy ! Component: 1400 - total flux cleaned = 0.00162389 Jy ! Component: 1450 - total flux cleaned = 0.00162385 Jy ! Component: 1500 - total flux cleaned = 0.00170607 Jy ! Component: 1550 - total flux cleaned = 0.00170617 Jy ! Component: 1600 - total flux cleaned = 0.00175964 Jy ! Component: 1650 - total flux cleaned = 0.00177284 Jy ! Component: 1700 - total flux cleaned = 0.00175985 Jy ! Component: 1750 - total flux cleaned = 0.00177279 Jy ! Component: 1800 - total flux cleaned = 0.00178564 Jy ! Component: 1850 - total flux cleaned = 0.00175999 Jy ! Component: 1900 - total flux cleaned = 0.00174746 Jy ! Component: 1950 - total flux cleaned = 0.00178518 Jy ! Component: 2000 - total flux cleaned = 0.00174787 Jy ! Component: 2050 - total flux cleaned = 0.00176009 Jy ! Component: 2100 - total flux cleaned = 0.00174789 Jy ! Component: 2150 - total flux cleaned = 0.00169978 Jy ! Component: 2200 - total flux cleaned = 0.00177185 Jy ! Component: 2250 - total flux cleaned = 0.00181951 Jy ! Component: 2300 - total flux cleaned = 0.00174865 Jy ! Component: 2350 - total flux cleaned = 0.00176048 Jy ! Component: 2400 - total flux cleaned = 0.00176065 Jy ! Component: 2450 - total flux cleaned = 0.00181817 Jy ! Component: 2500 - total flux cleaned = 0.00178388 Jy ! Component: 2550 - total flux cleaned = 0.00177257 Jy ! Component: 2600 - total flux cleaned = 0.00181756 Jy ! Component: 2650 - total flux cleaned = 0.00181758 Jy ! Component: 2700 - total flux cleaned = 0.00182861 Jy ! Component: 2750 - total flux cleaned = 0.00187238 Jy ! Component: 2800 - total flux cleaned = 0.00183954 Jy ! Component: 2850 - total flux cleaned = 0.00187197 Jy ! Component: 2900 - total flux cleaned = 0.00185047 Jy ! Component: 2950 - total flux cleaned = 0.00182938 Jy ! Component: 3000 - total flux cleaned = 0.0018716 Jy ! Component: 3050 - total flux cleaned = 0.00185064 Jy ! Component: 3100 - total flux cleaned = 0.00186114 Jy ! Component: 3150 - total flux cleaned = 0.00190254 Jy ! Component: 3200 - total flux cleaned = 0.00188195 Jy ! Component: 3250 - total flux cleaned = 0.00191261 Jy ! Component: 3300 - total flux cleaned = 0.0018517 Jy ! Component: 3350 - total flux cleaned = 0.00190211 Jy ! Component: 3400 - total flux cleaned = 0.00191222 Jy ! Component: 3450 - total flux cleaned = 0.0019121 Jy ! Component: 3500 - total flux cleaned = 0.00193198 Jy ! Component: 3550 - total flux cleaned = 0.00194174 Jy ! Component: 3600 - total flux cleaned = 0.00193194 Jy ! Component: 3650 - total flux cleaned = 0.00197065 Jy ! Component: 3700 - total flux cleaned = 0.00196105 Jy ! Component: 3750 - total flux cleaned = 0.00197067 Jy ! Component: 3800 - total flux cleaned = 0.00203715 Jy ! Component: 3850 - total flux cleaned = 0.00202776 Jy ! Component: 3900 - total flux cleaned = 0.0020372 Jy ! Component: 3950 - total flux cleaned = 0.00204647 Jy ! Component: 4000 - total flux cleaned = 0.00205575 Jy ! Component: 4050 - total flux cleaned = 0.00208342 Jy ! Total flux subtracted in 4096 components = 0.00209257 Jy ! Clean residual min=-0.000502 max=0.000578 Jy/beam ! Clean residual mean=-0.000001 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.091123 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 349 components and 0.0911229 Jy ![Exited script file: muppet] wmap "J2148+0211_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.306 x 7.886 at -4.362 degrees (North through East) ! Clean map min=-0.00087071 max=0.084135 Jy/beam ! Writing clean map to FITS file: J2148+0211_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0841348 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170241 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.607029 0.607029 1.21406 2.42812 4.85623 9.71247 19.4249 38.8499 77.6997 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.084 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.306 x 7.886 at -4.362 degrees (North through East) ! Clean map min=-0.00087071 max=0.084135 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 J2148+0211_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:58:38 2019