! Started logfile: J0830+2410_S_2017_07_16_pus_uvs.log on Thu May 9 11:04:34 2019 obs J0830+2410_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0830+2410_S_2017_07_16_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.706667 visibilities/baseline/integration-bin. ! Found source: J0830+2410 ! ! 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 1272 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 J0830+2410_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.432686Jy sigma=0.003861 ! Fit after self-cal, rms=0.384598Jy sigma=0.003418 ! 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.7 mas, bmaj=7.626 mas, bpa=-22.82 degrees ! Estimated noise=2862.25 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.485428 Jy ! Component: 100 - total flux cleaned = 0.612753 Jy ! Total flux subtracted in 100 components = 0.612753 Jy ! Clean residual min=-0.028118 max=0.055791 Jy/beam ! Clean residual mean=-0.000041 rms=0.009290 Jy/beam ! Combined flux in latest and established models = 0.612753 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.612753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129242Jy sigma=0.001154 ! Fit after self-cal, rms=0.129046Jy sigma=0.001153 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0612385 Jy ! Component: 100 - total flux cleaned = 0.0925758 Jy ! Total flux subtracted in 100 components = 0.0925758 Jy ! Clean residual min=-0.016262 max=0.018693 Jy/beam ! Clean residual mean=-0.000011 rms=0.004472 Jy/beam ! Combined flux in latest and established models = 0.705328 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.705328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093670Jy sigma=0.000811 ! Fit after self-cal, rms=0.093304Jy sigma=0.000808 ! 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.195 mas, bmaj=8.208 mas, bpa=-21.87 degrees ! Estimated noise=2469.67 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.021309 Jy ! Component: 100 - total flux cleaned = 0.0321705 Jy ! Component: 150 - total flux cleaned = 0.0379668 Jy ! Component: 200 - total flux cleaned = 0.0402016 Jy ! Total flux subtracted in 200 components = 0.0402016 Jy ! Clean residual min=-0.010546 max=0.014096 Jy/beam ! Clean residual mean=-0.000002 rms=0.002948 Jy/beam ! Combined flux in latest and established models = 0.74553 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 32 components and 0.74553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088111Jy sigma=0.000765 ! Fit after self-cal, rms=0.088028Jy sigma=0.000764 ! 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.99 FD 1.00* HN 0.97 KP 1.05 ! LA 1.01 MK 0.98 NL 0.87 OV 1.01 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 1.00 KP 1.01 ! LA 0.99 MK 1.00 NL 1.04 OV 1.04 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00* HN 0.99 KP 1.01 ! LA 1.01 MK 1.02 NL 1.07 OV 0.95 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.01 KP 1.00* ! LA 0.90 MK 1.12 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.088028Jy sigma=0.000764 ! Fit after self-cal, rms=0.078390Jy sigma=0.000689 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=8.163 mas, bpa=-21.84 degrees ! Estimated noise=2464.15 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.00391781 Jy ! Component: 100 - total flux cleaned = 0.00426826 Jy ! Component: 150 - total flux cleaned = 0.00446652 Jy ! Component: 200 - total flux cleaned = 0.00437649 Jy ! Total flux subtracted in 200 components = 0.00437649 Jy ! Clean residual min=-0.007796 max=0.010465 Jy/beam ! Clean residual mean=0.000000 rms=0.002213 Jy/beam ! Combined flux in latest and established models = 0.749907 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 44 components and 0.749906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077945Jy sigma=0.000685 ! Fit after self-cal, rms=0.077881Jy sigma=0.000685 ! 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.077881Jy sigma=0.000685 ! Fit after self-cal, rms=0.077719Jy sigma=0.000685 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.211 mas, bmaj=8.148 mas, bpa=-21.79 degrees ! Estimated noise=2462.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200439 Jy ! Component: 100 - total flux cleaned = 0.0018514 Jy ! Component: 150 - total flux cleaned = 0.00171723 Jy ! Component: 200 - total flux cleaned = 0.00171903 Jy ! Total flux subtracted in 200 components = 0.00171903 Jy ! Clean residual min=-0.007654 max=0.010298 Jy/beam ! Clean residual mean=-0.000001 rms=0.002126 Jy/beam ! Combined flux in latest and established models = 0.751625 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 49 components and 0.751626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077532Jy sigma=0.000683 ! Fit after self-cal, rms=0.077506Jy sigma=0.000683 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 (-95.5, -118). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00970982 Jy ! Component: 100 - total flux cleaned = 0.0145023 Jy ! Component: 150 - total flux cleaned = 0.0167041 Jy ! Component: 200 - total flux cleaned = 0.017755 Jy ! Total flux subtracted in 200 components = 0.017755 Jy ! Clean residual min=-0.006705 max=0.005600 Jy/beam ! Clean residual mean=0.000006 rms=0.001566 Jy/beam ! Combined flux in latest and established models = 0.769381 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 72 components and 0.769381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076308Jy sigma=0.000671 ! Fit after self-cal, rms=0.076269Jy sigma=0.000671 ! 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.076269Jy sigma=0.000671 ! Fit after self-cal, rms=0.076006Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=8.138 mas, bpa=-21.75 degrees ! Estimated noise=2456.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00299232 Jy ! Component: 100 - total flux cleaned = 0.00402562 Jy ! Component: 150 - total flux cleaned = 0.00435067 Jy ! Component: 200 - total flux cleaned = 0.00479155 Jy ! Total flux subtracted in 200 components = 0.00479155 Jy ! Clean residual min=-0.006456 max=0.005301 Jy/beam ! Clean residual mean=0.000008 rms=0.001447 Jy/beam ! Combined flux in latest and established models = 0.774172 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 79 components and 0.774172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075817Jy sigma=0.000668 ! Fit after self-cal, rms=0.075812Jy sigma=0.000668 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.000739003 Jy ! Component: 100 - total flux cleaned = 0.000994831 Jy ! Component: 150 - total flux cleaned = 0.00117052 Jy ! Component: 200 - total flux cleaned = 0.00122634 Jy ! Total flux subtracted in 200 components = 0.00122634 Jy ! Clean residual min=-0.006344 max=0.005025 Jy/beam ! Clean residual mean=0.000008 rms=0.001417 Jy/beam ! Combined flux in latest and established models = 0.775399 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 85 components and 0.775399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075726Jy sigma=0.000667 ! Fit after self-cal, rms=0.075725Jy sigma=0.000667 ! 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.075725Jy sigma=0.000667 ! Fit after self-cal, rms=0.075707Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.247 mas, bmaj=9.937 mas, bpa=-14.39 degrees ! Estimated noise=3026.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00216817 Jy ! Component: 100 - total flux cleaned = 0.00292203 Jy ! Component: 150 - total flux cleaned = 0.0033128 Jy ! Component: 200 - total flux cleaned = 0.00339763 Jy ! Total flux subtracted in 200 components = 0.00339763 Jy ! Clean residual min=-0.005281 max=0.004727 Jy/beam ! Clean residual mean=0.000015 rms=0.001365 Jy/beam ! Combined flux in latest and established models = 0.778796 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 106 components and 0.778796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075683Jy sigma=0.000667 ! Fit after self-cal, rms=0.075669Jy sigma=0.000667 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 = -1.96565e-05 Jy ! Component: 100 - total flux cleaned = 0.000249753 Jy ! Component: 150 - total flux cleaned = 0.000290092 Jy ! Component: 200 - total flux cleaned = 0.000291521 Jy ! Total flux subtracted in 200 components = 0.000291521 Jy ! Clean residual min=-0.005087 max=0.004777 Jy/beam ! Clean residual mean=0.000015 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.779088 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 115 components and 0.779088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075671Jy sigma=0.000667 ! Fit after self-cal, rms=0.075662Jy sigma=0.000667 ! 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.214 mas, bmaj=8.137 mas, bpa=-21.75 degrees ! Estimated noise=2455.39 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.214 x 8.137 at -21.75 degrees (North through East) ! Clean map min=-0.0055616 max=0.63473 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075662Jy sigma=0.000667 ! Fit after self-cal, rms=0.068280Jy sigma=0.000594 ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=8.133 mas, bpa=-21.73 degrees ! Estimated noise=2456.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.67748e-05 Jy ! Component: 100 - total flux cleaned = 0.000139056 Jy ! Component: 150 - total flux cleaned = 0.000243958 Jy ! Component: 200 - total flux cleaned = 0.00034104 Jy ! Total flux subtracted in 200 components = 0.00034104 Jy ! Clean residual min=-0.005524 max=0.005189 Jy/beam ! Clean residual mean=0.000008 rms=0.001334 Jy/beam ! Combined flux in latest and established models = 0.779429 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 132 components and 0.779429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068181Jy sigma=0.000594 ! Fit after self-cal, rms=0.068184Jy sigma=0.000594 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000147775 Jy ! Component: 100 - total flux cleaned = 0.000284285 Jy ! Component: 150 - total flux cleaned = 0.000371008 Jy ! Component: 200 - total flux cleaned = 0.000495294 Jy ! Total flux subtracted in 200 components = 0.000495294 Jy ! Clean residual min=-0.005424 max=0.005091 Jy/beam ! Clean residual mean=0.000009 rms=0.001320 Jy/beam ! Combined flux in latest and established models = 0.779924 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 140 components and 0.779924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068130Jy sigma=0.000593 ! Fit after self-cal, rms=0.068131Jy sigma=0.000593 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068131Jy sigma=0.000593 ! Fit after self-cal, rms=0.068133Jy sigma=0.000593 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.718 mas, bmaj=7.565 mas, bpa=-22.68 degrees ! Estimated noise=2857.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.482034 Jy ! Component: 100 - total flux cleaned = 0.609643 Jy ! Component: 150 - total flux cleaned = 0.669813 Jy ! Component: 200 - total flux cleaned = 0.700426 Jy ! Total flux subtracted in 200 components = 0.700426 Jy ! Clean residual min=-0.011426 max=0.014999 Jy/beam ! Clean residual mean=-0.000018 rms=0.003264 Jy/beam ! Combined flux in latest and established models = 0.700426 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.700426 Jy ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=8.133 mas, bpa=-21.73 degrees ! Estimated noise=2456.51 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) ! Added new window around map position (3.5, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0220508 Jy ! Component: 100 - total flux cleaned = 0.0351733 Jy ! Component: 150 - total flux cleaned = 0.0447964 Jy ! Component: 200 - total flux cleaned = 0.0520935 Jy ! Total flux subtracted in 200 components = 0.0520935 Jy ! Clean residual min=-0.007035 max=0.006165 Jy/beam ! Clean residual mean=-0.000010 rms=0.001853 Jy/beam ! Combined flux in latest and established models = 0.75252 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 53 components and 0.75252 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.244 mas, bmaj=9.934 mas, bpa=-14.39 degrees ! Estimated noise=3028.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00883553 Jy ! Component: 100 - total flux cleaned = 0.0144288 Jy ! Component: 150 - total flux cleaned = 0.0177549 Jy ! Component: 200 - total flux cleaned = 0.0198035 Jy ! Total flux subtracted in 200 components = 0.0198035 Jy ! Clean residual min=-0.006290 max=0.005021 Jy/beam ! Clean residual mean=0.000003 rms=0.001534 Jy/beam ! Combined flux in latest and established models = 0.772324 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.000946703 Jy ! Component: 100 - total flux cleaned = 0.00139936 Jy ! Component: 150 - total flux cleaned = 0.00195288 Jy ! Component: 200 - total flux cleaned = 0.00230156 Jy ! Total flux subtracted in 200 components = 0.00230156 Jy ! Clean residual min=-0.005510 max=0.004681 Jy/beam ! Clean residual mean=0.000005 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 0.774625 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 124 components and 0.774625 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=8.133 mas, bpa=-21.73 degrees ! Estimated noise=2456.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000799452 Jy ! Component: 100 - total flux cleaned = 0.000920538 Jy ! Component: 150 - total flux cleaned = 0.00112041 Jy ! Component: 200 - total flux cleaned = 0.00111942 Jy ! Total flux subtracted in 200 components = 0.00111942 Jy ! Clean residual min=-0.005382 max=0.005643 Jy/beam ! Clean residual mean=0.000005 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.775744 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 146 components and 0.775744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068160Jy sigma=0.000593 ! Fit after self-cal, rms=0.068115Jy sigma=0.000592 wmodel J0830+2410_S_2017_07_16_pus_map.mod ! Writing 146 model components to file: J0830+2410_S_2017_07_16_pus_map.mod wobs J0830+2410_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0830+2410_S_2017_07_16_pus_uvs.fits wwins J0830+2410_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J0830+2410_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.00038062 Jy ! Component: 100 - total flux cleaned = -0.000887111 Jy ! Component: 150 - total flux cleaned = -0.00104427 Jy ! Component: 200 - total flux cleaned = -0.00126095 Jy ! Component: 250 - total flux cleaned = -0.00166885 Jy ! Component: 300 - total flux cleaned = -0.00199073 Jy ! Component: 350 - total flux cleaned = -0.002237 Jy ! Component: 400 - total flux cleaned = -0.00253573 Jy ! Component: 450 - total flux cleaned = -0.00265107 Jy ! Component: 500 - total flux cleaned = -0.00287467 Jy ! Component: 550 - total flux cleaned = -0.00303708 Jy ! Component: 600 - total flux cleaned = -0.00319445 Jy ! Component: 650 - total flux cleaned = -0.00334757 Jy ! Component: 700 - total flux cleaned = -0.00354536 Jy ! Component: 750 - total flux cleaned = -0.00368872 Jy ! Component: 800 - total flux cleaned = -0.00392329 Jy ! Component: 850 - total flux cleaned = -0.0041971 Jy ! Component: 900 - total flux cleaned = -0.00433051 Jy ! Component: 950 - total flux cleaned = -0.00454882 Jy ! Component: 1000 - total flux cleaned = -0.00476159 Jy ! Component: 1050 - total flux cleaned = -0.00496957 Jy ! Component: 1100 - total flux cleaned = -0.00521295 Jy ! Component: 1150 - total flux cleaned = -0.00537172 Jy ! Component: 1200 - total flux cleaned = -0.00548849 Jy ! Component: 1250 - total flux cleaned = -0.00560309 Jy ! Component: 1300 - total flux cleaned = -0.00578923 Jy ! Component: 1350 - total flux cleaned = -0.00589889 Jy ! Component: 1400 - total flux cleaned = -0.00607755 Jy ! Component: 1450 - total flux cleaned = -0.00614698 Jy ! Component: 1500 - total flux cleaned = -0.00611242 Jy ! Component: 1550 - total flux cleaned = -0.00621393 Jy ! Component: 1600 - total flux cleaned = -0.00618118 Jy ! Component: 1650 - total flux cleaned = -0.00618118 Jy ! Component: 1700 - total flux cleaned = -0.00614869 Jy ! Component: 1750 - total flux cleaned = -0.00608527 Jy ! Component: 1800 - total flux cleaned = -0.0060542 Jy ! Component: 1850 - total flux cleaned = -0.00611618 Jy ! Component: 1900 - total flux cleaned = -0.00605471 Jy ! Component: 1950 - total flux cleaned = -0.00605429 Jy ! Component: 2000 - total flux cleaned = -0.00605414 Jy ! Component: 2050 - total flux cleaned = -0.00605401 Jy ! Component: 2100 - total flux cleaned = -0.00599599 Jy ! Component: 2150 - total flux cleaned = -0.00605315 Jy ! Component: 2200 - total flux cleaned = -0.00599645 Jy ! Component: 2250 - total flux cleaned = -0.00608093 Jy ! Component: 2300 - total flux cleaned = -0.00613642 Jy ! Component: 2350 - total flux cleaned = -0.00619152 Jy ! Component: 2400 - total flux cleaned = -0.00630044 Jy ! Component: 2450 - total flux cleaned = -0.00630021 Jy ! Component: 2500 - total flux cleaned = -0.00635348 Jy ! Component: 2550 - total flux cleaned = -0.0063535 Jy ! Component: 2600 - total flux cleaned = -0.00635367 Jy ! Component: 2650 - total flux cleaned = -0.00645777 Jy ! Component: 2700 - total flux cleaned = -0.00635434 Jy ! Component: 2750 - total flux cleaned = -0.00638025 Jy ! Component: 2800 - total flux cleaned = -0.00632959 Jy ! Component: 2850 - total flux cleaned = -0.00635483 Jy ! Component: 2900 - total flux cleaned = -0.00627971 Jy ! Component: 2950 - total flux cleaned = -0.0063046 Jy ! Component: 3000 - total flux cleaned = -0.00632897 Jy ! Component: 3050 - total flux cleaned = -0.00630413 Jy ! Component: 3100 - total flux cleaned = -0.00632833 Jy ! Component: 3150 - total flux cleaned = -0.00632819 Jy ! Component: 3200 - total flux cleaned = -0.00642464 Jy ! Component: 3250 - total flux cleaned = -0.00640056 Jy ! Component: 3300 - total flux cleaned = -0.00632863 Jy ! Component: 3350 - total flux cleaned = -0.00637635 Jy ! Component: 3400 - total flux cleaned = -0.00632885 Jy ! Component: 3450 - total flux cleaned = -0.00635251 Jy ! Component: 3500 - total flux cleaned = -0.00632891 Jy ! Component: 3550 - total flux cleaned = -0.00632899 Jy ! Component: 3600 - total flux cleaned = -0.00635245 Jy ! Component: 3650 - total flux cleaned = -0.00637588 Jy ! Component: 3700 - total flux cleaned = -0.00639928 Jy ! Component: 3750 - total flux cleaned = -0.00639938 Jy ! Component: 3800 - total flux cleaned = -0.00639948 Jy ! Component: 3850 - total flux cleaned = -0.00644617 Jy ! Component: 3900 - total flux cleaned = -0.00642296 Jy ! Component: 3950 - total flux cleaned = -0.00644623 Jy ! Component: 4000 - total flux cleaned = -0.0064462 Jy ! Component: 4050 - total flux cleaned = -0.00649302 Jy ! Total flux subtracted in 4096 components = -0.00649301 Jy ! Clean residual min=-0.001357 max=0.001440 Jy/beam ! Clean residual mean=0.000001 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.769251 Jy keep ! Adding 210 model components to the UV plane model. ! The established model now contains 356 components and 0.769251 Jy ![Exited script file: muppet] wmap "J0830+2410_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.215 x 8.133 at -21.73 degrees (North through East) ! Clean map min=-0.0051223 max=0.63488 Jy/beam ! Writing clean map to FITS file: J0830+2410_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.634883 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000397658 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.187904 0.187904 0.375809 0.751617 1.50323 3.00647 6.01294 12.0259 24.0518 48.1035 96.207 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.634 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.215 x 8.133 at -21.73 degrees (North through East) ! Clean map min=-0.0051223 max=0.63488 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 J0830+2410_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:04:39 2019