! Started logfile: J0126+7046_S_2017_07_09_pus_uvs.log on Wed May 8 14:38:03 2019 obs J0126+7046_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0126+7046_S_2017_07_09_pus_uva.fits ! AN table 1: 193 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.830512 visibilities/baseline/integration-bin. ! Found source: J0126+7046 ! ! 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 28852 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 J0126+7046_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 196 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 221 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 196 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1038 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.817422Jy sigma=0.007623 ! Fit after self-cal, rms=0.801003Jy sigma=0.007480 ! 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.374 mas, bmaj=3.497 mas, bpa=72.62 degrees ! Estimated noise=821.989 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.150306 Jy ! Component: 100 - total flux cleaned = 0.195965 Jy ! Total flux subtracted in 100 components = 0.195965 Jy ! Clean residual min=-0.005122 max=0.019291 Jy/beam ! Clean residual mean=-0.000006 rms=0.001492 Jy/beam ! Combined flux in latest and established models = 0.195965 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.195965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082560Jy sigma=0.000743 ! Fit after self-cal, rms=0.082527Jy sigma=0.000742 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0202338 Jy ! Component: 100 - total flux cleaned = 0.0305692 Jy ! Total flux subtracted in 100 components = 0.0305692 Jy ! Clean residual min=-0.004191 max=0.005166 Jy/beam ! Clean residual mean=-0.000005 rms=0.000875 Jy/beam ! Combined flux in latest and established models = 0.226534 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.226534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076843Jy sigma=0.000687 ! Fit after self-cal, rms=0.076828Jy sigma=0.000687 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00638939 Jy ! Component: 100 - total flux cleaned = 0.0103311 Jy ! Total flux subtracted in 100 components = 0.0103311 Jy ! Clean residual min=-0.003917 max=0.003579 Jy/beam ! Clean residual mean=-0.000005 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.236865 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 32 components and 0.236865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076254Jy sigma=0.000682 ! Fit after self-cal, rms=0.076250Jy sigma=0.000682 ! 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=4.143 mas, bmaj=4.362 mas, bpa=55.4 degrees ! Estimated noise=500.923 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 (14, -44.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00418151 Jy ! Component: 100 - total flux cleaned = 0.00687542 Jy ! Component: 150 - total flux cleaned = 0.00876455 Jy ! Component: 200 - total flux cleaned = 0.00993694 Jy ! Total flux subtracted in 200 components = 0.00993694 Jy ! Clean residual min=-0.002938 max=0.002679 Jy/beam ! Clean residual mean=-0.000017 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.246802 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 60 components and 0.246802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075976Jy sigma=0.000680 ! Fit after self-cal, rms=0.075952Jy sigma=0.000679 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 0.98 KP 1.02 ! LA 1.01 MK 1.05 NL 0.89 OV 1.01 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.02 HN 1.02 KP 0.99 ! LA 0.97 MK 1.06 NL 1.03 OV 1.05 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.06 HN 1.00 KP 0.97 ! LA 0.99 MK 1.07 NL 0.99 OV 0.96 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 0.99 KP 1.00* ! LA 1.06 MK 1.00 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.075952Jy sigma=0.000679 ! Fit after self-cal, rms=0.074720Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.167 mas, bmaj=4.397 mas, bpa=55.81 degrees ! Estimated noise=502.407 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 (3.5, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00221397 Jy ! Component: 100 - total flux cleaned = 0.00303971 Jy ! Component: 150 - total flux cleaned = 0.00360346 Jy ! Component: 200 - total flux cleaned = 0.00399557 Jy ! Total flux subtracted in 200 components = 0.00399557 Jy ! Clean residual min=-0.001709 max=0.001631 Jy/beam ! Clean residual mean=-0.000014 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.250797 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 86 components and 0.250797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074622Jy sigma=0.000669 ! Fit after self-cal, rms=0.074611Jy sigma=0.000669 ! 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.074611Jy sigma=0.000669 ! Fit after self-cal, rms=0.074318Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.164 mas, bmaj=4.408 mas, bpa=54.89 degrees ! Estimated noise=502.413 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000931307 Jy ! Component: 100 - total flux cleaned = 0.00141255 Jy ! Component: 150 - total flux cleaned = 0.00181361 Jy ! Component: 200 - total flux cleaned = 0.00198971 Jy ! Total flux subtracted in 200 components = 0.00198971 Jy ! Clean residual min=-0.001387 max=0.001588 Jy/beam ! Clean residual mean=-0.000010 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.252787 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 103 components and 0.252787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074297Jy sigma=0.000666 ! Fit after self-cal, rms=0.074299Jy sigma=0.000666 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 (-75, 52). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000699211 Jy ! Component: 100 - total flux cleaned = 0.000999194 Jy ! Component: 150 - total flux cleaned = 0.00127909 Jy ! Component: 200 - total flux cleaned = 0.00146416 Jy ! Total flux subtracted in 200 components = 0.00146416 Jy ! Clean residual min=-0.001372 max=0.001361 Jy/beam ! Clean residual mean=-0.000011 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.254251 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 118 components and 0.254251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074267Jy sigma=0.000666 ! Fit after self-cal, rms=0.074264Jy sigma=0.000666 ! 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.074264Jy sigma=0.000666 ! Fit after self-cal, rms=0.074280Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.163 mas, bmaj=4.408 mas, bpa=54.94 degrees ! Estimated noise=502.585 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000422783 Jy ! Component: 100 - total flux cleaned = 0.000603175 Jy ! Component: 150 - total flux cleaned = 0.000687346 Jy ! Component: 200 - total flux cleaned = 0.000787271 Jy ! Total flux subtracted in 200 components = 0.000787271 Jy ! Clean residual min=-0.001383 max=0.001357 Jy/beam ! Clean residual mean=-0.000012 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.255039 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 126 components and 0.255039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074268Jy sigma=0.000666 ! Fit after self-cal, rms=0.074268Jy sigma=0.000666 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.000100821 Jy ! Component: 100 - total flux cleaned = 0.000176145 Jy ! Component: 150 - total flux cleaned = 0.000248119 Jy ! Component: 200 - total flux cleaned = 0.000299798 Jy ! Total flux subtracted in 200 components = 0.000299798 Jy ! Clean residual min=-0.001368 max=0.001351 Jy/beam ! Clean residual mean=-0.000012 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.255338 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 135 components and 0.255338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074259Jy sigma=0.000666 ! Fit after self-cal, rms=0.074259Jy sigma=0.000666 ! 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.074259Jy sigma=0.000666 ! Fit after self-cal, rms=0.074258Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.451 mas, bmaj=9.535 mas, bpa=66.7 degrees ! Estimated noise=629.609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000366276 Jy ! Component: 100 - total flux cleaned = 0.00063955 Jy ! Component: 150 - total flux cleaned = 0.000787001 Jy ! Component: 200 - total flux cleaned = 0.000859299 Jy ! Total flux subtracted in 200 components = 0.000859299 Jy ! Clean residual min=-0.001292 max=0.001312 Jy/beam ! Clean residual mean=-0.000026 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.256198 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 148 components and 0.256198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074256Jy sigma=0.000666 ! Fit after self-cal, rms=0.074255Jy sigma=0.000666 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.000110897 Jy ! Component: 100 - total flux cleaned = 0.000229625 Jy ! Component: 150 - total flux cleaned = 0.00027984 Jy ! Component: 200 - total flux cleaned = 0.000323969 Jy ! Total flux subtracted in 200 components = 0.000323969 Jy ! Clean residual min=-0.001285 max=0.001307 Jy/beam ! Clean residual mean=-0.000025 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.256522 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 154 components and 0.256522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074255Jy sigma=0.000666 ! Fit after self-cal, rms=0.074255Jy sigma=0.000666 ! 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=4.163 mas, bmaj=4.407 mas, bpa=54.96 degrees ! Estimated noise=502.633 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.163 x 4.407 at 54.96 degrees (North through East) ! Clean map min=-0.0012959 max=0.20023 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.393 mas, bmaj=3.539 mas, bpa=70.27 degrees ! Estimated noise=824.678 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.15055 Jy ! Component: 100 - total flux cleaned = 0.196034 Jy ! Component: 150 - total flux cleaned = 0.215837 Jy ! Component: 200 - total flux cleaned = 0.22562 Jy ! Total flux subtracted in 200 components = 0.22562 Jy ! Clean residual min=-0.003132 max=0.004716 Jy/beam ! Clean residual mean=-0.000003 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.22562 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.22562 Jy ! Inverting map and beam ! Estimated beam: bmin=4.163 mas, bmaj=4.407 mas, bpa=54.96 degrees ! Estimated noise=502.633 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.00720806 Jy ! Component: 100 - total flux cleaned = 0.0119281 Jy ! Component: 150 - total flux cleaned = 0.0154081 Jy ! Component: 200 - total flux cleaned = 0.0181178 Jy ! Total flux subtracted in 200 components = 0.0181178 Jy ! Clean residual min=-0.001674 max=0.001771 Jy/beam ! Clean residual mean=-0.000021 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.243737 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 62 components and 0.243737 Jy ! Inverting map ! Added new window around map position (15.5, -52). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223619 Jy ! Component: 100 - total flux cleaned = 0.00404502 Jy ! Component: 150 - total flux cleaned = 0.00533795 Jy ! Component: 200 - total flux cleaned = 0.00645955 Jy ! Total flux subtracted in 200 components = 0.00645955 Jy ! Clean residual min=-0.001423 max=0.001312 Jy/beam ! Clean residual mean=-0.000016 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.250197 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 90 components and 0.250197 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.451 mas, bmaj=9.535 mas, bpa=66.7 degrees ! Estimated noise=629.609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187195 Jy ! Component: 100 - total flux cleaned = 0.00315168 Jy ! Component: 150 - total flux cleaned = 0.00414053 Jy ! Component: 200 - total flux cleaned = 0.00493721 Jy ! Total flux subtracted in 200 components = 0.00493721 Jy ! Clean residual min=-0.001274 max=0.001178 Jy/beam ! Clean residual mean=-0.000025 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.255134 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.000649751 Jy ! Component: 100 - total flux cleaned = 0.00118594 Jy ! Component: 150 - total flux cleaned = 0.00163032 Jy ! Component: 200 - total flux cleaned = 0.00194519 Jy ! Total flux subtracted in 200 components = 0.00194519 Jy ! Clean residual min=-0.001260 max=0.001174 Jy/beam ! Clean residual mean=-0.000023 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.257079 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 174 components and 0.257079 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.163 mas, bmaj=4.407 mas, bpa=54.96 degrees ! Estimated noise=502.633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000111189 Jy ! Component: 100 - total flux cleaned = -0.000137876 Jy ! Component: 150 - total flux cleaned = -0.000114056 Jy ! Component: 200 - total flux cleaned = -9.07673e-05 Jy ! Total flux subtracted in 200 components = -9.07673e-05 Jy ! Clean residual min=-0.001434 max=0.001321 Jy/beam ! Clean residual mean=-0.000011 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.256989 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 196 components and 0.256989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074271Jy sigma=0.000666 ! Fit after self-cal, rms=0.074264Jy sigma=0.000666 wmodel J0126+7046_S_2017_07_09_pus_map.mod ! Writing 196 model components to file: J0126+7046_S_2017_07_09_pus_map.mod wobs J0126+7046_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0126+7046_S_2017_07_09_pus_uvs.fits wwins J0126+7046_S_2017_07_09_pus_map.win ! wwins: Wrote 5 windows to J0126+7046_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.000206679 Jy ! Component: 100 - total flux cleaned = -0.00023027 Jy ! Component: 150 - total flux cleaned = -0.000250834 Jy ! Component: 200 - total flux cleaned = -0.000334037 Jy ! Component: 250 - total flux cleaned = -0.00043467 Jy ! Component: 300 - total flux cleaned = -0.000434937 Jy ! Component: 350 - total flux cleaned = -0.00039713 Jy ! Component: 400 - total flux cleaned = -0.000396706 Jy ! Component: 450 - total flux cleaned = -0.000414424 Jy ! Component: 500 - total flux cleaned = -0.000414331 Jy ! Component: 550 - total flux cleaned = -0.000414271 Jy ! Component: 600 - total flux cleaned = -0.000465896 Jy ! Component: 650 - total flux cleaned = -0.000482658 Jy ! Component: 700 - total flux cleaned = -0.000516491 Jy ! Component: 750 - total flux cleaned = -0.000599478 Jy ! Component: 800 - total flux cleaned = -0.000681168 Jy ! Component: 850 - total flux cleaned = -0.000729404 Jy ! Component: 900 - total flux cleaned = -0.000729412 Jy ! Component: 950 - total flux cleaned = -0.000808765 Jy ! Component: 1000 - total flux cleaned = -0.000808828 Jy ! Component: 1050 - total flux cleaned = -0.000886524 Jy ! Component: 1100 - total flux cleaned = -0.000932596 Jy ! Component: 1150 - total flux cleaned = -0.000993588 Jy ! Component: 1200 - total flux cleaned = -0.00102355 Jy ! Component: 1250 - total flux cleaned = -0.00106839 Jy ! Component: 1300 - total flux cleaned = -0.00103867 Jy ! Component: 1350 - total flux cleaned = -0.00105352 Jy ! Component: 1400 - total flux cleaned = -0.00108278 Jy ! Component: 1450 - total flux cleaned = -0.00111192 Jy ! Component: 1500 - total flux cleaned = -0.00116929 Jy ! Component: 1550 - total flux cleaned = -0.00118341 Jy ! Component: 1600 - total flux cleaned = -0.00123973 Jy ! Component: 1650 - total flux cleaned = -0.00128196 Jy ! Component: 1700 - total flux cleaned = -0.00124022 Jy ! Component: 1750 - total flux cleaned = -0.00129542 Jy ! Component: 1800 - total flux cleaned = -0.00129563 Jy ! Component: 1850 - total flux cleaned = -0.0013637 Jy ! Component: 1900 - total flux cleaned = -0.00137731 Jy ! Component: 1950 - total flux cleaned = -0.00144463 Jy ! Component: 2000 - total flux cleaned = -0.00151131 Jy ! Component: 2050 - total flux cleaned = -0.00148481 Jy ! Component: 2100 - total flux cleaned = -0.00155038 Jy ! Component: 2150 - total flux cleaned = -0.00156348 Jy ! Component: 2200 - total flux cleaned = -0.00158953 Jy ! Component: 2250 - total flux cleaned = -0.00165403 Jy ! Component: 2300 - total flux cleaned = -0.00170521 Jy ! Component: 2350 - total flux cleaned = -0.00174346 Jy ! Component: 2400 - total flux cleaned = -0.00183197 Jy ! Component: 2450 - total flux cleaned = -0.00181938 Jy ! Component: 2500 - total flux cleaned = -0.00184435 Jy ! Component: 2550 - total flux cleaned = -0.0018941 Jy ! Component: 2600 - total flux cleaned = -0.00194347 Jy ! Component: 2650 - total flux cleaned = -0.00193113 Jy ! Component: 2700 - total flux cleaned = -0.00197999 Jy ! Component: 2750 - total flux cleaned = -0.00200412 Jy ! Component: 2800 - total flux cleaned = -0.00202805 Jy ! Component: 2850 - total flux cleaned = -0.00202815 Jy ! Component: 2900 - total flux cleaned = -0.00208777 Jy ! Component: 2950 - total flux cleaned = -0.00207589 Jy ! Component: 3000 - total flux cleaned = -0.00211126 Jy ! Component: 3050 - total flux cleaned = -0.00211134 Jy ! Component: 3100 - total flux cleaned = -0.0020996 Jy ! Component: 3150 - total flux cleaned = -0.00213438 Jy ! Component: 3200 - total flux cleaned = -0.00218045 Jy ! Component: 3250 - total flux cleaned = -0.00220335 Jy ! Component: 3300 - total flux cleaned = -0.00219199 Jy ! Component: 3350 - total flux cleaned = -0.00223729 Jy ! Component: 3400 - total flux cleaned = -0.00225978 Jy ! Component: 3450 - total flux cleaned = -0.00230457 Jy ! Component: 3500 - total flux cleaned = -0.00237133 Jy ! Component: 3550 - total flux cleaned = -0.0023048 Jy ! Component: 3600 - total flux cleaned = -0.00235989 Jy ! Component: 3650 - total flux cleaned = -0.00235999 Jy ! Component: 3700 - total flux cleaned = -0.00241466 Jy ! Component: 3750 - total flux cleaned = -0.00245808 Jy ! Component: 3800 - total flux cleaned = -0.00246892 Jy ! Component: 3850 - total flux cleaned = -0.00249046 Jy ! Component: 3900 - total flux cleaned = -0.00247968 Jy ! Component: 3950 - total flux cleaned = -0.0025011 Jy ! Component: 4000 - total flux cleaned = -0.00247985 Jy ! Component: 4050 - total flux cleaned = -0.00257494 Jy ! Total flux subtracted in 4096 components = -0.00252235 Jy ! Clean residual min=-0.000738 max=0.000635 Jy/beam ! Clean residual mean=-0.000004 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.254466 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 502 components and 0.254466 Jy ![Exited script file: muppet] wmap "J0126+7046_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.163 x 4.407 at 54.96 degrees (North through East) ! Clean map min=-0.0011647 max=0.20057 Jy/beam ! Writing clean map to FITS file: J0126+7046_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.200574 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000189303 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.283143 0.283143 0.566286 1.13257 2.26514 4.53029 9.06057 18.1211 36.2423 72.4846 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.2 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.163 x 4.407 at 54.96 degrees (North through East) ! Clean map min=-0.0011647 max=0.20057 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 J0126+7046_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:38:09 2019