! Started logfile: J1315+2840_S_2017_06_10_pus_uvs.log on Mon May 6 14:54:04 2019 obs J1315+2840_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1315+2840_S_2017_06_10_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.810442 visibilities/baseline/integration-bin. ! Found source: J1315+2840 ! ! 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 1154 lines of history. ! ! Reading 12108 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 J1315+2840_S_2017_06_10_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 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 493 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916030Jy sigma=0.009106 ! Fit after self-cal, rms=0.906977Jy sigma=0.009030 ! 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.417 mas, bmaj=5.477 mas, bpa=-5.809 degrees ! Estimated noise=937.952 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.0723576 Jy ! Component: 100 - total flux cleaned = 0.0890677 Jy ! Total flux subtracted in 100 components = 0.0890677 Jy ! Clean residual min=-0.003654 max=0.005968 Jy/beam ! Clean residual mean=0.000010 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.0890677 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0890677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077644Jy sigma=0.000695 ! Fit after self-cal, rms=0.077632Jy sigma=0.000695 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00607329 Jy ! Component: 100 - total flux cleaned = 0.008997 Jy ! Total flux subtracted in 100 components = 0.008997 Jy ! Clean residual min=-0.003788 max=0.003710 Jy/beam ! Clean residual mean=0.000016 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.0980647 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 22 components and 0.0980647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077010Jy sigma=0.000691 ! Fit after self-cal, rms=0.077000Jy sigma=0.000691 ! 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.004 mas, bmaj=6.253 mas, bpa=-5.016 degrees ! Estimated noise=746.596 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.0011052 Jy ! Component: 100 - total flux cleaned = 0.00104284 Jy ! Component: 150 - total flux cleaned = 0.00104114 Jy ! Component: 200 - total flux cleaned = 0.000875805 Jy ! Total flux subtracted in 200 components = 0.000875805 Jy ! Clean residual min=-0.003304 max=0.004208 Jy/beam ! Clean residual mean=0.000020 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.0989405 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 32 components and 0.0989405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076860Jy sigma=0.000690 ! Fit after self-cal, rms=0.076852Jy sigma=0.000690 ! 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 1.03 FD 0.92 HN 0.99 KP 1.04 ! LA 1.02 MK 1.07 NL 0.89 OV 1.05 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.77 FD 0.96 HN 0.98 KP 0.94 ! LA 0.95 MK 1.07 NL 1.07 OV 1.26 ! PT 1.01 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.84 FD 1.00 HN 0.99 KP 0.98 ! LA 1.00 MK 1.01 NL 1.01 OV 1.06 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.94 KP 1.00* ! LA 0.92 MK 1.01 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.076852Jy sigma=0.000690 ! Fit after self-cal, rms=0.074935Jy sigma=0.000684 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.039 mas, bmaj=6.232 mas, bpa=-4.492 degrees ! Estimated noise=751.072 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.00076634 Jy ! Component: 100 - total flux cleaned = 0.000727373 Jy ! Component: 150 - total flux cleaned = 0.000691809 Jy ! Component: 200 - total flux cleaned = 0.000676082 Jy ! Total flux subtracted in 200 components = 0.000676082 Jy ! Clean residual min=-0.002781 max=0.003171 Jy/beam ! Clean residual mean=0.000014 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.0996166 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.0996166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074919Jy sigma=0.000684 ! Fit after self-cal, rms=0.074911Jy sigma=0.000684 ! 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.074911Jy sigma=0.000684 ! Fit after self-cal, rms=0.075440Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.036 mas, bmaj=6.236 mas, bpa=-4.417 degrees ! Estimated noise=749.986 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.02223e-05 Jy ! Component: 100 - total flux cleaned = -0.000109675 Jy ! Component: 150 - total flux cleaned = -0.000159283 Jy ! Component: 200 - total flux cleaned = -0.000173335 Jy ! Total flux subtracted in 200 components = -0.000173335 Jy ! Clean residual min=-0.002156 max=0.001892 Jy/beam ! Clean residual mean=0.000000 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.0994432 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.0994432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075429Jy sigma=0.000676 ! Fit after self-cal, rms=0.075501Jy sigma=0.000676 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.60241e-05 Jy ! Component: 100 - total flux cleaned = -2.62113e-05 Jy ! Component: 150 - total flux cleaned = -2.64289e-05 Jy ! Component: 200 - total flux cleaned = -2.6117e-05 Jy ! Total flux subtracted in 200 components = -2.6117e-05 Jy ! Clean residual min=-0.002153 max=0.001898 Jy/beam ! Clean residual mean=0.000001 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.0994171 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.0994171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075496Jy sigma=0.000676 ! Fit after self-cal, rms=0.075497Jy sigma=0.000676 ! 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.075497Jy sigma=0.000676 ! Fit after self-cal, rms=0.075754Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.04 mas, bmaj=6.241 mas, bpa=-4.187 degrees ! Estimated noise=750.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.95884e-05 Jy ! Component: 100 - total flux cleaned = -6.2465e-05 Jy ! Component: 150 - total flux cleaned = -6.22923e-05 Jy ! Component: 200 - total flux cleaned = -6.19911e-05 Jy ! Total flux subtracted in 200 components = -6.19911e-05 Jy ! Clean residual min=-0.002138 max=0.001937 Jy/beam ! Clean residual mean=0.000000 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0993551 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 56 components and 0.0993551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075751Jy sigma=0.000675 ! Fit after self-cal, rms=0.075755Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.09988e-05 Jy ! Component: 100 - total flux cleaned = -3.66583e-06 Jy ! Component: 150 - total flux cleaned = 1.02582e-05 Jy ! Component: 200 - total flux cleaned = 2.29306e-05 Jy ! Total flux subtracted in 200 components = 2.29306e-05 Jy ! Clean residual min=-0.002130 max=0.001940 Jy/beam ! Clean residual mean=0.000000 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.099378 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.099378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075753Jy sigma=0.000675 ! Fit after self-cal, rms=0.075753Jy sigma=0.000675 ! 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.075753Jy sigma=0.000675 ! Fit after self-cal, rms=0.075793Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.556 mas, bmaj=9.875 mas, bpa=-5.378 degrees ! Estimated noise=903.392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.27741e-05 Jy ! Component: 100 - total flux cleaned = 3.16011e-06 Jy ! Component: 150 - total flux cleaned = 2.35202e-06 Jy ! Component: 200 - total flux cleaned = 1.94697e-06 Jy ! Total flux subtracted in 200 components = 1.94697e-06 Jy ! Clean residual min=-0.002513 max=0.002265 Jy/beam ! Clean residual mean=0.000001 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.09938 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 64 components and 0.09938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075792Jy sigma=0.000675 ! Fit after self-cal, rms=0.075791Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.48974e-05 Jy ! Component: 100 - total flux cleaned = 2.25725e-05 Jy ! Component: 150 - total flux cleaned = 2.32913e-05 Jy ! Component: 200 - total flux cleaned = 2.84844e-05 Jy ! Total flux subtracted in 200 components = 2.84844e-05 Jy ! Clean residual min=-0.002503 max=0.002271 Jy/beam ! Clean residual mean=0.000001 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.0994085 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.0994085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075792Jy sigma=0.000675 ! Fit after self-cal, rms=0.075792Jy sigma=0.000675 ! 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.044 mas, bmaj=6.247 mas, bpa=-4.046 degrees ! Estimated noise=750.72 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.044 x 6.247 at -4.046 degrees (North through East) ! Clean map min=-0.0020477 max=0.093974 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.438 mas, bmaj=5.466 mas, bpa=-5.393 degrees ! Estimated noise=948.587 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0725494 Jy ! Component: 100 - total flux cleaned = 0.0894671 Jy ! Component: 150 - total flux cleaned = 0.0955141 Jy ! Component: 200 - total flux cleaned = 0.0982736 Jy ! Total flux subtracted in 200 components = 0.0982736 Jy ! Clean residual min=-0.002521 max=0.002422 Jy/beam ! Clean residual mean=0.000000 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.0982737 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0982737 Jy ! Inverting map and beam ! Estimated beam: bmin=4.044 mas, bmaj=6.247 mas, bpa=-4.046 degrees ! Estimated noise=750.72 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.00131693 Jy ! Component: 100 - total flux cleaned = 0.00132165 Jy ! Component: 150 - total flux cleaned = 0.00125778 Jy ! Component: 200 - total flux cleaned = 0.00120281 Jy ! Total flux subtracted in 200 components = 0.00120281 Jy ! Clean residual min=-0.002177 max=0.001917 Jy/beam ! Clean residual mean=0.000001 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.0994765 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 24 components and 0.0994765 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.556 mas, bmaj=9.875 mas, bpa=-5.378 degrees ! Estimated noise=903.392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000285279 Jy ! Component: 100 - total flux cleaned = 0.000248973 Jy ! Component: 150 - total flux cleaned = 0.000206382 Jy ! Component: 200 - total flux cleaned = 0.000178306 Jy ! Total flux subtracted in 200 components = 0.000178306 Jy ! Clean residual min=-0.002554 max=0.002277 Jy/beam ! Clean residual mean=0.000001 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.0996548 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 = -2.63219e-05 Jy ! Component: 100 - total flux cleaned = -5.01462e-05 Jy ! Component: 150 - total flux cleaned = -6.47425e-05 Jy ! Component: 200 - total flux cleaned = -8.5173e-05 Jy ! Total flux subtracted in 200 components = -8.5173e-05 Jy ! Clean residual min=-0.002540 max=0.002271 Jy/beam ! Clean residual mean=0.000001 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.0995696 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 34 components and 0.0995696 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.044 mas, bmaj=6.247 mas, bpa=-4.046 degrees ! Estimated noise=750.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.33675e-05 Jy ! Component: 100 - total flux cleaned = 3.09278e-06 Jy ! Component: 150 - total flux cleaned = -2.31113e-05 Jy ! Component: 200 - total flux cleaned = -3.51724e-05 Jy ! Total flux subtracted in 200 components = -3.51724e-05 Jy ! Clean residual min=-0.002121 max=0.001941 Jy/beam ! Clean residual mean=0.000000 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.0995344 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.0995344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075800Jy sigma=0.000676 ! Fit after self-cal, rms=0.075797Jy sigma=0.000675 wmodel J1315+2840_S_2017_06_10_pus_map.mod ! Writing 38 model components to file: J1315+2840_S_2017_06_10_pus_map.mod wobs J1315+2840_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1315+2840_S_2017_06_10_pus_uvs.fits wwins J1315+2840_S_2017_06_10_pus_map.win ! wwins: Wrote 1 windows to J1315+2840_S_2017_06_10_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.000469083 Jy ! Component: 100 - total flux cleaned = -0.000572647 Jy ! Component: 150 - total flux cleaned = -0.000573128 Jy ! Component: 200 - total flux cleaned = -0.000481661 Jy ! Component: 250 - total flux cleaned = -0.000393214 Jy ! Component: 300 - total flux cleaned = -0.000222303 Jy ! Component: 350 - total flux cleaned = -8.41353e-05 Jy ! Component: 400 - total flux cleaned = -3.38103e-06 Jy ! Component: 450 - total flux cleaned = 7.51215e-05 Jy ! Component: 500 - total flux cleaned = -1.7708e-06 Jy ! Component: 550 - total flux cleaned = 4.91926e-05 Jy ! Component: 600 - total flux cleaned = 4.92319e-05 Jy ! Component: 650 - total flux cleaned = 9.76078e-05 Jy ! Component: 700 - total flux cleaned = 0.000121134 Jy ! Component: 750 - total flux cleaned = 0.000191316 Jy ! Component: 800 - total flux cleaned = 0.000260482 Jy ! Component: 850 - total flux cleaned = 0.000305401 Jy ! Component: 900 - total flux cleaned = 0.000327703 Jy ! Component: 950 - total flux cleaned = 0.000437445 Jy ! Component: 1000 - total flux cleaned = 0.000566581 Jy ! Component: 1050 - total flux cleaned = 0.000587521 Jy ! Component: 1100 - total flux cleaned = 0.000734139 Jy ! Component: 1150 - total flux cleaned = 0.000775144 Jy ! Component: 1200 - total flux cleaned = 0.000876457 Jy ! Component: 1250 - total flux cleaned = 0.00103648 Jy ! Component: 1300 - total flux cleaned = 0.00101633 Jy ! Component: 1350 - total flux cleaned = 0.0011147 Jy ! Component: 1400 - total flux cleaned = 0.00124981 Jy ! Component: 1450 - total flux cleaned = 0.00140227 Jy ! Component: 1500 - total flux cleaned = 0.00145863 Jy ! Component: 1550 - total flux cleaned = 0.00153295 Jy ! Component: 1600 - total flux cleaned = 0.00164296 Jy ! Component: 1650 - total flux cleaned = 0.00169718 Jy ! Component: 1700 - total flux cleaned = 0.00178677 Jy ! Component: 1750 - total flux cleaned = 0.00183985 Jy ! Component: 1800 - total flux cleaned = 0.00194548 Jy ! Component: 1850 - total flux cleaned = 0.00203253 Jy ! Component: 1900 - total flux cleaned = 0.00215265 Jy ! Component: 1950 - total flux cleaned = 0.00218679 Jy ! Component: 2000 - total flux cleaned = 0.00227118 Jy ! Component: 2050 - total flux cleaned = 0.00238785 Jy ! Component: 2100 - total flux cleaned = 0.00245389 Jy ! Component: 2150 - total flux cleaned = 0.0025191 Jy ! Component: 2200 - total flux cleaned = 0.00264852 Jy ! Component: 2250 - total flux cleaned = 0.00269637 Jy ! Component: 2300 - total flux cleaned = 0.00271238 Jy ! Component: 2350 - total flux cleaned = 0.00279085 Jy ! Component: 2400 - total flux cleaned = 0.00286887 Jy ! Component: 2450 - total flux cleaned = 0.00294594 Jy ! Component: 2500 - total flux cleaned = 0.0029765 Jy ! Component: 2550 - total flux cleaned = 0.00303708 Jy ! Component: 2600 - total flux cleaned = 0.00314206 Jy ! Component: 2650 - total flux cleaned = 0.00318678 Jy ! Component: 2700 - total flux cleaned = 0.00323099 Jy ! Component: 2750 - total flux cleaned = 0.00330421 Jy ! Component: 2800 - total flux cleaned = 0.00336232 Jy ! Component: 2850 - total flux cleaned = 0.00343436 Jy ! Component: 2900 - total flux cleaned = 0.00352019 Jy ! Component: 2950 - total flux cleaned = 0.00357697 Jy ! Component: 3000 - total flux cleaned = 0.00366124 Jy ! Component: 3050 - total flux cleaned = 0.00370318 Jy ! Component: 3100 - total flux cleaned = 0.00374459 Jy ! Component: 3150 - total flux cleaned = 0.00378568 Jy ! Component: 3200 - total flux cleaned = 0.0038402 Jy ! Component: 3250 - total flux cleaned = 0.00385362 Jy ! Component: 3300 - total flux cleaned = 0.00389387 Jy ! Component: 3350 - total flux cleaned = 0.0039206 Jy ! Component: 3400 - total flux cleaned = 0.00397334 Jy ! Component: 3450 - total flux cleaned = 0.00399971 Jy ! Component: 3500 - total flux cleaned = 0.00402566 Jy ! Component: 3550 - total flux cleaned = 0.00410336 Jy ! Component: 3600 - total flux cleaned = 0.00409051 Jy ! Component: 3650 - total flux cleaned = 0.00414136 Jy ! Component: 3700 - total flux cleaned = 0.00415394 Jy ! Component: 3750 - total flux cleaned = 0.00415393 Jy ! Component: 3800 - total flux cleaned = 0.00420403 Jy ! Component: 3850 - total flux cleaned = 0.0042412 Jy ! Component: 3900 - total flux cleaned = 0.00426587 Jy ! Component: 3950 - total flux cleaned = 0.00432695 Jy ! Component: 4000 - total flux cleaned = 0.00438772 Jy ! Component: 4050 - total flux cleaned = 0.00438782 Jy ! Total flux subtracted in 4096 components = 0.00447167 Jy ! Clean residual min=-0.000678 max=0.000614 Jy/beam ! Clean residual mean=-0.000000 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.104006 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 331 components and 0.104006 Jy ![Exited script file: muppet] wmap "J1315+2840_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.044 x 6.247 at -4.046 degrees (North through East) ! Clean map min=-0.001496 max=0.093974 Jy/beam ! Writing clean map to FITS file: J1315+2840_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0939739 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000222217 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.709399 0.709399 1.4188 2.8376 5.67519 11.3504 22.7008 45.4015 90.8031 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.093 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.044 x 6.247 at -4.046 degrees (North through East) ! Clean map min=-0.001496 max=0.093974 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 J1315+2840_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:54:08 2019