! Started logfile: J0141-0928_S_2017_07_16_pus_uvs.log on Thu May 9 10:57:39 2019 obs J0141-0928_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0141-0928_S_2017_07_16_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.602963 visibilities/baseline/integration-bin. ! Found source: J0141-0928 ! ! 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 3256 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 J0141-0928_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 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 237 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.641793Jy sigma=0.005310 ! Fit after self-cal, rms=0.624580Jy sigma=0.005176 ! 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.412 mas, bmaj=6.639 mas, bpa=-5.153 degrees ! Estimated noise=2178.68 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.288755 Jy ! Component: 100 - total flux cleaned = 0.364792 Jy ! Total flux subtracted in 100 components = 0.364792 Jy ! Clean residual min=-0.011457 max=0.032267 Jy/beam ! Clean residual mean=-0.000044 rms=0.003538 Jy/beam ! Combined flux in latest and established models = 0.364792 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.364792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104353Jy sigma=0.000829 ! Fit after self-cal, rms=0.104286Jy sigma=0.000829 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0347172 Jy ! Component: 100 - total flux cleaned = 0.0526839 Jy ! Total flux subtracted in 100 components = 0.0526839 Jy ! Clean residual min=-0.007621 max=0.009073 Jy/beam ! Clean residual mean=-0.000027 rms=0.002058 Jy/beam ! Combined flux in latest and established models = 0.417476 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 20 components and 0.417476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090774Jy sigma=0.000714 ! Fit after self-cal, rms=0.090733Jy sigma=0.000714 ! 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.788 mas, bmaj=7.25 mas, bpa=-3.8 degrees ! Estimated noise=1876.39 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, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132822 Jy ! Component: 100 - total flux cleaned = 0.0213103 Jy ! Component: 150 - total flux cleaned = 0.0266852 Jy ! Component: 200 - total flux cleaned = 0.0306108 Jy ! Total flux subtracted in 200 components = 0.0306108 Jy ! Clean residual min=-0.005850 max=0.006453 Jy/beam ! Clean residual mean=-0.000012 rms=0.001550 Jy/beam ! Combined flux in latest and established models = 0.448087 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 45 components and 0.448086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088473Jy sigma=0.000696 ! Fit after self-cal, rms=0.088423Jy sigma=0.000695 ! 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 1.00 FD 1.00* HN 0.96 KP 1.02 ! LA 1.02 MK 1.01 NL 0.90 OV 1.01 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.02 KP 1.00 ! LA 0.96 MK 0.98 NL 1.06 OV 1.03 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.99 KP 0.99 ! LA 0.99 MK 1.00 NL 1.03 OV 0.94 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.088423Jy sigma=0.000695 ! Fit after self-cal, rms=0.083976Jy sigma=0.000678 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.816 mas, bmaj=7.244 mas, bpa=-2.935 degrees ! Estimated noise=1879.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.00353362 Jy ! Component: 100 - total flux cleaned = 0.00419772 Jy ! Component: 150 - total flux cleaned = 0.00443003 Jy ! Component: 200 - total flux cleaned = 0.00463092 Jy ! Total flux subtracted in 200 components = 0.00463092 Jy ! Clean residual min=-0.005167 max=0.005744 Jy/beam ! Clean residual mean=-0.000009 rms=0.001381 Jy/beam ! Combined flux in latest and established models = 0.452717 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 58 components and 0.452717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083731Jy sigma=0.000676 ! Fit after self-cal, rms=0.083693Jy sigma=0.000676 ! 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.083693Jy sigma=0.000676 ! Fit after self-cal, rms=0.082334Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.815 mas, bmaj=7.247 mas, bpa=-2.963 degrees ! Estimated noise=1880 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196652 Jy ! Component: 100 - total flux cleaned = 0.00263806 Jy ! Component: 150 - total flux cleaned = 0.00273992 Jy ! Component: 200 - total flux cleaned = 0.00278344 Jy ! Total flux subtracted in 200 components = 0.00278344 Jy ! Clean residual min=-0.004311 max=0.005249 Jy/beam ! Clean residual mean=-0.000001 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.455501 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 71 components and 0.455501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082243Jy sigma=0.000663 ! Fit after self-cal, rms=0.082248Jy sigma=0.000663 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 (-22, -37). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00441932 Jy ! Component: 100 - total flux cleaned = 0.00597402 Jy ! Component: 150 - total flux cleaned = 0.00662835 Jy ! Component: 200 - total flux cleaned = 0.00716446 Jy ! Total flux subtracted in 200 components = 0.00716446 Jy ! Clean residual min=-0.003779 max=0.003592 Jy/beam ! Clean residual mean=-0.000002 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.462665 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 90 components and 0.462665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081998Jy sigma=0.000661 ! Fit after self-cal, rms=0.081990Jy sigma=0.000661 ! 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.081990Jy sigma=0.000661 ! Fit after self-cal, rms=0.081851Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.815 mas, bmaj=7.248 mas, bpa=-2.979 degrees ! Estimated noise=1876.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000550831 Jy ! Component: 100 - total flux cleaned = 0.00116771 Jy ! Component: 150 - total flux cleaned = 0.0016754 Jy ! Component: 200 - total flux cleaned = 0.0020516 Jy ! Total flux subtracted in 200 components = 0.0020516 Jy ! Clean residual min=-0.003450 max=0.003579 Jy/beam ! Clean residual mean=0.000002 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.464717 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 0.464717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081782Jy sigma=0.000659 ! Fit after self-cal, rms=0.081784Jy 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.000322255 Jy ! Component: 100 - total flux cleaned = 0.000660831 Jy ! Component: 150 - total flux cleaned = 0.000980613 Jy ! Component: 200 - total flux cleaned = 0.00135645 Jy ! Total flux subtracted in 200 components = 0.00135645 Jy ! Clean residual min=-0.003486 max=0.003554 Jy/beam ! Clean residual mean=0.000002 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 0.466073 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 104 components and 0.466073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081746Jy sigma=0.000659 ! Fit after self-cal, rms=0.081746Jy 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.081746Jy sigma=0.000659 ! Fit after self-cal, rms=0.081759Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.689 mas, bmaj=13.29 mas, bpa=-3.666 degrees ! Estimated noise=2557.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000870125 Jy ! Component: 100 - total flux cleaned = 0.00147281 Jy ! Component: 150 - total flux cleaned = 0.00195073 Jy ! Component: 200 - total flux cleaned = 0.00231838 Jy ! Total flux subtracted in 200 components = 0.00231838 Jy ! Clean residual min=-0.003827 max=0.003804 Jy/beam ! Clean residual mean=0.000004 rms=0.001107 Jy/beam ! Combined flux in latest and established models = 0.468392 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 122 components and 0.468392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081751Jy sigma=0.000659 ! Fit after self-cal, rms=0.081749Jy 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.000359592 Jy ! Component: 100 - total flux cleaned = 0.00051395 Jy ! Component: 150 - total flux cleaned = 0.000658652 Jy ! Component: 200 - total flux cleaned = 0.000794938 Jy ! Total flux subtracted in 200 components = 0.000794938 Jy ! Clean residual min=-0.003890 max=0.003760 Jy/beam ! Clean residual mean=0.000004 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.469187 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 130 components and 0.469186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081748Jy sigma=0.000659 ! Fit after self-cal, rms=0.081748Jy 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.814 mas, bmaj=7.247 mas, bpa=-2.974 degrees ! Estimated noise=1876.2 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.814 x 7.247 at -2.974 degrees (North through East) ! Clean map min=-0.0038288 max=0.37914 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.434 mas, bmaj=6.62 mas, bpa=-4.189 degrees ! Estimated noise=2154.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.287135 Jy ! Component: 100 - total flux cleaned = 0.362435 Jy ! Component: 150 - total flux cleaned = 0.396099 Jy ! Component: 200 - total flux cleaned = 0.413646 Jy ! Total flux subtracted in 200 components = 0.413646 Jy ! Clean residual min=-0.006393 max=0.009149 Jy/beam ! Clean residual mean=-0.000013 rms=0.001765 Jy/beam ! Combined flux in latest and established models = 0.413646 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.413646 Jy ! Inverting map and beam ! Estimated beam: bmin=2.814 mas, bmaj=7.247 mas, bpa=-2.974 degrees ! Estimated noise=1876.2 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.0148682 Jy ! Component: 100 - total flux cleaned = 0.0240183 Jy ! Component: 150 - total flux cleaned = 0.0304593 Jy ! Component: 200 - total flux cleaned = 0.0354829 Jy ! Total flux subtracted in 200 components = 0.0354829 Jy ! Clean residual min=-0.004574 max=0.004894 Jy/beam ! Clean residual mean=-0.000002 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.449129 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 48 components and 0.449129 Jy ! Inverting map ! Added new window around map position (-21.5, 25). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00470474 Jy ! Component: 100 - total flux cleaned = 0.00800325 Jy ! Component: 150 - total flux cleaned = 0.00998517 Jy ! Component: 200 - total flux cleaned = 0.0113141 Jy ! Total flux subtracted in 200 components = 0.0113141 Jy ! Clean residual min=-0.003789 max=0.004069 Jy/beam ! Clean residual mean=0.000001 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.460443 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 68 components and 0.460443 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.689 mas, bmaj=13.29 mas, bpa=-3.666 degrees ! Estimated noise=2557.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314161 Jy ! Component: 100 - total flux cleaned = 0.00466646 Jy ! Component: 150 - total flux cleaned = 0.0052694 Jy ! Component: 200 - total flux cleaned = 0.00587061 Jy ! Total flux subtracted in 200 components = 0.00587061 Jy ! Clean residual min=-0.004241 max=0.003693 Jy/beam ! Clean residual mean=0.000004 rms=0.001147 Jy/beam ! Combined flux in latest and established models = 0.466314 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.000476003 Jy ! Component: 100 - total flux cleaned = 0.000905999 Jy ! Component: 150 - total flux cleaned = 0.00129454 Jy ! Component: 200 - total flux cleaned = 0.00151651 Jy ! Total flux subtracted in 200 components = 0.00151651 Jy ! Clean residual min=-0.004187 max=0.003727 Jy/beam ! Clean residual mean=0.000003 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.46783 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 111 components and 0.46783 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.814 mas, bmaj=7.247 mas, bpa=-2.974 degrees ! Estimated noise=1876.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00073302 Jy ! Component: 100 - total flux cleaned = -0.000659172 Jy ! Component: 150 - total flux cleaned = -0.000395296 Jy ! Component: 200 - total flux cleaned = -3.63498e-05 Jy ! Total flux subtracted in 200 components = -3.63498e-05 Jy ! Clean residual min=-0.003465 max=0.003652 Jy/beam ! Clean residual mean=0.000001 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.467794 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 130 components and 0.467794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081743Jy sigma=0.000659 ! Fit after self-cal, rms=0.081728Jy sigma=0.000659 wmodel J0141-0928_S_2017_07_16_pus_map.mod ! Writing 130 model components to file: J0141-0928_S_2017_07_16_pus_map.mod wobs J0141-0928_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0141-0928_S_2017_07_16_pus_uvs.fits wwins J0141-0928_S_2017_07_16_pus_map.win ! wwins: Wrote 4 windows to J0141-0928_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.000247152 Jy ! Component: 100 - total flux cleaned = -0.000546126 Jy ! Component: 150 - total flux cleaned = -0.00124897 Jy ! Component: 200 - total flux cleaned = -0.00209431 Jy ! Component: 250 - total flux cleaned = -0.0028016 Jy ! Component: 300 - total flux cleaned = -0.0033302 Jy ! Component: 350 - total flux cleaned = -0.00374102 Jy ! Component: 400 - total flux cleaned = -0.00404138 Jy ! Component: 450 - total flux cleaned = -0.00438511 Jy ! Component: 500 - total flux cleaned = -0.00462431 Jy ! Component: 550 - total flux cleaned = -0.0046719 Jy ! Component: 600 - total flux cleaned = -0.00494846 Jy ! Component: 650 - total flux cleaned = -0.005129 Jy ! Component: 700 - total flux cleaned = -0.00517383 Jy ! Component: 750 - total flux cleaned = -0.00534869 Jy ! Component: 800 - total flux cleaned = -0.0056062 Jy ! Component: 850 - total flux cleaned = -0.00577486 Jy ! Component: 900 - total flux cleaned = -0.00602441 Jy ! Component: 950 - total flux cleaned = -0.00639191 Jy ! Component: 1000 - total flux cleaned = -0.00659326 Jy ! Component: 1050 - total flux cleaned = -0.00691173 Jy ! Component: 1100 - total flux cleaned = -0.00730334 Jy ! Component: 1150 - total flux cleaned = -0.00745724 Jy ! Component: 1200 - total flux cleaned = -0.00761034 Jy ! Component: 1250 - total flux cleaned = -0.007798 Jy ! Component: 1300 - total flux cleaned = -0.00794698 Jy ! Component: 1350 - total flux cleaned = -0.00809392 Jy ! Component: 1400 - total flux cleaned = -0.00834804 Jy ! Component: 1450 - total flux cleaned = -0.00845612 Jy ! Component: 1500 - total flux cleaned = -0.00870452 Jy ! Component: 1550 - total flux cleaned = -0.00894996 Jy ! Component: 1600 - total flux cleaned = -0.00901943 Jy ! Component: 1650 - total flux cleaned = -0.00929408 Jy ! Component: 1700 - total flux cleaned = -0.0093952 Jy ! Component: 1750 - total flux cleaned = -0.00959641 Jy ! Component: 1800 - total flux cleaned = -0.00966248 Jy ! Component: 1850 - total flux cleaned = -0.0097941 Jy ! Component: 1900 - total flux cleaned = -0.00989145 Jy ! Component: 1950 - total flux cleaned = -0.00995577 Jy ! Component: 2000 - total flux cleaned = -0.010115 Jy ! Component: 2050 - total flux cleaned = -0.010209 Jy ! Component: 2100 - total flux cleaned = -0.0102401 Jy ! Component: 2150 - total flux cleaned = -0.0103945 Jy ! Component: 2200 - total flux cleaned = -0.0105173 Jy ! Component: 2250 - total flux cleaned = -0.0105774 Jy ! Component: 2300 - total flux cleaned = -0.0106672 Jy ! Component: 2350 - total flux cleaned = -0.0108452 Jy ! Component: 2400 - total flux cleaned = -0.0108741 Jy ! Component: 2450 - total flux cleaned = -0.0109034 Jy ! Component: 2500 - total flux cleaned = -0.0111043 Jy ! Component: 2550 - total flux cleaned = -0.0111044 Jy ! Component: 2600 - total flux cleaned = -0.0112453 Jy ! Component: 2650 - total flux cleaned = -0.0112731 Jy ! Component: 2700 - total flux cleaned = -0.0113279 Jy ! Component: 2750 - total flux cleaned = -0.0113824 Jy ! Component: 2800 - total flux cleaned = -0.0114639 Jy ! Component: 2850 - total flux cleaned = -0.0114909 Jy ! Component: 2900 - total flux cleaned = -0.0115713 Jy ! Component: 2950 - total flux cleaned = -0.0116773 Jy ! Component: 3000 - total flux cleaned = -0.0117558 Jy ! Component: 3050 - total flux cleaned = -0.011912 Jy ! Component: 3100 - total flux cleaned = -0.0119118 Jy ! Component: 3150 - total flux cleaned = -0.0120143 Jy ! Component: 3200 - total flux cleaned = -0.0120907 Jy ! Component: 3250 - total flux cleaned = -0.0122674 Jy ! Component: 3300 - total flux cleaned = -0.0124174 Jy ! Component: 3350 - total flux cleaned = -0.0125664 Jy ! Component: 3400 - total flux cleaned = -0.012665 Jy ! Component: 3450 - total flux cleaned = -0.012714 Jy ! Component: 3500 - total flux cleaned = -0.0128599 Jy ! Component: 3550 - total flux cleaned = -0.0130765 Jy ! Component: 3600 - total flux cleaned = -0.0130527 Jy ! Component: 3650 - total flux cleaned = -0.0132192 Jy ! Component: 3700 - total flux cleaned = -0.0134075 Jy ! Component: 3750 - total flux cleaned = -0.013361 Jy ! Component: 3800 - total flux cleaned = -0.0135007 Jy ! Component: 3850 - total flux cleaned = -0.0136395 Jy ! Component: 3900 - total flux cleaned = -0.0136852 Jy ! Component: 3950 - total flux cleaned = -0.013799 Jy ! Component: 4000 - total flux cleaned = -0.0138667 Jy ! Component: 4050 - total flux cleaned = -0.0139569 Jy ! Total flux subtracted in 4096 components = -0.0140016 Jy ! Clean residual min=-0.001651 max=0.001460 Jy/beam ! Clean residual mean=0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.453792 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 414 components and 0.453792 Jy ![Exited script file: muppet] wmap "J0141-0928_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.814 x 7.247 at -2.974 degrees (North through East) ! Clean map min=-0.0028696 max=0.37811 Jy/beam ! Writing clean map to FITS file: J0141-0928_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.378109 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000390658 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.309957 0.309957 0.619914 1.23983 2.47965 4.95931 9.91862 19.8372 39.6745 79.3489 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.378 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.814 x 7.247 at -2.974 degrees (North through East) ! Clean map min=-0.0028696 max=0.37811 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 J0141-0928_S_2017_07_16_pus_uvs.log closed on Thu May 9 10:57:43 2019