! Started logfile: J1037+0424_S_2017_07_16_pus_uvs.log on Thu May 9 11:07:25 2019 obs J1037+0424_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1037+0424_S_2017_07_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.768254 visibilities/baseline/integration-bin. ! Found source: J1037+0424 ! ! 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 815 lines of history. ! ! Reading 11616 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 J1037+0424_S_2017_07_16_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 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 156 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 613 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.857901Jy sigma=0.007014 ! Fit after self-cal, rms=0.843121Jy sigma=0.006892 ! 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.758 mas, bmaj=6.421 mas, bpa=-2.466 degrees ! Estimated noise=1175.9 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.117498 Jy ! Component: 100 - total flux cleaned = 0.15177 Jy ! Total flux subtracted in 100 components = 0.15177 Jy ! Clean residual min=-0.008338 max=0.014586 Jy/beam ! Clean residual mean=-0.000009 rms=0.002426 Jy/beam ! Combined flux in latest and established models = 0.15177 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.15177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096234Jy sigma=0.000729 ! Fit after self-cal, rms=0.096151Jy sigma=0.000728 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162656 Jy ! Component: 100 - total flux cleaned = 0.025869 Jy ! Total flux subtracted in 100 components = 0.025869 Jy ! Clean residual min=-0.007787 max=0.010581 Jy/beam ! Clean residual mean=-0.000007 rms=0.002048 Jy/beam ! Combined flux in latest and established models = 0.177639 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.177639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092497Jy sigma=0.000697 ! Fit after self-cal, rms=0.092489Jy sigma=0.000697 ! 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.213 mas, bmaj=7.413 mas, bpa=-1.798 degrees ! Estimated noise=959.451 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.00917376 Jy ! Component: 100 - total flux cleaned = 0.0136827 Jy ! Component: 150 - total flux cleaned = 0.0163775 Jy ! Component: 200 - total flux cleaned = 0.0180603 Jy ! Total flux subtracted in 200 components = 0.0180603 Jy ! Clean residual min=-0.005732 max=0.006248 Jy/beam ! Clean residual mean=-0.000007 rms=0.001421 Jy/beam ! Combined flux in latest and established models = 0.195699 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 28 components and 0.195699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091585Jy sigma=0.000690 ! Fit after self-cal, rms=0.091582Jy sigma=0.000689 ! 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 1.00* HN 0.92 KP 1.07 ! LA 0.99 MK 1.27 NL 0.87 OV 1.00 ! PT 1.06 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.80 FD 1.00* HN 0.99 KP 1.06 ! LA 0.94 MK 1.09 NL 1.04 OV 1.03 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 0.98 KP 1.04 ! LA 0.99 MK 1.04 NL 0.99 OV 0.95 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.89 KP 1.00* ! LA 0.95 MK 1.06 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.091582Jy sigma=0.000689 ! Fit after self-cal, rms=0.090835Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.271 mas, bmaj=7.429 mas, bpa=-1.041 degrees ! Estimated noise=967.439 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 (-22.5, 45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00485524 Jy ! Component: 100 - total flux cleaned = 0.00432681 Jy ! Component: 150 - total flux cleaned = 0.00342143 Jy ! Component: 200 - total flux cleaned = 0.00277635 Jy ! Total flux subtracted in 200 components = 0.00277635 Jy ! Clean residual min=-0.004722 max=0.005187 Jy/beam ! Clean residual mean=-0.000003 rms=0.001120 Jy/beam ! Combined flux in latest and established models = 0.198476 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 46 components and 0.198476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090029Jy sigma=0.000675 ! Fit after self-cal, rms=0.089973Jy sigma=0.000674 ! 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.089973Jy sigma=0.000674 ! Fit after self-cal, rms=0.096884Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=7.418 mas, bpa=-1.165 degrees ! Estimated noise=983.191 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000784551 Jy ! Component: 100 - total flux cleaned = -0.00124598 Jy ! Component: 150 - total flux cleaned = -0.00155816 Jy ! Component: 200 - total flux cleaned = -0.00190621 Jy ! Total flux subtracted in 200 components = -0.00190621 Jy ! Clean residual min=-0.003538 max=0.003582 Jy/beam ! Clean residual mean=-0.000002 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.196569 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 71 components and 0.196569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096649Jy sigma=0.000662 ! Fit after self-cal, rms=0.096735Jy sigma=0.000662 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.000258191 Jy ! Component: 100 - total flux cleaned = -0.00038483 Jy ! Component: 150 - total flux cleaned = -0.00032549 Jy ! Component: 200 - total flux cleaned = -0.000327076 Jy ! Total flux subtracted in 200 components = -0.000327076 Jy ! Clean residual min=-0.003398 max=0.003506 Jy/beam ! Clean residual mean=-0.000002 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.196242 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 77 components and 0.196242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096616Jy sigma=0.000662 ! Fit after self-cal, rms=0.096608Jy sigma=0.000662 ! 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.096608Jy sigma=0.000662 ! Fit after self-cal, rms=0.096306Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=7.42 mas, bpa=-1.163 degrees ! Estimated noise=980.513 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137626 Jy ! Component: 100 - total flux cleaned = 7.91433e-05 Jy ! Component: 150 - total flux cleaned = 3.07669e-05 Jy ! Component: 200 - total flux cleaned = -4.75236e-05 Jy ! Total flux subtracted in 200 components = -4.75236e-05 Jy ! Clean residual min=-0.002830 max=0.002614 Jy/beam ! Clean residual mean=-0.000001 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.196195 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 93 components and 0.196195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096256Jy sigma=0.000656 ! Fit after self-cal, rms=0.096256Jy sigma=0.000656 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.27024e-05 Jy ! Component: 100 - total flux cleaned = -1.27054e-05 Jy ! Component: 150 - total flux cleaned = -1.25351e-05 Jy ! Component: 200 - total flux cleaned = -1.2182e-05 Jy ! Total flux subtracted in 200 components = -1.2182e-05 Jy ! Clean residual min=-0.002778 max=0.002588 Jy/beam ! Clean residual mean=-0.000001 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.196183 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 105 components and 0.196183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096241Jy sigma=0.000656 ! Fit after self-cal, rms=0.096239Jy sigma=0.000656 ! 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.096239Jy sigma=0.000656 ! Fit after self-cal, rms=0.096706Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.865 mas, bmaj=11.95 mas, bpa=-5.252 degrees ! Estimated noise=1259.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.34757e-06 Jy ! Component: 100 - total flux cleaned = 8.14099e-05 Jy ! Component: 150 - total flux cleaned = 0.000114547 Jy ! Component: 200 - total flux cleaned = 0.000171065 Jy ! Total flux subtracted in 200 components = 0.000171065 Jy ! Clean residual min=-0.003175 max=0.002817 Jy/beam ! Clean residual mean=-0.000002 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.196354 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 123 components and 0.196354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096692Jy sigma=0.000656 ! Fit after self-cal, rms=0.096684Jy sigma=0.000656 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.75106e-05 Jy ! Component: 100 - total flux cleaned = 0.000130749 Jy ! Component: 150 - total flux cleaned = 0.000174766 Jy ! Component: 200 - total flux cleaned = 0.000214003 Jy ! Total flux subtracted in 200 components = 0.000214003 Jy ! Clean residual min=-0.003164 max=0.002734 Jy/beam ! Clean residual mean=-0.000002 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.196568 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 129 components and 0.196568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096682Jy sigma=0.000656 ! Fit after self-cal, rms=0.096678Jy sigma=0.000656 ! 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.257 mas, bmaj=7.413 mas, bpa=-1.12 degrees ! Estimated noise=979.54 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.257 x 7.413 at -1.12 degrees (North through East) ! Clean map min=-0.0025936 max=0.15861 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.808 mas, bmaj=6.369 mas, bpa=-1.612 degrees ! Estimated noise=1227.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.122028 Jy ! Component: 100 - total flux cleaned = 0.156089 Jy ! Component: 150 - total flux cleaned = 0.170997 Jy ! Component: 200 - total flux cleaned = 0.178944 Jy ! Total flux subtracted in 200 components = 0.178944 Jy ! Clean residual min=-0.003772 max=0.004684 Jy/beam ! Clean residual mean=-0.000001 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.178944 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.178944 Jy ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=7.413 mas, bpa=-1.12 degrees ! Estimated noise=979.54 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.00688023 Jy ! Component: 100 - total flux cleaned = 0.0110646 Jy ! Component: 150 - total flux cleaned = 0.013086 Jy ! Component: 200 - total flux cleaned = 0.0143375 Jy ! Total flux subtracted in 200 components = 0.0143375 Jy ! Clean residual min=-0.002915 max=0.002633 Jy/beam ! Clean residual mean=0.000000 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.193281 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 49 components and 0.193281 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=6.865 mas, bmaj=11.95 mas, bpa=-5.252 degrees ! Estimated noise=1259.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0023066 Jy ! Component: 100 - total flux cleaned = 0.00266861 Jy ! Component: 150 - total flux cleaned = 0.0030139 Jy ! Component: 200 - total flux cleaned = 0.00321959 Jy ! Total flux subtracted in 200 components = 0.00321959 Jy ! Clean residual min=-0.003212 max=0.002726 Jy/beam ! Clean residual mean=-0.000002 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.196501 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.00019684 Jy ! Component: 100 - total flux cleaned = 0.000267537 Jy ! Component: 150 - total flux cleaned = 0.000309527 Jy ! Component: 200 - total flux cleaned = 0.000347965 Jy ! Total flux subtracted in 200 components = 0.000347965 Jy ! Clean residual min=-0.003182 max=0.002730 Jy/beam ! Clean residual mean=-0.000003 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.196849 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 81 components and 0.196849 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=7.413 mas, bpa=-1.12 degrees ! Estimated noise=979.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000308267 Jy ! Component: 100 - total flux cleaned = -0.000259881 Jy ! Component: 150 - total flux cleaned = -0.000224829 Jy ! Component: 200 - total flux cleaned = -0.00019542 Jy ! Total flux subtracted in 200 components = -0.00019542 Jy ! Clean residual min=-0.003018 max=0.002377 Jy/beam ! Clean residual mean=-0.000001 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.196653 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 100 components and 0.196653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096729Jy sigma=0.000656 ! Fit after self-cal, rms=0.096714Jy sigma=0.000656 wmodel J1037+0424_S_2017_07_16_pus_map.mod ! Writing 100 model components to file: J1037+0424_S_2017_07_16_pus_map.mod wobs J1037+0424_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1037+0424_S_2017_07_16_pus_uvs.fits wwins J1037+0424_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J1037+0424_S_2017_07_16_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.00131748 Jy ! Component: 100 - total flux cleaned = -0.00206072 Jy ! Component: 150 - total flux cleaned = -0.00257385 Jy ! Component: 200 - total flux cleaned = -0.00306163 Jy ! Component: 250 - total flux cleaned = -0.00317917 Jy ! Component: 300 - total flux cleaned = -0.0033294 Jy ! Component: 350 - total flux cleaned = -0.00340237 Jy ! Component: 400 - total flux cleaned = -0.00361351 Jy ! Component: 450 - total flux cleaned = -0.00368203 Jy ! Component: 500 - total flux cleaned = -0.00381647 Jy ! Component: 550 - total flux cleaned = -0.00388154 Jy ! Component: 600 - total flux cleaned = -0.00400999 Jy ! Component: 650 - total flux cleaned = -0.0040732 Jy ! Component: 700 - total flux cleaned = -0.00413509 Jy ! Component: 750 - total flux cleaned = -0.00410542 Jy ! Component: 800 - total flux cleaned = -0.00431322 Jy ! Component: 850 - total flux cleaned = -0.00434211 Jy ! Component: 900 - total flux cleaned = -0.0043713 Jy ! Component: 950 - total flux cleaned = -0.00445639 Jy ! Component: 1000 - total flux cleaned = -0.00451217 Jy ! Component: 1050 - total flux cleaned = -0.00453994 Jy ! Component: 1100 - total flux cleaned = -0.00462099 Jy ! Component: 1150 - total flux cleaned = -0.00470077 Jy ! Component: 1200 - total flux cleaned = -0.0047268 Jy ! Component: 1250 - total flux cleaned = -0.00475248 Jy ! Component: 1300 - total flux cleaned = -0.0047528 Jy ! Component: 1350 - total flux cleaned = -0.00487932 Jy ! Component: 1400 - total flux cleaned = -0.00482886 Jy ! Component: 1450 - total flux cleaned = -0.00497674 Jy ! Component: 1500 - total flux cleaned = -0.00495206 Jy ! Component: 1550 - total flux cleaned = -0.00495234 Jy ! Component: 1600 - total flux cleaned = -0.00504825 Jy ! Component: 1650 - total flux cleaned = -0.00516643 Jy ! Component: 1700 - total flux cleaned = -0.00516679 Jy ! Component: 1750 - total flux cleaned = -0.00530489 Jy ! Component: 1800 - total flux cleaned = -0.00528188 Jy ! Component: 1850 - total flux cleaned = -0.00530428 Jy ! Component: 1900 - total flux cleaned = -0.00539387 Jy ! Component: 1950 - total flux cleaned = -0.00548265 Jy ! Component: 2000 - total flux cleaned = -0.00554794 Jy ! Component: 2050 - total flux cleaned = -0.00563427 Jy ! Component: 2100 - total flux cleaned = -0.00565559 Jy ! Component: 2150 - total flux cleaned = -0.00563439 Jy ! Component: 2200 - total flux cleaned = -0.00573989 Jy ! Component: 2250 - total flux cleaned = -0.00576118 Jy ! Component: 2300 - total flux cleaned = -0.00588505 Jy ! Component: 2350 - total flux cleaned = -0.00600779 Jy ! Component: 2400 - total flux cleaned = -0.00604844 Jy ! Component: 2450 - total flux cleaned = -0.00612875 Jy ! Component: 2500 - total flux cleaned = -0.00622874 Jy ! Component: 2550 - total flux cleaned = -0.00632766 Jy ! Component: 2600 - total flux cleaned = -0.00638634 Jy ! Component: 2650 - total flux cleaned = -0.00644464 Jy ! Component: 2700 - total flux cleaned = -0.00656025 Jy ! Component: 2750 - total flux cleaned = -0.00661771 Jy ! Component: 2800 - total flux cleaned = -0.00675086 Jy ! Component: 2850 - total flux cleaned = -0.00684542 Jy ! Component: 2900 - total flux cleaned = -0.00692033 Jy ! Component: 2950 - total flux cleaned = -0.00703174 Jy ! Component: 3000 - total flux cleaned = -0.00708702 Jy ! Component: 3050 - total flux cleaned = -0.00716033 Jy ! Component: 3100 - total flux cleaned = -0.00719669 Jy ! Component: 3150 - total flux cleaned = -0.00725088 Jy ! Component: 3200 - total flux cleaned = -0.00737618 Jy ! Component: 3250 - total flux cleaned = -0.0074473 Jy ! Component: 3300 - total flux cleaned = -0.00746519 Jy ! Component: 3350 - total flux cleaned = -0.00760564 Jy ! Component: 3400 - total flux cleaned = -0.00777968 Jy ! Component: 3450 - total flux cleaned = -0.00781415 Jy ! Component: 3500 - total flux cleaned = -0.00784861 Jy ! Component: 3550 - total flux cleaned = -0.00788274 Jy ! Component: 3600 - total flux cleaned = -0.00798438 Jy ! Component: 3650 - total flux cleaned = -0.00805156 Jy ! Component: 3700 - total flux cleaned = -0.00816836 Jy ! Component: 3750 - total flux cleaned = -0.00823469 Jy ! Component: 3800 - total flux cleaned = -0.00828401 Jy ! Component: 3850 - total flux cleaned = -0.00831676 Jy ! Component: 3900 - total flux cleaned = -0.00839812 Jy ! Component: 3950 - total flux cleaned = -0.00855956 Jy ! Component: 4000 - total flux cleaned = -0.00860768 Jy ! Component: 4050 - total flux cleaned = -0.00870332 Jy ! Total flux subtracted in 4096 components = -0.00875085 Jy ! Clean residual min=-0.000879 max=0.001081 Jy/beam ! Clean residual mean=-0.000001 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.187903 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 390 components and 0.187903 Jy ![Exited script file: muppet] wmap "J1037+0424_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.257 x 7.413 at -1.12 degrees (North through East) ! Clean map min=-0.0020915 max=0.15915 Jy/beam ! Writing clean map to FITS file: J1037+0424_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.159154 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000289364 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.545441 0.545441 1.09088 2.18176 4.36352 8.72705 17.4541 34.9082 69.8164 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.159 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.257 x 7.413 at -1.12 degrees (North through East) ! Clean map min=-0.0020915 max=0.15915 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 J1037+0424_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:07:32 2019