! Started logfile: J1045+1735_S_2017_01_21_pus_uvs.log on Sun May 5 15:52:47 2019 obs J1045+1735_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J1045+1735_S_2017_01_21_pus_uva.fits ! AN table 1: 172 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.644703 visibilities/baseline/integration-bin. ! Found source: J1045+1735 ! ! 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 15968 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 J1045+1735_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 300 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 300 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 300 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 646 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.885031Jy sigma=0.007299 ! Fit after self-cal, rms=0.874873Jy sigma=0.007220 ! 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.595 mas, bmaj=5.568 mas, bpa=-2.972 degrees ! Estimated noise=1104.01 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.0983116 Jy ! Component: 100 - total flux cleaned = 0.122851 Jy ! Total flux subtracted in 100 components = 0.122851 Jy ! Clean residual min=-0.006260 max=0.010492 Jy/beam ! Clean residual mean=-0.000031 rms=0.001532 Jy/beam ! Combined flux in latest and established models = 0.122851 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.122851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091485Jy sigma=0.000682 ! Fit after self-cal, rms=0.091449Jy sigma=0.000682 ! Inverting map ! Added new window around map position (-2.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122341 Jy ! Component: 100 - total flux cleaned = 0.0190025 Jy ! Total flux subtracted in 100 components = 0.0190025 Jy ! Clean residual min=-0.004613 max=0.005163 Jy/beam ! Clean residual mean=-0.000027 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.141854 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 10 components and 0.141854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089784Jy sigma=0.000664 ! Fit after self-cal, rms=0.089738Jy sigma=0.000664 ! 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.096 mas, bmaj=6.399 mas, bpa=-3.002 degrees ! Estimated noise=741.646 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.00501655 Jy ! Component: 100 - total flux cleaned = 0.00735794 Jy ! Component: 150 - total flux cleaned = 0.00870278 Jy ! Component: 200 - total flux cleaned = 0.00955406 Jy ! Total flux subtracted in 200 components = 0.00955406 Jy ! Clean residual min=-0.003779 max=0.004573 Jy/beam ! Clean residual mean=-0.000066 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.151408 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.151408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089529Jy sigma=0.000661 ! Fit after self-cal, rms=0.089522Jy sigma=0.000661 ! 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.06 FD 1.00* HN 0.97 LA 1.04 ! MK 0.97 NL 1.04 OV 1.02 PT 0.95 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00* HN 0.98 LA 1.00 ! MK 1.00 NL 1.02 OV 1.06 PT 0.95 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* HN 0.97 LA 1.00 ! MK 1.03 NL 1.02 OV 0.98 PT 0.93 ! SC 0.96 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 0.98 LA 0.95 ! MK 0.98 NL 1.00* OV 1.02 PT 0.92 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.089522Jy sigma=0.000661 ! Fit after self-cal, rms=0.089912Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.09 mas, bmaj=6.413 mas, bpa=-3.186 degrees ! Estimated noise=738.73 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.000565185 Jy ! Component: 100 - total flux cleaned = 0.000501159 Jy ! Component: 150 - total flux cleaned = 0.000394219 Jy ! Component: 200 - total flux cleaned = 0.00032916 Jy ! Total flux subtracted in 200 components = 0.00032916 Jy ! Clean residual min=-0.003052 max=0.004479 Jy/beam ! Clean residual mean=-0.000059 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.151737 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 26 components and 0.151737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089892Jy sigma=0.000658 ! Fit after self-cal, rms=0.089999Jy sigma=0.000658 ! 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.089999Jy sigma=0.000658 ! Fit after self-cal, rms=0.091701Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.081 mas, bmaj=6.421 mas, bpa=-3.098 degrees ! Estimated noise=739.226 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000457455 Jy ! Component: 100 - total flux cleaned = 0.000510613 Jy ! Component: 150 - total flux cleaned = 0.000510639 Jy ! Component: 200 - total flux cleaned = 0.000492553 Jy ! Total flux subtracted in 200 components = 0.000492553 Jy ! Clean residual min=-0.002441 max=0.003934 Jy/beam ! Clean residual mean=-0.000017 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.15223 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.15223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091688Jy sigma=0.000654 ! Fit after self-cal, rms=0.091798Jy sigma=0.000654 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) ! Added new window around map position (-37, 13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00343641 Jy ! Component: 100 - total flux cleaned = 0.00433404 Jy ! Component: 150 - total flux cleaned = 0.00503981 Jy ! Component: 200 - total flux cleaned = 0.00558681 Jy ! Total flux subtracted in 200 components = 0.00558681 Jy ! Clean residual min=-0.002090 max=0.003064 Jy/beam ! Clean residual mean=-0.000010 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.157816 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 61 components and 0.157816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091675Jy sigma=0.000653 ! Fit after self-cal, rms=0.091657Jy sigma=0.000653 ! Inverting map ! Added new window around map position (-56, 19). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00271909 Jy ! Component: 100 - total flux cleaned = 0.00404514 Jy ! Component: 150 - total flux cleaned = 0.00466676 Jy ! Component: 200 - total flux cleaned = 0.00508096 Jy ! Total flux subtracted in 200 components = 0.00508096 Jy ! Clean residual min=-0.001797 max=0.002065 Jy/beam ! Clean residual mean=-0.000002 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.162897 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 89 components and 0.162897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091569Jy sigma=0.000652 ! Fit after self-cal, rms=0.091548Jy sigma=0.000652 ! 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.091548Jy sigma=0.000652 ! Fit after self-cal, rms=0.091152Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=6.412 mas, bpa=-3.05 degrees ! Estimated noise=736.636 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124409 Jy ! Component: 100 - total flux cleaned = 0.00200521 Jy ! Component: 150 - total flux cleaned = 0.00251252 Jy ! Component: 200 - total flux cleaned = 0.00280513 Jy ! Total flux subtracted in 200 components = 0.00280513 Jy ! Clean residual min=-0.001710 max=0.001942 Jy/beam ! Clean residual mean=-0.000005 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.165703 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 113 components and 0.165702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091121Jy sigma=0.000651 ! Fit after self-cal, rms=0.091107Jy sigma=0.000651 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) ! Added new window around map position (111, -15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156295 Jy ! Component: 100 - total flux cleaned = 0.00204094 Jy ! Component: 150 - total flux cleaned = 0.00258574 Jy ! Component: 200 - total flux cleaned = 0.00285505 Jy ! Total flux subtracted in 200 components = 0.00285505 Jy ! Clean residual min=-0.001434 max=0.001549 Jy/beam ! Clean residual mean=-0.000002 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.168558 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 134 components and 0.168558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091063Jy sigma=0.000651 ! Fit after self-cal, rms=0.091061Jy sigma=0.000651 ! 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.091061Jy sigma=0.000651 ! Fit after self-cal, rms=0.090895Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.599 mas, bmaj=9.904 mas, bpa=0.5729 degrees ! Estimated noise=972.186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148553 Jy ! Component: 100 - total flux cleaned = 0.00238567 Jy ! Component: 150 - total flux cleaned = 0.00275788 Jy ! Component: 200 - total flux cleaned = 0.00294516 Jy ! Total flux subtracted in 200 components = 0.00294516 Jy ! Clean residual min=-0.001752 max=0.001535 Jy/beam ! Clean residual mean=-0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.171503 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 169 components and 0.171503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090886Jy sigma=0.000650 ! Fit after self-cal, rms=0.090877Jy sigma=0.000650 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.000679826 Jy ! Component: 100 - total flux cleaned = 0.000826367 Jy ! Component: 150 - total flux cleaned = 0.000826154 Jy ! Component: 200 - total flux cleaned = 0.000863205 Jy ! Total flux subtracted in 200 components = 0.000863205 Jy ! Clean residual min=-0.001763 max=0.001513 Jy/beam ! Clean residual mean=0.000002 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.172366 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 192 components and 0.172366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090873Jy sigma=0.000650 ! Fit after self-cal, rms=0.090872Jy sigma=0.000650 ! 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.078 mas, bmaj=6.41 mas, bpa=-3.043 degrees ! Estimated noise=735.927 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.078 x 6.41 at -3.043 degrees (North through East) ! Clean map min=-0.0018976 max=0.12903 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.582 mas, bmaj=5.586 mas, bpa=-2.925 degrees ! Estimated noise=1088.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.09655 Jy ! Component: 100 - total flux cleaned = 0.122234 Jy ! Component: 150 - total flux cleaned = 0.134833 Jy ! Component: 200 - total flux cleaned = 0.141767 Jy ! Total flux subtracted in 200 components = 0.141767 Jy ! Clean residual min=-0.003439 max=0.004103 Jy/beam ! Clean residual mean=-0.000014 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.141767 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.141767 Jy ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=6.41 mas, bpa=-3.043 degrees ! Estimated noise=735.927 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.00593574 Jy ! Component: 100 - total flux cleaned = 0.010155 Jy ! Component: 150 - total flux cleaned = 0.0134899 Jy ! Component: 200 - total flux cleaned = 0.0162627 Jy ! Total flux subtracted in 200 components = 0.0162627 Jy ! Clean residual min=-0.002069 max=0.002240 Jy/beam ! Clean residual mean=-0.000018 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.15803 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 49 components and 0.15803 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=6.599 mas, bmaj=9.904 mas, bpa=0.5729 degrees ! Estimated noise=972.186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00406573 Jy ! Component: 100 - total flux cleaned = 0.00687717 Jy ! Component: 150 - total flux cleaned = 0.00894268 Jy ! Component: 200 - total flux cleaned = 0.0102787 Jy ! Total flux subtracted in 200 components = 0.0102787 Jy ! Clean residual min=-0.001805 max=0.002001 Jy/beam ! Clean residual mean=-0.000012 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.168309 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.000816401 Jy ! Component: 100 - total flux cleaned = 0.00150072 Jy ! Component: 150 - total flux cleaned = 0.0020451 Jy ! Component: 200 - total flux cleaned = 0.00254105 Jy ! Total flux subtracted in 200 components = 0.00254105 Jy ! Clean residual min=-0.001761 max=0.001663 Jy/beam ! Clean residual mean=-0.000003 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.17085 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 131 components and 0.17085 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=6.41 mas, bpa=-3.043 degrees ! Estimated noise=735.927 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00042405 Jy ! Component: 100 - total flux cleaned = 0.000617622 Jy ! Component: 150 - total flux cleaned = 0.000794858 Jy ! Component: 200 - total flux cleaned = 0.000834254 Jy ! Total flux subtracted in 200 components = 0.000834254 Jy ! Clean residual min=-0.001458 max=0.001489 Jy/beam ! Clean residual mean=-0.000000 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.171684 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 154 components and 0.171684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090925Jy sigma=0.000651 ! Fit after self-cal, rms=0.090930Jy sigma=0.000651 wmodel J1045+1735_S_2017_01_21_pus_map.mod ! Writing 154 model components to file: J1045+1735_S_2017_01_21_pus_map.mod wobs J1045+1735_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J1045+1735_S_2017_01_21_pus_uvs.fits wwins J1045+1735_S_2017_01_21_pus_map.win ! wwins: Wrote 5 windows to J1045+1735_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.000191389 Jy ! Component: 100 - total flux cleaned = 0.000192137 Jy ! Component: 150 - total flux cleaned = 0.000120673 Jy ! Component: 200 - total flux cleaned = 0.000121528 Jy ! Component: 250 - total flux cleaned = 0.000144106 Jy ! Component: 300 - total flux cleaned = 0.000143856 Jy ! Component: 350 - total flux cleaned = 0.000207246 Jy ! Component: 400 - total flux cleaned = 0.000289269 Jy ! Component: 450 - total flux cleaned = 0.000348905 Jy ! Component: 500 - total flux cleaned = 0.000387861 Jy ! Component: 550 - total flux cleaned = 0.000445354 Jy ! Component: 600 - total flux cleaned = 0.000463993 Jy ! Component: 650 - total flux cleaned = 0.000500664 Jy ! Component: 700 - total flux cleaned = 0.000518878 Jy ! Component: 750 - total flux cleaned = 0.000589396 Jy ! Component: 800 - total flux cleaned = 0.000641307 Jy ! Component: 850 - total flux cleaned = 0.000658258 Jy ! Component: 900 - total flux cleaned = 0.00065866 Jy ! Component: 950 - total flux cleaned = 0.000725082 Jy ! Component: 1000 - total flux cleaned = 0.000725059 Jy ! Component: 1050 - total flux cleaned = 0.000789256 Jy ! Component: 1100 - total flux cleaned = 0.00083652 Jy ! Component: 1150 - total flux cleaned = 0.000836071 Jy ! Component: 1200 - total flux cleaned = 0.000836341 Jy ! Component: 1250 - total flux cleaned = 0.00088162 Jy ! Component: 1300 - total flux cleaned = 0.000911418 Jy ! Component: 1350 - total flux cleaned = 0.000970218 Jy ! Component: 1400 - total flux cleaned = 0.000999025 Jy ! Component: 1450 - total flux cleaned = 0.00102774 Jy ! Component: 1500 - total flux cleaned = 0.00104191 Jy ! Component: 1550 - total flux cleaned = 0.00102804 Jy ! Component: 1600 - total flux cleaned = 0.00100077 Jy ! Component: 1650 - total flux cleaned = 0.0010008 Jy ! Component: 1700 - total flux cleaned = 0.00101454 Jy ! Component: 1750 - total flux cleaned = 0.00108095 Jy ! Component: 1800 - total flux cleaned = 0.00098866 Jy ! Component: 1850 - total flux cleaned = 0.00101481 Jy ! Component: 1900 - total flux cleaned = 0.000976405 Jy ! Component: 1950 - total flux cleaned = 0.000989243 Jy ! Component: 2000 - total flux cleaned = 0.00102723 Jy ! Component: 2050 - total flux cleaned = 0.00101451 Jy ! Component: 2100 - total flux cleaned = 0.0010267 Jy ! Component: 2150 - total flux cleaned = 0.00100192 Jy ! Component: 2200 - total flux cleaned = 0.00103852 Jy ! Component: 2250 - total flux cleaned = 0.00106251 Jy ! Component: 2300 - total flux cleaned = 0.00108649 Jy ! Component: 2350 - total flux cleaned = 0.00108643 Jy ! Component: 2400 - total flux cleaned = 0.00113336 Jy ! Component: 2450 - total flux cleaned = 0.00116815 Jy ! Component: 2500 - total flux cleaned = 0.00121428 Jy ! Component: 2550 - total flux cleaned = 0.00124858 Jy ! Component: 2600 - total flux cleaned = 0.0012712 Jy ! Component: 2650 - total flux cleaned = 0.00130501 Jy ! Component: 2700 - total flux cleaned = 0.00134982 Jy ! Component: 2750 - total flux cleaned = 0.00142739 Jy ! Component: 2800 - total flux cleaned = 0.00147128 Jy ! Component: 2850 - total flux cleaned = 0.00148214 Jy ! Component: 2900 - total flux cleaned = 0.001547 Jy ! Component: 2950 - total flux cleaned = 0.00156853 Jy ! Component: 3000 - total flux cleaned = 0.00160059 Jy ! Component: 3050 - total flux cleaned = 0.00165349 Jy ! Component: 3100 - total flux cleaned = 0.0016955 Jy ! Component: 3150 - total flux cleaned = 0.00175817 Jy ! Component: 3200 - total flux cleaned = 0.00177897 Jy ! Component: 3250 - total flux cleaned = 0.00185112 Jy ! Component: 3300 - total flux cleaned = 0.00192262 Jy ! Component: 3350 - total flux cleaned = 0.00197341 Jy ! Component: 3400 - total flux cleaned = 0.00201377 Jy ! Component: 3450 - total flux cleaned = 0.00203377 Jy ! Component: 3500 - total flux cleaned = 0.0020936 Jy ! Component: 3550 - total flux cleaned = 0.00214302 Jy ! Component: 3600 - total flux cleaned = 0.00220193 Jy ! Component: 3650 - total flux cleaned = 0.00226046 Jy ! Component: 3700 - total flux cleaned = 0.00230893 Jy ! Component: 3750 - total flux cleaned = 0.00237643 Jy ! Component: 3800 - total flux cleaned = 0.00238599 Jy ! Component: 3850 - total flux cleaned = 0.00243373 Jy ! Component: 3900 - total flux cleaned = 0.0024716 Jy ! Component: 3950 - total flux cleaned = 0.00249037 Jy ! Component: 4000 - total flux cleaned = 0.00250909 Jy ! Component: 4050 - total flux cleaned = 0.00252776 Jy ! Total flux subtracted in 4096 components = 0.00256483 Jy ! Clean residual min=-0.000581 max=0.000619 Jy/beam ! Clean residual mean=0.000001 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.174249 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 415 components and 0.174249 Jy ![Exited script file: muppet] wmap "J1045+1735_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.078 x 6.41 at -3.043 degrees (North through East) ! Clean map min=-0.0012375 max=0.12833 Jy/beam ! Writing clean map to FITS file: J1045+1735_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.128325 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00015999 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.374025 0.374025 0.748051 1.4961 2.9922 5.98441 11.9688 23.9376 47.8753 95.7505 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.128 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.078 x 6.41 at -3.043 degrees (North through East) ! Clean map min=-0.0012375 max=0.12833 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 J1045+1735_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:52:53 2019