! Started logfile: J1530+3758_S_2017_08_12_pus_uvs.log on Fri May 10 15:02:28 2019 obs J1530+3758_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1530+3758_S_2017_08_12_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969396 visibilities/baseline/integration-bin. ! Found source: J1530+3758 ! ! 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 594 lines of history. ! ! Reading 19892 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 J1530+3758_S_2017_08_12_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 653 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.900971Jy sigma=0.008381 ! Fit after self-cal, rms=0.890359Jy sigma=0.008294 ! 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.976 mas, bmaj=5.256 mas, bpa=-2.737 degrees ! Estimated noise=1053.91 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.0869436 Jy ! Component: 100 - total flux cleaned = 0.106035 Jy ! Total flux subtracted in 100 components = 0.106035 Jy ! Clean residual min=-0.003737 max=0.006462 Jy/beam ! Clean residual mean=0.000007 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.106035 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.106035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078556Jy sigma=0.000677 ! Fit after self-cal, rms=0.078552Jy sigma=0.000677 ! Inverting map ! Added new window around map position (-0.5, -12.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00712952 Jy ! Component: 100 - total flux cleaned = 0.0118756 Jy ! Total flux subtracted in 100 components = 0.0118756 Jy ! Clean residual min=-0.003273 max=0.003259 Jy/beam ! Clean residual mean=0.000002 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.11791 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.11791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077806Jy sigma=0.000670 ! Fit after self-cal, rms=0.077782Jy sigma=0.000670 ! 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=3.58 mas, bmaj=6.072 mas, bpa=-2.675 degrees ! Estimated noise=626.877 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.00416771 Jy ! Component: 100 - total flux cleaned = 0.00634046 Jy ! Component: 150 - total flux cleaned = 0.00738436 Jy ! Component: 200 - total flux cleaned = 0.00785727 Jy ! Total flux subtracted in 200 components = 0.00785727 Jy ! Clean residual min=-0.002704 max=0.002521 Jy/beam ! Clean residual mean=0.000003 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.125767 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 41 components and 0.125767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077535Jy sigma=0.000667 ! Fit after self-cal, rms=0.077518Jy sigma=0.000667 ! 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.98 FD 0.90 HN 0.98 KP 1.13 ! LA 1.03 MK 1.01 NL 0.91 OV 1.02 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.96 HN 1.03 KP 1.00 ! LA 1.00 MK 1.01 NL 1.04 OV 1.04 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.94 HN 1.01 KP 0.99 ! LA 0.99 MK 1.08 NL 1.06 OV 0.96 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 0.97 KP 1.00* ! LA 1.00 MK 1.10 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.077518Jy sigma=0.000667 ! Fit after self-cal, rms=0.077019Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.609 mas, bmaj=6.08 mas, bpa=-2.298 degrees ! Estimated noise=625.33 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.00122728 Jy ! Component: 100 - total flux cleaned = 0.00142775 Jy ! Component: 150 - total flux cleaned = 0.00149443 Jy ! Component: 200 - total flux cleaned = 0.00155359 Jy ! Total flux subtracted in 200 components = 0.00155359 Jy ! Clean residual min=-0.002221 max=0.001874 Jy/beam ! Clean residual mean=0.000003 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.127321 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 56 components and 0.127321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076974Jy sigma=0.000663 ! Fit after self-cal, rms=0.076980Jy 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.076980Jy sigma=0.000663 ! Fit after self-cal, rms=0.076648Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.6 mas, bmaj=6.106 mas, bpa=-2.39 degrees ! Estimated noise=626.069 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000273508 Jy ! Component: 100 - total flux cleaned = 0.000255653 Jy ! Component: 150 - total flux cleaned = 0.000226497 Jy ! Component: 200 - total flux cleaned = 0.000202199 Jy ! Total flux subtracted in 200 components = 0.000202199 Jy ! Clean residual min=-0.001310 max=0.001477 Jy/beam ! Clean residual mean=-0.000002 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.127523 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.127523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076641Jy sigma=0.000659 ! Fit after self-cal, rms=0.076659Jy 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) ! Added new window around map position (74, -52). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113751 Jy ! Component: 100 - total flux cleaned = 0.00131967 Jy ! Component: 150 - total flux cleaned = 0.00143959 Jy ! Component: 200 - total flux cleaned = 0.00149234 Jy ! Total flux subtracted in 200 components = 0.00149234 Jy ! Clean residual min=-0.001202 max=0.001437 Jy/beam ! Clean residual mean=-0.000002 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.129016 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 89 components and 0.129016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076627Jy sigma=0.000659 ! Fit after self-cal, rms=0.076621Jy 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.076621Jy sigma=0.000659 ! Fit after self-cal, rms=0.076641Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.6 mas, bmaj=6.109 mas, bpa=-2.364 degrees ! Estimated noise=625.805 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000347204 Jy ! Component: 100 - total flux cleaned = 0.000420098 Jy ! Component: 150 - total flux cleaned = 0.000463799 Jy ! Component: 200 - total flux cleaned = 0.000523764 Jy ! Total flux subtracted in 200 components = 0.000523764 Jy ! Clean residual min=-0.001196 max=0.001395 Jy/beam ! Clean residual mean=-0.000002 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.129539 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 101 components and 0.129539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076629Jy sigma=0.000659 ! Fit after self-cal, rms=0.076629Jy 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) ! Added new window around map position (-90, 107). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000562602 Jy ! Component: 100 - total flux cleaned = 0.000474617 Jy ! Component: 150 - total flux cleaned = 0.000565492 Jy ! Component: 200 - total flux cleaned = 0.000650084 Jy ! Total flux subtracted in 200 components = 0.000650084 Jy ! Clean residual min=-0.001117 max=0.001142 Jy/beam ! Clean residual mean=-0.000003 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.13019 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 120 components and 0.13019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076607Jy sigma=0.000658 ! Fit after self-cal, rms=0.076605Jy 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.076605Jy sigma=0.000658 ! Fit after self-cal, rms=0.076549Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.692 mas, bmaj=9.567 mas, bpa=-5.661 degrees ! Estimated noise=774.668 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.72859e-05 Jy ! Component: 100 - total flux cleaned = 0.000133984 Jy ! Component: 150 - total flux cleaned = 0.000264381 Jy ! Component: 200 - total flux cleaned = 0.000348758 Jy ! Total flux subtracted in 200 components = 0.000348758 Jy ! Clean residual min=-0.001193 max=0.001343 Jy/beam ! Clean residual mean=-0.000005 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.130538 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 130 components and 0.130538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076545Jy sigma=0.000658 ! Fit after self-cal, rms=0.076544Jy 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 = 5.28219e-05 Jy ! Component: 100 - total flux cleaned = 9.10235e-05 Jy ! Component: 150 - total flux cleaned = 0.000124886 Jy ! Component: 200 - total flux cleaned = 0.000135204 Jy ! Total flux subtracted in 200 components = 0.000135204 Jy ! Clean residual min=-0.001202 max=0.001331 Jy/beam ! Clean residual mean=-0.000005 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.130673 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 148 components and 0.130673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076544Jy sigma=0.000658 ! Fit after self-cal, rms=0.076543Jy 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=3.598 mas, bmaj=6.103 mas, bpa=-2.451 degrees ! Estimated noise=625.451 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.598 x 6.103 at -2.451 degrees (North through East) ! Clean map min=-0.0010815 max=0.11156 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=3 mas, bmaj=5.3 mas, bpa=-2.377 degrees ! Estimated noise=1048.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0862802 Jy ! Component: 100 - total flux cleaned = 0.105545 Jy ! Component: 150 - total flux cleaned = 0.113182 Jy ! Component: 200 - total flux cleaned = 0.117934 Jy ! Total flux subtracted in 200 components = 0.117934 Jy ! Clean residual min=-0.002860 max=0.002746 Jy/beam ! Clean residual mean=0.000002 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.117934 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.117934 Jy ! Inverting map and beam ! Estimated beam: bmin=3.598 mas, bmaj=6.103 mas, bpa=-2.451 degrees ! Estimated noise=625.451 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.00375013 Jy ! Component: 100 - total flux cleaned = 0.00608364 Jy ! Component: 150 - total flux cleaned = 0.00783614 Jy ! Component: 200 - total flux cleaned = 0.00924224 Jy ! Total flux subtracted in 200 components = 0.00924224 Jy ! Clean residual min=-0.001303 max=0.001272 Jy/beam ! Clean residual mean=-0.000000 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.127176 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 54 components and 0.127176 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.692 mas, bmaj=9.567 mas, bpa=-5.661 degrees ! Estimated noise=774.668 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129147 Jy ! Component: 100 - total flux cleaned = 0.00187847 Jy ! Component: 150 - total flux cleaned = 0.00227444 Jy ! Component: 200 - total flux cleaned = 0.00255267 Jy ! Total flux subtracted in 200 components = 0.00255267 Jy ! Clean residual min=-0.001215 max=0.001413 Jy/beam ! Clean residual mean=-0.000004 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.129729 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.000217059 Jy ! Component: 100 - total flux cleaned = 0.000407184 Jy ! Component: 150 - total flux cleaned = 0.000555621 Jy ! Component: 200 - total flux cleaned = 0.000688923 Jy ! Total flux subtracted in 200 components = 0.000688923 Jy ! Clean residual min=-0.001201 max=0.001368 Jy/beam ! Clean residual mean=-0.000005 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.130418 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 98 components and 0.130418 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.598 mas, bmaj=6.103 mas, bpa=-2.451 degrees ! Estimated noise=625.451 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00021372 Jy ! Component: 100 - total flux cleaned = -0.000279478 Jy ! Component: 150 - total flux cleaned = -0.000280819 Jy ! Component: 200 - total flux cleaned = -0.000173832 Jy ! Total flux subtracted in 200 components = -0.000173832 Jy ! Clean residual min=-0.001153 max=0.001164 Jy/beam ! Clean residual mean=-0.000003 rms=0.000312 Jy/beam ! Combined flux in latest and established models = 0.130244 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 116 components and 0.130244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076569Jy sigma=0.000659 ! Fit after self-cal, rms=0.076568Jy sigma=0.000659 wmodel J1530+3758_S_2017_08_12_pus_map.mod ! Writing 116 model components to file: J1530+3758_S_2017_08_12_pus_map.mod wobs J1530+3758_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1530+3758_S_2017_08_12_pus_uvs.fits wwins J1530+3758_S_2017_08_12_pus_map.win ! wwins: Wrote 4 windows to J1530+3758_S_2017_08_12_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 = -4.36457e-05 Jy ! Component: 100 - total flux cleaned = -0.000106383 Jy ! Component: 150 - total flux cleaned = -0.000186452 Jy ! Component: 200 - total flux cleaned = -0.000225332 Jy ! Component: 250 - total flux cleaned = -0.000206181 Jy ! Component: 300 - total flux cleaned = -0.000205928 Jy ! Component: 350 - total flux cleaned = -0.000150521 Jy ! Component: 400 - total flux cleaned = -0.000114389 Jy ! Component: 450 - total flux cleaned = -0.000114175 Jy ! Component: 500 - total flux cleaned = -7.95465e-05 Jy ! Component: 550 - total flux cleaned = -6.22383e-05 Jy ! Component: 600 - total flux cleaned = -7.93487e-05 Jy ! Component: 650 - total flux cleaned = -4.6241e-05 Jy ! Component: 700 - total flux cleaned = -0.000128274 Jy ! Component: 750 - total flux cleaned = -0.000111763 Jy ! Component: 800 - total flux cleaned = -6.38063e-05 Jy ! Component: 850 - total flux cleaned = -0.000126934 Jy ! Component: 900 - total flux cleaned = -6.43078e-05 Jy ! Component: 950 - total flux cleaned = -6.45263e-05 Jy ! Component: 1000 - total flux cleaned = -9.49387e-05 Jy ! Component: 1050 - total flux cleaned = -3.49065e-05 Jy ! Component: 1100 - total flux cleaned = -8.01541e-05 Jy ! Component: 1150 - total flux cleaned = -0.000109634 Jy ! Component: 1200 - total flux cleaned = -0.000109832 Jy ! Component: 1250 - total flux cleaned = -0.000152958 Jy ! Component: 1300 - total flux cleaned = -0.000138533 Jy ! Component: 1350 - total flux cleaned = -0.000166831 Jy ! Component: 1400 - total flux cleaned = -0.000152711 Jy ! Component: 1450 - total flux cleaned = -0.000152801 Jy ! Component: 1500 - total flux cleaned = -0.000125227 Jy ! Component: 1550 - total flux cleaned = -9.8005e-05 Jy ! Component: 1600 - total flux cleaned = -9.80456e-05 Jy ! Component: 1650 - total flux cleaned = -0.00011138 Jy ! Component: 1700 - total flux cleaned = -0.000124694 Jy ! Component: 1750 - total flux cleaned = -0.000150721 Jy ! Component: 1800 - total flux cleaned = -0.000150698 Jy ! Component: 1850 - total flux cleaned = -0.000137827 Jy ! Component: 1900 - total flux cleaned = -0.000163516 Jy ! Component: 1950 - total flux cleaned = -0.000138216 Jy ! Component: 2000 - total flux cleaned = -0.000138252 Jy ! Component: 2050 - total flux cleaned = -0.000150751 Jy ! Component: 2100 - total flux cleaned = -0.000150722 Jy ! Component: 2150 - total flux cleaned = -7.71248e-05 Jy ! Component: 2200 - total flux cleaned = -0.000150359 Jy ! Component: 2250 - total flux cleaned = -0.000186553 Jy ! Component: 2300 - total flux cleaned = -0.000174476 Jy ! Component: 2350 - total flux cleaned = -0.000198454 Jy ! Component: 2400 - total flux cleaned = -0.000162764 Jy ! Component: 2450 - total flux cleaned = -0.000245137 Jy ! Component: 2500 - total flux cleaned = -0.000245008 Jy ! Component: 2550 - total flux cleaned = -0.000210182 Jy ! Component: 2600 - total flux cleaned = -0.000221696 Jy ! Component: 2650 - total flux cleaned = -0.000221698 Jy ! Component: 2700 - total flux cleaned = -0.000233206 Jy ! Component: 2750 - total flux cleaned = -0.000255806 Jy ! Component: 2800 - total flux cleaned = -0.000267067 Jy ! Component: 2850 - total flux cleaned = -0.000300526 Jy ! Component: 2900 - total flux cleaned = -0.000344799 Jy ! Component: 2950 - total flux cleaned = -0.000344689 Jy ! Component: 3000 - total flux cleaned = -0.000377463 Jy ! Component: 3050 - total flux cleaned = -0.000420914 Jy ! Component: 3100 - total flux cleaned = -0.000453348 Jy ! Component: 3150 - total flux cleaned = -0.00049616 Jy ! Component: 3200 - total flux cleaned = -0.00049616 Jy ! Component: 3250 - total flux cleaned = -0.000538485 Jy ! Component: 3300 - total flux cleaned = -0.000580694 Jy ! Component: 3350 - total flux cleaned = -0.000570275 Jy ! Component: 3400 - total flux cleaned = -0.000622328 Jy ! Component: 3450 - total flux cleaned = -0.000632623 Jy ! Component: 3500 - total flux cleaned = -0.000622374 Jy ! Component: 3550 - total flux cleaned = -0.00068382 Jy ! Component: 3600 - total flux cleaned = -0.000663481 Jy ! Component: 3650 - total flux cleaned = -0.000663489 Jy ! Component: 3700 - total flux cleaned = -0.000743816 Jy ! Component: 3750 - total flux cleaned = -0.000743761 Jy ! Component: 3800 - total flux cleaned = -0.000733982 Jy ! Component: 3850 - total flux cleaned = -0.000753736 Jy ! Component: 3900 - total flux cleaned = -0.000842192 Jy ! Component: 3950 - total flux cleaned = -0.000871579 Jy ! Component: 4000 - total flux cleaned = -0.00090079 Jy ! Component: 4050 - total flux cleaned = -0.000910415 Jy ! Total flux subtracted in 4096 components = -0.000968156 Jy ! Clean residual min=-0.000558 max=0.000533 Jy/beam ! Clean residual mean=-0.000000 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.129276 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 427 components and 0.129276 Jy ![Exited script file: muppet] wmap "J1530+3758_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.598 x 6.103 at -2.451 degrees (North through East) ! Clean map min=-0.00091417 max=0.1115 Jy/beam ! Writing clean map to FITS file: J1530+3758_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.111499 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000176636 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.475258 0.475258 0.950516 1.90103 3.80207 7.60413 15.2083 30.4165 60.8331 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.111 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.598 x 6.103 at -2.451 degrees (North through East) ! Clean map min=-0.00091417 max=0.1115 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 J1530+3758_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:02:32 2019