! Started logfile: J0010-2157_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:28:24 2019 obs J0010-2157_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0010-2157_S_2017_05_31_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966667 visibilities/baseline/integration-bin. ! Found source: J0010-2157 ! ! 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 703 lines of history. ! ! Reading 13224 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 J0010-2157_S_2017_05_31_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 316 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.793631Jy sigma=0.005781 ! Fit after self-cal, rms=0.782651Jy sigma=0.005711 ! 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.441 mas, bmaj=7.096 mas, bpa=-8.525 degrees ! Estimated noise=1642.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 (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.168328 Jy ! Component: 100 - total flux cleaned = 0.209248 Jy ! Total flux subtracted in 100 components = 0.209248 Jy ! Clean residual min=-0.012927 max=0.017368 Jy/beam ! Clean residual mean=0.000015 rms=0.002728 Jy/beam ! Combined flux in latest and established models = 0.209248 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.209248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129935Jy sigma=0.000726 ! Fit after self-cal, rms=0.129924Jy sigma=0.000726 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0196804 Jy ! Component: 100 - total flux cleaned = 0.0314603 Jy ! Total flux subtracted in 100 components = 0.0314603 Jy ! Clean residual min=-0.011213 max=0.008491 Jy/beam ! Clean residual mean=-0.000001 rms=0.002278 Jy/beam ! Combined flux in latest and established models = 0.240708 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.240708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125717Jy sigma=0.000705 ! Fit after self-cal, rms=0.125710Jy sigma=0.000705 ! 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.893 mas, bmaj=8.153 mas, bpa=-6.562 degrees ! Estimated noise=997.924 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.00526985 Jy ! Component: 100 - total flux cleaned = 0.00822474 Jy ! Component: 150 - total flux cleaned = 0.00901502 Jy ! Component: 200 - total flux cleaned = 0.00928626 Jy ! Total flux subtracted in 200 components = 0.00928626 Jy ! Clean residual min=-0.008326 max=0.008283 Jy/beam ! Clean residual mean=-0.000018 rms=0.002003 Jy/beam ! Combined flux in latest and established models = 0.249994 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 32 components and 0.249994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125095Jy sigma=0.000704 ! Fit after self-cal, rms=0.125099Jy sigma=0.000704 ! 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.81 FD 0.93 HN 1.07 KP 1.06 ! LA 1.01 MK 0.98 NL 0.94 OV 1.05 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.15 KP 1.03 ! LA 0.99 MK 0.98 NL 1.07 OV 1.09 ! PT 0.99 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.54 FD 1.01 HN 1.13 KP 1.02 ! LA 1.00 MK 1.00 NL 0.99 OV 0.97 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.03 KP 1.05 ! LA 1.03 MK 1.13 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.125099Jy sigma=0.000704 ! Fit after self-cal, rms=0.105561Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.916 mas, bmaj=8.123 mas, bpa=-6.524 degrees ! Estimated noise=1009.3 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.000600572 Jy ! Component: 100 - total flux cleaned = 0.000354556 Jy ! Component: 150 - total flux cleaned = 0.000272263 Jy ! Component: 200 - total flux cleaned = 0.000236229 Jy ! Total flux subtracted in 200 components = 0.000236229 Jy ! Clean residual min=-0.004494 max=0.006709 Jy/beam ! Clean residual mean=-0.000025 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 0.250231 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.250231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105514Jy sigma=0.000685 ! Fit after self-cal, rms=0.105444Jy sigma=0.000684 ! 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.105444Jy sigma=0.000684 ! Fit after self-cal, rms=0.105637Jy sigma=0.000683 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.915 mas, bmaj=8.111 mas, bpa=-6.41 degrees ! Estimated noise=1013.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120962 Jy ! Component: 100 - total flux cleaned = 0.00113954 Jy ! Component: 150 - total flux cleaned = 0.00101898 Jy ! Component: 200 - total flux cleaned = 0.000938283 Jy ! Total flux subtracted in 200 components = 0.000938283 Jy ! Clean residual min=-0.004204 max=0.006538 Jy/beam ! Clean residual mean=-0.000022 rms=0.001524 Jy/beam ! Combined flux in latest and established models = 0.251169 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.251169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105602Jy sigma=0.000683 ! Fit after self-cal, rms=0.105602Jy sigma=0.000683 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 (6, -54). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0065482 Jy ! Component: 100 - total flux cleaned = 0.0102638 Jy ! Component: 150 - total flux cleaned = 0.0126565 Jy ! Component: 200 - total flux cleaned = 0.0144144 Jy ! Total flux subtracted in 200 components = 0.0144144 Jy ! Clean residual min=-0.003560 max=0.004273 Jy/beam ! Clean residual mean=-0.000020 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.265583 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 81 components and 0.265583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105207Jy sigma=0.000679 ! Fit after self-cal, rms=0.105186Jy sigma=0.000679 ! 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.105186Jy sigma=0.000679 ! Fit after self-cal, rms=0.104412Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.923 mas, bmaj=8.127 mas, bpa=-6.366 degrees ! Estimated noise=1010.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181587 Jy ! Component: 100 - total flux cleaned = 0.0028833 Jy ! Component: 150 - total flux cleaned = 0.00355819 Jy ! Component: 200 - total flux cleaned = 0.00381573 Jy ! Total flux subtracted in 200 components = 0.00381573 Jy ! Clean residual min=-0.003338 max=0.003957 Jy/beam ! Clean residual mean=-0.000017 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.269399 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 99 components and 0.269399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104379Jy sigma=0.000676 ! Fit after self-cal, rms=0.104388Jy sigma=0.000676 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.000365563 Jy ! Component: 100 - total flux cleaned = 0.000433863 Jy ! Component: 150 - total flux cleaned = 0.000518952 Jy ! Component: 200 - total flux cleaned = 0.000599032 Jy ! Total flux subtracted in 200 components = 0.000599032 Jy ! Clean residual min=-0.003372 max=0.003908 Jy/beam ! Clean residual mean=-0.000017 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.269998 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 105 components and 0.269998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104380Jy sigma=0.000676 ! Fit after self-cal, rms=0.104379Jy sigma=0.000676 ! 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.104379Jy sigma=0.000676 ! Fit after self-cal, rms=0.104447Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.551 mas, bmaj=18.69 mas, bpa=-2.439 degrees ! Estimated noise=1318.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000232672 Jy ! Component: 100 - total flux cleaned = 0.000492054 Jy ! Component: 150 - total flux cleaned = 0.000755649 Jy ! Component: 200 - total flux cleaned = 0.000907784 Jy ! Total flux subtracted in 200 components = 0.000907784 Jy ! Clean residual min=-0.004177 max=0.006413 Jy/beam ! Clean residual mean=-0.000035 rms=0.001663 Jy/beam ! Combined flux in latest and established models = 0.270906 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 110 components and 0.270906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104454Jy sigma=0.000676 ! Fit after self-cal, rms=0.104449Jy sigma=0.000676 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.000151636 Jy ! Component: 100 - total flux cleaned = -8.52516e-05 Jy ! Component: 150 - total flux cleaned = -8.05725e-06 Jy ! Component: 200 - total flux cleaned = 4.49331e-05 Jy ! Total flux subtracted in 200 components = 4.49331e-05 Jy ! Clean residual min=-0.004167 max=0.006420 Jy/beam ! Clean residual mean=-0.000035 rms=0.001660 Jy/beam ! Combined flux in latest and established models = 0.270951 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 118 components and 0.270951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104460Jy sigma=0.000676 ! Fit after self-cal, rms=0.104454Jy sigma=0.000676 ! 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.924 mas, bmaj=8.129 mas, bpa=-6.344 degrees ! Estimated noise=1010.26 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.924 x 8.129 at -6.344 degrees (North through East) ! Clean map min=-0.0032866 max=0.21762 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.479 mas, bmaj=7.066 mas, bpa=-8.185 degrees ! Estimated noise=1637.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.167625 Jy ! Component: 100 - total flux cleaned = 0.206946 Jy ! Component: 150 - total flux cleaned = 0.224432 Jy ! Component: 200 - total flux cleaned = 0.2343 Jy ! Total flux subtracted in 200 components = 0.2343 Jy ! Clean residual min=-0.004920 max=0.005113 Jy/beam ! Clean residual mean=0.000003 rms=0.001273 Jy/beam ! Combined flux in latest and established models = 0.2343 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.2343 Jy ! Inverting map and beam ! Estimated beam: bmin=2.924 mas, bmaj=8.129 mas, bpa=-6.344 degrees ! Estimated noise=1010.26 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.0079512 Jy ! Component: 100 - total flux cleaned = 0.0135088 Jy ! Component: 150 - total flux cleaned = 0.0177571 Jy ! Component: 200 - total flux cleaned = 0.0211688 Jy ! Total flux subtracted in 200 components = 0.0211688 Jy ! Clean residual min=-0.003417 max=0.004583 Jy/beam ! Clean residual mean=-0.000020 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.255469 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 58 components and 0.255469 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.551 mas, bmaj=18.69 mas, bpa=-2.439 degrees ! Estimated noise=1318.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00485413 Jy ! Component: 100 - total flux cleaned = 0.00792027 Jy ! Component: 150 - total flux cleaned = 0.0100454 Jy ! Component: 200 - total flux cleaned = 0.0115727 Jy ! Total flux subtracted in 200 components = 0.0115727 Jy ! Clean residual min=-0.004241 max=0.006754 Jy/beam ! Clean residual mean=-0.000037 rms=0.001742 Jy/beam ! Combined flux in latest and established models = 0.267042 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110568 Jy ! Component: 100 - total flux cleaned = 0.00190916 Jy ! Component: 150 - total flux cleaned = 0.00249504 Jy ! Component: 200 - total flux cleaned = 0.00292339 Jy ! Total flux subtracted in 200 components = 0.00292339 Jy ! Clean residual min=-0.004128 max=0.006434 Jy/beam ! Clean residual mean=-0.000036 rms=0.001664 Jy/beam ! Combined flux in latest and established models = 0.269965 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 127 components and 0.269965 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.924 mas, bmaj=8.129 mas, bpa=-6.344 degrees ! Estimated noise=1010.26 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000474864 Jy ! Component: 100 - total flux cleaned = -0.000472948 Jy ! Component: 150 - total flux cleaned = -0.000472866 Jy ! Component: 200 - total flux cleaned = -0.000508296 Jy ! Total flux subtracted in 200 components = -0.000508296 Jy ! Clean residual min=-0.003352 max=0.003833 Jy/beam ! Clean residual mean=-0.000017 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.269457 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 135 components and 0.269457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104454Jy sigma=0.000676 ! Fit after self-cal, rms=0.104448Jy sigma=0.000676 wmodel J0010-2157_S_2017_05_31_pus_map.mod ! Writing 135 model components to file: J0010-2157_S_2017_05_31_pus_map.mod wobs J0010-2157_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0010-2157_S_2017_05_31_pus_uvs.fits wwins J0010-2157_S_2017_05_31_pus_map.win ! wwins: Wrote 2 windows to J0010-2157_S_2017_05_31_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.00145387 Jy ! Component: 100 - total flux cleaned = 0.00225461 Jy ! Component: 150 - total flux cleaned = 0.00299974 Jy ! Component: 200 - total flux cleaned = 0.00359453 Jy ! Component: 250 - total flux cleaned = 0.00406144 Jy ! Component: 300 - total flux cleaned = 0.00446019 Jy ! Component: 350 - total flux cleaned = 0.00465181 Jy ! Component: 400 - total flux cleaned = 0.00492941 Jy ! Component: 450 - total flux cleaned = 0.00506264 Jy ! Component: 500 - total flux cleaned = 0.00514779 Jy ! Component: 550 - total flux cleaned = 0.00514632 Jy ! Component: 600 - total flux cleaned = 0.00514486 Jy ! Component: 650 - total flux cleaned = 0.00514371 Jy ! Component: 700 - total flux cleaned = 0.00514295 Jy ! Component: 750 - total flux cleaned = 0.00514269 Jy ! Component: 800 - total flux cleaned = 0.0052168 Jy ! Component: 850 - total flux cleaned = 0.0053602 Jy ! Component: 900 - total flux cleaned = 0.00539518 Jy ! Component: 950 - total flux cleaned = 0.00553382 Jy ! Component: 1000 - total flux cleaned = 0.00553381 Jy ! Component: 1050 - total flux cleaned = 0.00553423 Jy ! Component: 1100 - total flux cleaned = 0.00556714 Jy ! Component: 1150 - total flux cleaned = 0.00559901 Jy ! Component: 1200 - total flux cleaned = 0.00566252 Jy ! Component: 1250 - total flux cleaned = 0.00572502 Jy ! Component: 1300 - total flux cleaned = 0.0058471 Jy ! Component: 1350 - total flux cleaned = 0.00596716 Jy ! Component: 1400 - total flux cleaned = 0.00593735 Jy ! Component: 1450 - total flux cleaned = 0.00617035 Jy ! Component: 1500 - total flux cleaned = 0.00605563 Jy ! Component: 1550 - total flux cleaned = 0.00622601 Jy ! Component: 1600 - total flux cleaned = 0.00617031 Jy ! Component: 1650 - total flux cleaned = 0.00617063 Jy ! Component: 1700 - total flux cleaned = 0.00625197 Jy ! Component: 1750 - total flux cleaned = 0.00619784 Jy ! Component: 1800 - total flux cleaned = 0.0062776 Jy ! Component: 1850 - total flux cleaned = 0.00630367 Jy ! Component: 1900 - total flux cleaned = 0.00627736 Jy ! Component: 1950 - total flux cleaned = 0.0062009 Jy ! Component: 2000 - total flux cleaned = 0.0061758 Jy ! Component: 2050 - total flux cleaned = 0.00617561 Jy ! Component: 2100 - total flux cleaned = 0.00610158 Jy ! Component: 2150 - total flux cleaned = 0.00615054 Jy ! Component: 2200 - total flux cleaned = 0.00612631 Jy ! Component: 2250 - total flux cleaned = 0.00607798 Jy ! Component: 2300 - total flux cleaned = 0.0060539 Jy ! Component: 2350 - total flux cleaned = 0.00591341 Jy ! Component: 2400 - total flux cleaned = 0.00598284 Jy ! Component: 2450 - total flux cleaned = 0.0059596 Jy ! Component: 2500 - total flux cleaned = 0.00593675 Jy ! Component: 2550 - total flux cleaned = 0.0059368 Jy ! Component: 2600 - total flux cleaned = 0.00591473 Jy ! Component: 2650 - total flux cleaned = 0.00591488 Jy ! Component: 2700 - total flux cleaned = 0.00602468 Jy ! Component: 2750 - total flux cleaned = 0.00604604 Jy ! Component: 2800 - total flux cleaned = 0.00604606 Jy ! Component: 2850 - total flux cleaned = 0.00604571 Jy ! Component: 2900 - total flux cleaned = 0.00606691 Jy ! Component: 2950 - total flux cleaned = 0.00596285 Jy ! Component: 3000 - total flux cleaned = 0.00608659 Jy ! Component: 3050 - total flux cleaned = 0.00602491 Jy ! Component: 3100 - total flux cleaned = 0.00604524 Jy ! Component: 3150 - total flux cleaned = 0.00614575 Jy ! Component: 3200 - total flux cleaned = 0.00608569 Jy ! Component: 3250 - total flux cleaned = 0.00606575 Jy ! Component: 3300 - total flux cleaned = 0.00606594 Jy ! Component: 3350 - total flux cleaned = 0.00612421 Jy ! Component: 3400 - total flux cleaned = 0.00610514 Jy ! Component: 3450 - total flux cleaned = 0.00610531 Jy ! Component: 3500 - total flux cleaned = 0.00614327 Jy ! Component: 3550 - total flux cleaned = 0.00616211 Jy ! Component: 3600 - total flux cleaned = 0.00621798 Jy ! Component: 3650 - total flux cleaned = 0.00616244 Jy ! Component: 3700 - total flux cleaned = 0.00621744 Jy ! Component: 3750 - total flux cleaned = 0.00625385 Jy ! Component: 3800 - total flux cleaned = 0.00632632 Jy ! Component: 3850 - total flux cleaned = 0.0063083 Jy ! Component: 3900 - total flux cleaned = 0.00632621 Jy ! Component: 3950 - total flux cleaned = 0.00623786 Jy ! Component: 4000 - total flux cleaned = 0.00625574 Jy ! Component: 4050 - total flux cleaned = 0.00632564 Jy ! Total flux subtracted in 4096 components = 0.00627365 Jy ! Clean residual min=-0.000986 max=0.001196 Jy/beam ! Clean residual mean=-0.000001 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.27573 Jy keep ! Adding 334 model components to the UV plane model. ! The established model now contains 469 components and 0.275731 Jy ![Exited script file: muppet] wmap "J0010-2157_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.924 x 8.129 at -6.344 degrees (North through East) ! Clean map min=-0.0019343 max=0.21849 Jy/beam ! Writing clean map to FITS file: J0010-2157_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.218495 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000328558 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.451119 0.451119 0.902239 1.80448 3.60895 7.21791 14.4358 28.8716 57.7433 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.218 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.924 x 8.129 at -6.344 degrees (North through East) ! Clean map min=-0.0019343 max=0.21849 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 J0010-2157_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:28:30 2019