! Started logfile: J0423-0120_S_2017_03_23_pus_uvs.log on Mon May 13 09:48:04 2019 obs J0423-0120_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0423-0120_S_2017_03_23_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.629167 visibilities/baseline/integration-bin. ! Found source: J0423-0120 ! ! 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 481 lines of history. ! ! Reading 1812 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 J0423-0120_S_2017_03_23_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 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.557877Jy sigma=0.004038 ! Fit after self-cal, rms=0.522285Jy sigma=0.003746 ! 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=3.08 mas, bmaj=7.997 mas, bpa=-6.016 degrees ! Estimated noise=2708.13 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 = 1.00613 Jy ! Component: 100 - total flux cleaned = 1.27485 Jy ! Total flux subtracted in 100 components = 1.27485 Jy ! Clean residual min=-0.066058 max=0.113698 Jy/beam ! Clean residual mean=0.000068 rms=0.016992 Jy/beam ! Combined flux in latest and established models = 1.27485 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 1.27485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.361195Jy sigma=0.002549 ! Fit after self-cal, rms=0.361117Jy sigma=0.002548 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127729 Jy ! Component: 100 - total flux cleaned = 0.199091 Jy ! Total flux subtracted in 100 components = 0.199091 Jy ! Clean residual min=-0.059091 max=0.043644 Jy/beam ! Clean residual mean=0.000014 rms=0.011651 Jy/beam ! Combined flux in latest and established models = 1.47394 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 40 components and 1.47394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.295897Jy sigma=0.002139 ! Fit after self-cal, rms=0.295709Jy sigma=0.002138 ! 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.702 mas, bmaj=8.843 mas, bpa=-4.633 degrees ! Estimated noise=2333.03 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.0508459 Jy ! Component: 100 - total flux cleaned = 0.0790432 Jy ! Component: 150 - total flux cleaned = 0.0961389 Jy ! Component: 200 - total flux cleaned = 0.1037 Jy ! Total flux subtracted in 200 components = 0.1037 Jy ! Clean residual min=-0.055653 max=0.052940 Jy/beam ! Clean residual mean=0.000023 rms=0.013238 Jy/beam ! Combined flux in latest and established models = 1.57764 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 61 components and 1.57764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.282513Jy sigma=0.002097 ! Fit after self-cal, rms=0.282392Jy sigma=0.002096 ! 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.02 FD 0.86 HN 0.95 KP 1.06 ! LA 1.00 MK 1.02 NL 0.90 OV 1.04 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.89 HN 1.01 KP 1.01 ! LA 0.97 MK 1.02 NL 1.05 OV 1.07 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.91 HN 0.99 KP 0.88 ! LA 0.77 MK 1.04 NL 1.22 OV 0.98 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.94 HN 0.99 KP 1.00* ! LA 0.76 MK 1.16 NL 1.00* OV 2.92 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.282392Jy sigma=0.002096 ! Fit after self-cal, rms=0.259703Jy sigma=0.000835 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.734 mas, bmaj=8.919 mas, bpa=-4.441 degrees ! Estimated noise=2357.37 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.00228202 Jy ! Component: 100 - total flux cleaned = -0.00206354 Jy ! Component: 150 - total flux cleaned = -0.00152278 Jy ! Component: 200 - total flux cleaned = -0.00151429 Jy ! Total flux subtracted in 200 components = -0.00151429 Jy ! Clean residual min=-0.013885 max=0.013055 Jy/beam ! Clean residual mean=-0.000002 rms=0.003717 Jy/beam ! Combined flux in latest and established models = 1.57613 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 72 components and 1.57613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.259311Jy sigma=0.000829 ! Fit after self-cal, rms=0.259530Jy sigma=0.000827 ! 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.259530Jy sigma=0.000827 ! Fit after self-cal, rms=0.106526Jy sigma=0.000684 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=8.941 mas, bpa=-4.375 degrees ! Estimated noise=2359.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00404609 Jy ! Component: 100 - total flux cleaned = -0.00422776 Jy ! Component: 150 - total flux cleaned = -0.00409172 Jy ! Component: 200 - total flux cleaned = -0.00396948 Jy ! Total flux subtracted in 200 components = -0.00396948 Jy ! Clean residual min=-0.008066 max=0.009299 Jy/beam ! Clean residual mean=0.000002 rms=0.002052 Jy/beam ! Combined flux in latest and established models = 1.57216 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 79 components and 1.57216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105818Jy sigma=0.000679 ! Fit after self-cal, rms=0.105672Jy sigma=0.000678 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 (5, -26.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00986391 Jy ! Component: 100 - total flux cleaned = 0.0159885 Jy ! Component: 150 - total flux cleaned = 0.017657 Jy ! Component: 200 - total flux cleaned = 0.0178135 Jy ! Total flux subtracted in 200 components = 0.0178135 Jy ! Clean residual min=-0.007348 max=0.006609 Jy/beam ! Clean residual mean=-0.000003 rms=0.001667 Jy/beam ! Combined flux in latest and established models = 1.58997 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 97 components and 1.58997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104534Jy sigma=0.000668 ! Fit after self-cal, rms=0.104478Jy sigma=0.000668 ! 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.104478Jy sigma=0.000668 ! Fit after self-cal, rms=0.104494Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.746 mas, bmaj=8.948 mas, bpa=-4.321 degrees ! Estimated noise=2358.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.46904e-05 Jy ! Component: 100 - total flux cleaned = -6.0166e-05 Jy ! Component: 150 - total flux cleaned = -0.000311585 Jy ! Component: 200 - total flux cleaned = -0.000537695 Jy ! Total flux subtracted in 200 components = -0.000537695 Jy ! Clean residual min=-0.007005 max=0.005958 Jy/beam ! Clean residual mean=-0.000003 rms=0.001544 Jy/beam ! Combined flux in latest and established models = 1.58944 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 104 components and 1.58944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104090Jy sigma=0.000664 ! Fit after self-cal, rms=0.104074Jy sigma=0.000664 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.000220778 Jy ! Component: 100 - total flux cleaned = -0.000319216 Jy ! Component: 150 - total flux cleaned = -0.000414323 Jy ! Component: 200 - total flux cleaned = -0.000497192 Jy ! Total flux subtracted in 200 components = -0.000497192 Jy ! Clean residual min=-0.006784 max=0.005451 Jy/beam ! Clean residual mean=-0.000002 rms=0.001498 Jy/beam ! Combined flux in latest and established models = 1.58894 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 111 components and 1.58894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103868Jy sigma=0.000663 ! Fit after self-cal, rms=0.103859Jy sigma=0.000662 ! 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.103859Jy sigma=0.000662 ! Fit after self-cal, rms=0.103796Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.996 mas, bmaj=13.41 mas, bpa=2.461 degrees ! Estimated noise=2789.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00257487 Jy ! Component: 100 - total flux cleaned = -0.00284985 Jy ! Component: 150 - total flux cleaned = -0.00285364 Jy ! Component: 200 - total flux cleaned = -0.00285672 Jy ! Total flux subtracted in 200 components = -0.00285672 Jy ! Clean residual min=-0.006809 max=0.004792 Jy/beam ! Clean residual mean=-0.000004 rms=0.001561 Jy/beam ! Combined flux in latest and established models = 1.58608 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 127 components and 1.58608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103737Jy sigma=0.000662 ! Fit after self-cal, rms=0.103717Jy sigma=0.000662 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000569328 Jy ! Component: 100 - total flux cleaned = -0.000523952 Jy ! Component: 150 - total flux cleaned = -0.000622654 Jy ! Component: 200 - total flux cleaned = -0.00062261 Jy ! Total flux subtracted in 200 components = -0.00062261 Jy ! Clean residual min=-0.006727 max=0.004711 Jy/beam ! Clean residual mean=-0.000004 rms=0.001549 Jy/beam ! Combined flux in latest and established models = 1.58546 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 137 components and 1.58546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103698Jy sigma=0.000662 ! Fit after self-cal, rms=0.103690Jy sigma=0.000661 ! 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.75 mas, bmaj=8.95 mas, bpa=-4.279 degrees ! Estimated noise=2358.2 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.75 x 8.95 at -4.279 degrees (North through East) ! Clean map min=-0.0067788 max=1.3295 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.103690Jy sigma=0.000661 ! Fit after self-cal, rms=0.095865Jy sigma=0.000602 ! Inverting map and beam ! Estimated beam: bmin=3.751 mas, bmaj=8.953 mas, bpa=-4.278 degrees ! Estimated noise=2356.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00190194 Jy ! Component: 100 - total flux cleaned = -0.00199031 Jy ! Component: 150 - total flux cleaned = -0.002072 Jy ! Component: 200 - total flux cleaned = -0.00214743 Jy ! Total flux subtracted in 200 components = -0.00214743 Jy ! Clean residual min=-0.006312 max=0.005251 Jy/beam ! Clean residual mean=-0.000002 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 1.58331 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 146 components and 1.58331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095695Jy sigma=0.000601 ! Fit after self-cal, rms=0.095697Jy sigma=0.000601 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00052001 Jy ! Component: 100 - total flux cleaned = -0.00045543 Jy ! Component: 150 - total flux cleaned = -0.000455413 Jy ! Component: 200 - total flux cleaned = -0.000513279 Jy ! Total flux subtracted in 200 components = -0.000513279 Jy ! Clean residual min=-0.006220 max=0.005242 Jy/beam ! Clean residual mean=-0.000002 rms=0.001390 Jy/beam ! Combined flux in latest and established models = 1.5828 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 154 components and 1.5828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095596Jy sigma=0.000600 ! Fit after self-cal, rms=0.095595Jy sigma=0.000600 ! 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.095595Jy sigma=0.000600 ! Fit after self-cal, rms=0.095588Jy sigma=0.000600 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=3.124 mas, bmaj=8.079 mas, bpa=-5.613 degrees ! Estimated noise=2752.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.02159 Jy ! Component: 100 - total flux cleaned = 1.28162 Jy ! Component: 150 - total flux cleaned = 1.40336 Jy ! Component: 200 - total flux cleaned = 1.46933 Jy ! Total flux subtracted in 200 components = 1.46933 Jy ! Clean residual min=-0.017011 max=0.032075 Jy/beam ! Clean residual mean=0.000026 rms=0.004621 Jy/beam ! Combined flux in latest and established models = 1.46933 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 32 model components to the UV plane model. ! The established model now contains 32 components and 1.46933 Jy ! Inverting map and beam ! Estimated beam: bmin=3.752 mas, bmaj=8.953 mas, bpa=-4.246 degrees ! Estimated noise=2355.77 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.0424638 Jy ! Component: 100 - total flux cleaned = 0.0640566 Jy ! Component: 150 - total flux cleaned = 0.0776947 Jy ! Component: 200 - total flux cleaned = 0.0876157 Jy ! Total flux subtracted in 200 components = 0.0876157 Jy ! Clean residual min=-0.009445 max=0.008155 Jy/beam ! Clean residual mean=0.000007 rms=0.002023 Jy/beam ! Combined flux in latest and established models = 1.55695 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 63 components and 1.55695 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.998 mas, bmaj=13.42 mas, bpa=2.464 degrees ! Estimated noise=2784.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00748398 Jy ! Component: 100 - total flux cleaned = 0.0123736 Jy ! Component: 150 - total flux cleaned = 0.0157738 Jy ! Component: 200 - total flux cleaned = 0.0181962 Jy ! Total flux subtracted in 200 components = 0.0181962 Jy ! Clean residual min=-0.006143 max=0.004907 Jy/beam ! Clean residual mean=-0.000000 rms=0.001555 Jy/beam ! Combined flux in latest and established models = 1.57514 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.00175665 Jy ! Component: 100 - total flux cleaned = 0.00247759 Jy ! Component: 150 - total flux cleaned = 0.00295559 Jy ! Component: 200 - total flux cleaned = 0.00337594 Jy ! Total flux subtracted in 200 components = 0.00337594 Jy ! Clean residual min=-0.006030 max=0.004883 Jy/beam ! Clean residual mean=-0.000002 rms=0.001520 Jy/beam ! Combined flux in latest and established models = 1.57852 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 109 components and 1.57852 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.752 mas, bmaj=8.953 mas, bpa=-4.246 degrees ! Estimated noise=2355.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00369639 Jy ! Component: 100 - total flux cleaned = -0.00317719 Jy ! Component: 150 - total flux cleaned = -0.00295195 Jy ! Component: 200 - total flux cleaned = -0.00254007 Jy ! Total flux subtracted in 200 components = -0.00254007 Jy ! Clean residual min=-0.007612 max=0.006578 Jy/beam ! Clean residual mean=-0.000000 rms=0.001653 Jy/beam ! Combined flux in latest and established models = 1.57598 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 124 components and 1.57598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097563Jy sigma=0.000615 ! Fit after self-cal, rms=0.097479Jy sigma=0.000614 wmodel J0423-0120_S_2017_03_23_pus_map.mod ! Writing 124 model components to file: J0423-0120_S_2017_03_23_pus_map.mod wobs J0423-0120_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0423-0120_S_2017_03_23_pus_uvs.fits wwins J0423-0120_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0423-0120_S_2017_03_23_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.00215504 Jy ! Component: 100 - total flux cleaned = -0.00284129 Jy ! Component: 150 - total flux cleaned = -0.00424574 Jy ! Component: 200 - total flux cleaned = -0.00486297 Jy ! Component: 250 - total flux cleaned = -0.00516087 Jy ! Component: 300 - total flux cleaned = -0.00506526 Jy ! Component: 350 - total flux cleaned = -0.00525111 Jy ! Component: 400 - total flux cleaned = -0.00533957 Jy ! Component: 450 - total flux cleaned = -0.00525279 Jy ! Component: 500 - total flux cleaned = -0.00516966 Jy ! Component: 550 - total flux cleaned = -0.00533345 Jy ! Component: 600 - total flux cleaned = -0.0053329 Jy ! Component: 650 - total flux cleaned = -0.0054898 Jy ! Component: 700 - total flux cleaned = -0.00541434 Jy ! Component: 750 - total flux cleaned = -0.00578949 Jy ! Component: 800 - total flux cleaned = -0.00586286 Jy ! Component: 850 - total flux cleaned = -0.00636567 Jy ! Component: 900 - total flux cleaned = -0.00678728 Jy ! Component: 950 - total flux cleaned = -0.00692693 Jy ! Component: 1000 - total flux cleaned = -0.00753835 Jy ! Component: 1050 - total flux cleaned = -0.00793695 Jy ! Component: 1100 - total flux cleaned = -0.00819825 Jy ! Component: 1150 - total flux cleaned = -0.00864954 Jy ! Component: 1200 - total flux cleaned = -0.00896615 Jy ! Component: 1250 - total flux cleaned = -0.00940036 Jy ! Component: 1300 - total flux cleaned = -0.00958363 Jy ! Component: 1350 - total flux cleaned = -0.0100048 Jy ! Component: 1400 - total flux cleaned = -0.0102428 Jy ! Component: 1450 - total flux cleaned = -0.0105353 Jy ! Component: 1500 - total flux cleaned = -0.0109954 Jy ! Component: 1550 - total flux cleaned = -0.0112218 Jy ! Component: 1600 - total flux cleaned = -0.011612 Jy ! Component: 1650 - total flux cleaned = -0.0118314 Jy ! Component: 1700 - total flux cleaned = -0.012048 Jy ! Component: 1750 - total flux cleaned = -0.012208 Jy ! Component: 1800 - total flux cleaned = -0.0124707 Jy ! Component: 1850 - total flux cleaned = -0.0125752 Jy ! Component: 1900 - total flux cleaned = -0.0128335 Jy ! Component: 1950 - total flux cleaned = -0.0131383 Jy ! Component: 2000 - total flux cleaned = -0.0133384 Jy ! Component: 2050 - total flux cleaned = -0.0136349 Jy ! Component: 2100 - total flux cleaned = -0.0139269 Jy ! Component: 2150 - total flux cleaned = -0.0142634 Jy ! Component: 2200 - total flux cleaned = -0.0144544 Jy ! Component: 2250 - total flux cleaned = -0.0146431 Jy ! Component: 2300 - total flux cleaned = -0.0150161 Jy ! Component: 2350 - total flux cleaned = -0.0152005 Jy ! Component: 2400 - total flux cleaned = -0.0154739 Jy ! Component: 2450 - total flux cleaned = -0.0156094 Jy ! Component: 2500 - total flux cleaned = -0.0158768 Jy ! Component: 2550 - total flux cleaned = -0.0160089 Jy ! Component: 2600 - total flux cleaned = -0.0160965 Jy ! Component: 2650 - total flux cleaned = -0.0162259 Jy ! Component: 2700 - total flux cleaned = -0.0161832 Jy ! Component: 2750 - total flux cleaned = -0.0160986 Jy ! Component: 2800 - total flux cleaned = -0.0160991 Jy ! Component: 2850 - total flux cleaned = -0.0163071 Jy ! Component: 2900 - total flux cleaned = -0.0163895 Jy ! Component: 2950 - total flux cleaned = -0.0164304 Jy ! Component: 3000 - total flux cleaned = -0.0165929 Jy ! Component: 3050 - total flux cleaned = -0.0166739 Jy ! Component: 3100 - total flux cleaned = -0.0168337 Jy ! Component: 3150 - total flux cleaned = -0.0169524 Jy ! Component: 3200 - total flux cleaned = -0.0171494 Jy ! Component: 3250 - total flux cleaned = -0.0173055 Jy ! Component: 3300 - total flux cleaned = -0.0174606 Jy ! Component: 3350 - total flux cleaned = -0.017614 Jy ! Component: 3400 - total flux cleaned = -0.0177279 Jy ! Component: 3450 - total flux cleaned = -0.0178038 Jy ! Component: 3500 - total flux cleaned = -0.0178792 Jy ! Component: 3550 - total flux cleaned = -0.0180665 Jy ! Component: 3600 - total flux cleaned = -0.0182147 Jy ! Component: 3650 - total flux cleaned = -0.018288 Jy ! Component: 3700 - total flux cleaned = -0.0183612 Jy ! Component: 3750 - total flux cleaned = -0.018434 Jy ! Component: 3800 - total flux cleaned = -0.0185059 Jy ! Component: 3850 - total flux cleaned = -0.0186133 Jy ! Component: 3900 - total flux cleaned = -0.0187197 Jy ! Component: 3950 - total flux cleaned = -0.0186844 Jy ! Component: 4000 - total flux cleaned = -0.0187545 Jy ! Component: 4050 - total flux cleaned = -0.0188241 Jy ! Total flux subtracted in 4096 components = -0.0189626 Jy ! Clean residual min=-0.001984 max=0.001925 Jy/beam ! Clean residual mean=-0.000001 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 1.55702 Jy keep ! Adding 236 model components to the UV plane model. ! The established model now contains 360 components and 1.55702 Jy ![Exited script file: muppet] wmap "J0423-0120_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.752 x 8.953 at -4.246 degrees (North through East) ! Clean map min=-0.0047026 max=1.3382 Jy/beam ! Writing clean map to FITS file: J0423-0120_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.33817 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000589807 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.132227 0.132227 0.264453 0.528907 1.05781 2.11563 4.23125 8.46251 16.925 33.85 67.7001 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.338 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.752 x 8.953 at -4.246 degrees (North through East) ! Clean map min=-0.0047026 max=1.3382 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 J0423-0120_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:48:10 2019