! Started logfile: J1445-1629_S_2017_07_16_pus_uvs.log on Thu May 9 11:11:39 2019 obs J1445-1629_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1445-1629_S_2017_07_16_pus_uva.fits ! AN table 1: 26 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.567521 visibilities/baseline/integration-bin. ! Found source: J1445-1629 ! ! 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 2656 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 J1445-1629_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 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 62 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 168 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.816693Jy sigma=0.006551 ! Fit after self-cal, rms=0.797118Jy sigma=0.006404 ! 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.276 mas, bmaj=6.834 mas, bpa=-10.13 degrees ! Estimated noise=2407.2 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.147102 Jy ! Component: 100 - total flux cleaned = 0.202203 Jy ! Total flux subtracted in 100 components = 0.202203 Jy ! Clean residual min=-0.017696 max=0.028780 Jy/beam ! Clean residual mean=0.000005 rms=0.004730 Jy/beam ! Combined flux in latest and established models = 0.202203 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.202203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107263Jy sigma=0.000845 ! Fit after self-cal, rms=0.107195Jy sigma=0.000844 ! Inverting map ! Added new window around map position (-2.5, 9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0344008 Jy ! Component: 100 - total flux cleaned = 0.0563648 Jy ! Total flux subtracted in 100 components = 0.0563648 Jy ! Clean residual min=-0.014144 max=0.017033 Jy/beam ! Clean residual mean=0.000001 rms=0.003038 Jy/beam ! Combined flux in latest and established models = 0.258568 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 0.258568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091650Jy sigma=0.000714 ! Fit after self-cal, rms=0.091525Jy sigma=0.000713 ! 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.725 mas, bmaj=7.454 mas, bpa=-9.165 degrees ! Estimated noise=1927.5 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 (3.5, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0204285 Jy ! Component: 100 - total flux cleaned = 0.0319204 Jy ! Component: 150 - total flux cleaned = 0.0357597 Jy ! Component: 200 - total flux cleaned = 0.0382418 Jy ! Total flux subtracted in 200 components = 0.0382418 Jy ! Clean residual min=-0.007492 max=0.007175 Jy/beam ! Clean residual mean=-0.000003 rms=0.001841 Jy/beam ! Combined flux in latest and established models = 0.296809 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 45 components and 0.296809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086579Jy sigma=0.000673 ! Fit after self-cal, rms=0.086536Jy sigma=0.000672 ! 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.92 KP 1.08 ! LA 1.01 MK 1.03 NL 0.93 OV 0.98 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00 KP 1.00 ! LA 0.96 MK 1.04 NL 1.02 OV 1.01 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.01 KP 1.01 ! LA 0.98 MK 1.02 NL 0.95 OV 0.91 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.97 KP 1.00* ! LA 1.02 MK 0.93 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.086536Jy sigma=0.000672 ! Fit after self-cal, rms=0.084637Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.739 mas, bmaj=7.478 mas, bpa=-9.028 degrees ! Estimated noise=1907.21 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.000294477 Jy ! Component: 100 - total flux cleaned = 0.000446916 Jy ! Component: 150 - total flux cleaned = 0.00081051 Jy ! Component: 200 - total flux cleaned = 0.00102489 Jy ! Total flux subtracted in 200 components = 0.00102489 Jy ! Clean residual min=-0.006206 max=0.006571 Jy/beam ! Clean residual mean=-0.000003 rms=0.001603 Jy/beam ! Combined flux in latest and established models = 0.297834 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 61 components and 0.297834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084170Jy sigma=0.000663 ! Fit after self-cal, rms=0.084155Jy sigma=0.000662 ! 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.084155Jy sigma=0.000662 ! Fit after self-cal, rms=0.084192Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.743 mas, bmaj=7.487 mas, bpa=-9.001 degrees ! Estimated noise=1906.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000414142 Jy ! Component: 100 - total flux cleaned = 0.000503733 Jy ! Component: 150 - total flux cleaned = 0.000582475 Jy ! Component: 200 - total flux cleaned = 0.000651837 Jy ! Total flux subtracted in 200 components = 0.000651837 Jy ! Clean residual min=-0.006004 max=0.006305 Jy/beam ! Clean residual mean=-0.000004 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 0.298486 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 76 components and 0.298486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084021Jy sigma=0.000661 ! Fit after self-cal, rms=0.084008Jy sigma=0.000661 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.000308449 Jy ! Component: 100 - total flux cleaned = 0.000372308 Jy ! Component: 150 - total flux cleaned = 0.000491469 Jy ! Component: 200 - total flux cleaned = 0.000545784 Jy ! Total flux subtracted in 200 components = 0.000545784 Jy ! Clean residual min=-0.005779 max=0.006195 Jy/beam ! Clean residual mean=-0.000004 rms=0.001533 Jy/beam ! Combined flux in latest and established models = 0.299032 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 84 components and 0.299032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083923Jy sigma=0.000660 ! Fit after self-cal, rms=0.083916Jy 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.083916Jy sigma=0.000660 ! Fit after self-cal, rms=0.084969Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.752 mas, bmaj=7.536 mas, bpa=-8.642 degrees ! Estimated noise=1923.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164993 Jy ! Component: 100 - total flux cleaned = 0.00192118 Jy ! Component: 150 - total flux cleaned = 0.00214995 Jy ! Component: 200 - total flux cleaned = 0.00225373 Jy ! Total flux subtracted in 200 components = 0.00225373 Jy ! Clean residual min=-0.005279 max=0.005767 Jy/beam ! Clean residual mean=-0.000002 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.301286 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.301286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084880Jy sigma=0.000653 ! Fit after self-cal, rms=0.084935Jy sigma=0.000653 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 (-99.5, 71). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00386277 Jy ! Component: 100 - total flux cleaned = 0.00462092 Jy ! Component: 150 - total flux cleaned = 0.00508254 Jy ! Component: 200 - total flux cleaned = 0.00555605 Jy ! Total flux subtracted in 200 components = 0.00555605 Jy ! Clean residual min=-0.005286 max=0.005626 Jy/beam ! Clean residual mean=-0.000000 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.306842 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 127 components and 0.306842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084522Jy sigma=0.000650 ! Fit after self-cal, rms=0.084514Jy sigma=0.000650 ! Inverting map ! Added new window around map position (101, 127.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00492444 Jy ! Component: 100 - total flux cleaned = 0.00703467 Jy ! Component: 150 - total flux cleaned = 0.00794544 Jy ! Component: 200 - total flux cleaned = 0.00862051 Jy ! Total flux subtracted in 200 components = 0.00862051 Jy ! Clean residual min=-0.004656 max=0.004120 Jy/beam ! Clean residual mean=-0.000006 rms=0.001098 Jy/beam ! Combined flux in latest and established models = 0.315462 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 143 components and 0.315462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084190Jy sigma=0.000648 ! Fit after self-cal, rms=0.084185Jy sigma=0.000648 ! 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.084185Jy sigma=0.000648 ! Fit after self-cal, rms=0.084261Jy sigma=0.000647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.485 mas, bmaj=15.48 mas, bpa=-8.288 degrees ! Estimated noise=2693.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168751 Jy ! Component: 100 - total flux cleaned = 0.00287079 Jy ! Component: 150 - total flux cleaned = 0.00351565 Jy ! Component: 200 - total flux cleaned = 0.00406089 Jy ! Total flux subtracted in 200 components = 0.00406089 Jy ! Clean residual min=-0.003825 max=0.003828 Jy/beam ! Clean residual mean=-0.000007 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.319523 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 158 components and 0.319523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084229Jy sigma=0.000647 ! Fit after self-cal, rms=0.084247Jy sigma=0.000647 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.000340849 Jy ! Component: 100 - total flux cleaned = 0.000705431 Jy ! Component: 150 - total flux cleaned = 0.000978367 Jy ! Component: 200 - total flux cleaned = 0.00122659 Jy ! Total flux subtracted in 200 components = 0.00122659 Jy ! Clean residual min=-0.003701 max=0.003758 Jy/beam ! Clean residual mean=-0.000006 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.32075 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 161 components and 0.32075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084228Jy sigma=0.000647 ! Fit after self-cal, rms=0.084232Jy sigma=0.000647 ! 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.75 mas, bmaj=7.541 mas, bpa=-8.554 degrees ! Estimated noise=1919.87 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.75 x 7.541 at -8.554 degrees (North through East) ! Clean map min=-0.0043728 max=0.19022 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.295 mas, bmaj=6.907 mas, bpa=-9.85 degrees ! Estimated noise=2384.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.144405 Jy ! Component: 100 - total flux cleaned = 0.197764 Jy ! Component: 150 - total flux cleaned = 0.230067 Jy ! Component: 200 - total flux cleaned = 0.251036 Jy ! Total flux subtracted in 200 components = 0.251036 Jy ! Clean residual min=-0.010348 max=0.011773 Jy/beam ! Clean residual mean=0.000004 rms=0.002510 Jy/beam ! Combined flux in latest and established models = 0.251036 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.251036 Jy ! Inverting map and beam ! Estimated beam: bmin=2.75 mas, bmaj=7.541 mas, bpa=-8.554 degrees ! Estimated noise=1919.87 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.020067 Jy ! Component: 100 - total flux cleaned = 0.0317782 Jy ! Component: 150 - total flux cleaned = 0.0400648 Jy ! Component: 200 - total flux cleaned = 0.0467356 Jy ! Total flux subtracted in 200 components = 0.0467356 Jy ! Clean residual min=-0.005996 max=0.006159 Jy/beam ! Clean residual mean=0.000003 rms=0.001530 Jy/beam ! Combined flux in latest and established models = 0.297771 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 51 components and 0.297771 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.485 mas, bmaj=15.48 mas, bpa=-8.288 degrees ! Estimated noise=2693.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00804236 Jy ! Component: 100 - total flux cleaned = 0.012446 Jy ! Component: 150 - total flux cleaned = 0.015565 Jy ! Component: 200 - total flux cleaned = 0.0179525 Jy ! Total flux subtracted in 200 components = 0.0179525 Jy ! Clean residual min=-0.004585 max=0.003981 Jy/beam ! Clean residual mean=-0.000010 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.315724 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.00190197 Jy ! Component: 100 - total flux cleaned = 0.00317488 Jy ! Component: 150 - total flux cleaned = 0.00368348 Jy ! Component: 200 - total flux cleaned = 0.00394804 Jy ! Total flux subtracted in 200 components = 0.00394804 Jy ! Clean residual min=-0.004277 max=0.003820 Jy/beam ! Clean residual mean=-0.000014 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.319672 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 103 components and 0.319672 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.75 mas, bmaj=7.541 mas, bpa=-8.554 degrees ! Estimated noise=1919.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000288342 Jy ! Component: 100 - total flux cleaned = 0.00015613 Jy ! Component: 150 - total flux cleaned = 0.00026758 Jy ! Component: 200 - total flux cleaned = 0.000371237 Jy ! Total flux subtracted in 200 components = 0.000371237 Jy ! Clean residual min=-0.004780 max=0.004600 Jy/beam ! Clean residual mean=-0.000001 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.320043 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 127 components and 0.320043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084543Jy sigma=0.000649 ! Fit after self-cal, rms=0.084500Jy sigma=0.000649 wmodel J1445-1629_S_2017_07_16_pus_map.mod ! Writing 127 model components to file: J1445-1629_S_2017_07_16_pus_map.mod wobs J1445-1629_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1445-1629_S_2017_07_16_pus_uvs.fits wwins J1445-1629_S_2017_07_16_pus_map.win ! wwins: Wrote 5 windows to J1445-1629_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.00147957 Jy ! Component: 100 - total flux cleaned = -0.00233308 Jy ! Component: 150 - total flux cleaned = -0.00291003 Jy ! Component: 200 - total flux cleaned = -0.00345377 Jy ! Component: 250 - total flux cleaned = -0.00390743 Jy ! Component: 300 - total flux cleaned = -0.00428064 Jy ! Component: 350 - total flux cleaned = -0.00452189 Jy ! Component: 400 - total flux cleaned = -0.00475483 Jy ! Component: 450 - total flux cleaned = -0.00492384 Jy ! Component: 500 - total flux cleaned = -0.00503356 Jy ! Component: 550 - total flux cleaned = -0.00524573 Jy ! Component: 600 - total flux cleaned = -0.005246 Jy ! Component: 650 - total flux cleaned = -0.00529627 Jy ! Component: 700 - total flux cleaned = -0.00529698 Jy ! Component: 750 - total flux cleaned = -0.0055372 Jy ! Component: 800 - total flux cleaned = -0.00548799 Jy ! Component: 850 - total flux cleaned = -0.00544335 Jy ! Component: 900 - total flux cleaned = -0.00571629 Jy ! Component: 950 - total flux cleaned = -0.00567268 Jy ! Component: 1000 - total flux cleaned = -0.00580368 Jy ! Component: 1050 - total flux cleaned = -0.00601773 Jy ! Component: 1100 - total flux cleaned = -0.00605918 Jy ! Component: 1150 - total flux cleaned = -0.00609953 Jy ! Component: 1200 - total flux cleaned = -0.00605807 Jy ! Component: 1250 - total flux cleaned = -0.00590035 Jy ! Component: 1300 - total flux cleaned = -0.00590078 Jy ! Component: 1350 - total flux cleaned = -0.00582454 Jy ! Component: 1400 - total flux cleaned = -0.00578696 Jy ! Component: 1450 - total flux cleaned = -0.00578701 Jy ! Component: 1500 - total flux cleaned = -0.00571513 Jy ! Component: 1550 - total flux cleaned = -0.00581988 Jy ! Component: 1600 - total flux cleaned = -0.00568025 Jy ! Component: 1650 - total flux cleaned = -0.00550974 Jy ! Component: 1700 - total flux cleaned = -0.00541026 Jy ! Component: 1750 - total flux cleaned = -0.00537757 Jy ! Component: 1800 - total flux cleaned = -0.00534451 Jy ! Component: 1850 - total flux cleaned = -0.00521616 Jy ! Component: 1900 - total flux cleaned = -0.00502721 Jy ! Component: 1950 - total flux cleaned = -0.00499643 Jy ! Component: 2000 - total flux cleaned = -0.00478251 Jy ! Component: 2050 - total flux cleaned = -0.00460256 Jy ! Component: 2100 - total flux cleaned = -0.00439537 Jy ! Component: 2150 - total flux cleaned = -0.00430742 Jy ! Component: 2200 - total flux cleaned = -0.00410586 Jy ! Component: 2250 - total flux cleaned = -0.00396356 Jy ! Component: 2300 - total flux cleaned = -0.00376707 Jy ! Component: 2350 - total flux cleaned = -0.00371143 Jy ! Component: 2400 - total flux cleaned = -0.00360247 Jy ! Component: 2450 - total flux cleaned = -0.00352149 Jy ! Component: 2500 - total flux cleaned = -0.00341521 Jy ! Component: 2550 - total flux cleaned = -0.0033363 Jy ! Component: 2600 - total flux cleaned = -0.00323235 Jy ! Component: 2650 - total flux cleaned = -0.00305314 Jy ! Component: 2700 - total flux cleaned = -0.0029263 Jy ! Component: 2750 - total flux cleaned = -0.00290134 Jy ! Component: 2800 - total flux cleaned = -0.00290168 Jy ! Component: 2850 - total flux cleaned = -0.00282776 Jy ! Component: 2900 - total flux cleaned = -0.0026819 Jy ! Component: 2950 - total flux cleaned = -0.00263412 Jy ! Component: 3000 - total flux cleaned = -0.00261026 Jy ! Component: 3050 - total flux cleaned = -0.00251618 Jy ! Component: 3100 - total flux cleaned = -0.00242281 Jy ! Component: 3150 - total flux cleaned = -0.00237707 Jy ! Component: 3200 - total flux cleaned = -0.00235445 Jy ! Component: 3250 - total flux cleaned = -0.00230923 Jy ! Component: 3300 - total flux cleaned = -0.00221986 Jy ! Component: 3350 - total flux cleaned = -0.00217527 Jy ! Component: 3400 - total flux cleaned = -0.00215335 Jy ! Component: 3450 - total flux cleaned = -0.00208796 Jy ! Component: 3500 - total flux cleaned = -0.00202334 Jy ! Component: 3550 - total flux cleaned = -0.00202322 Jy ! Component: 3600 - total flux cleaned = -0.00195939 Jy ! Component: 3650 - total flux cleaned = -0.00193838 Jy ! Component: 3700 - total flux cleaned = -0.00191748 Jy ! Component: 3750 - total flux cleaned = -0.001876 Jy ! Component: 3800 - total flux cleaned = -0.00193752 Jy ! Component: 3850 - total flux cleaned = -0.00183555 Jy ! Component: 3900 - total flux cleaned = -0.00177522 Jy ! Component: 3950 - total flux cleaned = -0.00173526 Jy ! Component: 4000 - total flux cleaned = -0.00169579 Jy ! Component: 4050 - total flux cleaned = -0.00161698 Jy ! Total flux subtracted in 4096 components = -0.00155813 Jy ! Clean residual min=-0.001119 max=0.001166 Jy/beam ! Clean residual mean=-0.000001 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.318485 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 384 components and 0.318485 Jy ![Exited script file: muppet] wmap "J1445-1629_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.75 x 7.541 at -8.554 degrees (North through East) ! Clean map min=-0.0025138 max=0.19132 Jy/beam ! Writing clean map to FITS file: J1445-1629_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.19132 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000339192 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.531871 0.531871 1.06374 2.12748 4.25497 8.50993 17.0199 34.0397 68.0795 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.191 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.75 x 7.541 at -8.554 degrees (North through East) ! Clean map min=-0.0025138 max=0.19132 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 J1445-1629_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:11:43 2019