! Started logfile: J0011-2612_S_2017_03_23_pus_uvs.log on Mon May 13 09:44:08 2019 obs J0011-2612_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0011-2612_S_2017_03_23_pus_uva.fits ! AN table 1: 31 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.625806 visibilities/baseline/integration-bin. ! Found source: J0011-2612 ! ! 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 481 lines of history. ! ! Reading 3492 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 J0011-2612_S_2017_03_23_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 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 170 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.700984Jy sigma=0.004405 ! Fit after self-cal, rms=0.684239Jy sigma=0.004310 ! 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.496 mas, bmaj=6.451 mas, bpa=-4.634 degrees ! Estimated noise=2592.41 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.249688 Jy ! Component: 100 - total flux cleaned = 0.308335 Jy ! Total flux subtracted in 100 components = 0.308335 Jy ! Clean residual min=-0.017769 max=0.029376 Jy/beam ! Clean residual mean=-0.000024 rms=0.004832 Jy/beam ! Combined flux in latest and established models = 0.308335 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.308335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156513Jy sigma=0.000900 ! Fit after self-cal, rms=0.156491Jy sigma=0.000900 ! Inverting map ! Added new window around map position (3.5, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0280567 Jy ! Component: 100 - total flux cleaned = 0.0435699 Jy ! Total flux subtracted in 100 components = 0.0435699 Jy ! Clean residual min=-0.016607 max=0.021401 Jy/beam ! Clean residual mean=-0.000016 rms=0.004385 Jy/beam ! Combined flux in latest and established models = 0.351905 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 16 components and 0.351905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149498Jy sigma=0.000857 ! Fit after self-cal, rms=0.149068Jy sigma=0.000854 ! 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.027 mas, bmaj=7.478 mas, bpa=-3.954 degrees ! Estimated noise=2124.66 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.0187172 Jy ! Component: 100 - total flux cleaned = 0.0275449 Jy ! Component: 150 - total flux cleaned = 0.0296555 Jy ! Component: 200 - total flux cleaned = 0.0309284 Jy ! Total flux subtracted in 200 components = 0.0309284 Jy ! Clean residual min=-0.013512 max=0.020521 Jy/beam ! Clean residual mean=-0.000064 rms=0.004278 Jy/beam ! Combined flux in latest and established models = 0.382833 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 29 components and 0.382833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146236Jy sigma=0.000838 ! Fit after self-cal, rms=0.145894Jy sigma=0.000836 ! 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.00 FD 0.96 HN 1.24 KP 1.02 ! LA 0.98 MK 0.95 NL 1.05 OV 0.95 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 1.05 KP 0.97 ! LA 0.95 MK 0.96 NL 1.23 OV 0.99 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.05 HN 0.98 KP 0.84 ! LA 0.75 MK 1.03 NL 1.38 OV 0.89 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 0.86 KP 1.00* ! LA 0.69 MK 1.12 NL 1.00* OV 1.63 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.145894Jy sigma=0.000836 ! Fit after self-cal, rms=0.140654Jy sigma=0.000757 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.019 mas, bmaj=7.464 mas, bpa=-3.432 degrees ! Estimated noise=2128.04 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.000132918 Jy ! Component: 100 - total flux cleaned = -0.000355379 Jy ! Component: 150 - total flux cleaned = -0.000355402 Jy ! Component: 200 - total flux cleaned = -0.000355214 Jy ! Total flux subtracted in 200 components = -0.000355214 Jy ! Clean residual min=-0.013227 max=0.014324 Jy/beam ! Clean residual mean=0.000002 rms=0.003525 Jy/beam ! Combined flux in latest and established models = 0.382478 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.382478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140260Jy sigma=0.000755 ! Fit after self-cal, rms=0.140180Jy sigma=0.000754 ! 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.140180Jy sigma=0.000754 ! Fit after self-cal, rms=0.224869Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=7.517 mas, bpa=-3.055 degrees ! Estimated noise=2149.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00243937 Jy ! Component: 100 - total flux cleaned = -0.00318612 Jy ! Component: 150 - total flux cleaned = -0.0034132 Jy ! Component: 200 - total flux cleaned = -0.00360371 Jy ! Total flux subtracted in 200 components = -0.00360371 Jy ! Clean residual min=-0.006499 max=0.006486 Jy/beam ! Clean residual mean=-0.000018 rms=0.001608 Jy/beam ! Combined flux in latest and established models = 0.378874 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.378874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.224646Jy sigma=0.000666 ! Fit after self-cal, rms=0.226406Jy sigma=0.000665 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.00133637 Jy ! Component: 100 - total flux cleaned = -0.00162613 Jy ! Component: 150 - total flux cleaned = -0.00178436 Jy ! Component: 200 - total flux cleaned = -0.00198485 Jy ! Total flux subtracted in 200 components = -0.00198485 Jy ! Clean residual min=-0.006296 max=0.006233 Jy/beam ! Clean residual mean=-0.000022 rms=0.001586 Jy/beam ! Combined flux in latest and established models = 0.376889 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.376889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.226321Jy sigma=0.000664 ! Fit after self-cal, rms=0.226362Jy sigma=0.000664 ! 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.226362Jy sigma=0.000664 ! Fit after self-cal, rms=0.236298Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=7.526 mas, bpa=-3.067 degrees ! Estimated noise=2147.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00181037 Jy ! Component: 100 - total flux cleaned = -0.00216859 Jy ! Component: 150 - total flux cleaned = -0.00234951 Jy ! Component: 200 - total flux cleaned = -0.00245896 Jy ! Total flux subtracted in 200 components = -0.00245896 Jy ! Clean residual min=-0.006111 max=0.005254 Jy/beam ! Clean residual mean=-0.000030 rms=0.001462 Jy/beam ! Combined flux in latest and established models = 0.37443 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.37443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.236242Jy sigma=0.000658 ! Fit after self-cal, rms=0.236211Jy sigma=0.000658 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.000530969 Jy ! Component: 100 - total flux cleaned = -0.000689239 Jy ! Component: 150 - total flux cleaned = -0.000737254 Jy ! Component: 200 - total flux cleaned = -0.000782025 Jy ! Total flux subtracted in 200 components = -0.000782025 Jy ! Clean residual min=-0.006104 max=0.005163 Jy/beam ! Clean residual mean=-0.000031 rms=0.001455 Jy/beam ! Combined flux in latest and established models = 0.373648 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 61 components and 0.373648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.236183Jy sigma=0.000658 ! Fit after self-cal, rms=0.236194Jy sigma=0.000658 ! 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.236194Jy sigma=0.000658 ! Fit after self-cal, rms=0.239484Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.991 mas, bmaj=18.84 mas, bpa=5.119 degrees ! Estimated noise=2767.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102559 Jy ! Component: 100 - total flux cleaned = -0.00112114 Jy ! Component: 150 - total flux cleaned = -0.00119822 Jy ! Component: 200 - total flux cleaned = -0.00126145 Jy ! Total flux subtracted in 200 components = -0.00126145 Jy ! Clean residual min=-0.007093 max=0.005941 Jy/beam ! Clean residual mean=-0.000063 rms=0.001821 Jy/beam ! Combined flux in latest and established models = 0.372387 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 70 components and 0.372387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239438Jy sigma=0.000658 ! Fit after self-cal, rms=0.239337Jy sigma=0.000658 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.000131794 Jy ! Component: 100 - total flux cleaned = -0.000210059 Jy ! Component: 150 - total flux cleaned = -0.000274878 Jy ! Component: 200 - total flux cleaned = -0.000328971 Jy ! Total flux subtracted in 200 components = -0.000328971 Jy ! Clean residual min=-0.007058 max=0.005935 Jy/beam ! Clean residual mean=-0.000065 rms=0.001821 Jy/beam ! Combined flux in latest and established models = 0.372058 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 78 components and 0.372058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239313Jy sigma=0.000658 ! Fit after self-cal, rms=0.239291Jy sigma=0.000658 ! 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.016 mas, bmaj=7.535 mas, bpa=-3.066 degrees ! Estimated noise=2146.72 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.016 x 7.535 at -3.066 degrees (North through East) ! Clean map min=-0.0058205 max=0.31205 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.482 mas, bmaj=6.456 mas, bpa=-3.833 degrees ! Estimated noise=2632.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.252951 Jy ! Component: 100 - total flux cleaned = 0.312397 Jy ! Component: 150 - total flux cleaned = 0.338045 Jy ! Component: 200 - total flux cleaned = 0.351499 Jy ! Total flux subtracted in 200 components = 0.351499 Jy ! Clean residual min=-0.008190 max=0.007266 Jy/beam ! Clean residual mean=-0.000016 rms=0.001886 Jy/beam ! Combined flux in latest and established models = 0.351499 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.351499 Jy ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=7.535 mas, bpa=-3.066 degrees ! Estimated noise=2146.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.00938421 Jy ! Component: 100 - total flux cleaned = 0.0140355 Jy ! Component: 150 - total flux cleaned = 0.0147755 Jy ! Component: 200 - total flux cleaned = 0.0150867 Jy ! Total flux subtracted in 200 components = 0.0150867 Jy ! Clean residual min=-0.005931 max=0.005351 Jy/beam ! Clean residual mean=-0.000037 rms=0.001474 Jy/beam ! Combined flux in latest and established models = 0.366586 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 35 components and 0.366586 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.991 mas, bmaj=18.84 mas, bpa=5.119 degrees ! Estimated noise=2767.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00239152 Jy ! Component: 100 - total flux cleaned = 0.00257426 Jy ! Component: 150 - total flux cleaned = 0.00272714 Jy ! Component: 200 - total flux cleaned = 0.00281657 Jy ! Total flux subtracted in 200 components = 0.00281657 Jy ! Clean residual min=-0.006849 max=0.005912 Jy/beam ! Clean residual mean=-0.000072 rms=0.001837 Jy/beam ! Combined flux in latest and established models = 0.369402 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.000120105 Jy ! Component: 100 - total flux cleaned = 0.000224205 Jy ! Component: 150 - total flux cleaned = 0.000288163 Jy ! Component: 200 - total flux cleaned = 0.000347146 Jy ! Total flux subtracted in 200 components = 0.000347146 Jy ! Clean residual min=-0.006820 max=0.005948 Jy/beam ! Clean residual mean=-0.000071 rms=0.001832 Jy/beam ! Combined flux in latest and established models = 0.36975 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.36975 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=7.535 mas, bpa=-3.066 degrees ! Estimated noise=2146.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000287281 Jy ! Component: 100 - total flux cleaned = -0.000285271 Jy ! Component: 150 - total flux cleaned = -0.000330682 Jy ! Component: 200 - total flux cleaned = -0.000290581 Jy ! Total flux subtracted in 200 components = -0.000290581 Jy ! Clean residual min=-0.005859 max=0.005194 Jy/beam ! Clean residual mean=-0.000033 rms=0.001449 Jy/beam ! Combined flux in latest and established models = 0.369459 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 55 components and 0.369459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239294Jy sigma=0.000658 ! Fit after self-cal, rms=0.239583Jy sigma=0.000658 wmodel J0011-2612_S_2017_03_23_pus_map.mod ! Writing 55 model components to file: J0011-2612_S_2017_03_23_pus_map.mod wobs J0011-2612_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0011-2612_S_2017_03_23_pus_uvs.fits wwins J0011-2612_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0011-2612_S_2017_03_23_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.00198685 Jy ! Component: 100 - total flux cleaned = -0.00227648 Jy ! Component: 150 - total flux cleaned = -0.00227672 Jy ! Component: 200 - total flux cleaned = -0.00201307 Jy ! Component: 250 - total flux cleaned = -0.00150516 Jy ! Component: 300 - total flux cleaned = -0.00142374 Jy ! Component: 350 - total flux cleaned = -0.00118402 Jy ! Component: 400 - total flux cleaned = -0.00133957 Jy ! Component: 450 - total flux cleaned = -0.00141497 Jy ! Component: 500 - total flux cleaned = -0.00133949 Jy ! Component: 550 - total flux cleaned = -0.00141395 Jy ! Component: 600 - total flux cleaned = -0.00148755 Jy ! Component: 650 - total flux cleaned = -0.00156122 Jy ! Component: 700 - total flux cleaned = -0.0017024 Jy ! Component: 750 - total flux cleaned = -0.00142345 Jy ! Component: 800 - total flux cleaned = -0.00142433 Jy ! Component: 850 - total flux cleaned = -0.00149302 Jy ! Component: 900 - total flux cleaned = -0.00122536 Jy ! Component: 950 - total flux cleaned = -0.00149026 Jy ! Component: 1000 - total flux cleaned = -0.00122831 Jy ! Component: 1050 - total flux cleaned = -0.00142268 Jy ! Component: 1100 - total flux cleaned = -0.00142229 Jy ! Component: 1150 - total flux cleaned = -0.0014222 Jy ! Component: 1200 - total flux cleaned = -0.0013595 Jy ! Component: 1250 - total flux cleaned = -0.00135927 Jy ! Component: 1300 - total flux cleaned = -0.00129753 Jy ! Component: 1350 - total flux cleaned = -0.00123615 Jy ! Component: 1400 - total flux cleaned = -0.00123581 Jy ! Component: 1450 - total flux cleaned = -0.00117568 Jy ! Component: 1500 - total flux cleaned = -0.00123291 Jy ! Component: 1550 - total flux cleaned = -0.000884171 Jy ! Component: 1600 - total flux cleaned = -0.000941688 Jy ! Component: 1650 - total flux cleaned = -0.000884394 Jy ! Component: 1700 - total flux cleaned = -0.00065832 Jy ! Component: 1750 - total flux cleaned = -0.000603434 Jy ! Component: 1800 - total flux cleaned = -0.000602601 Jy ! Component: 1850 - total flux cleaned = -0.000602753 Jy ! Component: 1900 - total flux cleaned = -0.000657415 Jy ! Component: 1950 - total flux cleaned = -0.000549116 Jy ! Component: 2000 - total flux cleaned = -0.000656482 Jy ! Component: 2050 - total flux cleaned = -0.000602788 Jy ! Component: 2100 - total flux cleaned = -0.000603098 Jy ! Component: 2150 - total flux cleaned = -0.000759503 Jy ! Component: 2200 - total flux cleaned = -0.000759049 Jy ! Component: 2250 - total flux cleaned = -0.000758449 Jy ! Component: 2300 - total flux cleaned = -0.000656768 Jy ! Component: 2350 - total flux cleaned = -0.000706715 Jy ! Component: 2400 - total flux cleaned = -0.000606609 Jy ! Component: 2450 - total flux cleaned = -0.00080592 Jy ! Component: 2500 - total flux cleaned = -0.000854949 Jy ! Component: 2550 - total flux cleaned = -0.000904749 Jy ! Component: 2600 - total flux cleaned = -0.00105033 Jy ! Component: 2650 - total flux cleaned = -0.00109835 Jy ! Component: 2700 - total flux cleaned = -0.00124217 Jy ! Component: 2750 - total flux cleaned = -0.00124186 Jy ! Component: 2800 - total flux cleaned = -0.00114816 Jy ! Component: 2850 - total flux cleaned = -0.00133522 Jy ! Component: 2900 - total flux cleaned = -0.00128793 Jy ! Component: 2950 - total flux cleaned = -0.00114931 Jy ! Component: 3000 - total flux cleaned = -0.00119507 Jy ! Component: 3050 - total flux cleaned = -0.00128624 Jy ! Component: 3100 - total flux cleaned = -0.00146701 Jy ! Component: 3150 - total flux cleaned = -0.00160238 Jy ! Component: 3200 - total flux cleaned = -0.00191536 Jy ! Component: 3250 - total flux cleaned = -0.00195964 Jy ! Component: 3300 - total flux cleaned = -0.00200418 Jy ! Component: 3350 - total flux cleaned = -0.00213604 Jy ! Component: 3400 - total flux cleaned = -0.00235444 Jy ! Component: 3450 - total flux cleaned = -0.00244103 Jy ! Component: 3500 - total flux cleaned = -0.00248417 Jy ! Component: 3550 - total flux cleaned = -0.00278389 Jy ! Component: 3600 - total flux cleaned = -0.00278381 Jy ! Component: 3650 - total flux cleaned = -0.00278455 Jy ! Component: 3700 - total flux cleaned = -0.00299571 Jy ! Component: 3750 - total flux cleaned = -0.00299578 Jy ! Component: 3800 - total flux cleaned = -0.00312074 Jy ! Component: 3850 - total flux cleaned = -0.00320377 Jy ! Component: 3900 - total flux cleaned = -0.00332829 Jy ! Component: 3950 - total flux cleaned = -0.00332861 Jy ! Component: 4000 - total flux cleaned = -0.00369712 Jy ! Component: 4050 - total flux cleaned = -0.00385986 Jy ! Total flux subtracted in 4096 components = -0.00377859 Jy ! Clean residual min=-0.002314 max=0.002627 Jy/beam ! Clean residual mean=-0.000016 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.36568 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 377 components and 0.365681 Jy ![Exited script file: muppet] wmap "J0011-2612_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.016 x 7.535 at -3.066 degrees (North through East) ! Clean map min=-0.0036735 max=0.31387 Jy/beam ! Writing clean map to FITS file: J0011-2612_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.313867 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000770526 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.736483 0.736483 1.47297 2.94593 5.89186 11.7837 23.5674 47.1349 94.2698 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.313 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.016 x 7.535 at -3.066 degrees (North through East) ! Clean map min=-0.0036735 max=0.31387 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 J0011-2612_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:44:13 2019