! Started logfile: J1534-3805_S_2017_06_15_pus_uvs.log on Tue May 7 15:23:04 2019 obs J1534-3805_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1534-3805_S_2017_06_15_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.756713 visibilities/baseline/integration-bin. ! Found source: J1534-3805 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 603 lines of history. ! ! Reading 13076 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 J1534-3805_S_2017_06_15_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 203 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 659 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.937684Jy sigma=0.006264 ! Fit after self-cal, rms=0.907614Jy sigma=0.006067 ! 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.339 mas, bmaj=6.658 mas, bpa=-3.296 degrees ! Estimated noise=1641.77 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.0669642 Jy ! Component: 100 - total flux cleaned = 0.0879833 Jy ! Total flux subtracted in 100 components = 0.0879833 Jy ! Clean residual min=-0.008156 max=0.015076 Jy/beam ! Clean residual mean=-0.000052 rms=0.002363 Jy/beam ! Combined flux in latest and established models = 0.0879833 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0879833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111073Jy sigma=0.000710 ! Fit after self-cal, rms=0.110907Jy sigma=0.000709 ! 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.0145836 Jy ! Component: 100 - total flux cleaned = 0.0231586 Jy ! Total flux subtracted in 100 components = 0.0231586 Jy ! Clean residual min=-0.007877 max=0.012112 Jy/beam ! Clean residual mean=-0.000043 rms=0.001980 Jy/beam ! Combined flux in latest and established models = 0.111142 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 26 components and 0.111142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107933Jy sigma=0.000685 ! Fit after self-cal, rms=0.107707Jy sigma=0.000684 ! 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=2.86 mas, bmaj=7.873 mas, bpa=-2.985 degrees ! Estimated noise=1126.72 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 (4, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0147843 Jy ! Component: 100 - total flux cleaned = 0.0222982 Jy ! Component: 150 - total flux cleaned = 0.0268097 Jy ! Component: 200 - total flux cleaned = 0.0292544 Jy ! Total flux subtracted in 200 components = 0.0292544 Jy ! Clean residual min=-0.005198 max=0.008030 Jy/beam ! Clean residual mean=-0.000053 rms=0.001463 Jy/beam ! Combined flux in latest and established models = 0.140396 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 57 components and 0.140396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105883Jy sigma=0.000669 ! Fit after self-cal, rms=0.105583Jy sigma=0.000667 ! 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.48 FD 0.92 HN 1.51 KP 0.98 ! LA 0.96 MK 1.01 NL 1.13 OV 0.97 ! PT 1.01 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 1.68 KP 0.94 ! LA 0.92 MK 1.01 NL 1.31 OV 0.94 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.52 FD 0.95 HN 1.72 KP 0.97 ! LA 0.95 MK 1.02 NL 1.13 OV 0.88 ! PT 0.98 SC 1.07 ! ! ! Correcting IF 4. ! A total of 201 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 0.88 KP 1.00* ! LA 1.00* MK 0.80 NL 1.00* OV 1.00* ! PT 1.11 SC 1.00* ! ! ! Fit before self-cal, rms=0.105583Jy sigma=0.000667 ! Fit after self-cal, rms=0.116816Jy sigma=0.000660 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.882 mas, bmaj=7.736 mas, bpa=-1.651 degrees ! Estimated noise=1178.76 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.000739176 Jy ! Component: 100 - total flux cleaned = -0.000983144 Jy ! Component: 150 - total flux cleaned = -0.00115396 Jy ! Component: 200 - total flux cleaned = -0.00119316 Jy ! Total flux subtracted in 200 components = -0.00119316 Jy ! Clean residual min=-0.003051 max=0.003344 Jy/beam ! Clean residual mean=-0.000046 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.139203 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 79 components and 0.139203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116772Jy sigma=0.000660 ! Fit after self-cal, rms=0.117186Jy sigma=0.000659 ! 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.117186Jy sigma=0.000659 ! Fit after self-cal, rms=0.119764Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.874 mas, bmaj=7.72 mas, bpa=-1.739 degrees ! Estimated noise=1178.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00028934 Jy ! Component: 100 - total flux cleaned = -0.000498546 Jy ! Component: 150 - total flux cleaned = -0.000678227 Jy ! Component: 200 - total flux cleaned = -0.000711088 Jy ! Total flux subtracted in 200 components = -0.000711088 Jy ! Clean residual min=-0.002972 max=0.003097 Jy/beam ! Clean residual mean=-0.000039 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.138492 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 88 components and 0.138492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119734Jy sigma=0.000658 ! Fit after self-cal, rms=0.119783Jy 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.000109221 Jy ! Component: 100 - total flux cleaned = -0.000241159 Jy ! Component: 150 - total flux cleaned = -0.000331111 Jy ! Component: 200 - total flux cleaned = -0.000359755 Jy ! Total flux subtracted in 200 components = -0.000359755 Jy ! Clean residual min=-0.002981 max=0.003086 Jy/beam ! Clean residual mean=-0.000040 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.138132 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 96 components and 0.138132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119763Jy sigma=0.000658 ! Fit after self-cal, rms=0.119757Jy sigma=0.000658 ! 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.119757Jy sigma=0.000658 ! Fit after self-cal, rms=0.120535Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.868 mas, bmaj=7.717 mas, bpa=-1.906 degrees ! Estimated noise=1175.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000236915 Jy ! Component: 100 - total flux cleaned = -0.000363235 Jy ! Component: 150 - total flux cleaned = -0.0004748 Jy ! Component: 200 - total flux cleaned = -0.000552895 Jy ! Total flux subtracted in 200 components = -0.000552895 Jy ! Clean residual min=-0.002974 max=0.002957 Jy/beam ! Clean residual mean=-0.000035 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.13758 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 107 components and 0.13758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120516Jy sigma=0.000658 ! Fit after self-cal, rms=0.120517Jy 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 = -1.06118e-05 Jy ! Component: 100 - total flux cleaned = -0.000120772 Jy ! Component: 150 - total flux cleaned = -0.000221368 Jy ! Component: 200 - total flux cleaned = -0.000267818 Jy ! Total flux subtracted in 200 components = -0.000267818 Jy ! Clean residual min=-0.002974 max=0.003007 Jy/beam ! Clean residual mean=-0.000036 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.137312 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 112 components and 0.137312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120503Jy sigma=0.000658 ! Fit after self-cal, rms=0.120502Jy 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.120502Jy sigma=0.000658 ! Fit after self-cal, rms=0.120512Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.301 mas, bmaj=24.78 mas, bpa=3.649 degrees ! Estimated noise=1540.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000735935 Jy ! Component: 100 - total flux cleaned = -0.000872439 Jy ! Component: 150 - total flux cleaned = -0.0009671 Jy ! Component: 200 - total flux cleaned = -0.0010505 Jy ! Total flux subtracted in 200 components = -0.0010505 Jy ! Clean residual min=-0.003297 max=0.003442 Jy/beam ! Clean residual mean=-0.000079 rms=0.000971 Jy/beam ! Combined flux in latest and established models = 0.136261 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 116 components and 0.136261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120506Jy sigma=0.000658 ! Fit after self-cal, rms=0.120513Jy 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.000121969 Jy ! Component: 100 - total flux cleaned = -0.000204447 Jy ! Component: 150 - total flux cleaned = -0.000277399 Jy ! Component: 200 - total flux cleaned = -0.000327546 Jy ! Total flux subtracted in 200 components = -0.000327546 Jy ! Clean residual min=-0.003280 max=0.003493 Jy/beam ! Clean residual mean=-0.000080 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.135934 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 118 components and 0.135934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120509Jy sigma=0.000658 ! Fit after self-cal, rms=0.120506Jy 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=2.864 mas, bmaj=7.717 mas, bpa=-2.004 degrees ! Estimated noise=1171.24 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.864 x 7.717 at -2.004 degrees (North through East) ! Clean map min=-0.0028545 max=0.084127 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.316 mas, bmaj=6.507 mas, bpa=-2.794 degrees ! Estimated noise=1725.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.068671 Jy ! Component: 100 - total flux cleaned = 0.0948139 Jy ! Component: 150 - total flux cleaned = 0.109805 Jy ! Component: 200 - total flux cleaned = 0.119475 Jy ! Total flux subtracted in 200 components = 0.119475 Jy ! Clean residual min=-0.005767 max=0.006105 Jy/beam ! Clean residual mean=-0.000030 rms=0.001435 Jy/beam ! Combined flux in latest and established models = 0.119475 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.119475 Jy ! Inverting map and beam ! Estimated beam: bmin=2.864 mas, bmaj=7.717 mas, bpa=-2.004 degrees ! Estimated noise=1171.24 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.00885936 Jy ! Component: 100 - total flux cleaned = 0.0134431 Jy ! Component: 150 - total flux cleaned = 0.0156471 Jy ! Component: 200 - total flux cleaned = 0.0161881 Jy ! Total flux subtracted in 200 components = 0.0161881 Jy ! Clean residual min=-0.003133 max=0.003471 Jy/beam ! Clean residual mean=-0.000036 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.135663 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 73 components and 0.135663 Jy ! Inverting map ! Added new window around map position (15, -68.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260236 Jy ! Component: 100 - total flux cleaned = 0.00307157 Jy ! Component: 150 - total flux cleaned = 0.00329937 Jy ! Component: 200 - total flux cleaned = 0.00339819 Jy ! Total flux subtracted in 200 components = 0.00339819 Jy ! Clean residual min=-0.002762 max=0.002615 Jy/beam ! Clean residual mean=-0.000020 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.139061 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 91 components and 0.139061 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.301 mas, bmaj=24.78 mas, bpa=3.649 degrees ! Estimated noise=1540.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000375755 Jy ! Component: 100 - total flux cleaned = -0.000374674 Jy ! Component: 150 - total flux cleaned = -0.00041201 Jy ! Component: 200 - total flux cleaned = -0.000409164 Jy ! Total flux subtracted in 200 components = -0.000409164 Jy ! Clean residual min=-0.003033 max=0.003316 Jy/beam ! Clean residual mean=-0.000046 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.138652 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.81402e-05 Jy ! Component: 100 - total flux cleaned = -2.64516e-05 Jy ! Component: 150 - total flux cleaned = -5.02024e-05 Jy ! Component: 200 - total flux cleaned = -5.17481e-05 Jy ! Total flux subtracted in 200 components = -5.17481e-05 Jy ! Clean residual min=-0.002948 max=0.003326 Jy/beam ! Clean residual mean=-0.000047 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.138601 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 107 components and 0.138601 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.864 mas, bmaj=7.717 mas, bpa=-2.004 degrees ! Estimated noise=1171.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00025751 Jy ! Component: 100 - total flux cleaned = -6.92769e-05 Jy ! Component: 150 - total flux cleaned = 9.52562e-05 Jy ! Component: 200 - total flux cleaned = 0.000130318 Jy ! Total flux subtracted in 200 components = 0.000130318 Jy ! Clean residual min=-0.002656 max=0.002701 Jy/beam ! Clean residual mean=-0.000020 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.138731 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 121 components and 0.138731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120445Jy sigma=0.000658 ! Fit after self-cal, rms=0.120449Jy sigma=0.000658 wmodel J1534-3805_S_2017_06_15_pus_map.mod ! Writing 121 model components to file: J1534-3805_S_2017_06_15_pus_map.mod wobs J1534-3805_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1534-3805_S_2017_06_15_pus_uvs.fits wwins J1534-3805_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J1534-3805_S_2017_06_15_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 8.53701e-05 Jy ! Component: 100 - total flux cleaned = 8.56894e-05 Jy ! Component: 150 - total flux cleaned = -1.05305e-06 Jy ! Component: 200 - total flux cleaned = 8.08109e-05 Jy ! Component: 250 - total flux cleaned = -3.8064e-05 Jy ! Component: 300 - total flux cleaned = -7.64045e-05 Jy ! Component: 350 - total flux cleaned = -0.000151508 Jy ! Component: 400 - total flux cleaned = -0.000114977 Jy ! Component: 450 - total flux cleaned = -0.000115238 Jy ! Component: 500 - total flux cleaned = -0.000149673 Jy ! Component: 550 - total flux cleaned = -0.000183778 Jy ! Component: 600 - total flux cleaned = -0.00021659 Jy ! Component: 650 - total flux cleaned = -0.000216288 Jy ! Component: 700 - total flux cleaned = -0.000215943 Jy ! Component: 750 - total flux cleaned = -0.000153108 Jy ! Component: 800 - total flux cleaned = -0.000153357 Jy ! Component: 850 - total flux cleaned = -0.000214235 Jy ! Component: 900 - total flux cleaned = -0.000184487 Jy ! Component: 950 - total flux cleaned = -0.000214007 Jy ! Component: 1000 - total flux cleaned = -0.000242911 Jy ! Component: 1050 - total flux cleaned = -0.00018574 Jy ! Component: 1100 - total flux cleaned = -0.000185397 Jy ! Component: 1150 - total flux cleaned = -0.000157585 Jy ! Component: 1200 - total flux cleaned = -0.000130242 Jy ! Component: 1250 - total flux cleaned = -7.63498e-05 Jy ! Component: 1300 - total flux cleaned = 2.99867e-06 Jy ! Component: 1350 - total flux cleaned = 0.000107344 Jy ! Component: 1400 - total flux cleaned = 0.000235237 Jy ! Component: 1450 - total flux cleaned = 0.000335865 Jy ! Component: 1500 - total flux cleaned = 0.000261104 Jy ! Component: 1550 - total flux cleaned = 0.00033507 Jy ! Component: 1600 - total flux cleaned = 0.000359147 Jy ! Component: 1650 - total flux cleaned = 0.000311281 Jy ! Component: 1700 - total flux cleaned = 0.000288016 Jy ! Component: 1750 - total flux cleaned = 0.000288268 Jy ! Component: 1800 - total flux cleaned = 0.000264944 Jy ! Component: 1850 - total flux cleaned = 0.000241927 Jy ! Component: 1900 - total flux cleaned = 0.000196707 Jy ! Component: 1950 - total flux cleaned = 0.000129738 Jy ! Component: 2000 - total flux cleaned = 6.35441e-05 Jy ! Component: 2050 - total flux cleaned = 6.34735e-05 Jy ! Component: 2100 - total flux cleaned = -4.4638e-05 Jy ! Component: 2150 - total flux cleaned = -4.49174e-05 Jy ! Component: 2200 - total flux cleaned = -0.000171823 Jy ! Component: 2250 - total flux cleaned = -0.00015096 Jy ! Component: 2300 - total flux cleaned = -0.000213181 Jy ! Component: 2350 - total flux cleaned = -0.000233695 Jy ! Component: 2400 - total flux cleaned = -0.000172978 Jy ! Component: 2450 - total flux cleaned = -0.000233723 Jy ! Component: 2500 - total flux cleaned = -0.000273822 Jy ! Component: 2550 - total flux cleaned = -0.000293594 Jy ! Component: 2600 - total flux cleaned = -0.000332876 Jy ! Component: 2650 - total flux cleaned = -0.000333061 Jy ! Component: 2700 - total flux cleaned = -0.000333208 Jy ! Component: 2750 - total flux cleaned = -0.000333236 Jy ! Component: 2800 - total flux cleaned = -0.000333345 Jy ! Component: 2850 - total flux cleaned = -0.000314846 Jy ! Component: 2900 - total flux cleaned = -0.000351822 Jy ! Component: 2950 - total flux cleaned = -0.000351786 Jy ! Component: 3000 - total flux cleaned = -0.00036995 Jy ! Component: 3050 - total flux cleaned = -0.000351969 Jy ! Component: 3100 - total flux cleaned = -0.000369554 Jy ! Component: 3150 - total flux cleaned = -0.000369478 Jy ! Component: 3200 - total flux cleaned = -0.000404462 Jy ! Component: 3250 - total flux cleaned = -0.000369878 Jy ! Component: 3300 - total flux cleaned = -0.000404548 Jy ! Component: 3350 - total flux cleaned = -0.000455831 Jy ! Component: 3400 - total flux cleaned = -0.000506674 Jy ! Component: 3450 - total flux cleaned = -0.000489827 Jy ! Component: 3500 - total flux cleaned = -0.000489865 Jy ! Component: 3550 - total flux cleaned = -0.000556346 Jy ! Component: 3600 - total flux cleaned = -0.000556335 Jy ! Component: 3650 - total flux cleaned = -0.000556046 Jy ! Component: 3700 - total flux cleaned = -0.000588614 Jy ! Component: 3750 - total flux cleaned = -0.000588584 Jy ! Component: 3800 - total flux cleaned = -0.000620793 Jy ! Component: 3850 - total flux cleaned = -0.000668413 Jy ! Component: 3900 - total flux cleaned = -0.000684088 Jy ! Component: 3950 - total flux cleaned = -0.000636806 Jy ! Component: 4000 - total flux cleaned = -0.000699115 Jy ! Component: 4050 - total flux cleaned = -0.000699183 Jy ! Total flux subtracted in 4096 components = -0.000745333 Jy ! Clean residual min=-0.001113 max=0.000926 Jy/beam ! Clean residual mean=-0.000006 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.137986 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 396 components and 0.137986 Jy ![Exited script file: muppet] wmap "J1534-3805_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.864 x 7.717 at -2.004 degrees (North through East) ! Clean map min=-0.0028581 max=0.083564 Jy/beam ! Writing clean map to FITS file: J1534-3805_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0835642 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000276615 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.993062 0.993062 1.98612 3.97225 7.9445 15.889 31.778 63.556 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.083 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.864 x 7.717 at -2.004 degrees (North through East) ! Clean map min=-0.0028581 max=0.083564 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 J1534-3805_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:23:09 2019