! Started logfile: J1048+0055_S_2017_08_05_pus_uvs.log on Thu May 9 19:27:57 2019 obs J1048+0055_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J1048+0055_S_2017_08_05_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.951272 visibilities/baseline/integration-bin. ! Found source: J1048+0055 ! ! 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 513 lines of history. ! ! Reading 14212 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 J1048+0055_S_2017_08_05_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 38 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 526 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.751500Jy sigma=0.006118 ! Fit after self-cal, rms=0.745533Jy sigma=0.006075 ! 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.776 mas, bmaj=6.967 mas, bpa=-3.908 degrees ! Estimated noise=1064.94 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.19017 Jy ! Component: 100 - total flux cleaned = 0.253121 Jy ! Total flux subtracted in 100 components = 0.253121 Jy ! Clean residual min=-0.008956 max=0.028279 Jy/beam ! Clean residual mean=0.000028 rms=0.002710 Jy/beam ! Combined flux in latest and established models = 0.253121 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.253121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110948Jy sigma=0.000828 ! Fit after self-cal, rms=0.110788Jy sigma=0.000826 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0316156 Jy ! Component: 100 - total flux cleaned = 0.0478645 Jy ! Total flux subtracted in 100 components = 0.0478645 Jy ! Clean residual min=-0.006400 max=0.008201 Jy/beam ! Clean residual mean=0.000014 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 0.300985 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 22 components and 0.300985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099122Jy sigma=0.000733 ! Fit after self-cal, rms=0.099066Jy sigma=0.000732 ! 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.259 mas, bmaj=7.751 mas, bpa=-3.396 degrees ! Estimated noise=844.982 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.0138327 Jy ! Component: 100 - total flux cleaned = 0.0219178 Jy ! Component: 150 - total flux cleaned = 0.0270207 Jy ! Component: 200 - total flux cleaned = 0.0303361 Jy ! Total flux subtracted in 200 components = 0.0303361 Jy ! Clean residual min=-0.006031 max=0.006100 Jy/beam ! Clean residual mean=0.000005 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.331322 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 62 components and 0.331322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096628Jy sigma=0.000717 ! Fit after self-cal, rms=0.096620Jy sigma=0.000717 ! 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.06 FD 0.95 HN 0.98 KP 1.05 ! LA 1.00 MK 1.05 NL 0.89 OV 1.03 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 1.02 KP 1.01 ! LA 0.97 MK 1.00 NL 1.01 OV 1.07 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.02 HN 0.99 KP 0.89 ! LA 0.79 MK 1.02 NL 1.17 OV 0.98 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.95 KP 1.00* ! LA 1.00* MK 1.09 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.096620Jy sigma=0.000717 ! Fit after self-cal, rms=0.090483Jy sigma=0.000689 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.284 mas, bmaj=7.787 mas, bpa=-3.182 degrees ! Estimated noise=844.94 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 (-19, 35.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00298229 Jy ! Component: 100 - total flux cleaned = 0.00267171 Jy ! Component: 150 - total flux cleaned = 0.0025894 Jy ! Component: 200 - total flux cleaned = 0.00230263 Jy ! Total flux subtracted in 200 components = 0.00230263 Jy ! Clean residual min=-0.003454 max=0.003783 Jy/beam ! Clean residual mean=-0.000002 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.333624 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.333624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090185Jy sigma=0.000686 ! Fit after self-cal, rms=0.090130Jy sigma=0.000686 ! 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.090130Jy sigma=0.000686 ! Fit after self-cal, rms=0.089118Jy sigma=0.000675 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.285 mas, bmaj=7.794 mas, bpa=-3.145 degrees ! Estimated noise=847.317 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000725769 Jy ! Component: 100 - total flux cleaned = 0.000676674 Jy ! Component: 150 - total flux cleaned = 0.000508766 Jy ! Component: 200 - total flux cleaned = 0.000433802 Jy ! Total flux subtracted in 200 components = 0.000433802 Jy ! Clean residual min=-0.002450 max=0.003004 Jy/beam ! Clean residual mean=-0.000002 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.334058 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 95 components and 0.334058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089069Jy sigma=0.000675 ! Fit after self-cal, rms=0.089079Jy sigma=0.000675 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 (12, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00276573 Jy ! Component: 100 - total flux cleaned = 0.0032921 Jy ! Component: 150 - total flux cleaned = 0.0032905 Jy ! Component: 200 - total flux cleaned = 0.00328751 Jy ! Total flux subtracted in 200 components = 0.00328751 Jy ! Clean residual min=-0.002507 max=0.002559 Jy/beam ! Clean residual mean=-0.000002 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.337345 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 116 components and 0.337345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088966Jy sigma=0.000674 ! Fit after self-cal, rms=0.088960Jy sigma=0.000674 ! 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.088960Jy sigma=0.000674 ! Fit after self-cal, rms=0.088954Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.28 mas, bmaj=7.786 mas, bpa=-3.082 degrees ! Estimated noise=845.838 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000301645 Jy ! Component: 100 - total flux cleaned = 0.000596566 Jy ! Component: 150 - total flux cleaned = 0.000639297 Jy ! Component: 200 - total flux cleaned = 0.000601972 Jy ! Total flux subtracted in 200 components = 0.000601972 Jy ! Clean residual min=-0.002395 max=0.002286 Jy/beam ! Clean residual mean=-0.000004 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.337947 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 136 components and 0.337947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088906Jy sigma=0.000672 ! Fit after self-cal, rms=0.088907Jy sigma=0.000672 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.000127202 Jy ! Component: 100 - total flux cleaned = 9.52383e-05 Jy ! Component: 150 - total flux cleaned = 6.46161e-05 Jy ! Component: 200 - total flux cleaned = 4.12203e-06 Jy ! Total flux subtracted in 200 components = 4.12203e-06 Jy ! Clean residual min=-0.002361 max=0.002253 Jy/beam ! Clean residual mean=-0.000004 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.337952 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 143 components and 0.337952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088884Jy sigma=0.000672 ! Fit after self-cal, rms=0.088883Jy sigma=0.000672 ! 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.088883Jy sigma=0.000672 ! Fit after self-cal, rms=0.088898Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.57 mas, bmaj=12.25 mas, bpa=-3.312 degrees ! Estimated noise=1057.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000728024 Jy ! Component: 100 - total flux cleaned = 0.000611173 Jy ! Component: 150 - total flux cleaned = 0.000439777 Jy ! Component: 200 - total flux cleaned = 0.00032197 Jy ! Total flux subtracted in 200 components = 0.00032197 Jy ! Clean residual min=-0.002294 max=0.002450 Jy/beam ! Clean residual mean=-0.000007 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.338274 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 155 components and 0.338274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088884Jy sigma=0.000672 ! Fit after self-cal, rms=0.088880Jy sigma=0.000672 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 = 2.9064e-05 Jy ! Component: 100 - total flux cleaned = -2.52825e-05 Jy ! Component: 150 - total flux cleaned = -0.000104201 Jy ! Component: 200 - total flux cleaned = -0.000104733 Jy ! Total flux subtracted in 200 components = -0.000104733 Jy ! Clean residual min=-0.002275 max=0.002413 Jy/beam ! Clean residual mean=-0.000007 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.338169 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 164 components and 0.338169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088875Jy sigma=0.000672 ! Fit after self-cal, rms=0.088871Jy sigma=0.000672 ! 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.281 mas, bmaj=7.782 mas, bpa=-2.993 degrees ! Estimated noise=845.674 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.281 x 7.782 at -2.993 degrees (North through East) ! Clean map min=-0.0022549 max=0.25356 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.79 mas, bmaj=6.972 mas, bpa=-3.513 degrees ! Estimated noise=1072.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.191108 Jy ! Component: 100 - total flux cleaned = 0.254888 Jy ! Component: 150 - total flux cleaned = 0.286139 Jy ! Component: 200 - total flux cleaned = 0.301911 Jy ! Total flux subtracted in 200 components = 0.301911 Jy ! Clean residual min=-0.003933 max=0.007621 Jy/beam ! Clean residual mean=0.000005 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.301911 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.301911 Jy ! Inverting map and beam ! Estimated beam: bmin=3.281 mas, bmaj=7.782 mas, bpa=-2.993 degrees ! Estimated noise=845.674 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.0117392 Jy ! Component: 100 - total flux cleaned = 0.0185723 Jy ! Component: 150 - total flux cleaned = 0.0231111 Jy ! Component: 200 - total flux cleaned = 0.0264088 Jy ! Total flux subtracted in 200 components = 0.0264088 Jy ! Clean residual min=-0.002681 max=0.003257 Jy/beam ! Clean residual mean=-0.000002 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.32832 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 53 components and 0.32832 Jy ! Inverting map ! Added new window around map position (0.5, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00336334 Jy ! Component: 100 - total flux cleaned = 0.00544425 Jy ! Component: 150 - total flux cleaned = 0.00650243 Jy ! Component: 200 - total flux cleaned = 0.00719911 Jy ! Total flux subtracted in 200 components = 0.00719911 Jy ! Clean residual min=-0.002338 max=0.002250 Jy/beam ! Clean residual mean=-0.000003 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.335519 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 81 components and 0.335519 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.57 mas, bmaj=12.25 mas, bpa=-3.312 degrees ! Estimated noise=1057.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011948 Jy ! Component: 100 - total flux cleaned = 0.00172661 Jy ! Component: 150 - total flux cleaned = 0.00198836 Jy ! Component: 200 - total flux cleaned = 0.00214167 Jy ! Total flux subtracted in 200 components = 0.00214167 Jy ! Clean residual min=-0.001951 max=0.002348 Jy/beam ! Clean residual mean=-0.000007 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.337661 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.000171211 Jy ! Component: 100 - total flux cleaned = 0.000324281 Jy ! Component: 150 - total flux cleaned = 0.0003807 Jy ! Component: 200 - total flux cleaned = 0.000508729 Jy ! Total flux subtracted in 200 components = 0.000508729 Jy ! Clean residual min=-0.001896 max=0.002350 Jy/beam ! Clean residual mean=-0.000007 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.33817 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 115 components and 0.33817 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.281 mas, bmaj=7.782 mas, bpa=-2.993 degrees ! Estimated noise=845.674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000347915 Jy ! Component: 100 - total flux cleaned = -0.000311505 Jy ! Component: 150 - total flux cleaned = -0.000277135 Jy ! Component: 200 - total flux cleaned = -0.000244352 Jy ! Total flux subtracted in 200 components = -0.000244352 Jy ! Clean residual min=-0.002271 max=0.002166 Jy/beam ! Clean residual mean=-0.000003 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.337925 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 135 components and 0.337925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088814Jy sigma=0.000671 ! Fit after self-cal, rms=0.088804Jy sigma=0.000671 wmodel J1048+0055_S_2017_08_05_pus_map.mod ! Writing 135 model components to file: J1048+0055_S_2017_08_05_pus_map.mod wobs J1048+0055_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J1048+0055_S_2017_08_05_pus_uvs.fits wwins J1048+0055_S_2017_08_05_pus_map.win ! wwins: Wrote 4 windows to J1048+0055_S_2017_08_05_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.000254784 Jy ! Component: 100 - total flux cleaned = -0.000293289 Jy ! Component: 150 - total flux cleaned = -0.000116236 Jy ! Component: 200 - total flux cleaned = -4.93092e-05 Jy ! Component: 250 - total flux cleaned = -4.86352e-05 Jy ! Component: 300 - total flux cleaned = 1.48969e-05 Jy ! Component: 350 - total flux cleaned = -1.54903e-05 Jy ! Component: 400 - total flux cleaned = -0.000133255 Jy ! Component: 450 - total flux cleaned = -0.00019063 Jy ! Component: 500 - total flux cleaned = -0.000389745 Jy ! Component: 550 - total flux cleaned = -0.000584255 Jy ! Component: 600 - total flux cleaned = -0.000747305 Jy ! Component: 650 - total flux cleaned = -0.000826905 Jy ! Component: 700 - total flux cleaned = -0.000800681 Jy ! Component: 750 - total flux cleaned = -0.000929341 Jy ! Component: 800 - total flux cleaned = -0.00100512 Jy ! Component: 850 - total flux cleaned = -0.00107976 Jy ! Component: 900 - total flux cleaned = -0.00120242 Jy ! Component: 950 - total flux cleaned = -0.00120258 Jy ! Component: 1000 - total flux cleaned = -0.00127403 Jy ! Component: 1050 - total flux cleaned = -0.00136817 Jy ! Component: 1100 - total flux cleaned = -0.00136847 Jy ! Component: 1150 - total flux cleaned = -0.00150559 Jy ! Component: 1200 - total flux cleaned = -0.0014835 Jy ! Component: 1250 - total flux cleaned = -0.00152806 Jy ! Component: 1300 - total flux cleaned = -0.00152789 Jy ! Component: 1350 - total flux cleaned = -0.00152814 Jy ! Component: 1400 - total flux cleaned = -0.00163584 Jy ! Component: 1450 - total flux cleaned = -0.0016782 Jy ! Component: 1500 - total flux cleaned = -0.0017411 Jy ! Component: 1550 - total flux cleaned = -0.00188715 Jy ! Component: 1600 - total flux cleaned = -0.00194914 Jy ! Component: 1650 - total flux cleaned = -0.0021129 Jy ! Component: 1700 - total flux cleaned = -0.00221397 Jy ! Component: 1750 - total flux cleaned = -0.0022942 Jy ! Component: 1800 - total flux cleaned = -0.00239397 Jy ! Component: 1850 - total flux cleaned = -0.00251213 Jy ! Component: 1900 - total flux cleaned = -0.00259011 Jy ! Component: 1950 - total flux cleaned = -0.00270598 Jy ! Component: 2000 - total flux cleaned = -0.00276376 Jy ! Component: 2050 - total flux cleaned = -0.00291569 Jy ! Component: 2100 - total flux cleaned = -0.00295317 Jy ! Component: 2150 - total flux cleaned = -0.00308355 Jy ! Component: 2200 - total flux cleaned = -0.00312047 Jy ! Component: 2250 - total flux cleaned = -0.00319376 Jy ! Component: 2300 - total flux cleaned = -0.0032483 Jy ! Component: 2350 - total flux cleaned = -0.00332075 Jy ! Component: 2400 - total flux cleaned = -0.00344584 Jy ! Component: 2450 - total flux cleaned = -0.00349914 Jy ! Component: 2500 - total flux cleaned = -0.0036221 Jy ! Component: 2550 - total flux cleaned = -0.00367413 Jy ! Component: 2600 - total flux cleaned = -0.00374327 Jy ! Component: 2650 - total flux cleaned = -0.00381173 Jy ! Component: 2700 - total flux cleaned = -0.00384568 Jy ! Component: 2750 - total flux cleaned = -0.00389629 Jy ! Component: 2800 - total flux cleaned = -0.00389637 Jy ! Component: 2850 - total flux cleaned = -0.00401246 Jy ! Component: 2900 - total flux cleaned = -0.00397946 Jy ! Component: 2950 - total flux cleaned = -0.00407765 Jy ! Component: 3000 - total flux cleaned = -0.00406125 Jy ! Component: 3050 - total flux cleaned = -0.00412566 Jy ! Component: 3100 - total flux cleaned = -0.0041097 Jy ! Component: 3150 - total flux cleaned = -0.00418919 Jy ! Component: 3200 - total flux cleaned = -0.00417342 Jy ! Component: 3250 - total flux cleaned = -0.00422039 Jy ! Component: 3300 - total flux cleaned = -0.00423586 Jy ! Component: 3350 - total flux cleaned = -0.00426682 Jy ! Component: 3400 - total flux cleaned = -0.00431299 Jy ! Component: 3450 - total flux cleaned = -0.00437384 Jy ! Component: 3500 - total flux cleaned = -0.0043436 Jy ! Component: 3550 - total flux cleaned = -0.00434384 Jy ! Component: 3600 - total flux cleaned = -0.00440361 Jy ! Component: 3650 - total flux cleaned = -0.00441846 Jy ! Component: 3700 - total flux cleaned = -0.00444782 Jy ! Component: 3750 - total flux cleaned = -0.00443318 Jy ! Component: 3800 - total flux cleaned = -0.00446222 Jy ! Component: 3850 - total flux cleaned = -0.00449125 Jy ! Component: 3900 - total flux cleaned = -0.00447675 Jy ! Component: 3950 - total flux cleaned = -0.00453394 Jy ! Component: 4000 - total flux cleaned = -0.00456228 Jy ! Component: 4050 - total flux cleaned = -0.00459049 Jy ! Total flux subtracted in 4096 components = -0.00461855 Jy ! Clean residual min=-0.000773 max=0.000954 Jy/beam ! Clean residual mean=-0.000002 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.333307 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 407 components and 0.333307 Jy ![Exited script file: muppet] wmap "J1048+0055_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.281 x 7.782 at -2.993 degrees (North through East) ! Clean map min=-0.0015614 max=0.25423 Jy/beam ! Writing clean map to FITS file: J1048+0055_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.254228 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000258319 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.304828 0.304828 0.609657 1.21931 2.43863 4.87725 9.75451 19.509 39.018 78.0361 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.254 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.281 x 7.782 at -2.993 degrees (North through East) ! Clean map min=-0.0015614 max=0.25423 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 J1048+0055_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:28:03 2019