! Started logfile: J1148-0404_S_2017_07_16_pus_uvs.log on Thu May 9 11:08:31 2019 obs J1148-0404_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1148-0404_S_2017_07_16_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.758808 visibilities/baseline/integration-bin. ! Found source: J1148-0404 ! ! 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 815 lines of history. ! ! Reading 11200 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 J1148-0404_S_2017_07_16_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 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 210 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 141 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 513 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.952011Jy sigma=0.007665 ! Fit after self-cal, rms=0.920279Jy sigma=0.007450 ! 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.51 mas, bmaj=6.643 mas, bpa=-4.375 degrees ! Estimated noise=1343.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 (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0632702 Jy ! Component: 100 - total flux cleaned = 0.0785964 Jy ! Total flux subtracted in 100 components = 0.0785964 Jy ! Clean residual min=-0.004599 max=0.007972 Jy/beam ! Clean residual mean=0.000000 rms=0.001217 Jy/beam ! Combined flux in latest and established models = 0.0785964 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0785964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089143Jy sigma=0.000676 ! Fit after self-cal, rms=0.089039Jy sigma=0.000676 ! Inverting map ! Added new window around map position (-5, -2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00830574 Jy ! Component: 100 - total flux cleaned = 0.0137283 Jy ! Total flux subtracted in 100 components = 0.0137283 Jy ! Clean residual min=-0.004612 max=0.004594 Jy/beam ! Clean residual mean=0.000002 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.0923247 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 33 components and 0.0923247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088087Jy sigma=0.000668 ! Fit after self-cal, rms=0.088021Jy sigma=0.000668 ! 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.9 mas, bmaj=7.437 mas, bpa=-4.016 degrees ! Estimated noise=1006.14 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.00514153 Jy ! Component: 100 - total flux cleaned = 0.00822087 Jy ! Component: 150 - total flux cleaned = 0.0103307 Jy ! Component: 200 - total flux cleaned = 0.011796 Jy ! Total flux subtracted in 200 components = 0.011796 Jy ! Clean residual min=-0.002987 max=0.003290 Jy/beam ! Clean residual mean=0.000005 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.104121 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 50 components and 0.104121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087649Jy sigma=0.000665 ! Fit after self-cal, rms=0.087612Jy sigma=0.000665 ! 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.96 FD 1.00* HN 1.02 KP 1.03 ! LA 0.95 MK 1.03 NL 0.90 OV 1.04 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.05 KP 1.02 ! LA 0.97 MK 1.08 NL 1.11 OV 1.04 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 0.96 KP 1.03 ! LA 0.96 MK 1.03 NL 1.04 OV 0.93 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.87 KP 1.00* ! LA 0.98 MK 0.82 NL 1.00* OV 1.00* ! PT 0.92 SC 1.00* ! ! ! Fit before self-cal, rms=0.087612Jy sigma=0.000665 ! Fit after self-cal, rms=0.085673Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.917 mas, bmaj=7.44 mas, bpa=-3.936 degrees ! Estimated noise=999.587 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.00135953 Jy ! Component: 100 - total flux cleaned = 0.00156906 Jy ! Component: 150 - total flux cleaned = 0.00159557 Jy ! Component: 200 - total flux cleaned = 0.00153626 Jy ! Total flux subtracted in 200 components = 0.00153626 Jy ! Clean residual min=-0.002639 max=0.003148 Jy/beam ! Clean residual mean=0.000002 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.105657 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 59 components and 0.105657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085639Jy sigma=0.000663 ! Fit after self-cal, rms=0.085630Jy sigma=0.000663 ! 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.085630Jy sigma=0.000663 ! Fit after self-cal, rms=0.086588Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.917 mas, bmaj=7.455 mas, bpa=-3.759 degrees ! Estimated noise=1004.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000589875 Jy ! Component: 100 - total flux cleaned = 0.000659996 Jy ! Component: 150 - total flux cleaned = 0.000675632 Jy ! Component: 200 - total flux cleaned = 0.000691287 Jy ! Total flux subtracted in 200 components = 0.000691287 Jy ! Clean residual min=-0.002558 max=0.002653 Jy/beam ! Clean residual mean=0.000002 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.106348 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 69 components and 0.106348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086578Jy sigma=0.000660 ! Fit after self-cal, rms=0.086620Jy 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 (78, 107.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015723 Jy ! Component: 100 - total flux cleaned = 0.00157899 Jy ! Component: 150 - total flux cleaned = 0.00140588 Jy ! Component: 200 - total flux cleaned = 0.00121961 Jy ! Total flux subtracted in 200 components = 0.00121961 Jy ! Clean residual min=-0.002469 max=0.002674 Jy/beam ! Clean residual mean=0.000002 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.107568 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 90 components and 0.107568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086538Jy sigma=0.000659 ! Fit after self-cal, rms=0.086534Jy sigma=0.000659 ! Inverting map ! Added new window around map position (-121.5, -94). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00220648 Jy ! Component: 100 - total flux cleaned = 0.00308032 Jy ! Component: 150 - total flux cleaned = 0.00316555 Jy ! Component: 200 - total flux cleaned = 0.00320104 Jy ! Total flux subtracted in 200 components = 0.00320104 Jy ! Clean residual min=-0.002478 max=0.002195 Jy/beam ! Clean residual mean=0.000001 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.110769 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 109 components and 0.110769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086470Jy sigma=0.000659 ! Fit after self-cal, rms=0.086466Jy 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.086466Jy sigma=0.000659 ! Fit after self-cal, rms=0.087439Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.909 mas, bmaj=7.446 mas, bpa=-3.736 degrees ! Estimated noise=1003.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113431 Jy ! Component: 100 - total flux cleaned = 0.00149772 Jy ! Component: 150 - total flux cleaned = 0.00161197 Jy ! Component: 200 - total flux cleaned = 0.00171704 Jy ! Total flux subtracted in 200 components = 0.00171704 Jy ! Clean residual min=-0.002243 max=0.002086 Jy/beam ! Clean residual mean=0.000001 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.112486 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 122 components and 0.112486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087417Jy sigma=0.000658 ! Fit after self-cal, rms=0.087463Jy 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.00029172 Jy ! Component: 100 - total flux cleaned = 0.0003665 Jy ! Component: 150 - total flux cleaned = 0.000413783 Jy ! Component: 200 - total flux cleaned = 0.000435588 Jy ! Total flux subtracted in 200 components = 0.000435588 Jy ! Clean residual min=-0.002254 max=0.002028 Jy/beam ! Clean residual mean=0.000001 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.112922 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 131 components and 0.112922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087450Jy sigma=0.000658 ! Fit after self-cal, rms=0.087451Jy 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.087451Jy sigma=0.000658 ! Fit after self-cal, rms=0.087631Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.681 mas, bmaj=13.11 mas, bpa=-4.272 degrees ! Estimated noise=1359.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000501887 Jy ! Component: 100 - total flux cleaned = 0.000602012 Jy ! Component: 150 - total flux cleaned = 0.000602209 Jy ! Component: 200 - total flux cleaned = 0.00058433 Jy ! Total flux subtracted in 200 components = 0.00058433 Jy ! Clean residual min=-0.002050 max=0.002087 Jy/beam ! Clean residual mean=0.000002 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.113506 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 149 components and 0.113506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087625Jy sigma=0.000658 ! Fit after self-cal, rms=0.087632Jy 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.000122526 Jy ! Component: 100 - total flux cleaned = 0.000105952 Jy ! Component: 150 - total flux cleaned = 8.95741e-05 Jy ! Component: 200 - total flux cleaned = 8.94662e-05 Jy ! Total flux subtracted in 200 components = 8.94662e-05 Jy ! Clean residual min=-0.002047 max=0.002043 Jy/beam ! Clean residual mean=0.000002 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.113595 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 158 components and 0.113595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087629Jy sigma=0.000658 ! Fit after self-cal, rms=0.087631Jy 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.907 mas, bmaj=7.444 mas, bpa=-3.771 degrees ! Estimated noise=1003.54 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.907 x 7.444 at -3.771 degrees (North through East) ! Clean map min=-0.0021504 max=0.081363 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.521 mas, bmaj=6.663 mas, bpa=-4.156 degrees ! Estimated noise=1342.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0625423 Jy ! Component: 100 - total flux cleaned = 0.0786048 Jy ! Component: 150 - total flux cleaned = 0.0872629 Jy ! Component: 200 - total flux cleaned = 0.0932154 Jy ! Total flux subtracted in 200 components = 0.0932154 Jy ! Clean residual min=-0.003694 max=0.003671 Jy/beam ! Clean residual mean=0.000001 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.0932154 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0932154 Jy ! Inverting map and beam ! Estimated beam: bmin=2.907 mas, bmaj=7.444 mas, bpa=-3.771 degrees ! Estimated noise=1003.54 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.00551621 Jy ! Component: 100 - total flux cleaned = 0.00945415 Jy ! Component: 150 - total flux cleaned = 0.0124767 Jy ! Component: 200 - total flux cleaned = 0.0148429 Jy ! Total flux subtracted in 200 components = 0.0148429 Jy ! Clean residual min=-0.002333 max=0.002186 Jy/beam ! Clean residual mean=0.000004 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.108058 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 58 components and 0.108058 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.681 mas, bmaj=13.11 mas, bpa=-4.272 degrees ! Estimated noise=1359.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00292591 Jy ! Component: 100 - total flux cleaned = 0.00382728 Jy ! Component: 150 - total flux cleaned = 0.00413369 Jy ! Component: 200 - total flux cleaned = 0.00443425 Jy ! Total flux subtracted in 200 components = 0.00443425 Jy ! Clean residual min=-0.002042 max=0.002022 Jy/beam ! Clean residual mean=0.000003 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.112493 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.000254343 Jy ! Component: 100 - total flux cleaned = 0.000348703 Jy ! Component: 150 - total flux cleaned = 0.0004034 Jy ! Component: 200 - total flux cleaned = 0.00047786 Jy ! Total flux subtracted in 200 components = 0.00047786 Jy ! Clean residual min=-0.001995 max=0.002045 Jy/beam ! Clean residual mean=0.000002 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.11297 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 115 components and 0.11297 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.907 mas, bmaj=7.444 mas, bpa=-3.771 degrees ! Estimated noise=1003.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200313 Jy ! Component: 100 - total flux cleaned = 0.000286259 Jy ! Component: 150 - total flux cleaned = 0.000285534 Jy ! Component: 200 - total flux cleaned = 0.000319986 Jy ! Total flux subtracted in 200 components = 0.000319986 Jy ! Clean residual min=-0.002276 max=0.002160 Jy/beam ! Clean residual mean=0.000001 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.11329 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 134 components and 0.11329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087673Jy sigma=0.000658 ! Fit after self-cal, rms=0.087661Jy sigma=0.000658 wmodel J1148-0404_S_2017_07_16_pus_map.mod ! Writing 134 model components to file: J1148-0404_S_2017_07_16_pus_map.mod wobs J1148-0404_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1148-0404_S_2017_07_16_pus_uvs.fits wwins J1148-0404_S_2017_07_16_pus_map.win ! wwins: Wrote 4 windows to J1148-0404_S_2017_07_16_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.000405698 Jy ! Component: 100 - total flux cleaned = -0.000590082 Jy ! Component: 150 - total flux cleaned = -0.000766397 Jy ! Component: 200 - total flux cleaned = -0.00107209 Jy ! Component: 250 - total flux cleaned = -0.00113741 Jy ! Component: 300 - total flux cleaned = -0.00113681 Jy ! Component: 350 - total flux cleaned = -0.00107392 Jy ! Component: 400 - total flux cleaned = -0.00110405 Jy ! Component: 450 - total flux cleaned = -0.00101494 Jy ! Component: 500 - total flux cleaned = -0.00107353 Jy ! Component: 550 - total flux cleaned = -0.00098769 Jy ! Component: 600 - total flux cleaned = -0.000959963 Jy ! Component: 650 - total flux cleaned = -0.000987115 Jy ! Component: 700 - total flux cleaned = -0.000905399 Jy ! Component: 750 - total flux cleaned = -0.000905457 Jy ! Component: 800 - total flux cleaned = -0.000906085 Jy ! Component: 850 - total flux cleaned = -0.000957786 Jy ! Component: 900 - total flux cleaned = -0.000880963 Jy ! Component: 950 - total flux cleaned = -0.000805206 Jy ! Component: 1000 - total flux cleaned = -0.000755728 Jy ! Component: 1050 - total flux cleaned = -0.000706436 Jy ! Component: 1100 - total flux cleaned = -0.000731104 Jy ! Component: 1150 - total flux cleaned = -0.000683083 Jy ! Component: 1200 - total flux cleaned = -0.000659941 Jy ! Component: 1250 - total flux cleaned = -0.000636956 Jy ! Component: 1300 - total flux cleaned = -0.000683477 Jy ! Component: 1350 - total flux cleaned = -0.000637189 Jy ! Component: 1400 - total flux cleaned = -0.000637589 Jy ! Component: 1450 - total flux cleaned = -0.00070467 Jy ! Component: 1500 - total flux cleaned = -0.000638559 Jy ! Component: 1550 - total flux cleaned = -0.00068205 Jy ! Component: 1600 - total flux cleaned = -0.000638976 Jy ! Component: 1650 - total flux cleaned = -0.000639178 Jy ! Component: 1700 - total flux cleaned = -0.00070295 Jy ! Component: 1750 - total flux cleaned = -0.000681869 Jy ! Component: 1800 - total flux cleaned = -0.000598934 Jy ! Component: 1850 - total flux cleaned = -0.000722446 Jy ! Component: 1900 - total flux cleaned = -0.000620545 Jy ! Component: 1950 - total flux cleaned = -0.000721382 Jy ! Component: 2000 - total flux cleaned = -0.000721481 Jy ! Component: 2050 - total flux cleaned = -0.000721379 Jy ! Component: 2100 - total flux cleaned = -0.000760757 Jy ! Component: 2150 - total flux cleaned = -0.000780205 Jy ! Component: 2200 - total flux cleaned = -0.000856848 Jy ! Component: 2250 - total flux cleaned = -0.000761566 Jy ! Component: 2300 - total flux cleaned = -0.000761732 Jy ! Component: 2350 - total flux cleaned = -0.000761726 Jy ! Component: 2400 - total flux cleaned = -0.000761755 Jy ! Component: 2450 - total flux cleaned = -0.000688024 Jy ! Component: 2500 - total flux cleaned = -0.000688272 Jy ! Component: 2550 - total flux cleaned = -0.000633844 Jy ! Component: 2600 - total flux cleaned = -0.000598046 Jy ! Component: 2650 - total flux cleaned = -0.00059812 Jy ! Component: 2700 - total flux cleaned = -0.000633105 Jy ! Component: 2750 - total flux cleaned = -0.000580603 Jy ! Component: 2800 - total flux cleaned = -0.000597919 Jy ! Component: 2850 - total flux cleaned = -0.000494429 Jy ! Component: 2900 - total flux cleaned = -0.000494466 Jy ! Component: 2950 - total flux cleaned = -0.000443585 Jy ! Component: 3000 - total flux cleaned = -0.000426803 Jy ! Component: 3050 - total flux cleaned = -0.000326543 Jy ! Component: 3100 - total flux cleaned = -0.000392791 Jy ! Component: 3150 - total flux cleaned = -0.000343457 Jy ! Component: 3200 - total flux cleaned = -0.000376202 Jy ! Component: 3250 - total flux cleaned = -0.000343827 Jy ! Component: 3300 - total flux cleaned = -0.000311654 Jy ! Component: 3350 - total flux cleaned = -0.0003116 Jy ! Component: 3400 - total flux cleaned = -0.000280078 Jy ! Component: 3450 - total flux cleaned = -0.000343017 Jy ! Component: 3500 - total flux cleaned = -0.000296099 Jy ! Component: 3550 - total flux cleaned = -0.000264971 Jy ! Component: 3600 - total flux cleaned = -0.000203452 Jy ! Component: 3650 - total flux cleaned = -0.000218909 Jy ! Component: 3700 - total flux cleaned = -0.000203846 Jy ! Component: 3750 - total flux cleaned = -0.000188792 Jy ! Component: 3800 - total flux cleaned = -0.000158812 Jy ! Component: 3850 - total flux cleaned = -9.9486e-05 Jy ! Component: 3900 - total flux cleaned = -7.00643e-05 Jy ! Component: 3950 - total flux cleaned = -5.5427e-05 Jy ! Component: 4000 - total flux cleaned = -5.55498e-05 Jy ! Component: 4050 - total flux cleaned = -2.66716e-05 Jy ! Total flux subtracted in 4096 components = 3.0912e-05 Jy ! Clean residual min=-0.000853 max=0.000810 Jy/beam ! Clean residual mean=0.000000 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.113321 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 408 components and 0.113321 Jy ![Exited script file: muppet] wmap "J1148-0404_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.907 x 7.444 at -3.771 degrees (North through East) ! Clean map min=-0.0019071 max=0.081743 Jy/beam ! Writing clean map to FITS file: J1148-0404_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0817434 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000264533 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.970843 0.970843 1.94169 3.88337 7.76674 15.5335 31.067 62.1339 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.081 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.907 x 7.444 at -3.771 degrees (North through East) ! Clean map min=-0.0019071 max=0.081743 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 J1148-0404_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:08:36 2019