! Started logfile: J0003-1941_S_2017_02_19_pus_uvs.log on Sat May 4 18:38:24 2019 obs J0003-1941_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0003-1941_S_2017_02_19_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.767857 visibilities/baseline/integration-bin. ! Found source: J0003-1941 ! ! 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 482 lines of history. ! ! Reading 15480 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 J0003-1941_S_2017_02_19_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 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 160 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 476 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.836856Jy sigma=0.005474 ! Fit after self-cal, rms=0.814120Jy sigma=0.005332 ! 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.408 mas, bmaj=6.714 mas, bpa=-6.343 degrees ! Estimated noise=1374.04 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.144587 Jy ! Component: 100 - total flux cleaned = 0.183074 Jy ! Total flux subtracted in 100 components = 0.183074 Jy ! Clean residual min=-0.007315 max=0.015375 Jy/beam ! Clean residual mean=-0.000015 rms=0.001841 Jy/beam ! Combined flux in latest and established models = 0.183074 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.183074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118640Jy sigma=0.000702 ! Fit after self-cal, rms=0.118592Jy sigma=0.000702 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0165134 Jy ! Component: 100 - total flux cleaned = 0.0260395 Jy ! Total flux subtracted in 100 components = 0.0260395 Jy ! Clean residual min=-0.005531 max=0.006293 Jy/beam ! Clean residual mean=-0.000005 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.209114 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 32 components and 0.209114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115367Jy sigma=0.000682 ! Fit after self-cal, rms=0.115343Jy 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=2.879 mas, bmaj=7.298 mas, bpa=-4.792 degrees ! Estimated noise=968.268 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 (2.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00883062 Jy ! Component: 100 - total flux cleaned = 0.0141227 Jy ! Component: 150 - total flux cleaned = 0.0177663 Jy ! Component: 200 - total flux cleaned = 0.0203358 Jy ! Total flux subtracted in 200 components = 0.0203358 Jy ! Clean residual min=-0.005022 max=0.004296 Jy/beam ! Clean residual mean=0.000005 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.229449 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 70 components and 0.229449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114418Jy sigma=0.000678 ! Fit after self-cal, rms=0.114408Jy sigma=0.000678 ! 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.95 FD 0.96 HN 1.03 KP 1.04 ! LA 1.02 MK 0.98 NL 0.89 OV 1.04 ! PT 1.00* SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00 HN 1.07 KP 1.02 ! LA 0.97 MK 0.97 NL 1.05 OV 1.05 ! PT 1.00* SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.04 HN 1.01 KP 0.90 ! LA 0.78 MK 1.01 NL 1.15 OV 0.98 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.07 HN 0.94 KP 1.00* ! LA 0.82 MK 1.17 NL 1.00* OV 1.03 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.114408Jy sigma=0.000678 ! Fit after self-cal, rms=0.109539Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.89 mas, bmaj=7.324 mas, bpa=-4.604 degrees ! Estimated noise=962.83 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.00180186 Jy ! Component: 100 - total flux cleaned = -0.00231346 Jy ! Component: 150 - total flux cleaned = -0.00255657 Jy ! Component: 200 - total flux cleaned = -0.00277199 Jy ! Total flux subtracted in 200 components = -0.00277199 Jy ! Clean residual min=-0.003508 max=0.002929 Jy/beam ! Clean residual mean=0.000008 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.226677 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 87 components and 0.226677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109479Jy sigma=0.000664 ! Fit after self-cal, rms=0.109441Jy sigma=0.000664 ! 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.109441Jy sigma=0.000664 ! Fit after self-cal, rms=0.111090Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.891 mas, bmaj=7.336 mas, bpa=-4.67 degrees ! Estimated noise=963.173 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000501552 Jy ! Component: 100 - total flux cleaned = -0.000467907 Jy ! Component: 150 - total flux cleaned = -0.00049383 Jy ! Component: 200 - total flux cleaned = -0.000542368 Jy ! Total flux subtracted in 200 components = -0.000542368 Jy ! Clean residual min=-0.002708 max=0.002910 Jy/beam ! Clean residual mean=0.000006 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.226135 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 99 components and 0.226135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111073Jy sigma=0.000660 ! Fit after self-cal, rms=0.111123Jy sigma=0.000660 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 (-30.5, -46.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020605 Jy ! Component: 100 - total flux cleaned = 0.00211865 Jy ! Component: 150 - total flux cleaned = 0.00203195 Jy ! Component: 200 - total flux cleaned = 0.00183831 Jy ! Total flux subtracted in 200 components = 0.00183831 Jy ! Clean residual min=-0.002612 max=0.002567 Jy/beam ! Clean residual mean=0.000006 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.227973 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 122 components and 0.227973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111058Jy sigma=0.000660 ! Fit after self-cal, rms=0.111048Jy sigma=0.000660 ! 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.111048Jy sigma=0.000660 ! Fit after self-cal, rms=0.112251Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.346 mas, bpa=-4.66 degrees ! Estimated noise=960.791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000300523 Jy ! Component: 100 - total flux cleaned = -0.00049007 Jy ! Component: 150 - total flux cleaned = -0.000623645 Jy ! Component: 200 - total flux cleaned = -0.000774337 Jy ! Total flux subtracted in 200 components = -0.000774337 Jy ! Clean residual min=-0.002675 max=0.002472 Jy/beam ! Clean residual mean=0.000004 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.227199 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 133 components and 0.227199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112226Jy sigma=0.000659 ! Fit after self-cal, rms=0.112240Jy sigma=0.000659 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.000238656 Jy ! Component: 100 - total flux cleaned = -0.000321041 Jy ! Component: 150 - total flux cleaned = -0.000372548 Jy ! Component: 200 - total flux cleaned = -0.000445434 Jy ! Total flux subtracted in 200 components = -0.000445434 Jy ! Clean residual min=-0.002629 max=0.002477 Jy/beam ! Clean residual mean=0.000004 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.226754 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 141 components and 0.226754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112227Jy sigma=0.000659 ! Fit after self-cal, rms=0.112224Jy sigma=0.000659 ! 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.112224Jy sigma=0.000659 ! Fit after self-cal, rms=0.112217Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.935 mas, bmaj=14.07 mas, bpa=1.955 degrees ! Estimated noise=1298.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000253893 Jy ! Component: 100 - total flux cleaned = -0.000376641 Jy ! Component: 150 - total flux cleaned = -0.000478314 Jy ! Component: 200 - total flux cleaned = -0.000550847 Jy ! Total flux subtracted in 200 components = -0.000550847 Jy ! Clean residual min=-0.002386 max=0.002706 Jy/beam ! Clean residual mean=0.000008 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.226203 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 157 components and 0.226203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112209Jy sigma=0.000659 ! Fit after self-cal, rms=0.112209Jy sigma=0.000659 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.33125e-05 Jy ! Component: 100 - total flux cleaned = 4.17154e-05 Jy ! Component: 150 - total flux cleaned = -6.12884e-06 Jy ! Component: 200 - total flux cleaned = -5.21565e-05 Jy ! Total flux subtracted in 200 components = -5.21565e-05 Jy ! Clean residual min=-0.002389 max=0.002712 Jy/beam ! Clean residual mean=0.000007 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.226151 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 169 components and 0.226151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112207Jy sigma=0.000659 ! Fit after self-cal, rms=0.112204Jy sigma=0.000659 ! 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.888 mas, bmaj=7.352 mas, bpa=-4.686 degrees ! Estimated noise=959.323 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.352 at -4.686 degrees (North through East) ! Clean map min=-0.0024718 max=0.18569 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.417 mas, bmaj=6.75 mas, bpa=-6.075 degrees ! Estimated noise=1366.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.143449 Jy ! Component: 100 - total flux cleaned = 0.18233 Jy ! Component: 150 - total flux cleaned = 0.198479 Jy ! Component: 200 - total flux cleaned = 0.20718 Jy ! Total flux subtracted in 200 components = 0.20718 Jy ! Clean residual min=-0.004421 max=0.004615 Jy/beam ! Clean residual mean=-0.000003 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.20718 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.20718 Jy ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.352 mas, bpa=-4.686 degrees ! Estimated noise=959.323 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.00719935 Jy ! Component: 100 - total flux cleaned = 0.0116355 Jy ! Component: 150 - total flux cleaned = 0.0147598 Jy ! Component: 200 - total flux cleaned = 0.016806 Jy ! Total flux subtracted in 200 components = 0.016806 Jy ! Clean residual min=-0.002718 max=0.002568 Jy/beam ! Clean residual mean=0.000002 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.223986 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 70 components and 0.223986 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=6.935 mas, bmaj=14.07 mas, bpa=1.955 degrees ! Estimated noise=1298.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214036 Jy ! Component: 100 - total flux cleaned = 0.00244586 Jy ! Component: 150 - total flux cleaned = 0.0024461 Jy ! Component: 200 - total flux cleaned = 0.00248274 Jy ! Total flux subtracted in 200 components = 0.00248274 Jy ! Clean residual min=-0.002629 max=0.002679 Jy/beam ! Clean residual mean=0.000007 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.226469 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 = -3.36454e-05 Jy ! Component: 100 - total flux cleaned = -6.50538e-05 Jy ! Component: 150 - total flux cleaned = -9.2762e-05 Jy ! Component: 200 - total flux cleaned = -0.000118262 Jy ! Total flux subtracted in 200 components = -0.000118262 Jy ! Clean residual min=-0.002502 max=0.002681 Jy/beam ! Clean residual mean=0.000007 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.226351 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 111 components and 0.226351 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.352 mas, bpa=-4.686 degrees ! Estimated noise=959.323 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.72161e-05 Jy ! Component: 100 - total flux cleaned = -0.000125761 Jy ! Component: 150 - total flux cleaned = -0.000298412 Jy ! Component: 200 - total flux cleaned = -0.000417875 Jy ! Total flux subtracted in 200 components = -0.000417875 Jy ! Clean residual min=-0.002696 max=0.002618 Jy/beam ! Clean residual mean=0.000003 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.225933 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 128 components and 0.225933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112246Jy sigma=0.000659 ! Fit after self-cal, rms=0.112223Jy sigma=0.000659 wmodel J0003-1941_S_2017_02_19_pus_map.mod ! Writing 128 model components to file: J0003-1941_S_2017_02_19_pus_map.mod wobs J0003-1941_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0003-1941_S_2017_02_19_pus_uvs.fits wwins J0003-1941_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J0003-1941_S_2017_02_19_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 = 9.49476e-05 Jy ! Component: 100 - total flux cleaned = -0.000286234 Jy ! Component: 150 - total flux cleaned = -0.000685749 Jy ! Component: 200 - total flux cleaned = -0.000993411 Jy ! Component: 250 - total flux cleaned = -0.00140257 Jy ! Component: 300 - total flux cleaned = -0.00147443 Jy ! Component: 350 - total flux cleaned = -0.00164951 Jy ! Component: 400 - total flux cleaned = -0.00185474 Jy ! Component: 450 - total flux cleaned = -0.00202207 Jy ! Component: 500 - total flux cleaned = -0.00212033 Jy ! Component: 550 - total flux cleaned = -0.00240972 Jy ! Component: 600 - total flux cleaned = -0.00259807 Jy ! Component: 650 - total flux cleaned = -0.00269114 Jy ! Component: 700 - total flux cleaned = -0.00290431 Jy ! Component: 750 - total flux cleaned = -0.00302383 Jy ! Component: 800 - total flux cleaned = -0.00314206 Jy ! Component: 850 - total flux cleaned = -0.00328722 Jy ! Component: 900 - total flux cleaned = -0.0033728 Jy ! Component: 950 - total flux cleaned = -0.00348566 Jy ! Component: 1000 - total flux cleaned = -0.00365328 Jy ! Component: 1050 - total flux cleaned = -0.00373587 Jy ! Component: 1100 - total flux cleaned = -0.00379054 Jy ! Component: 1150 - total flux cleaned = -0.00400525 Jy ! Component: 1200 - total flux cleaned = -0.00416411 Jy ! Component: 1250 - total flux cleaned = -0.00421681 Jy ! Component: 1300 - total flux cleaned = -0.00442391 Jy ! Component: 1350 - total flux cleaned = -0.00455202 Jy ! Component: 1400 - total flux cleaned = -0.00470344 Jy ! Component: 1450 - total flux cleaned = -0.00475331 Jy ! Component: 1500 - total flux cleaned = -0.00485218 Jy ! Component: 1550 - total flux cleaned = -0.00490125 Jy ! Component: 1600 - total flux cleaned = -0.00507111 Jy ! Component: 1650 - total flux cleaned = -0.00514297 Jy ! Component: 1700 - total flux cleaned = -0.00514293 Jy ! Component: 1750 - total flux cleaned = -0.00526091 Jy ! Component: 1800 - total flux cleaned = -0.00528433 Jy ! Component: 1850 - total flux cleaned = -0.00544629 Jy ! Component: 1900 - total flux cleaned = -0.00549185 Jy ! Component: 1950 - total flux cleaned = -0.00553726 Jy ! Component: 2000 - total flux cleaned = -0.00564922 Jy ! Component: 2050 - total flux cleaned = -0.00562715 Jy ! Component: 2100 - total flux cleaned = -0.00575936 Jy ! Component: 2150 - total flux cleaned = -0.00584689 Jy ! Component: 2200 - total flux cleaned = -0.00586894 Jy ! Component: 2250 - total flux cleaned = -0.00601933 Jy ! Component: 2300 - total flux cleaned = -0.00608332 Jy ! Component: 2350 - total flux cleaned = -0.00627341 Jy ! Component: 2400 - total flux cleaned = -0.00637796 Jy ! Component: 2450 - total flux cleaned = -0.00646093 Jy ! Component: 2500 - total flux cleaned = -0.00658434 Jy ! Component: 2550 - total flux cleaned = -0.0066867 Jy ! Component: 2600 - total flux cleaned = -0.00678814 Jy ! Component: 2650 - total flux cleaned = -0.00692907 Jy ! Component: 2700 - total flux cleaned = -0.00700876 Jy ! Component: 2750 - total flux cleaned = -0.00706808 Jy ! Component: 2800 - total flux cleaned = -0.00716656 Jy ! Component: 2850 - total flux cleaned = -0.00724465 Jy ! Component: 2900 - total flux cleaned = -0.00738043 Jy ! Component: 2950 - total flux cleaned = -0.00745753 Jy ! Component: 3000 - total flux cleaned = -0.00761027 Jy ! Component: 3050 - total flux cleaned = -0.00778094 Jy ! Component: 3100 - total flux cleaned = -0.00783735 Jy ! Component: 3150 - total flux cleaned = -0.0080055 Jy ! Component: 3200 - total flux cleaned = -0.00809834 Jy ! Component: 3250 - total flux cleaned = -0.00817214 Jy ! Component: 3300 - total flux cleaned = -0.00828201 Jy ! Component: 3350 - total flux cleaned = -0.00839124 Jy ! Component: 3400 - total flux cleaned = -0.00849983 Jy ! Component: 3450 - total flux cleaned = -0.00860758 Jy ! Component: 3500 - total flux cleaned = -0.00869684 Jy ! Component: 3550 - total flux cleaned = -0.00869689 Jy ! Component: 3600 - total flux cleaned = -0.00878499 Jy ! Component: 3650 - total flux cleaned = -0.00895984 Jy ! Component: 3700 - total flux cleaned = -0.00904671 Jy ! Component: 3750 - total flux cleaned = -0.00908122 Jy ! Component: 3800 - total flux cleaned = -0.00904711 Jy ! Component: 3850 - total flux cleaned = -0.00916651 Jy ! Component: 3900 - total flux cleaned = -0.0092343 Jy ! Component: 3950 - total flux cleaned = -0.00931859 Jy ! Component: 4000 - total flux cleaned = -0.00938533 Jy ! Component: 4050 - total flux cleaned = -0.00946864 Jy ! Total flux subtracted in 4096 components = -0.00951809 Jy ! Clean residual min=-0.001133 max=0.000940 Jy/beam ! Clean residual mean=-0.000001 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.216415 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 432 components and 0.216415 Jy ![Exited script file: muppet] wmap "J0003-1941_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.352 at -4.686 degrees (North through East) ! Clean map min=-0.0021334 max=0.18562 Jy/beam ! Writing clean map to FITS file: J0003-1941_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.185617 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000297371 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.480619 0.480619 0.961238 1.92248 3.84495 7.68991 15.3798 30.7596 61.5192 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.185 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.888 x 7.352 at -4.686 degrees (North through East) ! Clean map min=-0.0021334 max=0.18562 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 J0003-1941_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:38:29 2019