! Started logfile: J1705-2445_S_2017_04_28_pus_uvs.log on Thu May 2 16:30:19 2019 obs J1705-2445_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J1705-2445_S_2017_04_28_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.882375 visibilities/baseline/integration-bin. ! Found source: J1705-2445 ! ! 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 671 lines of history. ! ! Reading 18424 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 J1705-2445_S_2017_04_28_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 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 621 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.993295Jy sigma=0.007031 ! Fit after self-cal, rms=0.951518Jy sigma=0.006759 ! 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.471 mas, bmaj=6.565 mas, bpa=-1.972 degrees ! Estimated noise=1490.62 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.0390107 Jy ! Component: 100 - total flux cleaned = 0.0478754 Jy ! Total flux subtracted in 100 components = 0.0478754 Jy ! Clean residual min=-0.003843 max=0.003949 Jy/beam ! Clean residual mean=-0.000007 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.0478754 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0478754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097952Jy sigma=0.000645 ! Fit after self-cal, rms=0.096908Jy sigma=0.000639 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00542789 Jy ! Component: 100 - total flux cleaned = 0.00774276 Jy ! Total flux subtracted in 100 components = 0.00774276 Jy ! Clean residual min=-0.003327 max=0.003226 Jy/beam ! Clean residual mean=-0.000004 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.0556181 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 13 components and 0.0556181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096534Jy sigma=0.000637 ! Fit after self-cal, rms=0.096530Jy sigma=0.000637 ! 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.171 mas, bmaj=8.107 mas, bpa=-0.5795 degrees ! Estimated noise=840.654 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.00159974 Jy ! Component: 100 - total flux cleaned = 0.00221493 Jy ! Component: 150 - total flux cleaned = 0.00228705 Jy ! Component: 200 - total flux cleaned = 0.00231203 Jy ! Total flux subtracted in 200 components = 0.00231203 Jy ! Clean residual min=-0.002503 max=0.002394 Jy/beam ! Clean residual mean=-0.000004 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.0579302 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 18 components and 0.0579302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096494Jy sigma=0.000637 ! Fit after self-cal, rms=0.096498Jy sigma=0.000636 ! 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.92 FD 1.05 HN 1.06 KP 1.03 ! LA 0.98 MK 0.99 NL 1.00 OV 0.99 ! PT 1.16 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.05 HN 0.91 KP 1.03 ! LA 0.98 MK 1.09 NL 1.12 OV 1.02 ! PT 1.04 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.96 HN 0.95 KP 1.02 ! LA 0.98 MK 1.06 NL 0.96 OV 0.98 ! PT 1.11 SC 0.95 ! ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.91 HN 0.82 KP 1.00* ! LA 0.73 MK 0.78 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.096498Jy sigma=0.000636 ! Fit after self-cal, rms=0.094724Jy sigma=0.000635 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=8.058 mas, bpa=-0.7304 degrees ! Estimated noise=842.111 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 (-108.5, 56.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163353 Jy ! Component: 100 - total flux cleaned = 0.00164008 Jy ! Component: 150 - total flux cleaned = 0.00164185 Jy ! Component: 200 - total flux cleaned = 0.00153726 Jy ! Total flux subtracted in 200 components = 0.00153726 Jy ! Clean residual min=-0.002002 max=0.001996 Jy/beam ! Clean residual mean=-0.000008 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.0594674 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 31 components and 0.0594674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094659Jy sigma=0.000635 ! Fit after self-cal, rms=0.094516Jy sigma=0.000634 ! 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.094516Jy sigma=0.000634 ! Fit after self-cal, rms=0.093891Jy sigma=0.000634 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.169 mas, bmaj=8.037 mas, bpa=-0.5585 degrees ! Estimated noise=839.084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000787995 Jy ! Component: 100 - total flux cleaned = 0.000749155 Jy ! Component: 150 - total flux cleaned = 0.000680853 Jy ! Component: 200 - total flux cleaned = 0.000619344 Jy ! Total flux subtracted in 200 components = 0.000619344 Jy ! Clean residual min=-0.001873 max=0.001934 Jy/beam ! Clean residual mean=-0.000007 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.0600868 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 39 components and 0.0600868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093857Jy sigma=0.000634 ! Fit after self-cal, rms=0.093829Jy sigma=0.000633 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.000251639 Jy ! Component: 100 - total flux cleaned = 0.000184705 Jy ! Component: 150 - total flux cleaned = 0.000124027 Jy ! Component: 200 - total flux cleaned = 6.84704e-05 Jy ! Total flux subtracted in 200 components = 6.84704e-05 Jy ! Clean residual min=-0.001884 max=0.001915 Jy/beam ! Clean residual mean=-0.000007 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.0601552 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.0601552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093805Jy sigma=0.000633 ! Fit after self-cal, rms=0.093799Jy sigma=0.000633 ! 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.093799Jy sigma=0.000633 ! Fit after self-cal, rms=0.093618Jy sigma=0.000633 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=8.012 mas, bpa=-0.4441 degrees ! Estimated noise=836.124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228343 Jy ! Component: 100 - total flux cleaned = 0.000197791 Jy ! Component: 150 - total flux cleaned = 0.000139962 Jy ! Component: 200 - total flux cleaned = 3.35984e-05 Jy ! Total flux subtracted in 200 components = 3.35984e-05 Jy ! Clean residual min=-0.001787 max=0.001970 Jy/beam ! Clean residual mean=-0.000006 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.0601888 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 53 components and 0.0601888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093598Jy sigma=0.000633 ! Fit after self-cal, rms=0.093597Jy sigma=0.000633 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 = 8.73667e-05 Jy ! Component: 100 - total flux cleaned = 4.86662e-07 Jy ! Component: 150 - total flux cleaned = -0.000107031 Jy ! Component: 200 - total flux cleaned = -0.00015649 Jy ! Total flux subtracted in 200 components = -0.00015649 Jy ! Clean residual min=-0.001833 max=0.001909 Jy/beam ! Clean residual mean=-0.000005 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.0600323 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 57 components and 0.0600324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093580Jy sigma=0.000633 ! Fit after self-cal, rms=0.093570Jy sigma=0.000633 ! 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.093570Jy sigma=0.000633 ! Fit after self-cal, rms=0.093642Jy sigma=0.000633 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.026 mas, bmaj=19.24 mas, bpa=6.747 degrees ! Estimated noise=1037.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00027973 Jy ! Component: 100 - total flux cleaned = 0.000413902 Jy ! Component: 150 - total flux cleaned = 0.000519402 Jy ! Component: 200 - total flux cleaned = 0.000532797 Jy ! Total flux subtracted in 200 components = 0.000532797 Jy ! Clean residual min=-0.001715 max=0.001853 Jy/beam ! Clean residual mean=-0.000009 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.0605652 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 72 components and 0.0605652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093639Jy sigma=0.000633 ! Fit after self-cal, rms=0.093642Jy sigma=0.000633 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 = -8.11523e-06 Jy ! Component: 100 - total flux cleaned = 6.10915e-05 Jy ! Component: 150 - total flux cleaned = 8.60688e-05 Jy ! Component: 200 - total flux cleaned = 8.60377e-05 Jy ! Total flux subtracted in 200 components = 8.60377e-05 Jy ! Clean residual min=-0.001630 max=0.001805 Jy/beam ! Clean residual mean=-0.000009 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.0606512 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 78 components and 0.0606512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093640Jy sigma=0.000633 ! Fit after self-cal, rms=0.093630Jy sigma=0.000633 ! 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.167 mas, bmaj=7.994 mas, bpa=-0.3821 degrees ! Estimated noise=836.152 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.167 x 7.994 at -0.3821 degrees (North through East) ! Clean map min=-0.0023139 max=0.05276 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.474 mas, bmaj=6.478 mas, bpa=-1.834 degrees ! Estimated noise=1474.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.040769 Jy ! Component: 100 - total flux cleaned = 0.0503995 Jy ! Component: 150 - total flux cleaned = 0.0548631 Jy ! Component: 200 - total flux cleaned = 0.0564946 Jy ! Total flux subtracted in 200 components = 0.0564946 Jy ! Clean residual min=-0.003373 max=0.003588 Jy/beam ! Clean residual mean=-0.000008 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.0564946 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.0564946 Jy ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=7.994 mas, bpa=-0.3821 degrees ! Estimated noise=836.152 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.00277926 Jy ! Component: 100 - total flux cleaned = 0.0027958 Jy ! Component: 150 - total flux cleaned = 0.0027966 Jy ! Component: 200 - total flux cleaned = 0.0027982 Jy ! Total flux subtracted in 200 components = 0.0027982 Jy ! Clean residual min=-0.002038 max=0.002048 Jy/beam ! Clean residual mean=-0.000009 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.0592928 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 35 components and 0.0592928 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=8.026 mas, bmaj=19.24 mas, bpa=6.747 degrees ! Estimated noise=1037.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000748288 Jy ! Component: 100 - total flux cleaned = 0.000965295 Jy ! Component: 150 - total flux cleaned = 0.00104093 Jy ! Component: 200 - total flux cleaned = 0.00108456 Jy ! Total flux subtracted in 200 components = 0.00108456 Jy ! Clean residual min=-0.001596 max=0.001829 Jy/beam ! Clean residual mean=-0.000010 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0603774 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 = 2.0015e-05 Jy ! Component: 100 - total flux cleaned = 2.06911e-05 Jy ! Component: 150 - total flux cleaned = 5.69387e-05 Jy ! Component: 200 - total flux cleaned = 5.6832e-05 Jy ! Total flux subtracted in 200 components = 5.6832e-05 Jy ! Clean residual min=-0.001584 max=0.001801 Jy/beam ! Clean residual mean=-0.000010 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0604342 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 66 components and 0.0604342 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=7.994 mas, bpa=-0.3821 degrees ! Estimated noise=836.152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000174976 Jy ! Component: 100 - total flux cleaned = 0.000173907 Jy ! Component: 150 - total flux cleaned = 0.000128502 Jy ! Component: 200 - total flux cleaned = 8.58222e-05 Jy ! Total flux subtracted in 200 components = 8.58222e-05 Jy ! Clean residual min=-0.001782 max=0.001947 Jy/beam ! Clean residual mean=-0.000005 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.06052 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 74 components and 0.06052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093651Jy sigma=0.000633 ! Fit after self-cal, rms=0.093654Jy sigma=0.000633 wmodel J1705-2445_S_2017_04_28_pus_map.mod ! Writing 74 model components to file: J1705-2445_S_2017_04_28_pus_map.mod wobs J1705-2445_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J1705-2445_S_2017_04_28_pus_uvs.fits wwins J1705-2445_S_2017_04_28_pus_map.win ! wwins: Wrote 2 windows to J1705-2445_S_2017_04_28_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.000185024 Jy ! Component: 100 - total flux cleaned = 0.000152637 Jy ! Component: 150 - total flux cleaned = 9.02717e-05 Jy ! Component: 200 - total flux cleaned = 1.72749e-06 Jy ! Component: 250 - total flux cleaned = 3.08857e-05 Jy ! Component: 300 - total flux cleaned = 0.000141309 Jy ! Component: 350 - total flux cleaned = 0.00011417 Jy ! Component: 400 - total flux cleaned = 6.21975e-05 Jy ! Component: 450 - total flux cleaned = 3.68251e-05 Jy ! Component: 500 - total flux cleaned = -3.78364e-05 Jy ! Component: 550 - total flux cleaned = -8.60516e-05 Jy ! Component: 600 - total flux cleaned = -0.00018006 Jy ! Component: 650 - total flux cleaned = -0.000179761 Jy ! Component: 700 - total flux cleaned = -0.00022457 Jy ! Component: 750 - total flux cleaned = -0.000202373 Jy ! Component: 800 - total flux cleaned = -0.000289534 Jy ! Component: 850 - total flux cleaned = -0.000332315 Jy ! Component: 900 - total flux cleaned = -0.000395483 Jy ! Component: 950 - total flux cleaned = -0.000519002 Jy ! Component: 1000 - total flux cleaned = -0.000579558 Jy ! Component: 1050 - total flux cleaned = -0.00061938 Jy ! Component: 1100 - total flux cleaned = -0.000658156 Jy ! Component: 1150 - total flux cleaned = -0.000696711 Jy ! Component: 1200 - total flux cleaned = -0.000658684 Jy ! Component: 1250 - total flux cleaned = -0.000640068 Jy ! Component: 1300 - total flux cleaned = -0.000640171 Jy ! Component: 1350 - total flux cleaned = -0.000603573 Jy ! Component: 1400 - total flux cleaned = -0.000621452 Jy ! Component: 1450 - total flux cleaned = -0.000621358 Jy ! Component: 1500 - total flux cleaned = -0.000638784 Jy ! Component: 1550 - total flux cleaned = -0.000621284 Jy ! Component: 1600 - total flux cleaned = -0.000655388 Jy ! Component: 1650 - total flux cleaned = -0.000621547 Jy ! Component: 1700 - total flux cleaned = -0.000638295 Jy ! Component: 1750 - total flux cleaned = -0.00065481 Jy ! Component: 1800 - total flux cleaned = -0.000671439 Jy ! Component: 1850 - total flux cleaned = -0.0007038 Jy ! Component: 1900 - total flux cleaned = -0.000720117 Jy ! Component: 1950 - total flux cleaned = -0.000767361 Jy ! Component: 2000 - total flux cleaned = -0.000798564 Jy ! Component: 2050 - total flux cleaned = -0.000844992 Jy ! Component: 2100 - total flux cleaned = -0.000875744 Jy ! Component: 2150 - total flux cleaned = -0.000906091 Jy ! Component: 2200 - total flux cleaned = -0.000936052 Jy ! Component: 2250 - total flux cleaned = -0.000995833 Jy ! Component: 2300 - total flux cleaned = -0.00101051 Jy ! Component: 2350 - total flux cleaned = -0.00105462 Jy ! Component: 2400 - total flux cleaned = -0.00114175 Jy ! Component: 2450 - total flux cleaned = -0.00118482 Jy ! Component: 2500 - total flux cleaned = -0.00125619 Jy ! Component: 2550 - total flux cleaned = -0.00125628 Jy ! Component: 2600 - total flux cleaned = -0.00136847 Jy ! Component: 2650 - total flux cleaned = -0.00139625 Jy ! Component: 2700 - total flux cleaned = -0.00141001 Jy ! Component: 2750 - total flux cleaned = -0.0014648 Jy ! Component: 2800 - total flux cleaned = -0.00154634 Jy ! Component: 2850 - total flux cleaned = -0.00160041 Jy ! Component: 2900 - total flux cleaned = -0.00169421 Jy ! Component: 2950 - total flux cleaned = -0.00173426 Jy ! Component: 3000 - total flux cleaned = -0.00181347 Jy ! Component: 3050 - total flux cleaned = -0.00186608 Jy ! Component: 3100 - total flux cleaned = -0.00191833 Jy ! Component: 3150 - total flux cleaned = -0.00194427 Jy ! Component: 3200 - total flux cleaned = -0.00200867 Jy ! Component: 3250 - total flux cleaned = -0.00205985 Jy ! Component: 3300 - total flux cleaned = -0.00209784 Jy ! Component: 3350 - total flux cleaned = -0.00211063 Jy ! Component: 3400 - total flux cleaned = -0.00217358 Jy ! Component: 3450 - total flux cleaned = -0.00223602 Jy ! Component: 3500 - total flux cleaned = -0.00226083 Jy ! Component: 3550 - total flux cleaned = -0.00229793 Jy ! Component: 3600 - total flux cleaned = -0.00235925 Jy ! Component: 3650 - total flux cleaned = -0.00238361 Jy ! Component: 3700 - total flux cleaned = -0.00245655 Jy ! Component: 3750 - total flux cleaned = -0.00249277 Jy ! Component: 3800 - total flux cleaned = -0.00251692 Jy ! Component: 3850 - total flux cleaned = -0.00261235 Jy ! Component: 3900 - total flux cleaned = -0.00262412 Jy ! Component: 3950 - total flux cleaned = -0.00267133 Jy ! Component: 4000 - total flux cleaned = -0.00268303 Jy ! Component: 4050 - total flux cleaned = -0.00271797 Jy ! Total flux subtracted in 4096 components = -0.00272951 Jy ! Clean residual min=-0.000989 max=0.000664 Jy/beam ! Clean residual mean=-0.000004 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.0577905 Jy keep ! Adding 252 model components to the UV plane model. ! The established model now contains 326 components and 0.0577905 Jy ![Exited script file: muppet] wmap "J1705-2445_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.167 x 7.994 at -0.3821 degrees (North through East) ! Clean map min=-0.0020413 max=0.052542 Jy/beam ! Writing clean map to FITS file: J1705-2445_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0525425 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000200599 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.14535 1.14535 2.29071 4.58142 9.16284 18.3257 36.6513 73.3027 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.052 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.167 x 7.994 at -0.3821 degrees (North through East) ! Clean map min=-0.0020413 max=0.052542 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 J1705-2445_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:30:24 2019