! Started logfile: J1357-1527_S_2017_05_01_pus_uvs.log on Wed May 1 18:38:16 2019 obs J1357-1527_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J1357-1527_S_2017_05_01_pus_uva.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.725556 visibilities/baseline/integration-bin. ! Found source: J1357-1527 ! ! 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 788 lines of history. ! ! Reading 2612 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 J1357-1527_S_2017_05_01_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 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 133 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.592340Jy sigma=0.004155 ! Fit after self-cal, rms=0.588153Jy sigma=0.004125 ! 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.862 mas, bmaj=6.571 mas, bpa=1.039 degrees ! Estimated noise=2801.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.32121 Jy ! Component: 100 - total flux cleaned = 0.399345 Jy ! Total flux subtracted in 100 components = 0.399345 Jy ! Clean residual min=-0.014608 max=0.033137 Jy/beam ! Clean residual mean=0.000062 rms=0.004562 Jy/beam ! Combined flux in latest and established models = 0.399345 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.399345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116208Jy sigma=0.000802 ! Fit after self-cal, rms=0.116218Jy sigma=0.000802 ! 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.0346898 Jy ! Component: 100 - total flux cleaned = 0.0542385 Jy ! Total flux subtracted in 100 components = 0.0542385 Jy ! Clean residual min=-0.011637 max=0.012961 Jy/beam ! Clean residual mean=0.000029 rms=0.003012 Jy/beam ! Combined flux in latest and established models = 0.453583 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.453583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104829Jy sigma=0.000710 ! Fit after self-cal, rms=0.104637Jy sigma=0.000709 ! 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.45 mas, bmaj=7.666 mas, bpa=3.444 degrees ! Estimated noise=2218.37 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.0148834 Jy ! Component: 100 - total flux cleaned = 0.0235581 Jy ! Component: 150 - total flux cleaned = 0.0264275 Jy ! Component: 200 - total flux cleaned = 0.02806 Jy ! Total flux subtracted in 200 components = 0.02806 Jy ! Clean residual min=-0.009486 max=0.010081 Jy/beam ! Clean residual mean=0.000021 rms=0.002459 Jy/beam ! Combined flux in latest and established models = 0.481643 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 48 components and 0.481643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102425Jy sigma=0.000691 ! Fit after self-cal, rms=0.102391Jy sigma=0.000691 ! 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.95 FD 0.91 HN 1.10 KP 1.01 ! LA 0.99 MK 1.03 NL 0.95 OV 1.04 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.95 HN 1.14 KP 0.99 ! LA 0.98 MK 0.95 NL 1.04 OV 1.05 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 1.05 KP 0.98 ! LA 1.02 MK 1.03 NL 1.04 OV 0.96 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 0.99 KP 1.00* ! LA 1.00* MK 1.04 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.102391Jy sigma=0.000691 ! Fit after self-cal, rms=0.099525Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.458 mas, bmaj=7.667 mas, bpa=3.734 degrees ! Estimated noise=2222.76 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.00258821 Jy ! Component: 100 - total flux cleaned = -0.00308183 Jy ! Component: 150 - total flux cleaned = -0.0033241 Jy ! Component: 200 - total flux cleaned = -0.00354145 Jy ! Total flux subtracted in 200 components = -0.00354145 Jy ! Clean residual min=-0.006957 max=0.008131 Jy/beam ! Clean residual mean=0.000010 rms=0.001924 Jy/beam ! Combined flux in latest and established models = 0.478102 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 60 components and 0.478102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099340Jy sigma=0.000662 ! Fit after self-cal, rms=0.099373Jy 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.099373Jy sigma=0.000662 ! Fit after self-cal, rms=0.097650Jy sigma=0.000647 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.456 mas, bmaj=7.678 mas, bpa=3.616 degrees ! Estimated noise=2217.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000363304 Jy ! Component: 100 - total flux cleaned = 0.000257459 Jy ! Component: 150 - total flux cleaned = 0.000118616 Jy ! Component: 200 - total flux cleaned = 7.72915e-05 Jy ! Total flux subtracted in 200 components = 7.72915e-05 Jy ! Clean residual min=-0.006153 max=0.005235 Jy/beam ! Clean residual mean=0.000005 rms=0.001414 Jy/beam ! Combined flux in latest and established models = 0.478179 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.478179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097575Jy sigma=0.000647 ! Fit after self-cal, rms=0.097572Jy 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 = -4.70423e-05 Jy ! Component: 100 - total flux cleaned = -7.48463e-06 Jy ! Component: 150 - total flux cleaned = -7.59946e-06 Jy ! Component: 200 - total flux cleaned = -4.18905e-05 Jy ! Total flux subtracted in 200 components = -4.18905e-05 Jy ! Clean residual min=-0.006184 max=0.005215 Jy/beam ! Clean residual mean=0.000005 rms=0.001405 Jy/beam ! Combined flux in latest and established models = 0.478137 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 75 components and 0.478137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097535Jy sigma=0.000647 ! Fit after self-cal, rms=0.097529Jy sigma=0.000647 ! 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.097529Jy sigma=0.000647 ! Fit after self-cal, rms=0.097495Jy sigma=0.000647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.455 mas, bmaj=7.676 mas, bpa=3.57 degrees ! Estimated noise=2215.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000298521 Jy ! Component: 100 - total flux cleaned = -0.000299376 Jy ! Component: 150 - total flux cleaned = -0.00036088 Jy ! Component: 200 - total flux cleaned = -0.000417304 Jy ! Total flux subtracted in 200 components = -0.000417304 Jy ! Clean residual min=-0.006297 max=0.005271 Jy/beam ! Clean residual mean=0.000005 rms=0.001398 Jy/beam ! Combined flux in latest and established models = 0.47772 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 79 components and 0.47772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097463Jy sigma=0.000647 ! Fit after self-cal, rms=0.097459Jy 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 = -4.15245e-05 Jy ! Component: 100 - total flux cleaned = -4.07642e-05 Jy ! Component: 150 - total flux cleaned = -6.77744e-05 Jy ! Component: 200 - total flux cleaned = -9.30225e-05 Jy ! Total flux subtracted in 200 components = -9.30225e-05 Jy ! Clean residual min=-0.006335 max=0.005263 Jy/beam ! Clean residual mean=0.000005 rms=0.001394 Jy/beam ! Combined flux in latest and established models = 0.477627 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 84 components and 0.477627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097438Jy sigma=0.000646 ! Fit after self-cal, rms=0.097435Jy sigma=0.000646 ! 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.097435Jy sigma=0.000646 ! Fit after self-cal, rms=0.097404Jy sigma=0.000646 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.708 mas, bmaj=15.2 mas, bpa=6.911 degrees ! Estimated noise=2659.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000179648 Jy ! Component: 100 - total flux cleaned = -0.00018168 Jy ! Component: 150 - total flux cleaned = -0.000164875 Jy ! Component: 200 - total flux cleaned = -0.00014161 Jy ! Total flux subtracted in 200 components = -0.00014161 Jy ! Clean residual min=-0.006233 max=0.006118 Jy/beam ! Clean residual mean=0.000008 rms=0.001765 Jy/beam ! Combined flux in latest and established models = 0.477485 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 95 components and 0.477485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097394Jy sigma=0.000646 ! Fit after self-cal, rms=0.097389Jy sigma=0.000646 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 = 7.31476e-05 Jy ! Component: 100 - total flux cleaned = 0.000141037 Jy ! Component: 150 - total flux cleaned = 0.000154835 Jy ! Component: 200 - total flux cleaned = 0.000144244 Jy ! Total flux subtracted in 200 components = 0.000144244 Jy ! Clean residual min=-0.006246 max=0.006118 Jy/beam ! Clean residual mean=0.000008 rms=0.001766 Jy/beam ! Combined flux in latest and established models = 0.47763 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 97 components and 0.47763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097385Jy sigma=0.000646 ! Fit after self-cal, rms=0.097382Jy sigma=0.000646 ! 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.455 mas, bmaj=7.674 mas, bpa=3.543 degrees ! Estimated noise=2213.96 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.455 x 7.674 at 3.543 degrees (North through East) ! Clean map min=-0.0061837 max=0.40498 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.87 mas, bmaj=6.574 mas, bpa=1.254 degrees ! Estimated noise=2800.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.320532 Jy ! Component: 100 - total flux cleaned = 0.398337 Jy ! Component: 150 - total flux cleaned = 0.430378 Jy ! Component: 200 - total flux cleaned = 0.448063 Jy ! Total flux subtracted in 200 components = 0.448063 Jy ! Clean residual min=-0.007694 max=0.009193 Jy/beam ! Clean residual mean=0.000019 rms=0.002019 Jy/beam ! Combined flux in latest and established models = 0.448063 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.448063 Jy ! Inverting map and beam ! Estimated beam: bmin=3.455 mas, bmaj=7.674 mas, bpa=3.543 degrees ! Estimated noise=2213.96 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.0133873 Jy ! Component: 100 - total flux cleaned = 0.0207872 Jy ! Component: 150 - total flux cleaned = 0.0252449 Jy ! Component: 200 - total flux cleaned = 0.0266976 Jy ! Total flux subtracted in 200 components = 0.0266976 Jy ! Clean residual min=-0.006574 max=0.005317 Jy/beam ! Clean residual mean=0.000007 rms=0.001423 Jy/beam ! Combined flux in latest and established models = 0.474761 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 46 components and 0.474761 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.708 mas, bmaj=15.2 mas, bpa=6.911 degrees ! Estimated noise=2659.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0026205 Jy ! Component: 100 - total flux cleaned = 0.00299237 Jy ! Component: 150 - total flux cleaned = 0.00310109 Jy ! Component: 200 - total flux cleaned = 0.00308016 Jy ! Total flux subtracted in 200 components = 0.00308016 Jy ! Clean residual min=-0.006349 max=0.006166 Jy/beam ! Clean residual mean=0.000008 rms=0.001778 Jy/beam ! Combined flux in latest and established models = 0.477841 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 = -6.90369e-05 Jy ! Component: 100 - total flux cleaned = -0.000110088 Jy ! Component: 150 - total flux cleaned = -0.000146768 Jy ! Component: 200 - total flux cleaned = -0.000178949 Jy ! Total flux subtracted in 200 components = -0.000178949 Jy ! Clean residual min=-0.006334 max=0.006169 Jy/beam ! Clean residual mean=0.000008 rms=0.001774 Jy/beam ! Combined flux in latest and established models = 0.477662 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 62 components and 0.477662 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.455 mas, bmaj=7.674 mas, bpa=3.543 degrees ! Estimated noise=2213.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00036591 Jy ! Component: 100 - total flux cleaned = -0.00060841 Jy ! Component: 150 - total flux cleaned = -0.000729469 Jy ! Component: 200 - total flux cleaned = -0.000730265 Jy ! Total flux subtracted in 200 components = -0.000730265 Jy ! Clean residual min=-0.006501 max=0.005287 Jy/beam ! Clean residual mean=0.000006 rms=0.001399 Jy/beam ! Combined flux in latest and established models = 0.476932 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.476932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097413Jy sigma=0.000647 ! Fit after self-cal, rms=0.097403Jy sigma=0.000647 wmodel J1357-1527_S_2017_05_01_pus_map.mod ! Writing 74 model components to file: J1357-1527_S_2017_05_01_pus_map.mod wobs J1357-1527_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J1357-1527_S_2017_05_01_pus_uvs.fits wwins J1357-1527_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J1357-1527_S_2017_05_01_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.00191368 Jy ! Component: 100 - total flux cleaned = -0.00303401 Jy ! Component: 150 - total flux cleaned = -0.00425323 Jy ! Component: 200 - total flux cleaned = -0.0051628 Jy ! Component: 250 - total flux cleaned = -0.00579711 Jy ! Component: 300 - total flux cleaned = -0.00633303 Jy ! Component: 350 - total flux cleaned = -0.00684972 Jy ! Component: 400 - total flux cleaned = -0.00720853 Jy ! Component: 450 - total flux cleaned = -0.00762804 Jy ! Component: 500 - total flux cleaned = -0.00796868 Jy ! Component: 550 - total flux cleaned = -0.00816911 Jy ! Component: 600 - total flux cleaned = -0.00849641 Jy ! Component: 650 - total flux cleaned = -0.0087506 Jy ! Component: 700 - total flux cleaned = -0.00887448 Jy ! Component: 750 - total flux cleaned = -0.00930311 Jy ! Component: 800 - total flux cleaned = -0.00960305 Jy ! Component: 850 - total flux cleaned = -0.0097793 Jy ! Component: 900 - total flux cleaned = -0.00989543 Jy ! Component: 950 - total flux cleaned = -0.0100681 Jy ! Component: 1000 - total flux cleaned = -0.0104043 Jy ! Component: 1050 - total flux cleaned = -0.0106233 Jy ! Component: 1100 - total flux cleaned = -0.0107307 Jy ! Component: 1150 - total flux cleaned = -0.0108906 Jy ! Component: 1200 - total flux cleaned = -0.0109958 Jy ! Component: 1250 - total flux cleaned = -0.011152 Jy ! Component: 1300 - total flux cleaned = -0.0112541 Jy ! Component: 1350 - total flux cleaned = -0.0113545 Jy ! Component: 1400 - total flux cleaned = -0.0115541 Jy ! Component: 1450 - total flux cleaned = -0.0117491 Jy ! Component: 1500 - total flux cleaned = -0.0119906 Jy ! Component: 1550 - total flux cleaned = -0.0119909 Jy ! Component: 1600 - total flux cleaned = -0.0121793 Jy ! Component: 1650 - total flux cleaned = -0.0122722 Jy ! Component: 1700 - total flux cleaned = -0.012364 Jy ! Component: 1750 - total flux cleaned = -0.0125454 Jy ! Component: 1800 - total flux cleaned = -0.0126348 Jy ! Component: 1850 - total flux cleaned = -0.0126786 Jy ! Component: 1900 - total flux cleaned = -0.0128531 Jy ! Component: 1950 - total flux cleaned = -0.0128966 Jy ! Component: 2000 - total flux cleaned = -0.0129394 Jy ! Component: 2050 - total flux cleaned = -0.0130238 Jy ! Component: 2100 - total flux cleaned = -0.0131079 Jy ! Component: 2150 - total flux cleaned = -0.0130665 Jy ! Component: 2200 - total flux cleaned = -0.0129855 Jy ! Component: 2250 - total flux cleaned = -0.0130261 Jy ! Component: 2300 - total flux cleaned = -0.0130652 Jy ! Component: 2350 - total flux cleaned = -0.0129862 Jy ! Component: 2400 - total flux cleaned = -0.0128305 Jy ! Component: 2450 - total flux cleaned = -0.0129473 Jy ! Component: 2500 - total flux cleaned = -0.0129478 Jy ! Component: 2550 - total flux cleaned = -0.012986 Jy ! Component: 2600 - total flux cleaned = -0.0129109 Jy ! Component: 2650 - total flux cleaned = -0.012948 Jy ! Component: 2700 - total flux cleaned = -0.012948 Jy ! Component: 2750 - total flux cleaned = -0.0128743 Jy ! Component: 2800 - total flux cleaned = -0.0128384 Jy ! Component: 2850 - total flux cleaned = -0.012839 Jy ! Component: 2900 - total flux cleaned = -0.0128748 Jy ! Component: 2950 - total flux cleaned = -0.0128034 Jy ! Component: 3000 - total flux cleaned = -0.0126624 Jy ! Component: 3050 - total flux cleaned = -0.0126975 Jy ! Component: 3100 - total flux cleaned = -0.012628 Jy ! Component: 3150 - total flux cleaned = -0.0125594 Jy ! Component: 3200 - total flux cleaned = -0.0124567 Jy ! Component: 3250 - total flux cleaned = -0.0124908 Jy ! Component: 3300 - total flux cleaned = -0.0124569 Jy ! Component: 3350 - total flux cleaned = -0.0123899 Jy ! Component: 3400 - total flux cleaned = -0.0122898 Jy ! Component: 3450 - total flux cleaned = -0.0121582 Jy ! Component: 3500 - total flux cleaned = -0.0120927 Jy ! Component: 3550 - total flux cleaned = -0.0120278 Jy ! Component: 3600 - total flux cleaned = -0.0118988 Jy ! Component: 3650 - total flux cleaned = -0.0118345 Jy ! Component: 3700 - total flux cleaned = -0.0116751 Jy ! Component: 3750 - total flux cleaned = -0.0117068 Jy ! Component: 3800 - total flux cleaned = -0.0115176 Jy ! Component: 3850 - total flux cleaned = -0.0113611 Jy ! Component: 3900 - total flux cleaned = -0.0112055 Jy ! Component: 3950 - total flux cleaned = -0.0110817 Jy ! Component: 4000 - total flux cleaned = -0.0108358 Jy ! Component: 4050 - total flux cleaned = -0.0106827 Jy ! Total flux subtracted in 4096 components = -0.0105306 Jy ! Clean residual min=-0.001668 max=0.001851 Jy/beam ! Clean residual mean=0.000005 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.466401 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 340 components and 0.466401 Jy ![Exited script file: muppet] wmap "J1357-1527_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.455 x 7.674 at 3.543 degrees (North through East) ! Clean map min=-0.0042776 max=0.40519 Jy/beam ! Writing clean map to FITS file: J1357-1527_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.40519 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00052164 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.386219 0.386219 0.772437 1.54487 3.08975 6.1795 12.359 24.718 49.436 98.8719 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.405 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.455 x 7.674 at 3.543 degrees (North through East) ! Clean map min=-0.0042776 max=0.40519 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 J1357-1527_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:38:20 2019