! Started logfile: J0448-2109_S_2017_05_27_pus_uvs.log on Fri May 3 10:57:08 2019 obs J0448-2109_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J0448-2109_S_2017_05_27_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.803216 visibilities/baseline/integration-bin. ! Found source: J0448-2109 ! ! 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 1211 lines of history. ! ! Reading 10988 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 J0448-2109_S_2017_05_27_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 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 396 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.694885Jy sigma=0.004474 ! Fit after self-cal, rms=0.666873Jy sigma=0.004325 ! 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.669 mas, bmaj=7.113 mas, bpa=-8.892 degrees ! Estimated noise=1800.22 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.262657 Jy ! Component: 100 - total flux cleaned = 0.322405 Jy ! Total flux subtracted in 100 components = 0.322405 Jy ! Clean residual min=-0.011122 max=0.021692 Jy/beam ! Clean residual mean=-0.000064 rms=0.003484 Jy/beam ! Combined flux in latest and established models = 0.322405 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.322405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123210Jy sigma=0.000739 ! Fit after self-cal, rms=0.123224Jy sigma=0.000739 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.023516 Jy ! Component: 100 - total flux cleaned = 0.0377299 Jy ! Total flux subtracted in 100 components = 0.0377299 Jy ! Clean residual min=-0.009785 max=0.013631 Jy/beam ! Clean residual mean=-0.000034 rms=0.002587 Jy/beam ! Combined flux in latest and established models = 0.360135 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 34 components and 0.360135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117443Jy sigma=0.000699 ! Fit after self-cal, rms=0.117440Jy sigma=0.000699 ! 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.184 mas, bmaj=8.664 mas, bpa=-11.03 degrees ! Estimated noise=1195.68 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 (4.5, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143997 Jy ! Component: 100 - total flux cleaned = 0.0220857 Jy ! Component: 150 - total flux cleaned = 0.0248642 Jy ! Component: 200 - total flux cleaned = 0.0252202 Jy ! Total flux subtracted in 200 components = 0.0252202 Jy ! Clean residual min=-0.009268 max=0.008474 Jy/beam ! Clean residual mean=-0.000003 rms=0.002025 Jy/beam ! Combined flux in latest and established models = 0.385355 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 57 components and 0.385355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115393Jy sigma=0.000687 ! Fit after self-cal, rms=0.115308Jy sigma=0.000686 ! 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.92 FD 0.90 HN 1.03 KP 1.03 ! LA 1.02 MK 1.00 NL 0.92 OV 1.01 ! PT 1.09 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 1.09 KP 1.00 ! LA 0.95 MK 0.99 NL 1.04 OV 1.05 ! PT 1.05 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.97 HN 1.06 KP 0.99 ! LA 1.00 MK 0.98 NL 1.01 OV 0.93 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.04 KP 1.00* ! LA 0.90 MK 1.03 NL 1.00* OV 1.00* ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.115308Jy sigma=0.000686 ! Fit after self-cal, rms=0.110163Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.2 mas, bmaj=8.629 mas, bpa=-10.95 degrees ! Estimated noise=1188.44 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.000143553 Jy ! Component: 100 - total flux cleaned = 0.000372395 Jy ! Component: 150 - total flux cleaned = 0.000568767 Jy ! Component: 200 - total flux cleaned = 0.000745728 Jy ! Total flux subtracted in 200 components = 0.000745728 Jy ! Clean residual min=-0.004915 max=0.005096 Jy/beam ! Clean residual mean=0.000006 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.386101 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 76 components and 0.386101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109911Jy sigma=0.000667 ! Fit after self-cal, rms=0.109874Jy sigma=0.000667 ! 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.109874Jy sigma=0.000667 ! Fit after self-cal, rms=0.109201Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.198 mas, bmaj=8.666 mas, bpa=-10.96 degrees ! Estimated noise=1188.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228078 Jy ! Component: 100 - total flux cleaned = 0.0026265 Jy ! Component: 150 - total flux cleaned = 0.00271397 Jy ! Component: 200 - total flux cleaned = 0.00271138 Jy ! Total flux subtracted in 200 components = 0.00271138 Jy ! Clean residual min=-0.003126 max=0.004117 Jy/beam ! Clean residual mean=-0.000003 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.388812 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 100 components and 0.388812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109132Jy sigma=0.000659 ! Fit after self-cal, rms=0.109135Jy sigma=0.000659 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 (25.5, 17.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0038119 Jy ! Component: 100 - total flux cleaned = 0.0057928 Jy ! Component: 150 - total flux cleaned = 0.006473 Jy ! Component: 200 - total flux cleaned = 0.00675663 Jy ! Total flux subtracted in 200 components = 0.00675663 Jy ! Clean residual min=-0.002993 max=0.002622 Jy/beam ! Clean residual mean=0.000002 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.395569 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 124 components and 0.395569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108998Jy sigma=0.000658 ! Fit after self-cal, rms=0.108987Jy sigma=0.000658 ! 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.108987Jy sigma=0.000658 ! Fit after self-cal, rms=0.109379Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.196 mas, bmaj=8.66 mas, bpa=-10.91 degrees ! Estimated noise=1187.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178393 Jy ! Component: 100 - total flux cleaned = 0.00288855 Jy ! Component: 150 - total flux cleaned = 0.00327337 Jy ! Component: 200 - total flux cleaned = 0.00344152 Jy ! Total flux subtracted in 200 components = 0.00344152 Jy ! Clean residual min=-0.002756 max=0.002533 Jy/beam ! Clean residual mean=0.000002 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.39901 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 136 components and 0.39901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109337Jy sigma=0.000657 ! Fit after self-cal, rms=0.109339Jy sigma=0.000657 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.000478724 Jy ! Component: 100 - total flux cleaned = 0.000656564 Jy ! Component: 150 - total flux cleaned = 0.000710432 Jy ! Component: 200 - total flux cleaned = 0.000761609 Jy ! Total flux subtracted in 200 components = 0.000761609 Jy ! Clean residual min=-0.002718 max=0.002518 Jy/beam ! Clean residual mean=0.000003 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.399772 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 143 components and 0.399772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109323Jy sigma=0.000657 ! Fit after self-cal, rms=0.109322Jy sigma=0.000657 ! 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.109322Jy sigma=0.000657 ! Fit after self-cal, rms=0.109405Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.793 mas, bmaj=20.01 mas, bpa=-7.85 degrees ! Estimated noise=1458.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000984081 Jy ! Component: 100 - total flux cleaned = 0.00138561 Jy ! Component: 150 - total flux cleaned = 0.00154963 Jy ! Component: 200 - total flux cleaned = 0.00166238 Jy ! Total flux subtracted in 200 components = 0.00166238 Jy ! Clean residual min=-0.002542 max=0.002190 Jy/beam ! Clean residual mean=0.000004 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.401434 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 151 components and 0.401434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109395Jy sigma=0.000657 ! Fit after self-cal, rms=0.109394Jy sigma=0.000657 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.000231718 Jy ! Component: 100 - total flux cleaned = 0.000392519 Jy ! Component: 150 - total flux cleaned = 0.000484765 Jy ! Component: 200 - total flux cleaned = 0.000547103 Jy ! Total flux subtracted in 200 components = 0.000547103 Jy ! Clean residual min=-0.002448 max=0.002167 Jy/beam ! Clean residual mean=0.000004 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.401981 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 153 components and 0.401981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109391Jy sigma=0.000657 ! Fit after self-cal, rms=0.109390Jy sigma=0.000657 ! 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.194 mas, bmaj=8.654 mas, bpa=-10.89 degrees ! Estimated noise=1188.29 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.194 x 8.654 at -10.89 degrees (North through East) ! Clean map min=-0.0025902 max=0.33246 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.678 mas, bmaj=7.131 mas, bpa=-8.82 degrees ! Estimated noise=1790.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.261046 Jy ! Component: 100 - total flux cleaned = 0.320261 Jy ! Component: 150 - total flux cleaned = 0.343686 Jy ! Component: 200 - total flux cleaned = 0.357494 Jy ! Total flux subtracted in 200 components = 0.357494 Jy ! Clean residual min=-0.005361 max=0.008148 Jy/beam ! Clean residual mean=-0.000038 rms=0.001675 Jy/beam ! Combined flux in latest and established models = 0.357494 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.357494 Jy ! Inverting map and beam ! Estimated beam: bmin=3.194 mas, bmaj=8.654 mas, bpa=-10.89 degrees ! Estimated noise=1188.29 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.0120033 Jy ! Component: 100 - total flux cleaned = 0.0195414 Jy ! Component: 150 - total flux cleaned = 0.0250037 Jy ! Component: 200 - total flux cleaned = 0.0292613 Jy ! Total flux subtracted in 200 components = 0.0292613 Jy ! Clean residual min=-0.003367 max=0.003824 Jy/beam ! Clean residual mean=-0.000011 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.386755 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 83 components and 0.386755 Jy ! Inverting map ! Added new window around map position (11.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00379971 Jy ! Component: 100 - total flux cleaned = 0.0066051 Jy ! Component: 150 - total flux cleaned = 0.00884412 Jy ! Component: 200 - total flux cleaned = 0.0106526 Jy ! Total flux subtracted in 200 components = 0.0106526 Jy ! Clean residual min=-0.002922 max=0.002337 Jy/beam ! Clean residual mean=-0.000002 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.397408 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 114 components and 0.397408 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.793 mas, bmaj=20.01 mas, bpa=-7.85 degrees ! Estimated noise=1458.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219979 Jy ! Component: 100 - total flux cleaned = 0.00345462 Jy ! Component: 150 - total flux cleaned = 0.00391424 Jy ! Component: 200 - total flux cleaned = 0.00416373 Jy ! Total flux subtracted in 200 components = 0.00416373 Jy ! Clean residual min=-0.002283 max=0.001942 Jy/beam ! Clean residual mean=0.000002 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.401572 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.000182767 Jy ! Component: 100 - total flux cleaned = 0.000315191 Jy ! Component: 150 - total flux cleaned = 0.00043187 Jy ! Component: 200 - total flux cleaned = 0.000473092 Jy ! Total flux subtracted in 200 components = 0.000473092 Jy ! Clean residual min=-0.002322 max=0.001926 Jy/beam ! Clean residual mean=0.000003 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.402045 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 165 components and 0.402045 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.194 mas, bmaj=8.654 mas, bpa=-10.89 degrees ! Estimated noise=1188.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000493336 Jy ! Component: 100 - total flux cleaned = -0.000613395 Jy ! Component: 150 - total flux cleaned = -0.000721576 Jy ! Component: 200 - total flux cleaned = -0.00078662 Jy ! Total flux subtracted in 200 components = -0.00078662 Jy ! Clean residual min=-0.002662 max=0.002240 Jy/beam ! Clean residual mean=0.000002 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.401258 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 187 components and 0.401258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109376Jy sigma=0.000657 ! Fit after self-cal, rms=0.109366Jy sigma=0.000657 wmodel J0448-2109_S_2017_05_27_pus_map.mod ! Writing 187 model components to file: J0448-2109_S_2017_05_27_pus_map.mod wobs J0448-2109_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J0448-2109_S_2017_05_27_pus_uvs.fits wwins J0448-2109_S_2017_05_27_pus_map.win ! wwins: Wrote 4 windows to J0448-2109_S_2017_05_27_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.00108685 Jy ! Component: 100 - total flux cleaned = -0.00197229 Jy ! Component: 150 - total flux cleaned = -0.00280744 Jy ! Component: 200 - total flux cleaned = -0.00352639 Jy ! Component: 250 - total flux cleaned = -0.0041792 Jy ! Component: 300 - total flux cleaned = -0.00460052 Jy ! Component: 350 - total flux cleaned = -0.00490725 Jy ! Component: 400 - total flux cleaned = -0.00510658 Jy ! Component: 450 - total flux cleaned = -0.00526934 Jy ! Component: 500 - total flux cleaned = -0.00549188 Jy ! Component: 550 - total flux cleaned = -0.00573863 Jy ! Component: 600 - total flux cleaned = -0.00582869 Jy ! Component: 650 - total flux cleaned = -0.00597621 Jy ! Component: 700 - total flux cleaned = -0.00609113 Jy ! Component: 750 - total flux cleaned = -0.00609061 Jy ! Component: 800 - total flux cleaned = -0.00609093 Jy ! Component: 850 - total flux cleaned = -0.00614561 Jy ! Component: 900 - total flux cleaned = -0.0061725 Jy ! Component: 950 - total flux cleaned = -0.00619909 Jy ! Component: 1000 - total flux cleaned = -0.00625094 Jy ! Component: 1050 - total flux cleaned = -0.00635231 Jy ! Component: 1100 - total flux cleaned = -0.00627763 Jy ! Component: 1150 - total flux cleaned = -0.00637568 Jy ! Component: 1200 - total flux cleaned = -0.00635114 Jy ! Component: 1250 - total flux cleaned = -0.00630306 Jy ! Component: 1300 - total flux cleaned = -0.00632606 Jy ! Component: 1350 - total flux cleaned = -0.00621018 Jy ! Component: 1400 - total flux cleaned = -0.00621038 Jy ! Component: 1450 - total flux cleaned = -0.00612079 Jy ! Component: 1500 - total flux cleaned = -0.00609875 Jy ! Component: 1550 - total flux cleaned = -0.00599005 Jy ! Component: 1600 - total flux cleaned = -0.0060336 Jy ! Component: 1650 - total flux cleaned = -0.00605487 Jy ! Component: 1700 - total flux cleaned = -0.00601253 Jy ! Component: 1750 - total flux cleaned = -0.0059294 Jy ! Component: 1800 - total flux cleaned = -0.00597028 Jy ! Component: 1850 - total flux cleaned = -0.00592947 Jy ! Component: 1900 - total flux cleaned = -0.00584927 Jy ! Component: 1950 - total flux cleaned = -0.00582969 Jy ! Component: 2000 - total flux cleaned = -0.00584936 Jy ! Component: 2050 - total flux cleaned = -0.00577162 Jy ! Component: 2100 - total flux cleaned = -0.00573308 Jy ! Component: 2150 - total flux cleaned = -0.0056952 Jy ! Component: 2200 - total flux cleaned = -0.00571402 Jy ! Component: 2250 - total flux cleaned = -0.00560208 Jy ! Component: 2300 - total flux cleaned = -0.00560208 Jy ! Component: 2350 - total flux cleaned = -0.00558357 Jy ! Component: 2400 - total flux cleaned = -0.00561976 Jy ! Component: 2450 - total flux cleaned = -0.00561974 Jy ! Component: 2500 - total flux cleaned = -0.00556645 Jy ! Component: 2550 - total flux cleaned = -0.00558408 Jy ! Component: 2600 - total flux cleaned = -0.0056194 Jy ! Component: 2650 - total flux cleaned = -0.00570619 Jy ! Component: 2700 - total flux cleaned = -0.00567141 Jy ! Component: 2750 - total flux cleaned = -0.00567122 Jy ! Component: 2800 - total flux cleaned = -0.00572211 Jy ! Component: 2850 - total flux cleaned = -0.00570527 Jy ! Component: 2900 - total flux cleaned = -0.00573851 Jy ! Component: 2950 - total flux cleaned = -0.00573861 Jy ! Component: 3000 - total flux cleaned = -0.0057715 Jy ! Component: 3050 - total flux cleaned = -0.00580427 Jy ! Component: 3100 - total flux cleaned = -0.00578794 Jy ! Component: 3150 - total flux cleaned = -0.00582006 Jy ! Component: 3200 - total flux cleaned = -0.00580422 Jy ! Component: 3250 - total flux cleaned = -0.00588352 Jy ! Component: 3300 - total flux cleaned = -0.00583615 Jy ! Component: 3350 - total flux cleaned = -0.00585183 Jy ! Component: 3400 - total flux cleaned = -0.00583626 Jy ! Component: 3450 - total flux cleaned = -0.00588259 Jy ! Component: 3500 - total flux cleaned = -0.00585179 Jy ! Component: 3550 - total flux cleaned = -0.00576015 Jy ! Component: 3600 - total flux cleaned = -0.00576011 Jy ! Component: 3650 - total flux cleaned = -0.00577523 Jy ! Component: 3700 - total flux cleaned = -0.0057303 Jy ! Component: 3750 - total flux cleaned = -0.00570043 Jy ! Component: 3800 - total flux cleaned = -0.00567075 Jy ! Component: 3850 - total flux cleaned = -0.00565608 Jy ! Component: 3900 - total flux cleaned = -0.00565622 Jy ! Component: 3950 - total flux cleaned = -0.00570002 Jy ! Component: 4000 - total flux cleaned = -0.00565649 Jy ! Component: 4050 - total flux cleaned = -0.00565639 Jy ! Total flux subtracted in 4096 components = -0.00564201 Jy ! Clean residual min=-0.000786 max=0.001009 Jy/beam ! Clean residual mean=0.000001 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.395616 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 454 components and 0.395616 Jy ![Exited script file: muppet] wmap "J0448-2109_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.194 x 8.654 at -10.89 degrees (North through East) ! Clean map min=-0.0025637 max=0.33264 Jy/beam ! Writing clean map to FITS file: J0448-2109_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.332637 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000260925 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.235324 0.235324 0.470648 0.941296 1.88259 3.76518 7.53037 15.0607 30.1215 60.2429 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.332 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.194 x 8.654 at -10.89 degrees (North through East) ! Clean map min=-0.0025637 max=0.33264 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 J0448-2109_S_2017_05_27_pus_uvs.log closed on Fri May 3 10:57:14 2019