! Started logfile: J1536-3151_S_2017_06_15_pus_uvs.log on Tue May 7 15:23:09 2019 obs J1536-3151_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1536-3151_S_2017_06_15_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.875096 visibilities/baseline/integration-bin. ! Found source: J1536-3151 ! ! 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 603 lines of history. ! ! Reading 18272 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 J1536-3151_S_2017_06_15_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 185 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 228 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 824 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.920154Jy sigma=0.006805 ! Fit after self-cal, rms=0.893037Jy sigma=0.006609 ! 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.397 mas, bmaj=6.773 mas, bpa=-2.47 degrees ! Estimated noise=1437.75 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.0758886 Jy ! Component: 100 - total flux cleaned = 0.0970492 Jy ! Total flux subtracted in 100 components = 0.0970492 Jy ! Clean residual min=-0.008087 max=0.018356 Jy/beam ! Clean residual mean=-0.000117 rms=0.002643 Jy/beam ! Combined flux in latest and established models = 0.0970492 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0970492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107495Jy sigma=0.000759 ! Fit after self-cal, rms=0.107462Jy sigma=0.000758 ! Inverting map ! Added new window around map position (-3.5, -6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162881 Jy ! Component: 100 - total flux cleaned = 0.0253067 Jy ! Total flux subtracted in 100 components = 0.0253067 Jy ! Clean residual min=-0.008053 max=0.013661 Jy/beam ! Clean residual mean=-0.000087 rms=0.002222 Jy/beam ! Combined flux in latest and established models = 0.122356 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 27 components and 0.122356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103482Jy sigma=0.000725 ! Fit after self-cal, rms=0.103211Jy sigma=0.000722 ! 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.913 mas, bmaj=7.823 mas, bpa=-1.909 degrees ! Estimated noise=899.128 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 (4, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0170109 Jy ! Component: 100 - total flux cleaned = 0.026995 Jy ! Component: 150 - total flux cleaned = 0.0336695 Jy ! Component: 200 - total flux cleaned = 0.0383717 Jy ! Total flux subtracted in 200 components = 0.0383717 Jy ! Clean residual min=-0.006057 max=0.010497 Jy/beam ! Clean residual mean=-0.000090 rms=0.001948 Jy/beam ! Combined flux in latest and established models = 0.160728 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 58 components and 0.160728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100274Jy sigma=0.000698 ! Fit after self-cal, rms=0.100096Jy sigma=0.000697 ! 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.35 FD 0.90 HN 1.26 KP 1.03 ! LA 0.95 MK 1.06 NL 1.00* OV 0.96 ! PT 0.95 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.45 FD 0.92 HN 1.44 KP 0.97 ! LA 0.87 MK 1.00 NL 0.95 OV 0.99 ! PT 0.95 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.73 FD 0.97 HN 1.33 KP 0.99 ! LA 0.92 MK 1.09 NL 1.03 OV 0.92 ! PT 0.91 SC 0.98 ! ! ! Correcting IF 4. ! A total of 336 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.100096Jy sigma=0.000697 ! Fit after self-cal, rms=0.108442Jy sigma=0.000686 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.975 mas, bmaj=7.898 mas, bpa=-0.2974 degrees ! Estimated noise=936.459 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 (19, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00650737 Jy ! Component: 100 - total flux cleaned = 0.00881313 Jy ! Component: 150 - total flux cleaned = 0.0102697 Jy ! Component: 200 - total flux cleaned = 0.0108992 Jy ! Total flux subtracted in 200 components = 0.0108992 Jy ! Clean residual min=-0.004111 max=0.004067 Jy/beam ! Clean residual mean=0.000007 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.171627 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 83 components and 0.171627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108036Jy sigma=0.000682 ! Fit after self-cal, rms=0.108301Jy sigma=0.000681 ! 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.108301Jy sigma=0.000681 ! Fit after self-cal, rms=0.109316Jy sigma=0.000678 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=7.893 mas, bpa=-0.163 degrees ! Estimated noise=939.661 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126898 Jy ! Component: 100 - total flux cleaned = 0.00170551 Jy ! Component: 150 - total flux cleaned = 0.00189747 Jy ! Component: 200 - total flux cleaned = 0.00206948 Jy ! Total flux subtracted in 200 components = 0.00206948 Jy ! Clean residual min=-0.003275 max=0.003213 Jy/beam ! Clean residual mean=0.000003 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.173696 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 106 components and 0.173696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109224Jy sigma=0.000678 ! Fit after self-cal, rms=0.109244Jy sigma=0.000678 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.000284873 Jy ! Component: 100 - total flux cleaned = 0.000390416 Jy ! Component: 150 - total flux cleaned = 0.000485577 Jy ! Component: 200 - total flux cleaned = 0.000572832 Jy ! Total flux subtracted in 200 components = 0.000572832 Jy ! Clean residual min=-0.003105 max=0.003169 Jy/beam ! Clean residual mean=0.000005 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.174269 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 122 components and 0.174269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109197Jy sigma=0.000677 ! Fit after self-cal, rms=0.109192Jy sigma=0.000677 ! 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.109192Jy sigma=0.000677 ! Fit after self-cal, rms=0.109148Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.989 mas, bmaj=7.893 mas, bpa=-0.1072 degrees ! Estimated noise=937.688 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000803842 Jy ! Component: 100 - total flux cleaned = -0.000763297 Jy ! Component: 150 - total flux cleaned = -0.000680334 Jy ! Component: 200 - total flux cleaned = -0.000641741 Jy ! Total flux subtracted in 200 components = -0.000641741 Jy ! Clean residual min=-0.003006 max=0.002630 Jy/beam ! Clean residual mean=-0.000002 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.173627 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 145 components and 0.173627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109105Jy sigma=0.000676 ! Fit after self-cal, rms=0.109106Jy sigma=0.000676 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 = -4.8245e-05 Jy ! Component: 100 - total flux cleaned = -1.04336e-05 Jy ! Component: 150 - total flux cleaned = 2.18988e-05 Jy ! Component: 200 - total flux cleaned = 2.17617e-05 Jy ! Total flux subtracted in 200 components = 2.17617e-05 Jy ! Clean residual min=-0.002993 max=0.002598 Jy/beam ! Clean residual mean=-0.000001 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.173649 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 150 components and 0.173649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109082Jy sigma=0.000676 ! Fit after self-cal, rms=0.109081Jy sigma=0.000676 ! 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.109081Jy sigma=0.000676 ! Fit after self-cal, rms=0.109406Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.537 mas, bmaj=23.1 mas, bpa=4.399 degrees ! Estimated noise=1186.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00091061 Jy ! Component: 100 - total flux cleaned = 0.00112673 Jy ! Component: 150 - total flux cleaned = 0.00115995 Jy ! Component: 200 - total flux cleaned = 0.00118957 Jy ! Total flux subtracted in 200 components = 0.00118957 Jy ! Clean residual min=-0.003019 max=0.002397 Jy/beam ! Clean residual mean=-0.000000 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.174839 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 164 components and 0.174839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109394Jy sigma=0.000676 ! Fit after self-cal, rms=0.109402Jy sigma=0.000676 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.000179243 Jy ! Component: 100 - total flux cleaned = 0.000236451 Jy ! Component: 150 - total flux cleaned = 0.00019287 Jy ! Component: 200 - total flux cleaned = 0.000151668 Jy ! Total flux subtracted in 200 components = 0.000151668 Jy ! Clean residual min=-0.002968 max=0.002302 Jy/beam ! Clean residual mean=0.000001 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.17499 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 171 components and 0.17499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109399Jy sigma=0.000676 ! Fit after self-cal, rms=0.109400Jy sigma=0.000676 ! 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.991 mas, bmaj=7.891 mas, bpa=-0.1087 degrees ! Estimated noise=936.548 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.991 x 7.891 at -0.1087 degrees (North through East) ! Clean map min=-0.002817 max=0.093298 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.432 mas, bmaj=6.742 mas, bpa=-1.191 degrees ! Estimated noise=1554.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0797921 Jy ! Component: 100 - total flux cleaned = 0.105183 Jy ! Component: 150 - total flux cleaned = 0.119508 Jy ! Component: 200 - total flux cleaned = 0.129262 Jy ! Total flux subtracted in 200 components = 0.129262 Jy ! Clean residual min=-0.005449 max=0.006471 Jy/beam ! Clean residual mean=-0.000060 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.129262 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.129262 Jy ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.891 mas, bpa=-0.1087 degrees ! Estimated noise=936.548 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.0116841 Jy ! Component: 100 - total flux cleaned = 0.0193727 Jy ! Component: 150 - total flux cleaned = 0.0250448 Jy ! Component: 200 - total flux cleaned = 0.0293506 Jy ! Total flux subtracted in 200 components = 0.0293506 Jy ! Clean residual min=-0.003396 max=0.003577 Jy/beam ! Clean residual mean=-0.000041 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.158613 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 97 components and 0.158613 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=8.537 mas, bmaj=23.1 mas, bpa=4.399 degrees ! Estimated noise=1186.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00569627 Jy ! Component: 100 - total flux cleaned = 0.00918468 Jy ! Component: 150 - total flux cleaned = 0.0114577 Jy ! Component: 200 - total flux cleaned = 0.0129615 Jy ! Total flux subtracted in 200 components = 0.0129615 Jy ! Clean residual min=-0.003052 max=0.002562 Jy/beam ! Clean residual mean=-0.000017 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.171575 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.00100439 Jy ! Component: 100 - total flux cleaned = 0.0016813 Jy ! Component: 150 - total flux cleaned = 0.00188392 Jy ! Component: 200 - total flux cleaned = 0.00201977 Jy ! Total flux subtracted in 200 components = 0.00201977 Jy ! Clean residual min=-0.002974 max=0.002324 Jy/beam ! Clean residual mean=-0.000006 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.173594 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 146 components and 0.173594 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.891 mas, bpa=-0.1087 degrees ! Estimated noise=936.548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000664866 Jy ! Component: 100 - total flux cleaned = -0.000833161 Jy ! Component: 150 - total flux cleaned = -0.000933485 Jy ! Component: 200 - total flux cleaned = -0.00102702 Jy ! Total flux subtracted in 200 components = -0.00102702 Jy ! Clean residual min=-0.002891 max=0.002735 Jy/beam ! Clean residual mean=-0.000004 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.172567 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 162 components and 0.172567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109443Jy sigma=0.000676 ! Fit after self-cal, rms=0.109412Jy sigma=0.000676 wmodel J1536-3151_S_2017_06_15_pus_map.mod ! Writing 162 model components to file: J1536-3151_S_2017_06_15_pus_map.mod wobs J1536-3151_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1536-3151_S_2017_06_15_pus_uvs.fits wwins J1536-3151_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J1536-3151_S_2017_06_15_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.00026561 Jy ! Component: 100 - total flux cleaned = -0.000586528 Jy ! Component: 150 - total flux cleaned = -0.000976828 Jy ! Component: 200 - total flux cleaned = -0.00151502 Jy ! Component: 250 - total flux cleaned = -0.00199224 Jy ! Component: 300 - total flux cleaned = -0.00237785 Jy ! Component: 350 - total flux cleaned = -0.00271402 Jy ! Component: 400 - total flux cleaned = -0.00300452 Jy ! Component: 450 - total flux cleaned = -0.00339213 Jy ! Component: 500 - total flux cleaned = -0.00373415 Jy ! Component: 550 - total flux cleaned = -0.00400113 Jy ! Component: 600 - total flux cleaned = -0.00426142 Jy ! Component: 650 - total flux cleaned = -0.00451548 Jy ! Component: 700 - total flux cleaned = -0.00479439 Jy ! Component: 750 - total flux cleaned = -0.00500698 Jy ! Component: 800 - total flux cleaned = -0.00524533 Jy ! Component: 850 - total flux cleaned = -0.00556643 Jy ! Component: 900 - total flux cleaned = -0.00573864 Jy ! Component: 950 - total flux cleaned = -0.00604828 Jy ! Component: 1000 - total flux cleaned = -0.00624142 Jy ! Component: 1050 - total flux cleaned = -0.00651272 Jy ! Component: 1100 - total flux cleaned = -0.0066728 Jy ! Component: 1150 - total flux cleaned = -0.00698775 Jy ! Component: 1200 - total flux cleaned = -0.00719366 Jy ! Component: 1250 - total flux cleaned = -0.00732006 Jy ! Component: 1300 - total flux cleaned = -0.00747004 Jy ! Component: 1350 - total flux cleaned = -0.00756848 Jy ! Component: 1400 - total flux cleaned = -0.00766567 Jy ! Component: 1450 - total flux cleaned = -0.00773755 Jy ! Component: 1500 - total flux cleaned = -0.00787856 Jy ! Component: 1550 - total flux cleaned = -0.00792475 Jy ! Component: 1600 - total flux cleaned = -0.00806261 Jy ! Component: 1650 - total flux cleaned = -0.00819816 Jy ! Component: 1700 - total flux cleaned = -0.0081981 Jy ! Component: 1750 - total flux cleaned = -0.00833103 Jy ! Component: 1800 - total flux cleaned = -0.00835257 Jy ! Component: 1850 - total flux cleaned = -0.00843881 Jy ! Component: 1900 - total flux cleaned = -0.00843906 Jy ! Component: 1950 - total flux cleaned = -0.00856509 Jy ! Component: 2000 - total flux cleaned = -0.00854418 Jy ! Component: 2050 - total flux cleaned = -0.00862628 Jy ! Component: 2100 - total flux cleaned = -0.00866654 Jy ! Component: 2150 - total flux cleaned = -0.00866678 Jy ! Component: 2200 - total flux cleaned = -0.0087263 Jy ! Component: 2250 - total flux cleaned = -0.0088436 Jy ! Component: 2300 - total flux cleaned = -0.0089018 Jy ! Component: 2350 - total flux cleaned = -0.00899754 Jy ! Component: 2400 - total flux cleaned = -0.00903523 Jy ! Component: 2450 - total flux cleaned = -0.00907278 Jy ! Component: 2500 - total flux cleaned = -0.00920281 Jy ! Component: 2550 - total flux cleaned = -0.00923953 Jy ! Component: 2600 - total flux cleaned = -0.00929391 Jy ! Component: 2650 - total flux cleaned = -0.00934805 Jy ! Component: 2700 - total flux cleaned = -0.00940144 Jy ! Component: 2750 - total flux cleaned = -0.0094894 Jy ! Component: 2800 - total flux cleaned = -0.0095416 Jy ! Component: 2850 - total flux cleaned = -0.00961061 Jy ! Component: 2900 - total flux cleaned = -0.00976448 Jy ! Component: 2950 - total flux cleaned = -0.00979835 Jy ! Component: 3000 - total flux cleaned = -0.00981496 Jy ! Component: 3050 - total flux cleaned = -0.00986495 Jy ! Component: 3100 - total flux cleaned = -0.00996377 Jy ! Component: 3150 - total flux cleaned = -0.00999615 Jy ! Component: 3200 - total flux cleaned = -0.0100607 Jy ! Component: 3250 - total flux cleaned = -0.0101247 Jy ! Component: 3300 - total flux cleaned = -0.0101565 Jy ! Component: 3350 - total flux cleaned = -0.0102985 Jy ! Component: 3400 - total flux cleaned = -0.0103297 Jy ! Component: 3450 - total flux cleaned = -0.0102986 Jy ! Component: 3500 - total flux cleaned = -0.0103603 Jy ! Component: 3550 - total flux cleaned = -0.0103909 Jy ! Component: 3600 - total flux cleaned = -0.0104974 Jy ! Component: 3650 - total flux cleaned = -0.0105125 Jy ! Component: 3700 - total flux cleaned = -0.0105574 Jy ! Component: 3750 - total flux cleaned = -0.0106169 Jy ! Component: 3800 - total flux cleaned = -0.010617 Jy ! Component: 3850 - total flux cleaned = -0.01072 Jy ! Component: 3900 - total flux cleaned = -0.0107638 Jy ! Component: 3950 - total flux cleaned = -0.0108221 Jy ! Component: 4000 - total flux cleaned = -0.0109374 Jy ! Component: 4050 - total flux cleaned = -0.0109805 Jy ! Total flux subtracted in 4096 components = -0.0109948 Jy ! Clean residual min=-0.000790 max=0.000940 Jy/beam ! Clean residual mean=-0.000000 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.161572 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 446 components and 0.161572 Jy ![Exited script file: muppet] wmap "J1536-3151_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.991 x 7.891 at -0.1087 degrees (North through East) ! Clean map min=-0.0024926 max=0.09751 Jy/beam ! Writing clean map to FITS file: J1536-3151_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0975095 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000251398 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.773458 0.773458 1.54692 3.09383 6.18767 12.3753 24.7507 49.5013 99.0027 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.097 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.991 x 7.891 at -0.1087 degrees (North through East) ! Clean map min=-0.0024926 max=0.09751 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 J1536-3151_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:23:14 2019