! Started logfile: J1006+3454_S_2017_01_21_pus_uvs.log on Sun May 5 15:52:00 2019 obs J1006+3454_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J1006+3454_S_2017_01_21_pus_uva.fits ! AN table 1: 112 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.819692 visibilities/baseline/integration-bin. ! Found source: J1006+3454 ! ! 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 558 lines of history. ! ! Reading 13220 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 J1006+3454_S_2017_01_21_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 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 318 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.876460Jy sigma=0.007461 ! Fit after self-cal, rms=0.858122Jy sigma=0.007320 ! 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.923 mas, bmaj=4.826 mas, bpa=-6.945 degrees ! Estimated noise=1294.39 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.110791 Jy ! Component: 100 - total flux cleaned = 0.148585 Jy ! Total flux subtracted in 100 components = 0.148585 Jy ! Clean residual min=-0.011657 max=0.016500 Jy/beam ! Clean residual mean=-0.000080 rms=0.002767 Jy/beam ! Combined flux in latest and established models = 0.148585 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.148585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103235Jy sigma=0.000826 ! Fit after self-cal, rms=0.102997Jy sigma=0.000823 ! Inverting map ! Added new window around map position (-3, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0199202 Jy ! Component: 100 - total flux cleaned = 0.0311041 Jy ! Total flux subtracted in 100 components = 0.0311041 Jy ! Clean residual min=-0.009080 max=0.011286 Jy/beam ! Clean residual mean=-0.000085 rms=0.002193 Jy/beam ! Combined flux in latest and established models = 0.179689 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.179689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099186Jy sigma=0.000791 ! Fit after self-cal, rms=0.099047Jy sigma=0.000789 ! 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.43 mas, bmaj=5.707 mas, bpa=-3.846 degrees ! Estimated noise=785.775 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.00657624 Jy ! Component: 100 - total flux cleaned = 0.00711544 Jy ! Component: 150 - total flux cleaned = 0.00659335 Jy ! Component: 200 - total flux cleaned = 0.00613631 Jy ! Total flux subtracted in 200 components = 0.00613631 Jy ! Clean residual min=-0.009474 max=0.011695 Jy/beam ! Clean residual mean=-0.000203 rms=0.003517 Jy/beam ! Combined flux in latest and established models = 0.185825 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 27 components and 0.185825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098459Jy sigma=0.000785 ! Fit after self-cal, rms=0.098422Jy sigma=0.000784 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.80 HN 0.92 LA 1.14 ! MK 0.98 NL 0.91 OV 1.01 PT 1.07 ! SC 0.95 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.83 HN 0.95 LA 1.12 ! MK 0.99 NL 0.93 OV 1.02 PT 1.03 ! SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.86 HN 0.95 LA 1.11 ! MK 1.02 NL 0.91 OV 0.92 PT 1.04 ! SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.92 HN 0.96 LA 1.23 ! MK 0.99 NL 1.00* OV 0.96 PT 1.06 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.098422Jy sigma=0.000784 ! Fit after self-cal, rms=0.098425Jy sigma=0.000768 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.423 mas, bmaj=5.676 mas, bpa=-3.943 degrees ! Estimated noise=772.859 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.00279834 Jy ! Component: 100 - total flux cleaned = 0.00265806 Jy ! Component: 150 - total flux cleaned = 0.00260291 Jy ! Component: 200 - total flux cleaned = 0.00246241 Jy ! Total flux subtracted in 200 components = 0.00246241 Jy ! Clean residual min=-0.009774 max=0.010780 Jy/beam ! Clean residual mean=-0.000163 rms=0.003133 Jy/beam ! Combined flux in latest and established models = 0.188288 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 41 components and 0.188288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098309Jy sigma=0.000766 ! Fit after self-cal, rms=0.098260Jy sigma=0.000766 ! 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.098260Jy sigma=0.000766 ! Fit after self-cal, rms=0.105393Jy sigma=0.000743 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.431 mas, bmaj=5.654 mas, bpa=-4.512 degrees ! Estimated noise=775.488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00206345 Jy ! Component: 100 - total flux cleaned = -0.00297685 Jy ! Component: 150 - total flux cleaned = -0.003469 Jy ! Component: 200 - total flux cleaned = -0.00363051 Jy ! Total flux subtracted in 200 components = -0.00363051 Jy ! Clean residual min=-0.008996 max=0.009909 Jy/beam ! Clean residual mean=-0.000115 rms=0.002674 Jy/beam ! Combined flux in latest and established models = 0.184657 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 52 components and 0.184657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105262Jy sigma=0.000742 ! Fit after self-cal, rms=0.105397Jy sigma=0.000741 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.00078117 Jy ! Component: 100 - total flux cleaned = -0.000826873 Jy ! Component: 150 - total flux cleaned = -0.0009128 Jy ! Component: 200 - total flux cleaned = -0.000953036 Jy ! Total flux subtracted in 200 components = -0.000953036 Jy ! Clean residual min=-0.009185 max=0.009974 Jy/beam ! Clean residual mean=-0.000122 rms=0.002757 Jy/beam ! Combined flux in latest and established models = 0.183704 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 58 components and 0.183704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105337Jy sigma=0.000741 ! Fit after self-cal, rms=0.105344Jy sigma=0.000741 ! 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.105344Jy sigma=0.000741 ! Fit after self-cal, rms=0.105662Jy sigma=0.000741 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.44 mas, bmaj=5.669 mas, bpa=-4.554 degrees ! Estimated noise=773.517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0018355 Jy ! Component: 100 - total flux cleaned = -0.00269003 Jy ! Component: 150 - total flux cleaned = -0.0028549 Jy ! Component: 200 - total flux cleaned = -0.00300429 Jy ! Total flux subtracted in 200 components = -0.00300429 Jy ! Clean residual min=-0.009237 max=0.010124 Jy/beam ! Clean residual mean=-0.000118 rms=0.002741 Jy/beam ! Combined flux in latest and established models = 0.1807 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 61 components and 0.1807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105585Jy sigma=0.000740 ! Fit after self-cal, rms=0.105606Jy sigma=0.000740 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.000152471 Jy ! Component: 100 - total flux cleaned = -0.000187236 Jy ! Component: 150 - total flux cleaned = -0.00021859 Jy ! Component: 200 - total flux cleaned = -0.00024766 Jy ! Total flux subtracted in 200 components = -0.00024766 Jy ! Clean residual min=-0.009286 max=0.010121 Jy/beam ! Clean residual mean=-0.000119 rms=0.002744 Jy/beam ! Combined flux in latest and established models = 0.180452 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 67 components and 0.180452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105577Jy sigma=0.000740 ! Fit after self-cal, rms=0.105581Jy sigma=0.000740 ! 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.105581Jy sigma=0.000740 ! Fit after self-cal, rms=0.105675Jy sigma=0.000740 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.085 mas, bmaj=9.227 mas, bpa=0.4785 degrees ! Estimated noise=956.861 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00480602 Jy ! Component: 100 - total flux cleaned = -0.00686441 Jy ! Component: 150 - total flux cleaned = -0.00751399 Jy ! Component: 200 - total flux cleaned = -0.00800084 Jy ! Total flux subtracted in 200 components = -0.00800084 Jy ! Clean residual min=-0.016711 max=0.017486 Jy/beam ! Clean residual mean=-0.000279 rms=0.005794 Jy/beam ! Combined flux in latest and established models = 0.172451 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 74 components and 0.172451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105644Jy sigma=0.000742 ! Fit after self-cal, rms=0.105602Jy sigma=0.000741 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.00071197 Jy ! Component: 100 - total flux cleaned = -0.00111536 Jy ! Component: 150 - total flux cleaned = -0.00139803 Jy ! Component: 200 - total flux cleaned = -0.00159327 Jy ! Total flux subtracted in 200 components = -0.00159327 Jy ! Clean residual min=-0.016885 max=0.017514 Jy/beam ! Clean residual mean=-0.000279 rms=0.005815 Jy/beam ! Combined flux in latest and established models = 0.170858 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 78 components and 0.170858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105661Jy sigma=0.000742 ! Fit after self-cal, rms=0.105643Jy sigma=0.000742 ! 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.45 mas, bmaj=5.69 mas, bpa=-4.627 degrees ! Estimated noise=773.183 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.45 x 5.69 at -4.627 degrees (North through East) ! Clean map min=-0.009385 max=0.14487 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.933 mas, bmaj=4.783 mas, bpa=-8.425 degrees ! Estimated noise=1275.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.108912 Jy ! Component: 100 - total flux cleaned = 0.147233 Jy ! Component: 150 - total flux cleaned = 0.166616 Jy ! Component: 200 - total flux cleaned = 0.17779 Jy ! Total flux subtracted in 200 components = 0.17779 Jy ! Clean residual min=-0.009399 max=0.008153 Jy/beam ! Clean residual mean=-0.000049 rms=0.002117 Jy/beam ! Combined flux in latest and established models = 0.17779 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.17779 Jy ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=5.69 mas, bpa=-4.627 degrees ! Estimated noise=773.183 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.00273227 Jy ! Component: 100 - total flux cleaned = 0.00273907 Jy ! Component: 150 - total flux cleaned = 0.00274051 Jy ! Component: 200 - total flux cleaned = 0.00244527 Jy ! Total flux subtracted in 200 components = 0.00244527 Jy ! Clean residual min=-0.009339 max=0.010225 Jy/beam ! Clean residual mean=-0.000121 rms=0.002796 Jy/beam ! Combined flux in latest and established models = 0.180235 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 37 components and 0.180235 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.085 mas, bmaj=9.227 mas, bpa=0.4785 degrees ! Estimated noise=956.861 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00411947 Jy ! Component: 100 - total flux cleaned = -0.00497712 Jy ! Component: 150 - total flux cleaned = -0.00570872 Jy ! Component: 200 - total flux cleaned = -0.00624681 Jy ! Total flux subtracted in 200 components = -0.00624681 Jy ! Clean residual min=-0.016711 max=0.017496 Jy/beam ! Clean residual mean=-0.000283 rms=0.005843 Jy/beam ! Combined flux in latest and established models = 0.173988 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.000395935 Jy ! Component: 100 - total flux cleaned = -0.000848425 Jy ! Component: 150 - total flux cleaned = -0.00118039 Jy ! Component: 200 - total flux cleaned = -0.00148559 Jy ! Total flux subtracted in 200 components = -0.00148559 Jy ! Clean residual min=-0.016764 max=0.017508 Jy/beam ! Clean residual mean=-0.000281 rms=0.005832 Jy/beam ! Combined flux in latest and established models = 0.172503 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 44 components and 0.172503 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.45 mas, bmaj=5.69 mas, bpa=-4.627 degrees ! Estimated noise=773.183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00234781 Jy ! Component: 100 - total flux cleaned = 0.00270509 Jy ! Component: 150 - total flux cleaned = 0.0029829 Jy ! Component: 200 - total flux cleaned = 0.00319445 Jy ! Total flux subtracted in 200 components = 0.00319445 Jy ! Clean residual min=-0.009376 max=0.010388 Jy/beam ! Clean residual mean=-0.000118 rms=0.002753 Jy/beam ! Combined flux in latest and established models = 0.175697 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.175697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105636Jy sigma=0.000741 ! Fit after self-cal, rms=0.105624Jy sigma=0.000741 wmodel J1006+3454_S_2017_01_21_pus_map.mod ! Writing 57 model components to file: J1006+3454_S_2017_01_21_pus_map.mod wobs J1006+3454_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J1006+3454_S_2017_01_21_pus_uvs.fits wwins J1006+3454_S_2017_01_21_pus_map.win ! wwins: Wrote 2 windows to J1006+3454_S_2017_01_21_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.00212804 Jy ! Component: 100 - total flux cleaned = 0.0026318 Jy ! Component: 150 - total flux cleaned = 0.00309983 Jy ! Component: 200 - total flux cleaned = 0.00250763 Jy ! Component: 250 - total flux cleaned = 0.00208182 Jy ! Component: 300 - total flux cleaned = 0.00153254 Jy ! Component: 350 - total flux cleaned = 0.000872911 Jy ! Component: 400 - total flux cleaned = 0.00023435 Jy ! Component: 450 - total flux cleaned = -0.000511344 Jy ! Component: 500 - total flux cleaned = -0.00159599 Jy ! Component: 550 - total flux cleaned = -0.00241658 Jy ! Component: 600 - total flux cleaned = -0.00355756 Jy ! Component: 650 - total flux cleaned = -0.0042244 Jy ! Component: 700 - total flux cleaned = -0.00509393 Jy ! Component: 750 - total flux cleaned = -0.00594424 Jy ! Component: 800 - total flux cleaned = -0.00698275 Jy ! Component: 850 - total flux cleaned = -0.00799739 Jy ! Component: 900 - total flux cleaned = -0.00898989 Jy ! Component: 950 - total flux cleaned = -0.0098661 Jy ! Component: 1000 - total flux cleaned = -0.0108216 Jy ! Component: 1050 - total flux cleaned = -0.011572 Jy ! Component: 1100 - total flux cleaned = -0.0127681 Jy ! Component: 1150 - total flux cleaned = -0.0133071 Jy ! Component: 1200 - total flux cleaned = -0.0141066 Jy ! Component: 1250 - total flux cleaned = -0.0145445 Jy ! Component: 1300 - total flux cleaned = -0.0154058 Jy ! Component: 1350 - total flux cleaned = -0.0159974 Jy ! Component: 1400 - total flux cleaned = -0.0166656 Jy ! Component: 1450 - total flux cleaned = -0.0171587 Jy ! Component: 1500 - total flux cleaned = -0.017807 Jy ! Component: 1550 - total flux cleaned = -0.0184454 Jy ! Component: 1600 - total flux cleaned = -0.0189955 Jy ! Component: 1650 - total flux cleaned = -0.0195366 Jy ! Component: 1700 - total flux cleaned = -0.0198418 Jy ! Component: 1750 - total flux cleaned = -0.0205208 Jy ! Component: 1800 - total flux cleaned = -0.0209669 Jy ! Component: 1850 - total flux cleaned = -0.0213352 Jy ! Component: 1900 - total flux cleaned = -0.0218423 Jy ! Component: 1950 - total flux cleaned = -0.0224138 Jy ! Component: 2000 - total flux cleaned = -0.0226257 Jy ! Component: 2050 - total flux cleaned = -0.0231145 Jy ! Component: 2100 - total flux cleaned = -0.0234582 Jy ! Component: 2150 - total flux cleaned = -0.0239352 Jy ! Component: 2200 - total flux cleaned = -0.0243401 Jy ! Component: 2250 - total flux cleaned = -0.0248066 Jy ! Component: 2300 - total flux cleaned = -0.0252673 Jy ! Component: 2350 - total flux cleaned = -0.025659 Jy ! Component: 2400 - total flux cleaned = -0.0260464 Jy ! Component: 2450 - total flux cleaned = -0.026556 Jy ! Component: 2500 - total flux cleaned = -0.0269342 Jy ! Component: 2550 - total flux cleaned = -0.0271847 Jy ! Component: 2600 - total flux cleaned = -0.0276172 Jy ! Component: 2650 - total flux cleaned = -0.0279849 Jy ! Component: 2700 - total flux cleaned = -0.0284086 Jy ! Component: 2750 - total flux cleaned = -0.0288881 Jy ! Component: 2800 - total flux cleaned = -0.0290653 Jy ! Component: 2850 - total flux cleaned = -0.0294175 Jy ! Component: 2900 - total flux cleaned = -0.0297661 Jy ! Component: 2950 - total flux cleaned = -0.0299959 Jy ! Component: 3000 - total flux cleaned = -0.0303384 Jy ! Component: 3050 - total flux cleaned = -0.0306773 Jy ! Component: 3100 - total flux cleaned = -0.031069 Jy ! Component: 3150 - total flux cleaned = -0.0314017 Jy ! Component: 3200 - total flux cleaned = -0.031677 Jy ! Component: 3250 - total flux cleaned = -0.0319499 Jy ! Component: 3300 - total flux cleaned = -0.0323277 Jy ! Component: 3350 - total flux cleaned = -0.0327024 Jy ! Component: 3400 - total flux cleaned = -0.0329675 Jy ! Component: 3450 - total flux cleaned = -0.0333357 Jy ! Component: 3500 - total flux cleaned = -0.0335974 Jy ! Component: 3550 - total flux cleaned = -0.0338566 Jy ! Component: 3600 - total flux cleaned = -0.0343707 Jy ! Component: 3650 - total flux cleaned = -0.0345743 Jy ! Component: 3700 - total flux cleaned = -0.0349788 Jy ! Component: 3750 - total flux cleaned = -0.0353299 Jy ! Component: 3800 - total flux cleaned = -0.0357778 Jy ! Component: 3850 - total flux cleaned = -0.0361236 Jy ! Component: 3900 - total flux cleaned = -0.036516 Jy ! Component: 3950 - total flux cleaned = -0.0369548 Jy ! Component: 4000 - total flux cleaned = -0.0373899 Jy ! Component: 4050 - total flux cleaned = -0.0378218 Jy ! Total flux subtracted in 4096 components = -0.0380121 Jy ! Clean residual min=-0.002733 max=0.002589 Jy/beam ! Clean residual mean=-0.000070 rms=0.001253 Jy/beam ! Combined flux in latest and established models = 0.137685 Jy keep ! Adding 553 model components to the UV plane model. ! The established model now contains 610 components and 0.137685 Jy ![Exited script file: muppet] wmap "J1006+3454_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.45 x 5.69 at -4.627 degrees (North through East) ! Clean map min=-0.0060717 max=0.14367 Jy/beam ! Writing clean map to FITS file: J1006+3454_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.143673 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00123127 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.571 2.571 5.14199 10.284 20.568 41.136 82.2719 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0036 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.143 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.45 x 5.69 at -4.627 degrees (North through East) ! Clean map min=-0.0060717 max=0.14367 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 J1006+3454_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:52:05 2019