! Started logfile: J1246-2547_S_2017_08_12_pus_uvs.log on Fri May 10 14:59:55 2019 obs J1246-2547_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1246-2547_S_2017_08_12_pus_uva.fits ! AN table 1: 39 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.662108 visibilities/baseline/integration-bin. ! Found source: J1246-2547 ! ! 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 4648 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 J1246-2547_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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 300 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.728198Jy sigma=0.004911 ! Fit after self-cal, rms=0.693853Jy sigma=0.004673 ! 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.609 mas, bmaj=7.669 mas, bpa=-9.877 degrees ! Estimated noise=2368.23 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.229517 Jy ! Component: 100 - total flux cleaned = 0.286478 Jy ! Total flux subtracted in 100 components = 0.286478 Jy ! Clean residual min=-0.011610 max=0.026071 Jy/beam ! Clean residual mean=0.000264 rms=0.003928 Jy/beam ! Combined flux in latest and established models = 0.286478 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.286478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122937Jy sigma=0.000814 ! Fit after self-cal, rms=0.122863Jy sigma=0.000813 ! Inverting map ! Added new window around map position (4.5, -6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0293261 Jy ! Component: 100 - total flux cleaned = 0.0486435 Jy ! Total flux subtracted in 100 components = 0.0486435 Jy ! Clean residual min=-0.008863 max=0.013344 Jy/beam ! Clean residual mean=0.000143 rms=0.002639 Jy/beam ! Combined flux in latest and established models = 0.335121 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 36 components and 0.335121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110648Jy sigma=0.000723 ! Fit after self-cal, rms=0.110439Jy sigma=0.000721 ! 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.243 mas, bmaj=8.922 mas, bpa=-9.142 degrees ! Estimated noise=1764.84 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.023574 Jy ! Component: 100 - total flux cleaned = 0.036776 Jy ! Component: 150 - total flux cleaned = 0.0447453 Jy ! Component: 200 - total flux cleaned = 0.0496867 Jy ! Total flux subtracted in 200 components = 0.0496867 Jy ! Clean residual min=-0.008152 max=0.009651 Jy/beam ! Clean residual mean=0.000008 rms=0.002320 Jy/beam ! Combined flux in latest and established models = 0.384808 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 82 components and 0.384808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105414Jy sigma=0.000684 ! Fit after self-cal, rms=0.105267Jy sigma=0.000683 ! 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 0.95 HN 1.00 KP 1.05 ! LA 0.96 MK 1.02 NL 0.92 OV 1.00 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.06 KP 1.01 ! LA 0.96 MK 0.97 NL 1.07 OV 1.06 ! PT 0.95 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.06 KP 0.98 ! LA 0.94 MK 1.03 NL 0.98 OV 0.95 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! A total of 90 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.105267Jy sigma=0.000683 ! Fit after self-cal, rms=0.103322Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=8.839 mas, bpa=-9.032 degrees ! Estimated noise=1782.57 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 (18, -20). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00913868 Jy ! Component: 100 - total flux cleaned = 0.0131596 Jy ! Component: 150 - total flux cleaned = 0.014324 Jy ! Component: 200 - total flux cleaned = 0.0144854 Jy ! Total flux subtracted in 200 components = 0.0144854 Jy ! Clean residual min=-0.006213 max=0.005273 Jy/beam ! Clean residual mean=-0.000026 rms=0.001577 Jy/beam ! Combined flux in latest and established models = 0.399293 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 124 components and 0.399293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102600Jy sigma=0.000663 ! Fit after self-cal, rms=0.102587Jy 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.102587Jy sigma=0.000663 ! Fit after self-cal, rms=0.102226Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.254 mas, bmaj=8.842 mas, bpa=-9.065 degrees ! Estimated noise=1776.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196364 Jy ! Component: 100 - total flux cleaned = 0.00228648 Jy ! Component: 150 - total flux cleaned = 0.00235252 Jy ! Component: 200 - total flux cleaned = 0.00241392 Jy ! Total flux subtracted in 200 components = 0.00241392 Jy ! Clean residual min=-0.005625 max=0.004940 Jy/beam ! Clean residual mean=-0.000029 rms=0.001512 Jy/beam ! Combined flux in latest and established models = 0.401707 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 139 components and 0.401707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102112Jy sigma=0.000662 ! Fit after self-cal, rms=0.102108Jy sigma=0.000662 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.000496376 Jy ! Component: 100 - total flux cleaned = 0.000606197 Jy ! Component: 150 - total flux cleaned = 0.000606049 Jy ! Component: 200 - total flux cleaned = 0.000705489 Jy ! Total flux subtracted in 200 components = 0.000705489 Jy ! Clean residual min=-0.005584 max=0.004824 Jy/beam ! Clean residual mean=-0.000030 rms=0.001498 Jy/beam ! Combined flux in latest and established models = 0.402413 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 144 components and 0.402413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102053Jy sigma=0.000662 ! Fit after self-cal, rms=0.102053Jy sigma=0.000662 ! 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.102053Jy sigma=0.000662 ! Fit after self-cal, rms=0.101520Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.255 mas, bmaj=8.843 mas, bpa=-9.07 degrees ! Estimated noise=1776.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000161553 Jy ! Component: 100 - total flux cleaned = 0.000163042 Jy ! Component: 150 - total flux cleaned = 0.000160749 Jy ! Component: 200 - total flux cleaned = 6.49566e-05 Jy ! Total flux subtracted in 200 components = 6.49566e-05 Jy ! Clean residual min=-0.004553 max=0.004144 Jy/beam ! Clean residual mean=-0.000011 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.402478 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 161 components and 0.402478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101450Jy sigma=0.000653 ! Fit after self-cal, rms=0.101462Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000446826 Jy ! Component: 100 - total flux cleaned = 0.000445719 Jy ! Component: 150 - total flux cleaned = 0.00044433 Jy ! Component: 200 - total flux cleaned = 0.000444697 Jy ! Total flux subtracted in 200 components = 0.000444697 Jy ! Clean residual min=-0.004552 max=0.004159 Jy/beam ! Clean residual mean=-0.000012 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 0.402922 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 164 components and 0.402922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101425Jy sigma=0.000653 ! Fit after self-cal, rms=0.101423Jy sigma=0.000653 ! 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.101423Jy sigma=0.000653 ! Fit after self-cal, rms=0.101396Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.397 mas, bmaj=18.54 mas, bpa=-8.854 degrees ! Estimated noise=2233.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000376526 Jy ! Component: 100 - total flux cleaned = -8.44615e-05 Jy ! Component: 150 - total flux cleaned = -2.02891e-05 Jy ! Component: 200 - total flux cleaned = 9.52165e-06 Jy ! Total flux subtracted in 200 components = 9.52165e-06 Jy ! Clean residual min=-0.006217 max=0.004534 Jy/beam ! Clean residual mean=-0.000021 rms=0.001467 Jy/beam ! Combined flux in latest and established models = 0.402932 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 177 components and 0.402932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101384Jy sigma=0.000653 ! Fit after self-cal, rms=0.101380Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.46081e-05 Jy ! Component: 100 - total flux cleaned = 0.000101829 Jy ! Component: 150 - total flux cleaned = 0.000101961 Jy ! Component: 200 - total flux cleaned = 0.000102101 Jy ! Total flux subtracted in 200 components = 0.000102101 Jy ! Clean residual min=-0.006171 max=0.004506 Jy/beam ! Clean residual mean=-0.000021 rms=0.001456 Jy/beam ! Combined flux in latest and established models = 0.403034 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 188 components and 0.403034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101377Jy sigma=0.000653 ! Fit after self-cal, rms=0.101375Jy sigma=0.000653 ! 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.254 mas, bmaj=8.839 mas, bpa=-9.034 degrees ! Estimated noise=1773.32 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.254 x 8.839 at -9.034 degrees (North through East) ! Clean map min=-0.0043668 max=0.29513 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.624 mas, bmaj=7.616 mas, bpa=-9.72 degrees ! Estimated noise=2397.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.229038 Jy ! Component: 100 - total flux cleaned = 0.28635 Jy ! Component: 150 - total flux cleaned = 0.314677 Jy ! Component: 200 - total flux cleaned = 0.332776 Jy ! Total flux subtracted in 200 components = 0.332776 Jy ! Clean residual min=-0.008561 max=0.009962 Jy/beam ! Clean residual mean=0.000125 rms=0.002218 Jy/beam ! Combined flux in latest and established models = 0.332776 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.332776 Jy ! Inverting map and beam ! Estimated beam: bmin=3.254 mas, bmaj=8.839 mas, bpa=-9.034 degrees ! Estimated noise=1773.32 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.0209795 Jy ! Component: 100 - total flux cleaned = 0.0339047 Jy ! Component: 150 - total flux cleaned = 0.0428541 Jy ! Component: 200 - total flux cleaned = 0.0494128 Jy ! Total flux subtracted in 200 components = 0.0494128 Jy ! Clean residual min=-0.005773 max=0.004868 Jy/beam ! Clean residual mean=0.000028 rms=0.001465 Jy/beam ! Combined flux in latest and established models = 0.382189 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 101 components and 0.382189 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.397 mas, bmaj=18.54 mas, bpa=-8.854 degrees ! Estimated noise=2233.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0082957 Jy ! Component: 100 - total flux cleaned = 0.0132191 Jy ! Component: 150 - total flux cleaned = 0.0163364 Jy ! Component: 200 - total flux cleaned = 0.0180987 Jy ! Total flux subtracted in 200 components = 0.0180987 Jy ! Clean residual min=-0.006454 max=0.004552 Jy/beam ! Clean residual mean=-0.000005 rms=0.001524 Jy/beam ! Combined flux in latest and established models = 0.400287 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.000625485 Jy ! Component: 100 - total flux cleaned = 0.0011325 Jy ! Component: 150 - total flux cleaned = 0.00150534 Jy ! Component: 200 - total flux cleaned = 0.00171683 Jy ! Total flux subtracted in 200 components = 0.00171683 Jy ! Clean residual min=-0.006295 max=0.004628 Jy/beam ! Clean residual mean=-0.000016 rms=0.001479 Jy/beam ! Combined flux in latest and established models = 0.402004 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 181 components and 0.402004 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.254 mas, bmaj=8.839 mas, bpa=-9.034 degrees ! Estimated noise=1773.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000227363 Jy ! Component: 100 - total flux cleaned = -0.000168272 Jy ! Component: 150 - total flux cleaned = -0.000217313 Jy ! Component: 200 - total flux cleaned = -0.00025912 Jy ! Total flux subtracted in 200 components = -0.00025912 Jy ! Clean residual min=-0.004534 max=0.003992 Jy/beam ! Clean residual mean=-0.000007 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.401745 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 197 components and 0.401745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101365Jy sigma=0.000653 ! Fit after self-cal, rms=0.101348Jy sigma=0.000653 wmodel J1246-2547_S_2017_08_12_pus_map.mod ! Writing 197 model components to file: J1246-2547_S_2017_08_12_pus_map.mod wobs J1246-2547_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1246-2547_S_2017_08_12_pus_uvs.fits wwins J1246-2547_S_2017_08_12_pus_map.win ! wwins: Wrote 3 windows to J1246-2547_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 = -0.000600506 Jy ! Component: 100 - total flux cleaned = -0.000880989 Jy ! Component: 150 - total flux cleaned = -0.00127685 Jy ! Component: 200 - total flux cleaned = -0.00159212 Jy ! Component: 250 - total flux cleaned = -0.00177456 Jy ! Component: 300 - total flux cleaned = -0.00177537 Jy ! Component: 350 - total flux cleaned = -0.00183165 Jy ! Component: 400 - total flux cleaned = -0.00194094 Jy ! Component: 450 - total flux cleaned = -0.00220684 Jy ! Component: 500 - total flux cleaned = -0.0021033 Jy ! Component: 550 - total flux cleaned = -0.00220526 Jy ! Component: 600 - total flux cleaned = -0.00220613 Jy ! Component: 650 - total flux cleaned = -0.00215798 Jy ! Component: 700 - total flux cleaned = -0.0020625 Jy ! Component: 750 - total flux cleaned = -0.00196854 Jy ! Component: 800 - total flux cleaned = -0.001692 Jy ! Component: 850 - total flux cleaned = -0.00151261 Jy ! Component: 900 - total flux cleaned = -0.00129062 Jy ! Component: 950 - total flux cleaned = -0.00111569 Jy ! Component: 1000 - total flux cleaned = -0.001029 Jy ! Component: 1050 - total flux cleaned = -0.000942632 Jy ! Component: 1100 - total flux cleaned = -0.000690055 Jy ! Component: 1150 - total flux cleaned = -0.000441744 Jy ! Component: 1200 - total flux cleaned = -0.000319133 Jy ! Component: 1250 - total flux cleaned = -0.000117534 Jy ! Component: 1300 - total flux cleaned = 4.18702e-05 Jy ! Component: 1350 - total flux cleaned = 0.000316613 Jy ! Component: 1400 - total flux cleaned = 0.000548347 Jy ! Component: 1450 - total flux cleaned = 0.000586736 Jy ! Component: 1500 - total flux cleaned = 0.000776262 Jy ! Component: 1550 - total flux cleaned = 0.000889 Jy ! Component: 1600 - total flux cleaned = 0.0010375 Jy ! Component: 1650 - total flux cleaned = 0.00122004 Jy ! Component: 1700 - total flux cleaned = 0.00136449 Jy ! Component: 1750 - total flux cleaned = 0.0015427 Jy ! Component: 1800 - total flux cleaned = 0.00164829 Jy ! Component: 1850 - total flux cleaned = 0.00182296 Jy ! Component: 1900 - total flux cleaned = 0.00196075 Jy ! Component: 1950 - total flux cleaned = 0.00206342 Jy ! Component: 2000 - total flux cleaned = 0.0021982 Jy ! Component: 2050 - total flux cleaned = 0.00223182 Jy ! Component: 2100 - total flux cleaned = 0.00219911 Jy ! Component: 2150 - total flux cleaned = 0.0022983 Jy ! Component: 2200 - total flux cleaned = 0.00249272 Jy ! Component: 2250 - total flux cleaned = 0.00258912 Jy ! Component: 2300 - total flux cleaned = 0.00271654 Jy ! Component: 2350 - total flux cleaned = 0.00278015 Jy ! Component: 2400 - total flux cleaned = 0.0029051 Jy ! Component: 2450 - total flux cleaned = 0.00296657 Jy ! Component: 2500 - total flux cleaned = 0.00299743 Jy ! Component: 2550 - total flux cleaned = 0.00308919 Jy ! Component: 2600 - total flux cleaned = 0.00327035 Jy ! Component: 2650 - total flux cleaned = 0.00341896 Jy ! Component: 2700 - total flux cleaned = 0.00338955 Jy ! Component: 2750 - total flux cleaned = 0.00347776 Jy ! Component: 2800 - total flux cleaned = 0.00362326 Jy ! Component: 2850 - total flux cleaned = 0.00362277 Jy ! Component: 2900 - total flux cleaned = 0.00373754 Jy ! Component: 2950 - total flux cleaned = 0.00387959 Jy ! Component: 3000 - total flux cleaned = 0.00385163 Jy ! Component: 3050 - total flux cleaned = 0.00393543 Jy ! Component: 3100 - total flux cleaned = 0.00399123 Jy ! Component: 3150 - total flux cleaned = 0.00412884 Jy ! Component: 3200 - total flux cleaned = 0.00429274 Jy ! Component: 3250 - total flux cleaned = 0.00426568 Jy ! Component: 3300 - total flux cleaned = 0.00431929 Jy ! Component: 3350 - total flux cleaned = 0.00437301 Jy ! Component: 3400 - total flux cleaned = 0.0044523 Jy ! Component: 3450 - total flux cleaned = 0.00450514 Jy ! Component: 3500 - total flux cleaned = 0.00453138 Jy ! Component: 3550 - total flux cleaned = 0.00466174 Jy ! Component: 3600 - total flux cleaned = 0.00471327 Jy ! Component: 3650 - total flux cleaned = 0.00481602 Jy ! Component: 3700 - total flux cleaned = 0.00491779 Jy ! Component: 3750 - total flux cleaned = 0.00509499 Jy ! Component: 3800 - total flux cleaned = 0.00514531 Jy ! Component: 3850 - total flux cleaned = 0.00527022 Jy ! Component: 3900 - total flux cleaned = 0.00534474 Jy ! Component: 3950 - total flux cleaned = 0.00544325 Jy ! Component: 4000 - total flux cleaned = 0.00539411 Jy ! Component: 4050 - total flux cleaned = 0.00556485 Jy ! Total flux subtracted in 4096 components = 0.00563779 Jy ! Clean residual min=-0.001328 max=0.001623 Jy/beam ! Clean residual mean=-0.000006 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.407383 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 461 components and 0.407383 Jy ![Exited script file: muppet] wmap "J1246-2547_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.254 x 8.839 at -9.034 degrees (North through East) ! Clean map min=-0.0030699 max=0.29756 Jy/beam ! Writing clean map to FITS file: J1246-2547_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.297557 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000443953 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.447599 0.447599 0.895197 1.79039 3.58079 7.16158 14.3232 28.6463 57.2926 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.297 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.254 x 8.839 at -9.034 degrees (North through East) ! Clean map min=-0.0030699 max=0.29756 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 J1246-2547_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:59:59 2019