! Started logfile: J0001-1551_S_2017_02_19_pus_uvs.log on Sat May 4 18:38:09 2019 obs J0001-1551_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J0001-1551_S_2017_02_19_pus_uva.fits ! AN table 1: 103 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.682201 visibilities/baseline/integration-bin. ! Found source: J0001-1551 ! ! 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 12648 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 J0001-1551_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 186 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 186 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 186 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 460 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.831293Jy sigma=0.005686 ! Fit after self-cal, rms=0.802365Jy sigma=0.005503 ! 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.464 mas, bmaj=6.355 mas, bpa=-4.188 degrees ! Estimated noise=1351.92 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.147027 Jy ! Component: 100 - total flux cleaned = 0.186501 Jy ! Total flux subtracted in 100 components = 0.186501 Jy ! Clean residual min=-0.008991 max=0.022505 Jy/beam ! Clean residual mean=-0.000063 rms=0.002398 Jy/beam ! Combined flux in latest and established models = 0.186501 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.186501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122793Jy sigma=0.000746 ! Fit after self-cal, rms=0.122659Jy sigma=0.000746 ! Inverting map ! Added new window around map position (-3, 2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0238659 Jy ! Component: 100 - total flux cleaned = 0.037467 Jy ! Total flux subtracted in 100 components = 0.037467 Jy ! Clean residual min=-0.006908 max=0.007095 Jy/beam ! Clean residual mean=-0.000034 rms=0.001635 Jy/beam ! Combined flux in latest and established models = 0.223968 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 13 components and 0.223968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115416Jy sigma=0.000701 ! Fit after self-cal, rms=0.115275Jy sigma=0.000700 ! 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.942 mas, bmaj=7.45 mas, bpa=-5.297 degrees ! Estimated noise=1016.18 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.0144325 Jy ! Component: 100 - total flux cleaned = 0.0226437 Jy ! Component: 150 - total flux cleaned = 0.0280634 Jy ! Component: 200 - total flux cleaned = 0.0318567 Jy ! Total flux subtracted in 200 components = 0.0318567 Jy ! Clean residual min=-0.005155 max=0.005110 Jy/beam ! Clean residual mean=-0.000030 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 0.255825 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 61 components and 0.255825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112878Jy sigma=0.000689 ! Fit after self-cal, rms=0.112820Jy sigma=0.000688 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.93 HN 1.05 KP 1.06 ! LA 0.99 MK 0.97 NL 0.87 OV 1.06 ! PT 1.00* SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.00 HN 1.05 KP 1.04 ! LA 0.99 MK 0.96 NL 1.03 OV 1.07 ! PT 1.00* SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.04 HN 1.00 KP 0.89 ! LA 0.78 MK 0.98 NL 1.17 OV 0.96 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.06 HN 0.93 KP 1.00* ! LA 0.79 MK 1.27 NL 1.00* OV 1.00 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.112820Jy sigma=0.000688 ! Fit after self-cal, rms=0.105182Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.951 mas, bmaj=7.512 mas, bpa=-5.233 degrees ! Estimated noise=1011.94 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 (-15, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00510361 Jy ! Component: 100 - total flux cleaned = 0.00818396 Jy ! Component: 150 - total flux cleaned = 0.0105043 Jy ! Component: 200 - total flux cleaned = 0.0123389 Jy ! Total flux subtracted in 200 components = 0.0123389 Jy ! Clean residual min=-0.003166 max=0.003143 Jy/beam ! Clean residual mean=0.000002 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.268164 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 102 components and 0.268164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104902Jy sigma=0.000664 ! Fit after self-cal, rms=0.104874Jy 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.104874Jy sigma=0.000664 ! Fit after self-cal, rms=0.105709Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.954 mas, bmaj=7.54 mas, bpa=-5.214 degrees ! Estimated noise=1012.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00215165 Jy ! Component: 100 - total flux cleaned = 0.00343101 Jy ! Component: 150 - total flux cleaned = 0.00440322 Jy ! Component: 200 - total flux cleaned = 0.00524172 Jy ! Total flux subtracted in 200 components = 0.00524172 Jy ! Clean residual min=-0.002706 max=0.002825 Jy/beam ! Clean residual mean=0.000000 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.273406 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 122 components and 0.273406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105650Jy sigma=0.000660 ! Fit after self-cal, rms=0.105684Jy 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 (-89, 52.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000881193 Jy ! Component: 100 - total flux cleaned = 0.00075101 Jy ! Component: 150 - total flux cleaned = 0.00104059 Jy ! Component: 200 - total flux cleaned = 0.00146255 Jy ! Total flux subtracted in 200 components = 0.00146255 Jy ! Clean residual min=-0.002743 max=0.002380 Jy/beam ! Clean residual mean=0.000003 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.274868 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 136 components and 0.274868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105596Jy sigma=0.000659 ! Fit after self-cal, rms=0.105588Jy sigma=0.000659 ! 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.105588Jy sigma=0.000659 ! Fit after self-cal, rms=0.106397Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.952 mas, bmaj=7.548 mas, bpa=-5.299 degrees ! Estimated noise=1011.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00037613 Jy ! Component: 100 - total flux cleaned = 0.000779019 Jy ! Component: 150 - total flux cleaned = 0.00116815 Jy ! Component: 200 - total flux cleaned = 0.00145078 Jy ! Total flux subtracted in 200 components = 0.00145078 Jy ! Clean residual min=-0.002551 max=0.002269 Jy/beam ! Clean residual mean=-0.000001 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.276319 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 144 components and 0.276319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106359Jy sigma=0.000659 ! Fit after self-cal, rms=0.106361Jy sigma=0.000658 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.000250292 Jy ! Component: 100 - total flux cleaned = 0.000348827 Jy ! Component: 150 - total flux cleaned = 0.000505263 Jy ! Component: 200 - total flux cleaned = 0.000711403 Jy ! Total flux subtracted in 200 components = 0.000711403 Jy ! Clean residual min=-0.002517 max=0.002153 Jy/beam ! Clean residual mean=-0.000000 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.27703 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 156 components and 0.27703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106342Jy sigma=0.000658 ! Fit after self-cal, rms=0.106340Jy sigma=0.000658 ! 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.106340Jy sigma=0.000658 ! Fit after self-cal, rms=0.106440Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.047 mas, bmaj=13.41 mas, bpa=3.243 degrees ! Estimated noise=1361.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00193188 Jy ! Component: 100 - total flux cleaned = 0.00316253 Jy ! Component: 150 - total flux cleaned = 0.00401805 Jy ! Component: 200 - total flux cleaned = 0.00464737 Jy ! Total flux subtracted in 200 components = 0.00464737 Jy ! Clean residual min=-0.002252 max=0.002206 Jy/beam ! Clean residual mean=0.000004 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.281678 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 171 components and 0.281678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106434Jy sigma=0.000658 ! Fit after self-cal, rms=0.106431Jy sigma=0.000658 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.000557027 Jy ! Component: 100 - total flux cleaned = 0.000908867 Jy ! Component: 150 - total flux cleaned = 0.00104028 Jy ! Component: 200 - total flux cleaned = 0.00112664 Jy ! Total flux subtracted in 200 components = 0.00112664 Jy ! Clean residual min=-0.002155 max=0.002272 Jy/beam ! Clean residual mean=0.000005 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.282804 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 176 components and 0.282804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106430Jy sigma=0.000658 ! Fit after self-cal, rms=0.106429Jy sigma=0.000658 ! 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.951 mas, bmaj=7.556 mas, bpa=-5.347 degrees ! Estimated noise=1011.84 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.951 x 7.556 at -5.347 degrees (North through East) ! Clean map min=-0.0025512 max=0.19539 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.468 mas, bmaj=6.433 mas, bpa=-4.063 degrees ! Estimated noise=1350.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.146273 Jy ! Component: 100 - total flux cleaned = 0.189541 Jy ! Component: 150 - total flux cleaned = 0.211895 Jy ! Component: 200 - total flux cleaned = 0.224772 Jy ! Total flux subtracted in 200 components = 0.224772 Jy ! Clean residual min=-0.005040 max=0.006720 Jy/beam ! Clean residual mean=-0.000026 rms=0.001213 Jy/beam ! Combined flux in latest and established models = 0.224772 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.224772 Jy ! Inverting map and beam ! Estimated beam: bmin=2.951 mas, bmaj=7.556 mas, bpa=-5.347 degrees ! Estimated noise=1011.84 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.012805 Jy ! Component: 100 - total flux cleaned = 0.0203697 Jy ! Component: 150 - total flux cleaned = 0.0261751 Jy ! Component: 200 - total flux cleaned = 0.0308812 Jy ! Total flux subtracted in 200 components = 0.0308812 Jy ! Clean residual min=-0.003060 max=0.003837 Jy/beam ! Clean residual mean=-0.000020 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.255653 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 61 components and 0.255653 Jy ! Inverting map ! Added new window around map position (-9.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00392347 Jy ! Component: 100 - total flux cleaned = 0.0066554 Jy ! Component: 150 - total flux cleaned = 0.00909728 Jy ! Component: 200 - total flux cleaned = 0.0111884 Jy ! Total flux subtracted in 200 components = 0.0111884 Jy ! Clean residual min=-0.002531 max=0.002623 Jy/beam ! Clean residual mean=-0.000010 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.266842 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 92 components and 0.266841 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.047 mas, bmaj=13.41 mas, bpa=3.243 degrees ! Estimated noise=1361.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00398765 Jy ! Component: 100 - total flux cleaned = 0.00660832 Jy ! Component: 150 - total flux cleaned = 0.00858681 Jy ! Component: 200 - total flux cleaned = 0.0101802 Jy ! Total flux subtracted in 200 components = 0.0101802 Jy ! Clean residual min=-0.002252 max=0.002316 Jy/beam ! Clean residual mean=-0.000005 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.277022 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.00132509 Jy ! Component: 100 - total flux cleaned = 0.00222685 Jy ! Component: 150 - total flux cleaned = 0.00277274 Jy ! Component: 200 - total flux cleaned = 0.00318649 Jy ! Total flux subtracted in 200 components = 0.00318649 Jy ! Clean residual min=-0.002037 max=0.002142 Jy/beam ! Clean residual mean=0.000000 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.280208 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 157 components and 0.280208 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.951 mas, bmaj=7.556 mas, bpa=-5.347 degrees ! Estimated noise=1011.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000384777 Jy ! Component: 100 - total flux cleaned = -0.00028838 Jy ! Component: 150 - total flux cleaned = -0.00024385 Jy ! Component: 200 - total flux cleaned = -0.000121214 Jy ! Total flux subtracted in 200 components = -0.000121214 Jy ! Clean residual min=-0.002670 max=0.002083 Jy/beam ! Clean residual mean=0.000000 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.280087 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 174 components and 0.280087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106407Jy sigma=0.000658 ! Fit after self-cal, rms=0.106388Jy sigma=0.000658 wmodel J0001-1551_S_2017_02_19_pus_map.mod ! Writing 174 model components to file: J0001-1551_S_2017_02_19_pus_map.mod wobs J0001-1551_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J0001-1551_S_2017_02_19_pus_uvs.fits wwins J0001-1551_S_2017_02_19_pus_map.win ! wwins: Wrote 5 windows to J0001-1551_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 = -0.000851142 Jy ! Component: 100 - total flux cleaned = -0.00139504 Jy ! Component: 150 - total flux cleaned = -0.0018774 Jy ! Component: 200 - total flux cleaned = -0.00234238 Jy ! Component: 250 - total flux cleaned = -0.00268774 Jy ! Component: 300 - total flux cleaned = -0.00302309 Jy ! Component: 350 - total flux cleaned = -0.00338145 Jy ! Component: 400 - total flux cleaned = -0.00366771 Jy ! Component: 450 - total flux cleaned = -0.00388633 Jy ! Component: 500 - total flux cleaned = -0.00413097 Jy ! Component: 550 - total flux cleaned = -0.00440103 Jy ! Component: 600 - total flux cleaned = -0.00457775 Jy ! Component: 650 - total flux cleaned = -0.00475181 Jy ! Component: 700 - total flux cleaned = -0.00489448 Jy ! Component: 750 - total flux cleaned = -0.00503503 Jy ! Component: 800 - total flux cleaned = -0.00506294 Jy ! Component: 850 - total flux cleaned = -0.00509062 Jy ! Component: 900 - total flux cleaned = -0.0051979 Jy ! Component: 950 - total flux cleaned = -0.00527711 Jy ! Component: 1000 - total flux cleaned = -0.00527707 Jy ! Component: 1050 - total flux cleaned = -0.00530312 Jy ! Component: 1100 - total flux cleaned = -0.00543015 Jy ! Component: 1150 - total flux cleaned = -0.00540473 Jy ! Component: 1200 - total flux cleaned = -0.00547952 Jy ! Component: 1250 - total flux cleaned = -0.00543019 Jy ! Component: 1300 - total flux cleaned = -0.00543077 Jy ! Component: 1350 - total flux cleaned = -0.00552625 Jy ! Component: 1400 - total flux cleaned = -0.00545454 Jy ! Component: 1450 - total flux cleaned = -0.00536049 Jy ! Component: 1500 - total flux cleaned = -0.00533736 Jy ! Component: 1550 - total flux cleaned = -0.00526862 Jy ! Component: 1600 - total flux cleaned = -0.00524585 Jy ! Component: 1650 - total flux cleaned = -0.00526835 Jy ! Component: 1700 - total flux cleaned = -0.00520157 Jy ! Component: 1750 - total flux cleaned = -0.00511328 Jy ! Component: 1800 - total flux cleaned = -0.00509126 Jy ! Component: 1850 - total flux cleaned = -0.0049829 Jy ! Component: 1900 - total flux cleaned = -0.00500413 Jy ! Component: 1950 - total flux cleaned = -0.00481238 Jy ! Component: 2000 - total flux cleaned = -0.00474923 Jy ! Component: 2050 - total flux cleaned = -0.00468659 Jy ! Component: 2100 - total flux cleaned = -0.0046036 Jy ! Component: 2150 - total flux cleaned = -0.00454237 Jy ! Component: 2200 - total flux cleaned = -0.00446081 Jy ! Component: 2250 - total flux cleaned = -0.00440044 Jy ! Component: 2300 - total flux cleaned = -0.00432003 Jy ! Component: 2350 - total flux cleaned = -0.00430015 Jy ! Component: 2400 - total flux cleaned = -0.00418153 Jy ! Component: 2450 - total flux cleaned = -0.00414234 Jy ! Component: 2500 - total flux cleaned = -0.00404513 Jy ! Component: 2550 - total flux cleaned = -0.00404502 Jy ! Component: 2600 - total flux cleaned = -0.0039299 Jy ! Component: 2650 - total flux cleaned = -0.00385392 Jy ! Component: 2700 - total flux cleaned = -0.00387286 Jy ! Component: 2750 - total flux cleaned = -0.00377898 Jy ! Component: 2800 - total flux cleaned = -0.00372327 Jy ! Component: 2850 - total flux cleaned = -0.00366791 Jy ! Component: 2900 - total flux cleaned = -0.00364955 Jy ! Component: 2950 - total flux cleaned = -0.00363133 Jy ! Component: 3000 - total flux cleaned = -0.00363147 Jy ! Component: 3050 - total flux cleaned = -0.00366758 Jy ! Component: 3100 - total flux cleaned = -0.00363177 Jy ! Component: 3150 - total flux cleaned = -0.00363183 Jy ! Component: 3200 - total flux cleaned = -0.00357925 Jy ! Component: 3250 - total flux cleaned = -0.0036141 Jy ! Component: 3300 - total flux cleaned = -0.00363147 Jy ! Component: 3350 - total flux cleaned = -0.00364871 Jy ! Component: 3400 - total flux cleaned = -0.00359731 Jy ! Component: 3450 - total flux cleaned = -0.00356329 Jy ! Component: 3500 - total flux cleaned = -0.00356339 Jy ! Component: 3550 - total flux cleaned = -0.00354657 Jy ! Component: 3600 - total flux cleaned = -0.00354638 Jy ! Component: 3650 - total flux cleaned = -0.00351316 Jy ! Component: 3700 - total flux cleaned = -0.00357912 Jy ! Component: 3750 - total flux cleaned = -0.00352995 Jy ! Component: 3800 - total flux cleaned = -0.00353 Jy ! Component: 3850 - total flux cleaned = -0.00353001 Jy ! Component: 3900 - total flux cleaned = -0.00351399 Jy ! Component: 3950 - total flux cleaned = -0.00352995 Jy ! Component: 4000 - total flux cleaned = -0.00353013 Jy ! Component: 4050 - total flux cleaned = -0.00357762 Jy ! Total flux subtracted in 4096 components = -0.00348315 Jy ! Clean residual min=-0.000911 max=0.000979 Jy/beam ! Clean residual mean=-0.000000 rms=0.000284 Jy/beam ! Combined flux in latest and established models = 0.276604 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 453 components and 0.276604 Jy ![Exited script file: muppet] wmap "J0001-1551_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.951 x 7.556 at -5.347 degrees (North through East) ! Clean map min=-0.0022546 max=0.19598 Jy/beam ! Writing clean map to FITS file: J0001-1551_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.195985 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000282901 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.433045 0.433045 0.86609 1.73218 3.46436 6.92872 13.8574 27.7149 55.4297 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.195 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.951 x 7.556 at -5.347 degrees (North through East) ! Clean map min=-0.0022546 max=0.19598 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 J0001-1551_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:38:14 2019