! Started logfile: J1324+4743_S_2017_07_16_pus_uvs.log on Thu May 9 11:09:39 2019 obs J1324+4743_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1324+4743_S_2017_07_16_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.778761 visibilities/baseline/integration-bin. ! Found source: J1324+4743 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 815 lines of history. ! ! Reading 15840 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 J1324+4743_S_2017_07_16_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 141 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 721 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.867285Jy sigma=0.008507 ! Fit after self-cal, rms=0.859129Jy sigma=0.008432 ! 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.877 mas, bmaj=4.456 mas, bpa=-5.945 degrees ! Estimated noise=1009.65 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.109284 Jy ! Component: 100 - total flux cleaned = 0.134296 Jy ! Total flux subtracted in 100 components = 0.134296 Jy ! Clean residual min=-0.004768 max=0.009497 Jy/beam ! Clean residual mean=0.000003 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 0.134296 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.134296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075119Jy sigma=0.000695 ! Fit after self-cal, rms=0.075118Jy sigma=0.000695 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103831 Jy ! Component: 100 - total flux cleaned = 0.0158685 Jy ! Total flux subtracted in 100 components = 0.0158685 Jy ! Clean residual min=-0.004097 max=0.005323 Jy/beam ! Clean residual mean=-0.000001 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.150164 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.150164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073423Jy sigma=0.000679 ! Fit after self-cal, rms=0.073423Jy sigma=0.000679 ! 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.422 mas, bmaj=5.312 mas, bpa=-0.09679 degrees ! Estimated noise=657.009 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 (7, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00700525 Jy ! Component: 100 - total flux cleaned = 0.0110549 Jy ! Component: 150 - total flux cleaned = 0.0137903 Jy ! Component: 200 - total flux cleaned = 0.0150068 Jy ! Total flux subtracted in 200 components = 0.0150068 Jy ! Clean residual min=-0.002634 max=0.003527 Jy/beam ! Clean residual mean=-0.000012 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.165171 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 41 components and 0.165171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072707Jy sigma=0.000671 ! Fit after self-cal, rms=0.072658Jy sigma=0.000671 ! 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 1.00* HN 0.95 KP 1.04 ! LA 1.02 MK 1.02 NL 0.91 OV 1.01 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 1.00 KP 1.00 ! LA 0.96 MK 1.02 NL 1.08 OV 1.04 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 0.99 KP 0.99 ! LA 0.99 MK 1.03 NL 1.05 OV 0.95 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 93 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.98 KP 1.00* ! LA 1.01 MK 1.26 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.072658Jy sigma=0.000671 ! Fit after self-cal, rms=0.071848Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.435 mas, bmaj=5.325 mas, bpa=0.4519 degrees ! Estimated noise=654.442 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 (13.5, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00319122 Jy ! Component: 100 - total flux cleaned = 0.00453418 Jy ! Component: 150 - total flux cleaned = 0.00488627 Jy ! Component: 200 - total flux cleaned = 0.0051361 Jy ! Total flux subtracted in 200 components = 0.0051361 Jy ! Clean residual min=-0.002125 max=0.002296 Jy/beam ! Clean residual mean=-0.000010 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.170307 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 64 components and 0.170307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071706Jy sigma=0.000664 ! Fit after self-cal, rms=0.071706Jy sigma=0.000664 ! 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.071706Jy sigma=0.000664 ! Fit after self-cal, rms=0.072212Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.43 mas, bmaj=5.314 mas, bpa=0.3715 degrees ! Estimated noise=655.815 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141667 Jy ! Component: 100 - total flux cleaned = 0.00234581 Jy ! Component: 150 - total flux cleaned = 0.00272372 Jy ! Component: 200 - total flux cleaned = 0.00282175 Jy ! Total flux subtracted in 200 components = 0.00282175 Jy ! Clean residual min=-0.001516 max=0.001563 Jy/beam ! Clean residual mean=-0.000011 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.173129 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 82 components and 0.173129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072178Jy sigma=0.000660 ! Fit after self-cal, rms=0.072200Jy sigma=0.000660 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.000371239 Jy ! Component: 100 - total flux cleaned = 0.000392739 Jy ! Component: 150 - total flux cleaned = 0.000392448 Jy ! Component: 200 - total flux cleaned = 0.000393628 Jy ! Total flux subtracted in 200 components = 0.000393628 Jy ! Clean residual min=-0.001500 max=0.001473 Jy/beam ! Clean residual mean=-0.000011 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.173522 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 91 components and 0.173522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072188Jy sigma=0.000660 ! Fit after self-cal, rms=0.072187Jy sigma=0.000660 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072187Jy sigma=0.000660 ! Fit after self-cal, rms=0.072304Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.431 mas, bmaj=5.314 mas, bpa=0.3997 degrees ! Estimated noise=656.297 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000700292 Jy ! Component: 100 - total flux cleaned = 0.000966239 Jy ! Component: 150 - total flux cleaned = 0.00101498 Jy ! Component: 200 - total flux cleaned = 0.00101478 Jy ! Total flux subtracted in 200 components = 0.00101478 Jy ! Clean residual min=-0.001495 max=0.001408 Jy/beam ! Clean residual mean=-0.000011 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.174537 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 105 components and 0.174537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072295Jy sigma=0.000660 ! Fit after self-cal, rms=0.072295Jy sigma=0.000660 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.000184164 Jy ! Component: 100 - total flux cleaned = 0.000197832 Jy ! Component: 150 - total flux cleaned = 0.000184662 Jy ! Component: 200 - total flux cleaned = 0.000197291 Jy ! Total flux subtracted in 200 components = 0.000197291 Jy ! Clean residual min=-0.001476 max=0.001377 Jy/beam ! Clean residual mean=-0.000011 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.174734 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 113 components and 0.174735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072290Jy sigma=0.000660 ! Fit after self-cal, rms=0.072290Jy sigma=0.000660 ! 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.072290Jy sigma=0.000660 ! Fit after self-cal, rms=0.072333Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.094 mas, bmaj=8.814 mas, bpa=2.948 degrees ! Estimated noise=844.289 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000482361 Jy ! Component: 100 - total flux cleaned = 0.000621533 Jy ! Component: 150 - total flux cleaned = 0.000683433 Jy ! Component: 200 - total flux cleaned = 0.000710202 Jy ! Total flux subtracted in 200 components = 0.000710202 Jy ! Clean residual min=-0.001852 max=0.001719 Jy/beam ! Clean residual mean=-0.000026 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.175445 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 130 components and 0.175445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072331Jy sigma=0.000660 ! Fit after self-cal, rms=0.072331Jy sigma=0.000660 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.82599e-05 Jy ! Component: 100 - total flux cleaned = 9.44293e-05 Jy ! Component: 150 - total flux cleaned = 0.0001084 Jy ! Component: 200 - total flux cleaned = 0.000108209 Jy ! Total flux subtracted in 200 components = 0.000108209 Jy ! Clean residual min=-0.001844 max=0.001700 Jy/beam ! Clean residual mean=-0.000026 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.175553 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 145 components and 0.175553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072331Jy sigma=0.000660 ! Fit after self-cal, rms=0.072331Jy sigma=0.000660 ! 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.431 mas, bmaj=5.316 mas, bpa=0.436 degrees ! Estimated noise=656.603 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.431 x 5.316 at 0.436 degrees (North through East) ! Clean map min=-0.0013927 max=0.14149 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.912 mas, bmaj=4.455 mas, bpa=-5.558 degrees ! Estimated noise=1014.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.109193 Jy ! Component: 100 - total flux cleaned = 0.133605 Jy ! Component: 150 - total flux cleaned = 0.143543 Jy ! Component: 200 - total flux cleaned = 0.150581 Jy ! Total flux subtracted in 200 components = 0.150581 Jy ! Clean residual min=-0.003389 max=0.004078 Jy/beam ! Clean residual mean=0.000002 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.150581 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.150581 Jy ! Inverting map and beam ! Estimated beam: bmin=3.431 mas, bmaj=5.316 mas, bpa=0.436 degrees ! Estimated noise=656.603 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.00748617 Jy ! Component: 100 - total flux cleaned = 0.0125111 Jy ! Component: 150 - total flux cleaned = 0.0159857 Jy ! Component: 200 - total flux cleaned = 0.0184584 Jy ! Total flux subtracted in 200 components = 0.0184584 Jy ! Clean residual min=-0.001681 max=0.001597 Jy/beam ! Clean residual mean=-0.000010 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.16904 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 42 components and 0.16904 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.094 mas, bmaj=8.814 mas, bpa=2.948 degrees ! Estimated noise=844.289 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00291437 Jy ! Component: 100 - total flux cleaned = 0.00458432 Jy ! Component: 150 - total flux cleaned = 0.00559209 Jy ! Component: 200 - total flux cleaned = 0.00597037 Jy ! Total flux subtracted in 200 components = 0.00597037 Jy ! Clean residual min=-0.001939 max=0.001789 Jy/beam ! Clean residual mean=-0.000026 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.17501 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.000151255 Jy ! Component: 100 - total flux cleaned = 0.000296853 Jy ! Component: 150 - total flux cleaned = 0.000367535 Jy ! Component: 200 - total flux cleaned = 0.000414224 Jy ! Total flux subtracted in 200 components = 0.000414224 Jy ! Clean residual min=-0.001891 max=0.001750 Jy/beam ! Clean residual mean=-0.000026 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.175424 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 104 components and 0.175424 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.431 mas, bmaj=5.316 mas, bpa=0.436 degrees ! Estimated noise=656.603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.43686e-05 Jy ! Component: 100 - total flux cleaned = 4.10828e-05 Jy ! Component: 150 - total flux cleaned = 6.50355e-05 Jy ! Component: 200 - total flux cleaned = 6.5036e-05 Jy ! Total flux subtracted in 200 components = 6.5036e-05 Jy ! Clean residual min=-0.001434 max=0.001412 Jy/beam ! Clean residual mean=-0.000010 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.175489 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 118 components and 0.175489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072352Jy sigma=0.000660 ! Fit after self-cal, rms=0.072347Jy sigma=0.000660 wmodel J1324+4743_S_2017_07_16_pus_map.mod ! Writing 118 model components to file: J1324+4743_S_2017_07_16_pus_map.mod wobs J1324+4743_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1324+4743_S_2017_07_16_pus_uvs.fits wwins J1324+4743_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J1324+4743_S_2017_07_16_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000108544 Jy ! Component: 100 - total flux cleaned = -0.000356452 Jy ! Component: 150 - total flux cleaned = -0.000452197 Jy ! Component: 200 - total flux cleaned = -0.000452878 Jy ! Component: 250 - total flux cleaned = -0.000476239 Jy ! Component: 300 - total flux cleaned = -0.000498788 Jy ! Component: 350 - total flux cleaned = -0.000498598 Jy ! Component: 400 - total flux cleaned = -0.000498087 Jy ! Component: 450 - total flux cleaned = -0.000477232 Jy ! Component: 500 - total flux cleaned = -0.000537903 Jy ! Component: 550 - total flux cleaned = -0.000517823 Jy ! Component: 600 - total flux cleaned = -0.000478754 Jy ! Component: 650 - total flux cleaned = -0.000459828 Jy ! Component: 700 - total flux cleaned = -0.000422023 Jy ! Component: 750 - total flux cleaned = -0.000440942 Jy ! Component: 800 - total flux cleaned = -0.000404625 Jy ! Component: 850 - total flux cleaned = -0.000422634 Jy ! Component: 900 - total flux cleaned = -0.00040485 Jy ! Component: 950 - total flux cleaned = -0.000387203 Jy ! Component: 1000 - total flux cleaned = -0.000386982 Jy ! Component: 1050 - total flux cleaned = -0.000335696 Jy ! Component: 1100 - total flux cleaned = -0.000352295 Jy ! Component: 1150 - total flux cleaned = -0.000352168 Jy ! Component: 1200 - total flux cleaned = -0.000351882 Jy ! Component: 1250 - total flux cleaned = -0.000367857 Jy ! Component: 1300 - total flux cleaned = -0.000352319 Jy ! Component: 1350 - total flux cleaned = -0.000368032 Jy ! Component: 1400 - total flux cleaned = -0.000367827 Jy ! Component: 1450 - total flux cleaned = -0.000352443 Jy ! Component: 1500 - total flux cleaned = -0.000367816 Jy ! Component: 1550 - total flux cleaned = -0.000427912 Jy ! Component: 1600 - total flux cleaned = -0.000427591 Jy ! Component: 1650 - total flux cleaned = -0.000398059 Jy ! Component: 1700 - total flux cleaned = -0.000339896 Jy ! Component: 1750 - total flux cleaned = -0.000354477 Jy ! Component: 1800 - total flux cleaned = -0.000368856 Jy ! Component: 1850 - total flux cleaned = -0.000368992 Jy ! Component: 1900 - total flux cleaned = -0.000355078 Jy ! Component: 1950 - total flux cleaned = -0.000327443 Jy ! Component: 2000 - total flux cleaned = -0.000313894 Jy ! Component: 2050 - total flux cleaned = -0.000327441 Jy ! Component: 2100 - total flux cleaned = -0.000300551 Jy ! Component: 2150 - total flux cleaned = -0.000261068 Jy ! Component: 2200 - total flux cleaned = -0.00027427 Jy ! Component: 2250 - total flux cleaned = -0.000235171 Jy ! Component: 2300 - total flux cleaned = -0.000209232 Jy ! Component: 2350 - total flux cleaned = -0.000222126 Jy ! Component: 2400 - total flux cleaned = -0.000196714 Jy ! Component: 2450 - total flux cleaned = -0.000246833 Jy ! Component: 2500 - total flux cleaned = -0.000221891 Jy ! Component: 2550 - total flux cleaned = -0.000184954 Jy ! Component: 2600 - total flux cleaned = -0.000209332 Jy ! Component: 2650 - total flux cleaned = -0.000185034 Jy ! Component: 2700 - total flux cleaned = -0.000257309 Jy ! Component: 2750 - total flux cleaned = -0.000173703 Jy ! Component: 2800 - total flux cleaned = -0.000220946 Jy ! Component: 2850 - total flux cleaned = -0.000185684 Jy ! Component: 2900 - total flux cleaned = -0.000185727 Jy ! Component: 2950 - total flux cleaned = -0.000185831 Jy ! Component: 3000 - total flux cleaned = -0.00019726 Jy ! Component: 3050 - total flux cleaned = -0.000174495 Jy ! Component: 3100 - total flux cleaned = -0.00015199 Jy ! Component: 3150 - total flux cleaned = -0.000152018 Jy ! Component: 3200 - total flux cleaned = -0.000207605 Jy ! Component: 3250 - total flux cleaned = -0.000174444 Jy ! Component: 3300 - total flux cleaned = -0.000152476 Jy ! Component: 3350 - total flux cleaned = -0.000130704 Jy ! Component: 3400 - total flux cleaned = -0.00013061 Jy ! Component: 3450 - total flux cleaned = -0.000152042 Jy ! Component: 3500 - total flux cleaned = -9.8751e-05 Jy ! Component: 3550 - total flux cleaned = -0.000130484 Jy ! Component: 3600 - total flux cleaned = -0.000130381 Jy ! Component: 3650 - total flux cleaned = -9.90535e-05 Jy ! Component: 3700 - total flux cleaned = -0.00010943 Jy ! Component: 3750 - total flux cleaned = -0.000130042 Jy ! Component: 3800 - total flux cleaned = -7.88413e-05 Jy ! Component: 3850 - total flux cleaned = -7.89387e-05 Jy ! Component: 3900 - total flux cleaned = -0.000109259 Jy ! Component: 3950 - total flux cleaned = -0.000129228 Jy ! Component: 4000 - total flux cleaned = -8.93091e-05 Jy ! Component: 4050 - total flux cleaned = -6.94642e-05 Jy ! Total flux subtracted in 4096 components = -6.9531e-05 Jy ! Clean residual min=-0.000583 max=0.000571 Jy/beam ! Clean residual mean=-0.000003 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.17542 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 427 components and 0.17542 Jy ![Exited script file: muppet] wmap "J1324+4743_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.431 x 5.316 at 0.436 degrees (North through East) ! Clean map min=-0.0010811 max=0.14167 Jy/beam ! Writing clean map to FITS file: J1324+4743_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.141675 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000174521 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.369554 0.369554 0.739108 1.47822 2.95643 5.91287 11.8257 23.6515 47.3029 94.6059 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.141 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.431 x 5.316 at 0.436 degrees (North through East) ! Clean map min=-0.0010811 max=0.14167 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 J1324+4743_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:09:44 2019