! Started logfile: J0024-0811_S_2017_05_01_pus_uvs.log on Wed May 1 18:21:53 2019 obs J0024-0811_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0024-0811_S_2017_05_01_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975266 visibilities/baseline/integration-bin. ! Found source: J0024-0811 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 788 lines of history. ! ! Reading 20188 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 J0024-0811_S_2017_05_01_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 473 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.933447Jy sigma=0.006424 ! Fit after self-cal, rms=0.912844Jy sigma=0.006322 ! 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.705 mas, bmaj=6.869 mas, bpa=-1.91 degrees ! Estimated noise=1125.59 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.0695386 Jy ! Component: 100 - total flux cleaned = 0.0877778 Jy ! Total flux subtracted in 100 components = 0.0877778 Jy ! Clean residual min=-0.004559 max=0.008233 Jy/beam ! Clean residual mean=0.000011 rms=0.001329 Jy/beam ! Combined flux in latest and established models = 0.0877778 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0877778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124186Jy sigma=0.000690 ! Fit after self-cal, rms=0.124117Jy sigma=0.000690 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00988598 Jy ! Component: 100 - total flux cleaned = 0.0156417 Jy ! Total flux subtracted in 100 components = 0.0156417 Jy ! Clean residual min=-0.004078 max=0.004331 Jy/beam ! Clean residual mean=0.000005 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.10342 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 27 components and 0.10342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122988Jy sigma=0.000682 ! Fit after self-cal, rms=0.123017Jy sigma=0.000682 ! 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.235 mas, bmaj=7.848 mas, bpa=-1.556 degrees ! Estimated noise=807.707 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.00522199 Jy ! Component: 100 - total flux cleaned = 0.00814162 Jy ! Component: 150 - total flux cleaned = 0.00984744 Jy ! Component: 200 - total flux cleaned = 0.0108499 Jy ! Total flux subtracted in 200 components = 0.0108499 Jy ! Clean residual min=-0.003694 max=0.003326 Jy/beam ! Clean residual mean=-0.000000 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.114269 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 45 components and 0.114269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122705Jy sigma=0.000680 ! Fit after self-cal, rms=0.122712Jy sigma=0.000680 ! 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.98 FD 0.85 HN 1.12 KP 1.02 ! LA 1.04 MK 1.05 NL 1.02 OV 1.03 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.86 HN 1.11 KP 1.01 ! LA 0.98 MK 0.98 NL 1.06 OV 1.07 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.94 HN 1.11 KP 1.02 ! LA 1.00 MK 0.98 NL 0.99 OV 1.00 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.99 HN 0.88 KP 1.00* ! LA 0.91 MK 0.92 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.122712Jy sigma=0.000680 ! Fit after self-cal, rms=0.120693Jy sigma=0.000678 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=7.859 mas, bpa=-1.664 degrees ! Estimated noise=815.486 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.00130497 Jy ! Component: 100 - total flux cleaned = 0.00152382 Jy ! Component: 150 - total flux cleaned = 0.00150298 Jy ! Component: 200 - total flux cleaned = 0.00150371 Jy ! Total flux subtracted in 200 components = 0.00150371 Jy ! Clean residual min=-0.003008 max=0.002849 Jy/beam ! Clean residual mean=-0.000000 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.115773 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 49 components and 0.115773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120660Jy sigma=0.000678 ! Fit after self-cal, rms=0.120634Jy sigma=0.000677 ! 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.120634Jy sigma=0.000677 ! Fit after self-cal, rms=0.111351Jy sigma=0.000675 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.234 mas, bmaj=7.831 mas, bpa=-1.68 degrees ! Estimated noise=814.558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000401754 Jy ! Component: 100 - total flux cleaned = 0.000506431 Jy ! Component: 150 - total flux cleaned = 0.00055625 Jy ! Component: 200 - total flux cleaned = 0.000584406 Jy ! Total flux subtracted in 200 components = 0.000584406 Jy ! Clean residual min=-0.002208 max=0.002064 Jy/beam ! Clean residual mean=0.000001 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.116357 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.116357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111342Jy sigma=0.000674 ! Fit after self-cal, rms=0.111316Jy sigma=0.000674 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.000112504 Jy ! Component: 100 - total flux cleaned = -7.99e-05 Jy ! Component: 150 - total flux cleaned = -6.74163e-05 Jy ! Component: 200 - total flux cleaned = -5.51757e-05 Jy ! Total flux subtracted in 200 components = -5.51757e-05 Jy ! Clean residual min=-0.002257 max=0.002092 Jy/beam ! Clean residual mean=0.000000 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.116302 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.116302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111312Jy sigma=0.000674 ! Fit after self-cal, rms=0.111310Jy sigma=0.000674 ! 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.111310Jy sigma=0.000674 ! Fit after self-cal, rms=0.111010Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.225 mas, bmaj=7.811 mas, bpa=-1.708 degrees ! Estimated noise=814.906 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000492794 Jy ! Component: 100 - total flux cleaned = 0.000598224 Jy ! Component: 150 - total flux cleaned = 0.000647951 Jy ! Component: 200 - total flux cleaned = 0.000670003 Jy ! Total flux subtracted in 200 components = 0.000670003 Jy ! Clean residual min=-0.002235 max=0.002077 Jy/beam ! Clean residual mean=0.000001 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.116972 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 61 components and 0.116972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111005Jy sigma=0.000674 ! Fit after self-cal, rms=0.111034Jy sigma=0.000674 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 = -7.67279e-05 Jy ! Component: 100 - total flux cleaned = -7.6973e-05 Jy ! Component: 150 - total flux cleaned = -6.58398e-05 Jy ! Component: 200 - total flux cleaned = -6.55919e-05 Jy ! Total flux subtracted in 200 components = -6.55919e-05 Jy ! Clean residual min=-0.002208 max=0.002078 Jy/beam ! Clean residual mean=0.000000 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.116907 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.116907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111032Jy sigma=0.000674 ! Fit after self-cal, rms=0.111032Jy sigma=0.000674 ! 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.111032Jy sigma=0.000674 ! Fit after self-cal, rms=0.111052Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.506 mas, bmaj=13.54 mas, bpa=1.887 degrees ! Estimated noise=1003.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000886038 Jy ! Component: 100 - total flux cleaned = 0.000920976 Jy ! Component: 150 - total flux cleaned = 0.000956455 Jy ! Component: 200 - total flux cleaned = 0.00097655 Jy ! Total flux subtracted in 200 components = 0.00097655 Jy ! Clean residual min=-0.002353 max=0.002365 Jy/beam ! Clean residual mean=0.000001 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.117883 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 66 components and 0.117883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111049Jy sigma=0.000674 ! Fit after self-cal, rms=0.111060Jy sigma=0.000674 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 = -2.93127e-05 Jy ! Component: 100 - total flux cleaned = 1.55191e-06 Jy ! Component: 150 - total flux cleaned = 1.66133e-06 Jy ! Component: 200 - total flux cleaned = 1.9519e-06 Jy ! Total flux subtracted in 200 components = 1.9519e-06 Jy ! Clean residual min=-0.002343 max=0.002348 Jy/beam ! Clean residual mean=0.000001 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.117885 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 67 components and 0.117885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111059Jy sigma=0.000674 ! Fit after self-cal, rms=0.111056Jy sigma=0.000674 ! 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.218 mas, bmaj=7.796 mas, bpa=-1.72 degrees ! Estimated noise=815.544 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.218 x 7.796 at -1.72 degrees (North through East) ! Clean map min=-0.0021158 max=0.092028 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.69 mas, bmaj=6.84 mas, bpa=-2.125 degrees ! Estimated noise=1126.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0690388 Jy ! Component: 100 - total flux cleaned = 0.0887397 Jy ! Component: 150 - total flux cleaned = 0.0994543 Jy ! Component: 200 - total flux cleaned = 0.105933 Jy ! Total flux subtracted in 200 components = 0.105933 Jy ! Clean residual min=-0.003410 max=0.003709 Jy/beam ! Clean residual mean=0.000006 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.105933 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.105933 Jy ! Inverting map and beam ! Estimated beam: bmin=3.218 mas, bmaj=7.796 mas, bpa=-1.72 degrees ! Estimated noise=815.544 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.00556699 Jy ! Component: 100 - total flux cleaned = 0.00852842 Jy ! Component: 150 - total flux cleaned = 0.00993366 Jy ! Component: 200 - total flux cleaned = 0.0103197 Jy ! Total flux subtracted in 200 components = 0.0103197 Jy ! Clean residual min=-0.002271 max=0.002201 Jy/beam ! Clean residual mean=0.000001 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.116253 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 59 components and 0.116253 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.506 mas, bmaj=13.54 mas, bpa=1.887 degrees ! Estimated noise=1003.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135113 Jy ! Component: 100 - total flux cleaned = 0.00154064 Jy ! Component: 150 - total flux cleaned = 0.00155655 Jy ! Component: 200 - total flux cleaned = 0.00156884 Jy ! Total flux subtracted in 200 components = 0.00156884 Jy ! Clean residual min=-0.002386 max=0.002332 Jy/beam ! Clean residual mean=0.000001 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.117822 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.00147e-05 Jy ! Component: 100 - total flux cleaned = 1.89274e-05 Jy ! Component: 150 - total flux cleaned = 1.95713e-05 Jy ! Component: 200 - total flux cleaned = 1.96854e-05 Jy ! Total flux subtracted in 200 components = 1.96854e-05 Jy ! Clean residual min=-0.002353 max=0.002347 Jy/beam ! Clean residual mean=0.000001 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.117841 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 63 components and 0.117841 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.218 mas, bmaj=7.796 mas, bpa=-1.72 degrees ! Estimated noise=815.544 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000294109 Jy ! Component: 100 - total flux cleaned = -0.000293989 Jy ! Component: 150 - total flux cleaned = -0.00030954 Jy ! Component: 200 - total flux cleaned = -0.000295668 Jy ! Total flux subtracted in 200 components = -0.000295668 Jy ! Clean residual min=-0.002194 max=0.002110 Jy/beam ! Clean residual mean=0.000001 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.117546 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 70 components and 0.117546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111058Jy sigma=0.000674 ! Fit after self-cal, rms=0.111060Jy sigma=0.000674 wmodel J0024-0811_S_2017_05_01_pus_map.mod ! Writing 70 model components to file: J0024-0811_S_2017_05_01_pus_map.mod wobs J0024-0811_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0024-0811_S_2017_05_01_pus_uvs.fits wwins J0024-0811_S_2017_05_01_pus_map.win ! wwins: Wrote 1 windows to J0024-0811_S_2017_05_01_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000207038 Jy ! Component: 100 - total flux cleaned = -0.000205223 Jy ! Component: 150 - total flux cleaned = -0.000273982 Jy ! Component: 200 - total flux cleaned = -0.000174451 Jy ! Component: 250 - total flux cleaned = -0.000174373 Jy ! Component: 300 - total flux cleaned = -0.000205309 Jy ! Component: 350 - total flux cleaned = -0.000235642 Jy ! Component: 400 - total flux cleaned = -0.000264906 Jy ! Component: 450 - total flux cleaned = -0.000264489 Jy ! Component: 500 - total flux cleaned = -0.000236154 Jy ! Component: 550 - total flux cleaned = -0.000290986 Jy ! Component: 600 - total flux cleaned = -0.000317834 Jy ! Component: 650 - total flux cleaned = -0.000344299 Jy ! Component: 700 - total flux cleaned = -0.000422051 Jy ! Component: 750 - total flux cleaned = -0.000421618 Jy ! Component: 800 - total flux cleaned = -0.000421432 Jy ! Component: 850 - total flux cleaned = -0.000494819 Jy ! Component: 900 - total flux cleaned = -0.000566948 Jy ! Component: 950 - total flux cleaned = -0.000614595 Jy ! Component: 1000 - total flux cleaned = -0.000661711 Jy ! Component: 1050 - total flux cleaned = -0.000753663 Jy ! Component: 1100 - total flux cleaned = -0.000798771 Jy ! Component: 1150 - total flux cleaned = -0.000798737 Jy ! Component: 1200 - total flux cleaned = -0.000820318 Jy ! Component: 1250 - total flux cleaned = -0.000841748 Jy ! Component: 1300 - total flux cleaned = -0.000777858 Jy ! Component: 1350 - total flux cleaned = -0.000862366 Jy ! Component: 1400 - total flux cleaned = -0.000862079 Jy ! Component: 1450 - total flux cleaned = -0.000882564 Jy ! Component: 1500 - total flux cleaned = -0.000943534 Jy ! Component: 1550 - total flux cleaned = -0.000983657 Jy ! Component: 1600 - total flux cleaned = -0.00104297 Jy ! Component: 1650 - total flux cleaned = -0.00113995 Jy ! Component: 1700 - total flux cleaned = -0.00117805 Jy ! Component: 1750 - total flux cleaned = -0.00119683 Jy ! Component: 1800 - total flux cleaned = -0.0012156 Jy ! Component: 1850 - total flux cleaned = -0.00123422 Jy ! Component: 1900 - total flux cleaned = -0.00128941 Jy ! Component: 1950 - total flux cleaned = -0.00128943 Jy ! Component: 2000 - total flux cleaned = -0.00130732 Jy ! Component: 2050 - total flux cleaned = -0.00136026 Jy ! Component: 2100 - total flux cleaned = -0.0013952 Jy ! Component: 2150 - total flux cleaned = -0.00144696 Jy ! Component: 2200 - total flux cleaned = -0.00146407 Jy ! Component: 2250 - total flux cleaned = -0.00143018 Jy ! Component: 2300 - total flux cleaned = -0.00148048 Jy ! Component: 2350 - total flux cleaned = -0.00148051 Jy ! Component: 2400 - total flux cleaned = -0.00154632 Jy ! Component: 2450 - total flux cleaned = -0.00156277 Jy ! Component: 2500 - total flux cleaned = -0.00151444 Jy ! Component: 2550 - total flux cleaned = -0.0015301 Jy ! Component: 2600 - total flux cleaned = -0.00143473 Jy ! Component: 2650 - total flux cleaned = -0.00138761 Jy ! Component: 2700 - total flux cleaned = -0.00134097 Jy ! Component: 2750 - total flux cleaned = -0.00127898 Jy ! Component: 2800 - total flux cleaned = -0.00120239 Jy ! Component: 2850 - total flux cleaned = -0.00118719 Jy ! Component: 2900 - total flux cleaned = -0.00108155 Jy ! Component: 2950 - total flux cleaned = -0.000977056 Jy ! Component: 3000 - total flux cleaned = -0.000888233 Jy ! Component: 3050 - total flux cleaned = -0.00084418 Jy ! Component: 3100 - total flux cleaned = -0.000800297 Jy ! Component: 3150 - total flux cleaned = -0.000727896 Jy ! Component: 3200 - total flux cleaned = -0.000656128 Jy ! Component: 3250 - total flux cleaned = -0.000599056 Jy ! Component: 3300 - total flux cleaned = -0.000528457 Jy ! Component: 3350 - total flux cleaned = -0.000500442 Jy ! Component: 3400 - total flux cleaned = -0.000458727 Jy ! Component: 3450 - total flux cleaned = -0.000348179 Jy ! Component: 3500 - total flux cleaned = -0.000334251 Jy ! Component: 3550 - total flux cleaned = -0.000252652 Jy ! Component: 3600 - total flux cleaned = -0.000144388 Jy ! Component: 3650 - total flux cleaned = -0.000117492 Jy ! Component: 3700 - total flux cleaned = -3.72865e-05 Jy ! Component: 3750 - total flux cleaned = 5.54758e-05 Jy ! Component: 3800 - total flux cleaned = 8.1682e-05 Jy ! Component: 3850 - total flux cleaned = 0.000147066 Jy ! Component: 3900 - total flux cleaned = 0.000198943 Jy ! Component: 3950 - total flux cleaned = 0.000224656 Jy ! Component: 4000 - total flux cleaned = 0.000314597 Jy ! Component: 4050 - total flux cleaned = 0.000391198 Jy ! Total flux subtracted in 4096 components = 0.000454557 Jy ! Clean residual min=-0.000757 max=0.000750 Jy/beam ! Clean residual mean=0.000000 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.118 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 371 components and 0.118 Jy ![Exited script file: muppet] wmap "J0024-0811_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.218 x 7.796 at -1.72 degrees (North through East) ! Clean map min=-0.0018054 max=0.091838 Jy/beam ! Writing clean map to FITS file: J0024-0811_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0918383 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00023568 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.769875 0.769875 1.53975 3.0795 6.159 12.318 24.636 49.272 98.5439 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.091 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.218 x 7.796 at -1.72 degrees (North through East) ! Clean map min=-0.0018054 max=0.091838 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 J0024-0811_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:22:00 2019