! Started logfile: J0203+7232_S_2017_05_01_pus_uvs.log on Wed May 1 18:25:33 2019 obs J0203+7232_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0203+7232_S_2017_05_01_pus_uva.fits ! AN table 1: 26 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.676068 visibilities/baseline/integration-bin. ! Found source: J0203+7232 ! ! 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 788 lines of history. ! ! Reading 3164 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 J0203+7232_S_2017_05_01_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 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.678169Jy sigma=0.004283 ! Fit after self-cal, rms=0.654710Jy sigma=0.004186 ! 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.421 mas, bmaj=9.335 mas, bpa=-3.499 degrees ! Estimated noise=3412.63 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.276879 Jy ! Component: 100 - total flux cleaned = 0.36029 Jy ! Total flux subtracted in 100 components = 0.36029 Jy ! Clean residual min=-0.018499 max=0.033721 Jy/beam ! Clean residual mean=-0.000155 rms=0.005361 Jy/beam ! Combined flux in latest and established models = 0.360291 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.360291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155442Jy sigma=0.000814 ! Fit after self-cal, rms=0.155558Jy sigma=0.000813 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0360935 Jy ! Component: 100 - total flux cleaned = 0.0540214 Jy ! Total flux subtracted in 100 components = 0.0540214 Jy ! Clean residual min=-0.017724 max=0.021724 Jy/beam ! Clean residual mean=-0.000073 rms=0.004418 Jy/beam ! Combined flux in latest and established models = 0.414312 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.414312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145455Jy sigma=0.000772 ! Fit after self-cal, rms=0.145455Jy sigma=0.000772 ! 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.655 mas, bmaj=10.66 mas, bpa=6.266 degrees ! Estimated noise=2171.87 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.00463226 Jy ! Component: 100 - total flux cleaned = 0.00440088 Jy ! Component: 150 - total flux cleaned = 0.00377434 Jy ! Component: 200 - total flux cleaned = 0.0034168 Jy ! Total flux subtracted in 200 components = 0.0034168 Jy ! Clean residual min=-0.013929 max=0.017334 Jy/beam ! Clean residual mean=-0.000077 rms=0.003304 Jy/beam ! Combined flux in latest and established models = 0.417729 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 32 components and 0.417729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144402Jy sigma=0.000768 ! Fit after self-cal, rms=0.144405Jy sigma=0.000768 ! 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 0.90 HN 0.98 KP 1.02 ! LA 1.00 MK 3.08 NL 0.97 OV 1.00 ! PT 1.03 SC 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.94 HN 0.99 KP 0.88 ! LA 0.94 MK 2.83 NL 1.01 OV 1.50 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00 HN 0.94 KP 0.98 ! LA 1.01 MK 3.02 NL 1.00 OV 0.94 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 0.94 KP 1.00* ! LA 1.05 MK 2.04 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.144405Jy sigma=0.000768 ! Fit after self-cal, rms=0.249389Jy sigma=0.000682 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.922 mas, bmaj=10.55 mas, bpa=5.945 degrees ! Estimated noise=2202.93 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.00145742 Jy ! Component: 100 - total flux cleaned = -0.0016104 Jy ! Component: 150 - total flux cleaned = -0.00174228 Jy ! Component: 200 - total flux cleaned = -0.00164245 Jy ! Total flux subtracted in 200 components = -0.00164245 Jy ! Clean residual min=-0.008694 max=0.009651 Jy/beam ! Clean residual mean=-0.000055 rms=0.002432 Jy/beam ! Combined flux in latest and established models = 0.416086 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.416086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.249186Jy sigma=0.000679 ! Fit after self-cal, rms=0.248730Jy sigma=0.000679 ! 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.248730Jy sigma=0.000679 ! Fit after self-cal, rms=0.245805Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.937 mas, bmaj=10.58 mas, bpa=6.101 degrees ! Estimated noise=2199.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00290992 Jy ! Component: 100 - total flux cleaned = -0.00344862 Jy ! Component: 150 - total flux cleaned = -0.0039695 Jy ! Component: 200 - total flux cleaned = -0.00416285 Jy ! Total flux subtracted in 200 components = -0.00416285 Jy ! Clean residual min=-0.006689 max=0.006912 Jy/beam ! Clean residual mean=-0.000028 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 0.411923 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.411923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.245696Jy sigma=0.000657 ! Fit after self-cal, rms=0.245701Jy sigma=0.000657 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.16956e-05 Jy ! Component: 100 - total flux cleaned = 1.18148e-05 Jy ! Component: 150 - total flux cleaned = 1.23997e-05 Jy ! Component: 200 - total flux cleaned = 1.29779e-05 Jy ! Total flux subtracted in 200 components = 1.29779e-05 Jy ! Clean residual min=-0.006661 max=0.006897 Jy/beam ! Clean residual mean=-0.000028 rms=0.001660 Jy/beam ! Combined flux in latest and established models = 0.411936 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.411936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.245637Jy sigma=0.000657 ! Fit after self-cal, rms=0.245640Jy sigma=0.000657 ! 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.245640Jy sigma=0.000657 ! Fit after self-cal, rms=0.248306Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.959 mas, bmaj=10.61 mas, bpa=6.042 degrees ! Estimated noise=2200.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00206502 Jy ! Component: 100 - total flux cleaned = -0.00246435 Jy ! Component: 150 - total flux cleaned = -0.00269564 Jy ! Component: 200 - total flux cleaned = -0.0027485 Jy ! Total flux subtracted in 200 components = -0.0027485 Jy ! Clean residual min=-0.006389 max=0.006624 Jy/beam ! Clean residual mean=-0.000026 rms=0.001601 Jy/beam ! Combined flux in latest and established models = 0.409188 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.409188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.248227Jy sigma=0.000656 ! Fit after self-cal, rms=0.248235Jy 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.34563e-05 Jy ! Component: 100 - total flux cleaned = 3.64088e-06 Jy ! Component: 150 - total flux cleaned = 4.18624e-06 Jy ! Component: 200 - total flux cleaned = 4.1112e-06 Jy ! Total flux subtracted in 200 components = 4.1112e-06 Jy ! Clean residual min=-0.006373 max=0.006637 Jy/beam ! Clean residual mean=-0.000026 rms=0.001595 Jy/beam ! Combined flux in latest and established models = 0.409192 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 58 components and 0.409192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.248180Jy sigma=0.000656 ! Fit after self-cal, rms=0.248181Jy 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.248181Jy sigma=0.000656 ! Fit after self-cal, rms=0.250480Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.636 mas, bmaj=14.97 mas, bpa=18.19 degrees ! Estimated noise=2362.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00106012 Jy ! Component: 100 - total flux cleaned = -0.000906786 Jy ! Component: 150 - total flux cleaned = -0.000859177 Jy ! Component: 200 - total flux cleaned = -0.000836887 Jy ! Total flux subtracted in 200 components = -0.000836887 Jy ! Clean residual min=-0.006163 max=0.006417 Jy/beam ! Clean residual mean=-0.000036 rms=0.001722 Jy/beam ! Combined flux in latest and established models = 0.408355 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.408355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.250474Jy sigma=0.000656 ! Fit after self-cal, rms=0.250479Jy 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 = -3.7939e-05 Jy ! Component: 100 - total flux cleaned = -4.04566e-05 Jy ! Component: 150 - total flux cleaned = 2.63335e-05 Jy ! Component: 200 - total flux cleaned = 6.69591e-05 Jy ! Total flux subtracted in 200 components = 6.69591e-05 Jy ! Clean residual min=-0.006148 max=0.006387 Jy/beam ! Clean residual mean=-0.000035 rms=0.001721 Jy/beam ! Combined flux in latest and established models = 0.408422 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 66 components and 0.408422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.250468Jy sigma=0.000656 ! Fit after self-cal, rms=0.250464Jy 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=4.975 mas, bmaj=10.63 mas, bpa=5.992 degrees ! Estimated noise=2201.02 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.975 x 10.63 at 5.992 degrees (North through East) ! Clean map min=-0.0062076 max=0.36825 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.768 mas, bmaj=9.461 mas, bpa=-6.429 degrees ! Estimated noise=3572 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.287456 Jy ! Component: 100 - total flux cleaned = 0.357155 Jy ! Component: 150 - total flux cleaned = 0.384905 Jy ! Component: 200 - total flux cleaned = 0.397642 Jy ! Total flux subtracted in 200 components = 0.397642 Jy ! Clean residual min=-0.012226 max=0.009800 Jy/beam ! Clean residual mean=-0.000046 rms=0.002550 Jy/beam ! Combined flux in latest and established models = 0.397642 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.397642 Jy ! Inverting map and beam ! Estimated beam: bmin=4.975 mas, bmaj=10.63 mas, bpa=5.992 degrees ! Estimated noise=2201.02 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) ! Added new window around map position (4.5, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00797317 Jy ! Component: 100 - total flux cleaned = 0.0105886 Jy ! Component: 150 - total flux cleaned = 0.0118508 Jy ! Component: 200 - total flux cleaned = 0.0128303 Jy ! Total flux subtracted in 200 components = 0.0128303 Jy ! Clean residual min=-0.006812 max=0.005348 Jy/beam ! Clean residual mean=-0.000018 rms=0.001517 Jy/beam ! Combined flux in latest and established models = 0.410472 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 47 components and 0.410472 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.636 mas, bmaj=14.97 mas, bpa=18.19 degrees ! Estimated noise=2362.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00193962 Jy ! Component: 100 - total flux cleaned = 0.00243256 Jy ! Component: 150 - total flux cleaned = 0.00275954 Jy ! Component: 200 - total flux cleaned = 0.0030061 Jy ! Total flux subtracted in 200 components = 0.0030061 Jy ! Clean residual min=-0.006035 max=0.005317 Jy/beam ! Clean residual mean=-0.000021 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 0.413478 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.000182154 Jy ! Component: 100 - total flux cleaned = 0.000309448 Jy ! Component: 150 - total flux cleaned = 0.000426581 Jy ! Component: 200 - total flux cleaned = 0.000538491 Jy ! Total flux subtracted in 200 components = 0.000538491 Jy ! Clean residual min=-0.005943 max=0.005398 Jy/beam ! Clean residual mean=-0.000020 rms=0.001619 Jy/beam ! Combined flux in latest and established models = 0.414017 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 80 components and 0.414017 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.975 mas, bmaj=10.63 mas, bpa=5.992 degrees ! Estimated noise=2201.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00128777 Jy ! Component: 100 - total flux cleaned = -0.00134623 Jy ! Component: 150 - total flux cleaned = -0.00140392 Jy ! Component: 200 - total flux cleaned = -0.00140124 Jy ! Total flux subtracted in 200 components = -0.00140124 Jy ! Clean residual min=-0.006527 max=0.005655 Jy/beam ! Clean residual mean=-0.000014 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.412616 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 105 components and 0.412616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.251582Jy sigma=0.000654 ! Fit after self-cal, rms=0.250977Jy sigma=0.000654 wmodel J0203+7232_S_2017_05_01_pus_map.mod ! Writing 105 model components to file: J0203+7232_S_2017_05_01_pus_map.mod wobs J0203+7232_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0203+7232_S_2017_05_01_pus_uvs.fits wwins J0203+7232_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J0203+7232_S_2017_05_01_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.00100824 Jy ! Component: 100 - total flux cleaned = -0.0013935 Jy ! Component: 150 - total flux cleaned = -0.00165246 Jy ! Component: 200 - total flux cleaned = -0.001895 Jy ! Component: 250 - total flux cleaned = -0.00197386 Jy ! Component: 300 - total flux cleaned = -0.00182596 Jy ! Component: 350 - total flux cleaned = -0.00197137 Jy ! Component: 400 - total flux cleaned = -0.00218211 Jy ! Component: 450 - total flux cleaned = -0.00225121 Jy ! Component: 500 - total flux cleaned = -0.0023189 Jy ! Component: 550 - total flux cleaned = -0.00238418 Jy ! Component: 600 - total flux cleaned = -0.00251053 Jy ! Component: 650 - total flux cleaned = -0.00244824 Jy ! Component: 700 - total flux cleaned = -0.00244904 Jy ! Component: 750 - total flux cleaned = -0.0024491 Jy ! Component: 800 - total flux cleaned = -0.00262591 Jy ! Component: 850 - total flux cleaned = -0.00279959 Jy ! Component: 900 - total flux cleaned = -0.00291399 Jy ! Component: 950 - total flux cleaned = -0.00297071 Jy ! Component: 1000 - total flux cleaned = -0.00324589 Jy ! Component: 1050 - total flux cleaned = -0.00319011 Jy ! Component: 1100 - total flux cleaned = -0.00324366 Jy ! Component: 1150 - total flux cleaned = -0.00313846 Jy ! Component: 1200 - total flux cleaned = -0.00334781 Jy ! Component: 1250 - total flux cleaned = -0.00345068 Jy ! Component: 1300 - total flux cleaned = -0.00355318 Jy ! Component: 1350 - total flux cleaned = -0.00380489 Jy ! Component: 1400 - total flux cleaned = -0.00390343 Jy ! Component: 1450 - total flux cleaned = -0.00405027 Jy ! Component: 1500 - total flux cleaned = -0.0042917 Jy ! Component: 1550 - total flux cleaned = -0.00429097 Jy ! Component: 1600 - total flux cleaned = -0.00448015 Jy ! Component: 1650 - total flux cleaned = -0.00471311 Jy ! Component: 1700 - total flux cleaned = -0.00475869 Jy ! Component: 1750 - total flux cleaned = -0.00489625 Jy ! Component: 1800 - total flux cleaned = -0.00503275 Jy ! Component: 1850 - total flux cleaned = -0.00530206 Jy ! Component: 1900 - total flux cleaned = -0.00552372 Jy ! Component: 1950 - total flux cleaned = -0.00569915 Jy ! Component: 2000 - total flux cleaned = -0.00565522 Jy ! Component: 2050 - total flux cleaned = -0.00595761 Jy ! Component: 2100 - total flux cleaned = -0.00608606 Jy ! Component: 2150 - total flux cleaned = -0.00625619 Jy ! Component: 2200 - total flux cleaned = -0.00642478 Jy ! Component: 2250 - total flux cleaned = -0.00655018 Jy ! Component: 2300 - total flux cleaned = -0.00675685 Jy ! Component: 2350 - total flux cleaned = -0.00683846 Jy ! Component: 2400 - total flux cleaned = -0.00700138 Jy ! Component: 2450 - total flux cleaned = -0.00704176 Jy ! Component: 2500 - total flux cleaned = -0.00708243 Jy ! Component: 2550 - total flux cleaned = -0.00724206 Jy ! Component: 2600 - total flux cleaned = -0.00732139 Jy ! Component: 2650 - total flux cleaned = -0.00736132 Jy ! Component: 2700 - total flux cleaned = -0.00751718 Jy ! Component: 2750 - total flux cleaned = -0.00755583 Jy ! Component: 2800 - total flux cleaned = -0.00763306 Jy ! Component: 2850 - total flux cleaned = -0.00774731 Jy ! Component: 2900 - total flux cleaned = -0.00767142 Jy ! Component: 2950 - total flux cleaned = -0.00774697 Jy ! Component: 3000 - total flux cleaned = -0.00770976 Jy ! Component: 3050 - total flux cleaned = -0.0078217 Jy ! Component: 3100 - total flux cleaned = -0.00774784 Jy ! Component: 3150 - total flux cleaned = -0.00782188 Jy ! Component: 3200 - total flux cleaned = -0.00782209 Jy ! Component: 3250 - total flux cleaned = -0.0079314 Jy ! Component: 3300 - total flux cleaned = -0.00789501 Jy ! Component: 3350 - total flux cleaned = -0.00793109 Jy ! Component: 3400 - total flux cleaned = -0.00793106 Jy ! Component: 3450 - total flux cleaned = -0.00796706 Jy ! Component: 3500 - total flux cleaned = -0.00807446 Jy ! Component: 3550 - total flux cleaned = -0.00811022 Jy ! Component: 3600 - total flux cleaned = -0.00818133 Jy ! Component: 3650 - total flux cleaned = -0.00842895 Jy ! Component: 3700 - total flux cleaned = -0.00849944 Jy ! Component: 3750 - total flux cleaned = -0.00856996 Jy ! Component: 3800 - total flux cleaned = -0.00874519 Jy ! Component: 3850 - total flux cleaned = -0.00884983 Jy ! Component: 3900 - total flux cleaned = -0.00898923 Jy ! Component: 3950 - total flux cleaned = -0.00905869 Jy ! Component: 4000 - total flux cleaned = -0.00916245 Jy ! Component: 4050 - total flux cleaned = -0.00919694 Jy ! Total flux subtracted in 4096 components = -0.00926564 Jy ! Clean residual min=-0.001985 max=0.002277 Jy/beam ! Clean residual mean=-0.000007 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.40335 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 370 components and 0.40335 Jy ![Exited script file: muppet] wmap "J0203+7232_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.975 x 10.63 at 5.992 degrees (North through East) ! Clean map min=-0.0043499 max=0.37372 Jy/beam ! Writing clean map to FITS file: J0203+7232_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.373723 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00059567 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.478164 0.478164 0.956328 1.91266 3.82531 7.65062 15.3012 30.6025 61.205 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.373 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.975 x 10.63 at 5.992 degrees (North through East) ! Clean map min=-0.0043499 max=0.37372 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 J0203+7232_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:25:39 2019