! Started logfile: J1212-2221_S_2017_03_23_pus_uvs.log on Mon May 13 10:00:12 2019 obs J1212-2221_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1212-2221_S_2017_03_23_pus_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.785185 visibilities/baseline/integration-bin. ! Found source: J1212-2221 ! ! 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 10600 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 J1212-2221_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 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 288 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.909684Jy sigma=0.006111 ! Fit after self-cal, rms=0.895181Jy sigma=0.006028 ! 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.763 mas, bmaj=6.763 mas, bpa=-2.992 degrees ! Estimated noise=1515.27 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.0819742 Jy ! Component: 100 - total flux cleaned = 0.102861 Jy ! Total flux subtracted in 100 components = 0.102861 Jy ! Clean residual min=-0.005992 max=0.008908 Jy/beam ! Clean residual mean=0.000004 rms=0.001565 Jy/beam ! Combined flux in latest and established models = 0.102861 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.102861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107910Jy sigma=0.000672 ! Fit after self-cal, rms=0.107849Jy sigma=0.000672 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104108 Jy ! Component: 100 - total flux cleaned = 0.016435 Jy ! Total flux subtracted in 100 components = 0.016435 Jy ! Clean residual min=-0.004909 max=0.005050 Jy/beam ! Clean residual mean=-0.000002 rms=0.001258 Jy/beam ! Combined flux in latest and established models = 0.119296 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 34 components and 0.119296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106513Jy sigma=0.000664 ! Fit after self-cal, rms=0.106524Jy sigma=0.000663 ! 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.375 mas, bmaj=7.938 mas, bpa=-0.2713 degrees ! Estimated noise=1117.4 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.00515917 Jy ! Component: 100 - total flux cleaned = 0.00791975 Jy ! Component: 150 - total flux cleaned = 0.00954431 Jy ! Component: 200 - total flux cleaned = 0.0101042 Jy ! Total flux subtracted in 200 components = 0.0101042 Jy ! Clean residual min=-0.004104 max=0.004140 Jy/beam ! Clean residual mean=-0.000006 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.1294 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.1294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106203Jy sigma=0.000662 ! Fit after self-cal, rms=0.106215Jy sigma=0.000662 ! 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.95 HN 1.00 KP 1.05 ! LA 1.02 MK 0.94 NL 0.89 OV 1.07 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.93 HN 1.09 KP 1.00 ! LA 0.96 MK 1.05 NL 1.03 OV 1.11 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00 HN 1.01 KP 0.90 ! LA 0.79 MK 1.04 NL 1.19 OV 0.97 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 1.03 HN 0.97 KP 1.00* ! LA 0.77 MK 0.99 NL 1.00* OV 1.24 ! PT 0.95 SC 1.09 ! ! ! Fit before self-cal, rms=0.106215Jy sigma=0.000662 ! Fit after self-cal, rms=0.103461Jy sigma=0.000656 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.381 mas, bmaj=7.937 mas, bpa=0.06443 degrees ! Estimated noise=1115.99 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.000327885 Jy ! Component: 100 - total flux cleaned = -0.000456763 Jy ! Component: 150 - total flux cleaned = -0.000512356 Jy ! Component: 200 - total flux cleaned = -0.000537245 Jy ! Total flux subtracted in 200 components = -0.000537245 Jy ! Clean residual min=-0.002759 max=0.003325 Jy/beam ! Clean residual mean=0.000006 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.128863 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.128863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103443Jy sigma=0.000656 ! Fit after self-cal, rms=0.103437Jy sigma=0.000655 ! 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.103437Jy sigma=0.000655 ! Fit after self-cal, rms=0.103358Jy sigma=0.000655 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.381 mas, bmaj=7.923 mas, bpa=0.2074 degrees ! Estimated noise=1113.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000181524 Jy ! Component: 100 - total flux cleaned = -0.00025076 Jy ! Component: 150 - total flux cleaned = -0.00027204 Jy ! Component: 200 - total flux cleaned = -0.00031186 Jy ! Total flux subtracted in 200 components = -0.00031186 Jy ! Clean residual min=-0.002699 max=0.003068 Jy/beam ! Clean residual mean=0.000006 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.128551 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 59 components and 0.128551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103347Jy sigma=0.000655 ! Fit after self-cal, rms=0.103360Jy sigma=0.000655 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 (109.5, -78.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00263547 Jy ! Component: 100 - total flux cleaned = 0.00303215 Jy ! Component: 150 - total flux cleaned = 0.00308051 Jy ! Component: 200 - total flux cleaned = 0.00307927 Jy ! Total flux subtracted in 200 components = 0.00307927 Jy ! Clean residual min=-0.002766 max=0.002654 Jy/beam ! Clean residual mean=0.000007 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.131631 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 75 components and 0.131631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103269Jy sigma=0.000654 ! Fit after self-cal, rms=0.103257Jy sigma=0.000654 ! 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.103257Jy sigma=0.000654 ! Fit after self-cal, rms=0.103149Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.379 mas, bmaj=7.914 mas, bpa=0.3045 degrees ! Estimated noise=1110.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106025 Jy ! Component: 100 - total flux cleaned = 0.00109801 Jy ! Component: 150 - total flux cleaned = 0.00103139 Jy ! Component: 200 - total flux cleaned = 0.000968118 Jy ! Total flux subtracted in 200 components = 0.000968118 Jy ! Clean residual min=-0.002783 max=0.002616 Jy/beam ! Clean residual mean=0.000006 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.132599 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 83 components and 0.132599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103116Jy sigma=0.000654 ! Fit after self-cal, rms=0.103121Jy sigma=0.000654 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.2149e-05 Jy ! Component: 100 - total flux cleaned = -1.61283e-05 Jy ! Component: 150 - total flux cleaned = -7.14629e-05 Jy ! Component: 200 - total flux cleaned = -0.00014839 Jy ! Total flux subtracted in 200 components = -0.00014839 Jy ! Clean residual min=-0.002807 max=0.002622 Jy/beam ! Clean residual mean=0.000006 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.13245 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.13245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103104Jy sigma=0.000654 ! Fit after self-cal, rms=0.103101Jy sigma=0.000654 ! 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.103101Jy sigma=0.000654 ! Fit after self-cal, rms=0.102912Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.531 mas, bmaj=16.36 mas, bpa=2.322 degrees ! Estimated noise=1376.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.5949e-05 Jy ! Component: 100 - total flux cleaned = -2.70631e-05 Jy ! Component: 150 - total flux cleaned = -2.67977e-05 Jy ! Component: 200 - total flux cleaned = -0.000113416 Jy ! Total flux subtracted in 200 components = -0.000113416 Jy ! Clean residual min=-0.003611 max=0.002713 Jy/beam ! Clean residual mean=0.000008 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.132337 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 103 components and 0.132337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102918Jy sigma=0.000654 ! Fit after self-cal, rms=0.102915Jy sigma=0.000654 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.2232e-05 Jy ! Component: 100 - total flux cleaned = -5.17808e-05 Jy ! Component: 150 - total flux cleaned = -0.000109052 Jy ! Component: 200 - total flux cleaned = -0.000143916 Jy ! Total flux subtracted in 200 components = -0.000143916 Jy ! Clean residual min=-0.003611 max=0.002699 Jy/beam ! Clean residual mean=0.000008 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.132193 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 107 components and 0.132193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102920Jy sigma=0.000654 ! Fit after self-cal, rms=0.102917Jy sigma=0.000654 ! 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.377 mas, bmaj=7.91 mas, bpa=0.3102 degrees ! Estimated noise=1107.94 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.377 x 7.91 at 0.3102 degrees (North through East) ! Clean map min=-0.0026479 max=0.10581 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.767 mas, bmaj=6.723 mas, bpa=-2.436 degrees ! Estimated noise=1504.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0810208 Jy ! Component: 100 - total flux cleaned = 0.10287 Jy ! Component: 150 - total flux cleaned = 0.113449 Jy ! Component: 200 - total flux cleaned = 0.119585 Jy ! Total flux subtracted in 200 components = 0.119585 Jy ! Clean residual min=-0.004502 max=0.004620 Jy/beam ! Clean residual mean=0.000003 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.119585 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.119585 Jy ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=7.91 mas, bpa=0.3102 degrees ! Estimated noise=1107.94 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 (3.5, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00515833 Jy ! Component: 100 - total flux cleaned = 0.0085082 Jy ! Component: 150 - total flux cleaned = 0.0109335 Jy ! Component: 200 - total flux cleaned = 0.01233 Jy ! Total flux subtracted in 200 components = 0.01233 Jy ! Clean residual min=-0.002909 max=0.002507 Jy/beam ! Clean residual mean=0.000005 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.131915 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 60 components and 0.131915 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.531 mas, bmaj=16.36 mas, bpa=2.322 degrees ! Estimated noise=1376.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126888 Jy ! Component: 100 - total flux cleaned = 0.00144774 Jy ! Component: 150 - total flux cleaned = 0.0014829 Jy ! Component: 200 - total flux cleaned = 0.00151405 Jy ! Total flux subtracted in 200 components = 0.00151405 Jy ! Clean residual min=-0.003480 max=0.002661 Jy/beam ! Clean residual mean=0.000007 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.133429 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 = -1.52701e-06 Jy ! Component: 100 - total flux cleaned = 2.28999e-05 Jy ! Component: 150 - total flux cleaned = 2.28807e-05 Jy ! Component: 200 - total flux cleaned = -1.80772e-05 Jy ! Total flux subtracted in 200 components = -1.80772e-05 Jy ! Clean residual min=-0.003403 max=0.002638 Jy/beam ! Clean residual mean=0.000006 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.133411 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 94 components and 0.133411 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.377 mas, bmaj=7.91 mas, bpa=0.3102 degrees ! Estimated noise=1107.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000733473 Jy ! Component: 100 - total flux cleaned = -0.000685999 Jy ! Component: 150 - total flux cleaned = -0.000592786 Jy ! Component: 200 - total flux cleaned = -0.000470398 Jy ! Total flux subtracted in 200 components = -0.000470398 Jy ! Clean residual min=-0.002656 max=0.002452 Jy/beam ! Clean residual mean=0.000004 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.13294 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 110 components and 0.132941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102910Jy sigma=0.000654 ! Fit after self-cal, rms=0.102891Jy sigma=0.000654 wmodel J1212-2221_S_2017_03_23_pus_map.mod ! Writing 110 model components to file: J1212-2221_S_2017_03_23_pus_map.mod wobs J1212-2221_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1212-2221_S_2017_03_23_pus_uvs.fits wwins J1212-2221_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J1212-2221_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.000446871 Jy ! Component: 100 - total flux cleaned = -0.000795192 Jy ! Component: 150 - total flux cleaned = -0.00117067 Jy ! Component: 200 - total flux cleaned = -0.00157071 Jy ! Component: 250 - total flux cleaned = -0.00176394 Jy ! Component: 300 - total flux cleaned = -0.00217678 Jy ! Component: 350 - total flux cleaned = -0.00246671 Jy ! Component: 400 - total flux cleaned = -0.00274896 Jy ! Component: 450 - total flux cleaned = -0.0029892 Jy ! Component: 500 - total flux cleaned = -0.00332439 Jy ! Component: 550 - total flux cleaned = -0.00355404 Jy ! Component: 600 - total flux cleaned = -0.00377911 Jy ! Component: 650 - total flux cleaned = -0.00396839 Jy ! Component: 700 - total flux cleaned = -0.00415426 Jy ! Component: 750 - total flux cleaned = -0.00439756 Jy ! Component: 800 - total flux cleaned = -0.00460608 Jy ! Component: 850 - total flux cleaned = -0.00475239 Jy ! Component: 900 - total flux cleaned = -0.0049533 Jy ! Component: 950 - total flux cleaned = -0.00503848 Jy ! Component: 1000 - total flux cleaned = -0.00523289 Jy ! Component: 1050 - total flux cleaned = -0.00550496 Jy ! Component: 1100 - total flux cleaned = -0.00571864 Jy ! Component: 1150 - total flux cleaned = -0.00587616 Jy ! Component: 1200 - total flux cleaned = -0.00605738 Jy ! Component: 1250 - total flux cleaned = -0.00628584 Jy ! Component: 1300 - total flux cleaned = -0.00641093 Jy ! Component: 1350 - total flux cleaned = -0.00655879 Jy ! Component: 1400 - total flux cleaned = -0.00668051 Jy ! Component: 1450 - total flux cleaned = -0.00682452 Jy ! Component: 1500 - total flux cleaned = -0.00691935 Jy ! Component: 1550 - total flux cleaned = -0.00705938 Jy ! Component: 1600 - total flux cleaned = -0.00717456 Jy ! Component: 1650 - total flux cleaned = -0.00731115 Jy ! Component: 1700 - total flux cleaned = -0.00746876 Jy ! Component: 1750 - total flux cleaned = -0.00757958 Jy ! Component: 1800 - total flux cleaned = -0.00768932 Jy ! Component: 1850 - total flux cleaned = -0.00781971 Jy ! Component: 1900 - total flux cleaned = -0.00803385 Jy ! Component: 1950 - total flux cleaned = -0.00816072 Jy ! Component: 2000 - total flux cleaned = -0.00822354 Jy ! Component: 2050 - total flux cleaned = -0.00828562 Jy ! Component: 2100 - total flux cleaned = -0.00834677 Jy ! Component: 2150 - total flux cleaned = -0.00830654 Jy ! Component: 2200 - total flux cleaned = -0.00832663 Jy ! Component: 2250 - total flux cleaned = -0.0084453 Jy ! Component: 2300 - total flux cleaned = -0.00838633 Jy ! Component: 2350 - total flux cleaned = -0.00850258 Jy ! Component: 2400 - total flux cleaned = -0.00840618 Jy ! Component: 2450 - total flux cleaned = -0.00846332 Jy ! Component: 2500 - total flux cleaned = -0.00842546 Jy ! Component: 2550 - total flux cleaned = -0.00833205 Jy ! Component: 2600 - total flux cleaned = -0.00836923 Jy ! Component: 2650 - total flux cleaned = -0.0083327 Jy ! Component: 2700 - total flux cleaned = -0.00829629 Jy ! Component: 2750 - total flux cleaned = -0.00829622 Jy ! Component: 2800 - total flux cleaned = -0.00824239 Jy ! Component: 2850 - total flux cleaned = -0.00822485 Jy ! Component: 2900 - total flux cleaned = -0.0081548 Jy ! Component: 2950 - total flux cleaned = -0.00815462 Jy ! Component: 3000 - total flux cleaned = -0.00805113 Jy ! Component: 3050 - total flux cleaned = -0.00801694 Jy ! Component: 3100 - total flux cleaned = -0.00799975 Jy ! Component: 3150 - total flux cleaned = -0.0079154 Jy ! Component: 3200 - total flux cleaned = -0.00786541 Jy ! Component: 3250 - total flux cleaned = -0.00779904 Jy ! Component: 3300 - total flux cleaned = -0.00776617 Jy ! Component: 3350 - total flux cleaned = -0.0077335 Jy ! Component: 3400 - total flux cleaned = -0.00770119 Jy ! Component: 3450 - total flux cleaned = -0.00770112 Jy ! Component: 3500 - total flux cleaned = -0.00758964 Jy ! Component: 3550 - total flux cleaned = -0.00757391 Jy ! Component: 3600 - total flux cleaned = -0.00755833 Jy ! Component: 3650 - total flux cleaned = -0.00754286 Jy ! Component: 3700 - total flux cleaned = -0.00757361 Jy ! Component: 3750 - total flux cleaned = -0.00752742 Jy ! Component: 3800 - total flux cleaned = -0.00751214 Jy ! Component: 3850 - total flux cleaned = -0.00748189 Jy ! Component: 3900 - total flux cleaned = -0.0074369 Jy ! Component: 3950 - total flux cleaned = -0.00743701 Jy ! Component: 4000 - total flux cleaned = -0.00748155 Jy ! Component: 4050 - total flux cleaned = -0.00742247 Jy ! Total flux subtracted in 4096 components = -0.00743715 Jy ! Clean residual min=-0.000878 max=0.000854 Jy/beam ! Clean residual mean=0.000001 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.125503 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 372 components and 0.125503 Jy ![Exited script file: muppet] wmap "J1212-2221_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.377 x 7.91 at 0.3102 degrees (North through East) ! Clean map min=-0.0020086 max=0.10626 Jy/beam ! Writing clean map to FITS file: J1212-2221_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.106261 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000261231 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.737519 0.737519 1.47504 2.95008 5.90015 11.8003 23.6006 47.2012 94.4024 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.106 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.377 x 7.91 at 0.3102 degrees (North through East) ! Clean map min=-0.0020086 max=0.10626 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 J1212-2221_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:00:17 2019