! Started logfile: J1215-1731_S_2017_05_27_pus_uvs.log on Fri May 3 11:05:32 2019 obs J1215-1731_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J1215-1731_S_2017_05_27_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.697778 visibilities/baseline/integration-bin. ! Found source: J1215-1731 ! ! 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 1211 lines of history. ! ! Reading 1256 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 J1215-1731_S_2017_05_27_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.439793Jy sigma=0.069595 ! Fit after self-cal, rms=0.437662Jy sigma=0.069619 ! 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.918 mas, bmaj=6.266 mas, bpa=5.301 degrees ! Estimated noise=923.905 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.157274 Jy ! Component: 100 - total flux cleaned = 0.238387 Jy ! Total flux subtracted in 100 components = 0.238387 Jy ! Clean residual min=-0.063213 max=0.174226 Jy/beam ! Clean residual mean=-0.000065 rms=0.028079 Jy/beam ! Combined flux in latest and established models = 0.238387 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.238387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.701855Jy sigma=0.011578 ! Fit after self-cal, rms=0.701787Jy sigma=0.011577 ! Inverting map ! Added new window around map position (26, -61.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.150496 Jy ! Component: 100 - total flux cleaned = 0.240642 Jy ! Total flux subtracted in 100 components = 0.240642 Jy ! Clean residual min=-0.058131 max=0.111272 Jy/beam ! Clean residual mean=-0.000037 rms=0.019901 Jy/beam ! Combined flux in latest and established models = 0.479029 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 17 components and 0.479029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.564687Jy sigma=0.009880 ! Fit after self-cal, rms=0.559257Jy sigma=0.009734 ! 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.39 mas, bmaj=7.023 mas, bpa=5.595 degrees ! Estimated noise=879.548 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.099351 Jy ! Component: 100 - total flux cleaned = 0.170076 Jy ! Component: 150 - total flux cleaned = 0.22427 Jy ! Component: 200 - total flux cleaned = 0.266502 Jy ! Total flux subtracted in 200 components = 0.266502 Jy ! Clean residual min=-0.087919 max=0.106952 Jy/beam ! Clean residual mean=-0.000027 rms=0.031312 Jy/beam ! Combined flux in latest and established models = 0.745531 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 32 components and 0.745531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.445304Jy sigma=0.011971 ! Fit after self-cal, rms=0.467975Jy sigma=0.011948 ! 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.33 FD 0.71 HN 0.95 KP 0.77 ! LA 0.77 MK 0.98 NL 1.00* OV 0.85 ! PT 0.82 SC 1.15 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.74 HN 0.98 KP 0.74 ! LA 0.76 MK 1.02 NL 1.00* OV 0.80 ! PT 0.82 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 13.19 FD 0.78 HN 0.93 KP 1.02 ! LA 0.79 MK 1.14 NL 1.00* OV 0.87 ! PT 0.82 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.82 HN 0.92 KP 1.00* ! LA 0.76 MK 1.38 NL 1.00* OV 1.00* ! PT 0.86 SC 1.00* ! ! ! Fit before self-cal, rms=0.467975Jy sigma=0.011948 ! Fit after self-cal, rms=0.269711Jy sigma=0.002620 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.218 mas, bmaj=8.241 mas, bpa=-1.102 degrees ! Estimated noise=1981.15 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.0186291 Jy ! Component: 100 - total flux cleaned = -0.0202734 Jy ! Component: 150 - total flux cleaned = -0.0227798 Jy ! Component: 200 - total flux cleaned = -0.0261653 Jy ! Total flux subtracted in 200 components = -0.0261653 Jy ! Clean residual min=-0.048134 max=0.049321 Jy/beam ! Clean residual mean=0.000022 rms=0.012535 Jy/beam ! Combined flux in latest and established models = 0.719366 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 42 components and 0.719366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.245006Jy sigma=0.002313 ! Fit after self-cal, rms=0.161389Jy sigma=0.001606 ! 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.161389Jy sigma=0.001606 ! Fit after self-cal, rms=0.135448Jy sigma=0.001448 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=8.289 mas, bpa=-1.465 degrees ! Estimated noise=1956.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00252976 Jy ! Component: 100 - total flux cleaned = -0.00350424 Jy ! Component: 150 - total flux cleaned = -0.00432372 Jy ! Component: 200 - total flux cleaned = -0.00509933 Jy ! Total flux subtracted in 200 components = -0.00509933 Jy ! Clean residual min=-0.034268 max=0.040196 Jy/beam ! Clean residual mean=0.000013 rms=0.008502 Jy/beam ! Combined flux in latest and established models = 0.714266 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.714267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120587Jy sigma=0.001288 ! Fit after self-cal, rms=0.120306Jy sigma=0.001283 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) ! Added new window around map position (-11.5, 47). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0267838 Jy ! Component: 100 - total flux cleaned = 0.0303055 Jy ! Component: 150 - total flux cleaned = 0.0317402 Jy ! Component: 200 - total flux cleaned = 0.0311215 Jy ! Total flux subtracted in 200 components = 0.0311215 Jy ! Clean residual min=-0.025909 max=0.021708 Jy/beam ! Clean residual mean=0.000002 rms=0.006617 Jy/beam ! Combined flux in latest and established models = 0.745388 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 59 components and 0.745388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104074Jy sigma=0.001103 ! Fit after self-cal, rms=0.103547Jy sigma=0.001098 ! 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.103547Jy sigma=0.001098 ! Fit after self-cal, rms=0.099751Jy sigma=0.001069 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.132 mas, bmaj=8.239 mas, bpa=-1.597 degrees ! Estimated noise=1959.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000490185 Jy ! Component: 100 - total flux cleaned = 0.000124557 Jy ! Component: 150 - total flux cleaned = 0.000154431 Jy ! Component: 200 - total flux cleaned = -0.000338386 Jy ! Total flux subtracted in 200 components = -0.000338386 Jy ! Clean residual min=-0.022138 max=0.018032 Jy/beam ! Clean residual mean=-0.000001 rms=0.005585 Jy/beam ! Combined flux in latest and established models = 0.74505 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 66 components and 0.74505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092195Jy sigma=0.000989 ! Fit after self-cal, rms=0.091962Jy sigma=0.000986 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.000833951 Jy ! Component: 100 - total flux cleaned = -0.00126069 Jy ! Component: 150 - total flux cleaned = -0.00166399 Jy ! Component: 200 - total flux cleaned = -0.00242907 Jy ! Total flux subtracted in 200 components = -0.00242907 Jy ! Clean residual min=-0.020851 max=0.017231 Jy/beam ! Clean residual mean=-0.000001 rms=0.005251 Jy/beam ! Combined flux in latest and established models = 0.742621 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 74 components and 0.742621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087598Jy sigma=0.000949 ! Fit after self-cal, rms=0.087492Jy sigma=0.000948 ! 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.087492Jy sigma=0.000948 ! Fit after self-cal, rms=0.085099Jy sigma=0.000933 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.839 mas, bmaj=18.21 mas, bpa=7.523 degrees ! Estimated noise=2316.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00515057 Jy ! Component: 100 - total flux cleaned = -0.00711987 Jy ! Component: 150 - total flux cleaned = -0.00793405 Jy ! Component: 200 - total flux cleaned = -0.00859155 Jy ! Total flux subtracted in 200 components = -0.00859155 Jy ! Clean residual min=-0.025121 max=0.017754 Jy/beam ! Clean residual mean=-0.000002 rms=0.006961 Jy/beam ! Combined flux in latest and established models = 0.734029 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 93 components and 0.734029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083977Jy sigma=0.000912 ! Fit after self-cal, rms=0.083517Jy sigma=0.000909 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.00051147 Jy ! Component: 100 - total flux cleaned = -0.0011976 Jy ! Component: 150 - total flux cleaned = -0.00167856 Jy ! Component: 200 - total flux cleaned = -0.00227352 Jy ! Total flux subtracted in 200 components = -0.00227352 Jy ! Clean residual min=-0.024544 max=0.017821 Jy/beam ! Clean residual mean=-0.000003 rms=0.006885 Jy/beam ! Combined flux in latest and established models = 0.731756 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.731756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082827Jy sigma=0.000901 ! Fit after self-cal, rms=0.082643Jy sigma=0.000900 ! 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.097 mas, bmaj=8.201 mas, bpa=-1.726 degrees ! Estimated noise=1957.69 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.097 x 8.201 at -1.726 degrees (North through East) ! Clean map min=-0.023299 max=0.39633 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.595 mas, bmaj=7.01 mas, bpa=-1.4 degrees ! Estimated noise=2363.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.389569 Jy ! Component: 100 - total flux cleaned = 0.53475 Jy ! Component: 150 - total flux cleaned = 0.612076 Jy ! Component: 200 - total flux cleaned = 0.655015 Jy ! Total flux subtracted in 200 components = 0.655015 Jy ! Clean residual min=-0.030733 max=0.035445 Jy/beam ! Clean residual mean=-0.000015 rms=0.007876 Jy/beam ! Combined flux in latest and established models = 0.655015 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.655015 Jy ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=8.201 mas, bpa=-1.726 degrees ! Estimated noise=1957.69 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 (1.5, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0366624 Jy ! Component: 100 - total flux cleaned = 0.0530443 Jy ! Component: 150 - total flux cleaned = 0.0639841 Jy ! Component: 200 - total flux cleaned = 0.07199 Jy ! Total flux subtracted in 200 components = 0.07199 Jy ! Clean residual min=-0.021600 max=0.018687 Jy/beam ! Clean residual mean=-0.000013 rms=0.005097 Jy/beam ! Combined flux in latest and established models = 0.727005 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 39 components and 0.727005 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.839 mas, bmaj=18.21 mas, bpa=7.523 degrees ! Estimated noise=2316.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00450948 Jy ! Component: 100 - total flux cleaned = 0.00597907 Jy ! Component: 150 - total flux cleaned = 0.00647799 Jy ! Component: 200 - total flux cleaned = 0.00670341 Jy ! Total flux subtracted in 200 components = 0.00670341 Jy ! Clean residual min=-0.023885 max=0.020927 Jy/beam ! Clean residual mean=-0.000019 rms=0.006814 Jy/beam ! Combined flux in latest and established models = 0.733709 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 = -4.7892e-06 Jy ! Component: 100 - total flux cleaned = -1.2614e-05 Jy ! Component: 150 - total flux cleaned = -0.000187079 Jy ! Component: 200 - total flux cleaned = -0.000361906 Jy ! Total flux subtracted in 200 components = -0.000361906 Jy ! Clean residual min=-0.023014 max=0.020318 Jy/beam ! Clean residual mean=-0.000018 rms=0.006743 Jy/beam ! Combined flux in latest and established models = 0.733347 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 71 components and 0.733347 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=8.201 mas, bpa=-1.726 degrees ! Estimated noise=1957.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178353 Jy ! Component: 100 - total flux cleaned = 0.00179107 Jy ! Component: 150 - total flux cleaned = 0.00179734 Jy ! Component: 200 - total flux cleaned = 0.00213671 Jy ! Total flux subtracted in 200 components = 0.00213671 Jy ! Clean residual min=-0.018616 max=0.016222 Jy/beam ! Clean residual mean=-0.000009 rms=0.004485 Jy/beam ! Combined flux in latest and established models = 0.735484 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 92 components and 0.735483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080341Jy sigma=0.000872 ! Fit after self-cal, rms=0.079416Jy sigma=0.000863 wmodel J1215-1731_S_2017_05_27_pus_map.mod ! Writing 92 model components to file: J1215-1731_S_2017_05_27_pus_map.mod wobs J1215-1731_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J1215-1731_S_2017_05_27_pus_uvs.fits wwins J1215-1731_S_2017_05_27_pus_map.win ! wwins: Wrote 4 windows to J1215-1731_S_2017_05_27_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.00807476 Jy ! Component: 100 - total flux cleaned = -0.0108475 Jy ! Component: 150 - total flux cleaned = -0.0113648 Jy ! Component: 200 - total flux cleaned = -0.0118222 Jy ! Component: 250 - total flux cleaned = -0.0120313 Jy ! Component: 300 - total flux cleaned = -0.0114548 Jy ! Component: 350 - total flux cleaned = -0.0112743 Jy ! Component: 400 - total flux cleaned = -0.0104016 Jy ! Component: 450 - total flux cleaned = -0.00973865 Jy ! Component: 500 - total flux cleaned = -0.00894626 Jy ! Component: 550 - total flux cleaned = -0.00849154 Jy ! Component: 600 - total flux cleaned = -0.00775789 Jy ! Component: 650 - total flux cleaned = -0.00733145 Jy ! Component: 700 - total flux cleaned = -0.00665361 Jy ! Component: 750 - total flux cleaned = -0.00613779 Jy ! Component: 800 - total flux cleaned = -0.00576197 Jy ! Component: 850 - total flux cleaned = -0.00540285 Jy ! Component: 900 - total flux cleaned = -0.00540529 Jy ! Component: 950 - total flux cleaned = -0.00540403 Jy ! Component: 1000 - total flux cleaned = -0.00540495 Jy ! Component: 1050 - total flux cleaned = -0.00540467 Jy ! Component: 1100 - total flux cleaned = -0.00530054 Jy ! Component: 1150 - total flux cleaned = -0.00549753 Jy ! Component: 1200 - total flux cleaned = -0.00559298 Jy ! Component: 1250 - total flux cleaned = -0.00577499 Jy ! Component: 1300 - total flux cleaned = -0.00568221 Jy ! Component: 1350 - total flux cleaned = -0.00594787 Jy ! Component: 1400 - total flux cleaned = -0.00594587 Jy ! Component: 1450 - total flux cleaned = -0.00603114 Jy ! Component: 1500 - total flux cleaned = -0.00594702 Jy ! Component: 1550 - total flux cleaned = -0.00562301 Jy ! Component: 1600 - total flux cleaned = -0.00522693 Jy ! Component: 1650 - total flux cleaned = -0.00491759 Jy ! Component: 1700 - total flux cleaned = -0.00461257 Jy ! Component: 1750 - total flux cleaned = -0.00423948 Jy ! Component: 1800 - total flux cleaned = -0.00387523 Jy ! Component: 1850 - total flux cleaned = -0.00358844 Jy ! Component: 1900 - total flux cleaned = -0.00302646 Jy ! Component: 1950 - total flux cleaned = -0.00275062 Jy ! Component: 2000 - total flux cleaned = -0.00234257 Jy ! Component: 2050 - total flux cleaned = -0.00180747 Jy ! Component: 2100 - total flux cleaned = -0.00134715 Jy ! Component: 2150 - total flux cleaned = -0.00108699 Jy ! Component: 2200 - total flux cleaned = -0.000703193 Jy ! Component: 2250 - total flux cleaned = -0.00032519 Jy ! Component: 2300 - total flux cleaned = 4.81013e-05 Jy ! Component: 2350 - total flux cleaned = 0.000479013 Jy ! Component: 2400 - total flux cleaned = 0.000783222 Jy ! Component: 2450 - total flux cleaned = 0.00102423 Jy ! Component: 2500 - total flux cleaned = 0.00120374 Jy ! Component: 2550 - total flux cleaned = 0.00138145 Jy ! Component: 2600 - total flux cleaned = 0.00138207 Jy ! Component: 2650 - total flux cleaned = 0.00161528 Jy ! Component: 2700 - total flux cleaned = 0.0016726 Jy ! Component: 2750 - total flux cleaned = 0.00155811 Jy ! Component: 2800 - total flux cleaned = 0.00132997 Jy ! Component: 2850 - total flux cleaned = 0.00110274 Jy ! Component: 2900 - total flux cleaned = 0.000989799 Jy ! Component: 2950 - total flux cleaned = 0.000594747 Jy ! Component: 3000 - total flux cleaned = 0.000426038 Jy ! Component: 3050 - total flux cleaned = 8.93657e-05 Jy ! Component: 3100 - total flux cleaned = -0.000189852 Jy ! Component: 3150 - total flux cleaned = -0.000412579 Jy ! Component: 3200 - total flux cleaned = -0.000579275 Jy ! Component: 3250 - total flux cleaned = -0.000967424 Jy ! Component: 3300 - total flux cleaned = -0.00113323 Jy ! Component: 3350 - total flux cleaned = -0.00151968 Jy ! Component: 3400 - total flux cleaned = -0.001685 Jy ! Component: 3450 - total flux cleaned = -0.00190519 Jy ! Component: 3500 - total flux cleaned = -0.00234491 Jy ! Component: 3550 - total flux cleaned = -0.00267453 Jy ! Component: 3600 - total flux cleaned = -0.00300426 Jy ! Component: 3650 - total flux cleaned = -0.00333447 Jy ! Component: 3700 - total flux cleaned = -0.00388446 Jy ! Component: 3750 - total flux cleaned = -0.00427016 Jy ! Component: 3800 - total flux cleaned = -0.00465645 Jy ! Component: 3850 - total flux cleaned = -0.00498875 Jy ! Component: 3900 - total flux cleaned = -0.00537674 Jy ! Component: 3950 - total flux cleaned = -0.00587634 Jy ! Component: 4000 - total flux cleaned = -0.00621018 Jy ! Component: 4050 - total flux cleaned = -0.00660065 Jy ! Total flux subtracted in 4096 components = -0.00699277 Jy ! Clean residual min=-0.003392 max=0.002798 Jy/beam ! Clean residual mean=-0.000005 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.728491 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 362 components and 0.728491 Jy ![Exited script file: muppet] wmap "J1215-1731_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.097 x 8.201 at -1.726 degrees (North through East) ! Clean map min=-0.02077 max=0.4209 Jy/beam ! Writing clean map to FITS file: J1215-1731_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.4209 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00081936 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.584006 0.584006 1.16801 2.33602 4.67205 9.34409 18.6882 37.3764 74.7527 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.42 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.097 x 8.201 at -1.726 degrees (North through East) ! Clean map min=-0.02077 max=0.4209 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 J1215-1731_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:05:36 2019