! Started logfile: J1046+5354_S_2017_06_15_pus_uvs.log on Tue May 7 15:16:54 2019 obs J1046+5354_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1046+5354_S_2017_06_15_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.971485 visibilities/baseline/integration-bin. ! Found source: J1046+5354 ! ! 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 603 lines of history. ! ! Reading 19760 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 J1046+5354_S_2017_06_15_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 610 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.795125Jy sigma=0.007563 ! Fit after self-cal, rms=0.781538Jy sigma=0.007461 ! 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.277 mas, bmaj=4.145 mas, bpa=-2.378 degrees ! Estimated noise=963.871 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.168833 Jy ! Component: 100 - total flux cleaned = 0.206504 Jy ! Total flux subtracted in 100 components = 0.206504 Jy ! Clean residual min=-0.004490 max=0.012871 Jy/beam ! Clean residual mean=0.000002 rms=0.001358 Jy/beam ! Combined flux in latest and established models = 0.206504 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.206504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079336Jy sigma=0.000712 ! Fit after self-cal, rms=0.079332Jy sigma=0.000712 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0137071 Jy ! Component: 100 - total flux cleaned = 0.0206644 Jy ! Total flux subtracted in 100 components = 0.0206644 Jy ! Clean residual min=-0.003714 max=0.004786 Jy/beam ! Clean residual mean=0.000010 rms=0.000996 Jy/beam ! Combined flux in latest and established models = 0.227168 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.227168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076503Jy sigma=0.000686 ! Fit after self-cal, rms=0.076499Jy sigma=0.000686 ! 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.957 mas, bmaj=4.904 mas, bpa=5.292 degrees ! Estimated noise=602.325 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, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00472862 Jy ! Component: 100 - total flux cleaned = 0.00585353 Jy ! Component: 150 - total flux cleaned = 0.00614936 Jy ! Component: 200 - total flux cleaned = 0.00607057 Jy ! Total flux subtracted in 200 components = 0.00607057 Jy ! Clean residual min=-0.002776 max=0.003166 Jy/beam ! Clean residual mean=0.000029 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.233239 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.233239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076044Jy sigma=0.000683 ! Fit after self-cal, rms=0.076021Jy sigma=0.000682 ! 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.01 FD 0.99 HN 0.96 KP 1.04 ! LA 1.02 MK 1.03 NL 0.92 OV 1.01 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.04 HN 1.00 KP 0.99 ! LA 0.97 MK 1.03 NL 0.99 OV 1.05 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.06 HN 0.99 KP 1.01 ! LA 0.99 MK 1.04 NL 1.00 OV 0.96 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 1.02 KP 1.00* ! LA 0.96 MK 1.08 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.076021Jy sigma=0.000682 ! Fit after self-cal, rms=0.074505Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.975 mas, bmaj=4.916 mas, bpa=5.975 degrees ! Estimated noise=600.086 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.00220739 Jy ! Component: 100 - total flux cleaned = 0.00273394 Jy ! Component: 150 - total flux cleaned = 0.00284685 Jy ! Component: 200 - total flux cleaned = 0.00297493 Jy ! Total flux subtracted in 200 components = 0.00297493 Jy ! Clean residual min=-0.002269 max=0.002262 Jy/beam ! Clean residual mean=0.000017 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.236214 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 53 components and 0.236214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074432Jy sigma=0.000673 ! Fit after self-cal, rms=0.074416Jy sigma=0.000673 ! 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.074416Jy sigma=0.000673 ! Fit after self-cal, rms=0.073759Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.977 mas, bmaj=4.906 mas, bpa=5.991 degrees ! Estimated noise=600.412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101702 Jy ! Component: 100 - total flux cleaned = 0.00113463 Jy ! Component: 150 - total flux cleaned = 0.00122762 Jy ! Component: 200 - total flux cleaned = 0.0013313 Jy ! Total flux subtracted in 200 components = 0.0013313 Jy ! Clean residual min=-0.001477 max=0.001751 Jy/beam ! Clean residual mean=0.000005 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.237545 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 74 components and 0.237545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073722Jy sigma=0.000667 ! Fit after self-cal, rms=0.073720Jy sigma=0.000667 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 (15, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175383 Jy ! Component: 100 - total flux cleaned = 0.00229598 Jy ! Component: 150 - total flux cleaned = 0.0024874 Jy ! Component: 200 - total flux cleaned = 0.00251468 Jy ! Total flux subtracted in 200 components = 0.00251468 Jy ! Clean residual min=-0.001434 max=0.001478 Jy/beam ! Clean residual mean=0.000006 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.24006 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 93 components and 0.24006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073671Jy sigma=0.000667 ! Fit after self-cal, rms=0.073666Jy sigma=0.000667 ! 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.073666Jy sigma=0.000667 ! Fit after self-cal, rms=0.073648Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.977 mas, bmaj=4.902 mas, bpa=6.16 degrees ! Estimated noise=600.489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102814 Jy ! Component: 100 - total flux cleaned = 0.00132006 Jy ! Component: 150 - total flux cleaned = 0.00149363 Jy ! Component: 200 - total flux cleaned = 0.00158142 Jy ! Total flux subtracted in 200 components = 0.00158142 Jy ! Clean residual min=-0.001404 max=0.001448 Jy/beam ! Clean residual mean=0.000006 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.241641 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 100 components and 0.241641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073628Jy sigma=0.000666 ! Fit after self-cal, rms=0.073626Jy 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.000222398 Jy ! Component: 100 - total flux cleaned = 0.000303935 Jy ! Component: 150 - total flux cleaned = 0.000341621 Jy ! Component: 200 - total flux cleaned = 0.000409591 Jy ! Total flux subtracted in 200 components = 0.000409591 Jy ! Clean residual min=-0.001377 max=0.001434 Jy/beam ! Clean residual mean=0.000006 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.242051 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 110 components and 0.242051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073617Jy sigma=0.000666 ! Fit after self-cal, rms=0.073616Jy 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.073616Jy sigma=0.000666 ! Fit after self-cal, rms=0.073649Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.198 mas, bmaj=8.836 mas, bpa=31.73 degrees ! Estimated noise=747.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000652183 Jy ! Component: 100 - total flux cleaned = 0.000818548 Jy ! Component: 150 - total flux cleaned = 0.000888853 Jy ! Component: 200 - total flux cleaned = 0.000912463 Jy ! Total flux subtracted in 200 components = 0.000912463 Jy ! Clean residual min=-0.001572 max=0.001584 Jy/beam ! Clean residual mean=0.000012 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.242963 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 122 components and 0.242963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073646Jy sigma=0.000666 ! Fit after self-cal, rms=0.073644Jy 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.000132951 Jy ! Component: 100 - total flux cleaned = 0.000204852 Jy ! Component: 150 - total flux cleaned = 0.000224873 Jy ! Component: 200 - total flux cleaned = 0.000234027 Jy ! Total flux subtracted in 200 components = 0.000234027 Jy ! Clean residual min=-0.001574 max=0.001572 Jy/beam ! Clean residual mean=0.000012 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.243197 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 133 components and 0.243197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073644Jy sigma=0.000666 ! Fit after self-cal, rms=0.073644Jy 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=3.977 mas, bmaj=4.9 mas, bpa=6.299 degrees ! Estimated noise=600.817 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.977 x 4.9 at 6.299 degrees (North through East) ! Clean map min=-0.0016803 max=0.21855 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.307 mas, bmaj=4.156 mas, bpa=-0.9627 degrees ! Estimated noise=962.361 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.16847 Jy ! Component: 100 - total flux cleaned = 0.205863 Jy ! Component: 150 - total flux cleaned = 0.218952 Jy ! Component: 200 - total flux cleaned = 0.226206 Jy ! Total flux subtracted in 200 components = 0.226206 Jy ! Clean residual min=-0.002869 max=0.003827 Jy/beam ! Clean residual mean=-0.000004 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.226206 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.226206 Jy ! Inverting map and beam ! Estimated beam: bmin=3.977 mas, bmaj=4.9 mas, bpa=6.299 degrees ! Estimated noise=600.817 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.00641587 Jy ! Component: 100 - total flux cleaned = 0.0101996 Jy ! Component: 150 - total flux cleaned = 0.0127855 Jy ! Component: 200 - total flux cleaned = 0.0144437 Jy ! Total flux subtracted in 200 components = 0.0144437 Jy ! Clean residual min=-0.001607 max=0.001489 Jy/beam ! Clean residual mean=0.000005 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.24065 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 56 components and 0.24065 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.198 mas, bmaj=8.836 mas, bpa=31.73 degrees ! Estimated noise=747.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017483 Jy ! Component: 100 - total flux cleaned = 0.00203593 Jy ! Component: 150 - total flux cleaned = 0.00218838 Jy ! Component: 200 - total flux cleaned = 0.00231491 Jy ! Total flux subtracted in 200 components = 0.00231491 Jy ! Clean residual min=-0.001577 max=0.001728 Jy/beam ! Clean residual mean=0.000013 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.242965 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) ! Added new window around map position (-118, 33). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112888 Jy ! Component: 100 - total flux cleaned = 0.00128693 Jy ! Component: 150 - total flux cleaned = 0.00141431 Jy ! Component: 200 - total flux cleaned = 0.00154986 Jy ! Total flux subtracted in 200 components = 0.00154986 Jy ! Clean residual min=-0.001447 max=0.001246 Jy/beam ! Clean residual mean=0.000010 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.244515 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 108 components and 0.244515 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.977 mas, bmaj=4.9 mas, bpa=6.299 degrees ! Estimated noise=600.817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000229683 Jy ! Component: 100 - total flux cleaned = -0.000155924 Jy ! Component: 150 - total flux cleaned = -5.63272e-05 Jy ! Component: 200 - total flux cleaned = -2.46183e-05 Jy ! Total flux subtracted in 200 components = -2.46183e-05 Jy ! Clean residual min=-0.001230 max=0.001362 Jy/beam ! Clean residual mean=0.000006 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.24449 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 127 components and 0.24449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073638Jy sigma=0.000666 ! Fit after self-cal, rms=0.073631Jy sigma=0.000666 wmodel J1046+5354_S_2017_06_15_pus_map.mod ! Writing 127 model components to file: J1046+5354_S_2017_06_15_pus_map.mod wobs J1046+5354_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1046+5354_S_2017_06_15_pus_uvs.fits wwins J1046+5354_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J1046+5354_S_2017_06_15_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.000400823 Jy ! Component: 100 - total flux cleaned = 0.000587411 Jy ! Component: 150 - total flux cleaned = 0.000676703 Jy ! Component: 200 - total flux cleaned = 0.000806025 Jy ! Component: 250 - total flux cleaned = 0.000910036 Jy ! Component: 300 - total flux cleaned = 0.00097093 Jy ! Component: 350 - total flux cleaned = 0.00107034 Jy ! Component: 400 - total flux cleaned = 0.00116713 Jy ! Component: 450 - total flux cleaned = 0.00124288 Jy ! Component: 500 - total flux cleaned = 0.00137294 Jy ! Component: 550 - total flux cleaned = 0.00146448 Jy ! Component: 600 - total flux cleaned = 0.00153657 Jy ! Component: 650 - total flux cleaned = 0.00160731 Jy ! Component: 700 - total flux cleaned = 0.00155504 Jy ! Component: 750 - total flux cleaned = 0.00158956 Jy ! Component: 800 - total flux cleaned = 0.00155556 Jy ! Component: 850 - total flux cleaned = 0.00153894 Jy ! Component: 900 - total flux cleaned = 0.00155551 Jy ! Component: 950 - total flux cleaned = 0.00147331 Jy ! Component: 1000 - total flux cleaned = 0.00145698 Jy ! Component: 1050 - total flux cleaned = 0.00140872 Jy ! Component: 1100 - total flux cleaned = 0.00137709 Jy ! Component: 1150 - total flux cleaned = 0.00131438 Jy ! Component: 1200 - total flux cleaned = 0.00131468 Jy ! Component: 1250 - total flux cleaned = 0.00131459 Jy ! Component: 1300 - total flux cleaned = 0.00126903 Jy ! Component: 1350 - total flux cleaned = 0.00122378 Jy ! Component: 1400 - total flux cleaned = 0.00131321 Jy ! Component: 1450 - total flux cleaned = 0.00122453 Jy ! Component: 1500 - total flux cleaned = 0.00125384 Jy ! Component: 1550 - total flux cleaned = 0.00123953 Jy ! Component: 1600 - total flux cleaned = 0.00125376 Jy ! Component: 1650 - total flux cleaned = 0.0012112 Jy ! Component: 1700 - total flux cleaned = 0.0012113 Jy ! Component: 1750 - total flux cleaned = 0.0011694 Jy ! Component: 1800 - total flux cleaned = 0.00118334 Jy ! Component: 1850 - total flux cleaned = 0.00116948 Jy ! Component: 1900 - total flux cleaned = 0.00115586 Jy ! Component: 1950 - total flux cleaned = 0.00118296 Jy ! Component: 2000 - total flux cleaned = 0.00114281 Jy ! Component: 2050 - total flux cleaned = 0.00118291 Jy ! Component: 2100 - total flux cleaned = 0.00118274 Jy ! Component: 2150 - total flux cleaned = 0.00114361 Jy ! Component: 2200 - total flux cleaned = 0.00116958 Jy ! Component: 2250 - total flux cleaned = 0.00118247 Jy ! Component: 2300 - total flux cleaned = 0.00115705 Jy ! Component: 2350 - total flux cleaned = 0.00113155 Jy ! Component: 2400 - total flux cleaned = 0.00114416 Jy ! Component: 2450 - total flux cleaned = 0.00114396 Jy ! Component: 2500 - total flux cleaned = 0.00106941 Jy ! Component: 2550 - total flux cleaned = 0.00106947 Jy ! Component: 2600 - total flux cleaned = 0.0010694 Jy ! Component: 2650 - total flux cleaned = 0.00102074 Jy ! Component: 2700 - total flux cleaned = 0.00102061 Jy ! Component: 2750 - total flux cleaned = 0.00102042 Jy ! Component: 2800 - total flux cleaned = 0.000960739 Jy ! Component: 2850 - total flux cleaned = 0.000913274 Jy ! Component: 2900 - total flux cleaned = 0.000925126 Jy ! Component: 2950 - total flux cleaned = 0.000854952 Jy ! Component: 3000 - total flux cleaned = 0.000878222 Jy ! Component: 3050 - total flux cleaned = 0.000797177 Jy ! Component: 3100 - total flux cleaned = 0.000820089 Jy ! Component: 3150 - total flux cleaned = 0.000797259 Jy ! Component: 3200 - total flux cleaned = 0.000740545 Jy ! Component: 3250 - total flux cleaned = 0.000684253 Jy ! Component: 3300 - total flux cleaned = 0.000650661 Jy ! Component: 3350 - total flux cleaned = 0.000661891 Jy ! Component: 3400 - total flux cleaned = 0.000628623 Jy ! Component: 3450 - total flux cleaned = 0.000650672 Jy ! Component: 3500 - total flux cleaned = 0.000595954 Jy ! Component: 3550 - total flux cleaned = 0.000563453 Jy ! Component: 3600 - total flux cleaned = 0.000563627 Jy ! Component: 3650 - total flux cleaned = 0.00058509 Jy ! Component: 3700 - total flux cleaned = 0.000510128 Jy ! Component: 3750 - total flux cleaned = 0.000531453 Jy ! Component: 3800 - total flux cleaned = 0.000499666 Jy ! Component: 3850 - total flux cleaned = 0.000467989 Jy ! Component: 3900 - total flux cleaned = 0.000467987 Jy ! Component: 3950 - total flux cleaned = 0.000415907 Jy ! Component: 4000 - total flux cleaned = 0.000384775 Jy ! Component: 4050 - total flux cleaned = 0.00038482 Jy ! Total flux subtracted in 4096 components = 0.00037449 Jy ! Clean residual min=-0.000582 max=0.000616 Jy/beam ! Clean residual mean=0.000002 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.244865 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 413 components and 0.244865 Jy ![Exited script file: muppet] wmap "J1046+5354_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.977 x 4.9 at 6.299 degrees (North through East) ! Clean map min=-0.0011546 max=0.21807 Jy/beam ! Writing clean map to FITS file: J1046+5354_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.218073 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000186993 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.257244 0.257244 0.514488 1.02898 2.05795 4.1159 8.2318 16.4636 32.9272 65.8544 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.218 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.977 x 4.9 at 6.299 degrees (North through East) ! Clean map min=-0.0011546 max=0.21807 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 J1046+5354_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:16:59 2019