! Started logfile: J2030-0622_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:07:54 2016 obs J2030-0622_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J2030-0622_S_2015_03_17_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.868273 visibilities/baseline/integration-bin. ! Found source: J2030-0622 ! ! 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 330 lines of history. ! ! Reading 12972 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 J2030-0622_S_2015_03_17_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 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.896211Jy sigma=0.009110 ! Fit after self-cal, rms=0.878949Jy sigma=0.008937 ! 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.127 mas, bmaj=7.166 mas, bpa=3.003 degrees ! Estimated noise=820.148 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.0908116 Jy ! Component: 100 - total flux cleaned = 0.114327 Jy ! Total flux subtracted in 100 components = 0.114327 Jy ! Clean residual min=-0.004713 max=0.009549 Jy/beam ! Clean residual mean=0.000019 rms=0.001317 Jy/beam ! Combined flux in latest and established models = 0.114327 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.114327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086077Jy sigma=0.000793 ! Fit after self-cal, rms=0.086031Jy sigma=0.000793 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104773 Jy ! Component: 100 - total flux cleaned = 0.0161346 Jy ! Total flux subtracted in 100 components = 0.0161346 Jy ! Clean residual min=-0.003867 max=0.005928 Jy/beam ! Clean residual mean=0.000014 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.130462 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 25 components and 0.130462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083955Jy sigma=0.000776 ! Fit after self-cal, rms=0.083931Jy sigma=0.000776 ! 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.665 mas, bmaj=8.223 mas, bpa=1.871 degrees ! Estimated noise=626.23 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 (-7.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00832121 Jy ! Component: 100 - total flux cleaned = 0.0131525 Jy ! Component: 150 - total flux cleaned = 0.0163806 Jy ! Component: 200 - total flux cleaned = 0.0186233 Jy ! Total flux subtracted in 200 components = 0.0186233 Jy ! Clean residual min=-0.003388 max=0.003663 Jy/beam ! Clean residual mean=0.000014 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.149085 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 90 components and 0.149085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082837Jy sigma=0.000768 ! Fit after self-cal, rms=0.082746Jy sigma=0.000768 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.87 HN 0.95 KP 1.11 ! LA 0.97 MK 0.98 NL 0.95 OV 0.98 ! PT 1.07 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.91 HN 1.05 KP 1.06 ! LA 0.94 MK 0.98 NL 1.03 OV 1.03 ! PT 1.06 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.90 HN 1.04 KP 0.95 ! LA 0.79 MK 1.07 NL 1.14 OV 0.97 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.94 HN 1.02 KP 0.93 ! LA 0.83 MK 1.05 NL 1.06 OV 1.02 ! PT 1.03 SC 0.95 ! ! ! Fit before self-cal, rms=0.082746Jy sigma=0.000768 ! Fit after self-cal, rms=0.078332Jy sigma=0.000756 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.688 mas, bmaj=8.291 mas, bpa=2.057 degrees ! Estimated noise=622.565 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.00121151 Jy ! Component: 100 - total flux cleaned = 0.00125633 Jy ! Component: 150 - total flux cleaned = 0.0011965 Jy ! Component: 200 - total flux cleaned = 0.00114909 Jy ! Total flux subtracted in 200 components = 0.00114909 Jy ! Clean residual min=-0.002160 max=0.002456 Jy/beam ! Clean residual mean=-0.000001 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.150234 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 111 components and 0.150234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078289Jy sigma=0.000756 ! Fit after self-cal, rms=0.078220Jy sigma=0.000755 ! 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.078220Jy sigma=0.000755 ! Fit after self-cal, rms=0.078301Jy sigma=0.000755 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.694 mas, bmaj=8.302 mas, bpa=2.09 degrees ! Estimated noise=622.304 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000536015 Jy ! Component: 100 - total flux cleaned = 0.000458475 Jy ! Component: 150 - total flux cleaned = 0.000479566 Jy ! Component: 200 - total flux cleaned = 0.00046086 Jy ! Total flux subtracted in 200 components = 0.00046086 Jy ! Clean residual min=-0.002101 max=0.002192 Jy/beam ! Clean residual mean=0.000001 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.150695 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 129 components and 0.150695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078284Jy sigma=0.000755 ! Fit after self-cal, rms=0.078289Jy sigma=0.000755 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 (-33.5, -29). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00204193 Jy ! Component: 100 - total flux cleaned = 0.00306504 Jy ! Component: 150 - total flux cleaned = 0.00349868 Jy ! Component: 200 - total flux cleaned = 0.00369074 Jy ! Total flux subtracted in 200 components = 0.00369074 Jy ! Clean residual min=-0.001884 max=0.001877 Jy/beam ! Clean residual mean=0.000002 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.154386 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 166 components and 0.154386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078235Jy sigma=0.000754 ! Fit after self-cal, rms=0.078231Jy sigma=0.000754 ! 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.078231Jy sigma=0.000754 ! Fit after self-cal, rms=0.078281Jy sigma=0.000754 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.696 mas, bmaj=8.304 mas, bpa=2.116 degrees ! Estimated noise=622.361 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000739255 Jy ! Component: 100 - total flux cleaned = 0.00088357 Jy ! Component: 150 - total flux cleaned = 0.00101502 Jy ! Component: 200 - total flux cleaned = 0.00113486 Jy ! Total flux subtracted in 200 components = 0.00113486 Jy ! Clean residual min=-0.001792 max=0.001769 Jy/beam ! Clean residual mean=0.000003 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.155521 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 178 components and 0.155521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078268Jy sigma=0.000754 ! Fit after self-cal, rms=0.078269Jy sigma=0.000754 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.000256856 Jy ! Component: 100 - total flux cleaned = 0.000311124 Jy ! Component: 150 - total flux cleaned = 0.000379624 Jy ! Component: 200 - total flux cleaned = 0.000444136 Jy ! Total flux subtracted in 200 components = 0.000444136 Jy ! Clean residual min=-0.001735 max=0.001703 Jy/beam ! Clean residual mean=0.000003 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.155965 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 189 components and 0.155965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078262Jy sigma=0.000754 ! Fit after self-cal, rms=0.078262Jy sigma=0.000754 ! 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.078262Jy sigma=0.000754 ! Fit after self-cal, rms=0.078292Jy sigma=0.000754 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.88 mas, bmaj=13.03 mas, bpa=3.849 degrees ! Estimated noise=765.753 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00077952 Jy ! Component: 100 - total flux cleaned = 0.00113423 Jy ! Component: 150 - total flux cleaned = 0.00138585 Jy ! Component: 200 - total flux cleaned = 0.00152273 Jy ! Total flux subtracted in 200 components = 0.00152273 Jy ! Clean residual min=-0.001694 max=0.001740 Jy/beam ! Clean residual mean=0.000006 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.157488 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 199 components and 0.157488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078290Jy sigma=0.000754 ! Fit after self-cal, rms=0.078290Jy sigma=0.000754 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.000230538 Jy ! Component: 100 - total flux cleaned = 0.000426436 Jy ! Component: 150 - total flux cleaned = 0.000535194 Jy ! Component: 200 - total flux cleaned = 0.000602725 Jy ! Total flux subtracted in 200 components = 0.000602725 Jy ! Clean residual min=-0.001695 max=0.001681 Jy/beam ! Clean residual mean=0.000007 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.158091 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 208 components and 0.158091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078291Jy sigma=0.000754 ! Fit after self-cal, rms=0.078290Jy sigma=0.000754 ! 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.695 mas, bmaj=8.302 mas, bpa=2.092 degrees ! Estimated noise=622.304 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.695 x 8.302 at 2.092 degrees (North through East) ! Clean map min=-0.001647 max=0.11868 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=3.141 mas, bmaj=7.224 mas, bpa=3.214 degrees ! Estimated noise=818.845 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0904632 Jy ! Component: 100 - total flux cleaned = 0.113857 Jy ! Component: 150 - total flux cleaned = 0.124516 Jy ! Component: 200 - total flux cleaned = 0.131159 Jy ! Total flux subtracted in 200 components = 0.131159 Jy ! Clean residual min=-0.003219 max=0.003695 Jy/beam ! Clean residual mean=0.000006 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.131159 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.131159 Jy ! Inverting map and beam ! Estimated beam: bmin=3.695 mas, bmaj=8.302 mas, bpa=2.092 degrees ! Estimated noise=622.304 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.00680036 Jy ! Component: 100 - total flux cleaned = 0.0111208 Jy ! Component: 150 - total flux cleaned = 0.0142657 Jy ! Component: 200 - total flux cleaned = 0.0167372 Jy ! Total flux subtracted in 200 components = 0.0167372 Jy ! Clean residual min=-0.002354 max=0.001984 Jy/beam ! Clean residual mean=0.000003 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.147896 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 74 components and 0.147896 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.88 mas, bmaj=13.03 mas, bpa=3.849 degrees ! Estimated noise=765.753 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00290946 Jy ! Component: 100 - total flux cleaned = 0.00485528 Jy ! Component: 150 - total flux cleaned = 0.00630167 Jy ! Component: 200 - total flux cleaned = 0.00739554 Jy ! Total flux subtracted in 200 components = 0.00739554 Jy ! Clean residual min=-0.001834 max=0.001790 Jy/beam ! Clean residual mean=0.000006 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.155291 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.00085134 Jy ! Component: 100 - total flux cleaned = 0.00153115 Jy ! Component: 150 - total flux cleaned = 0.00191276 Jy ! Component: 200 - total flux cleaned = 0.00220051 Jy ! Total flux subtracted in 200 components = 0.00220051 Jy ! Clean residual min=-0.001654 max=0.001669 Jy/beam ! Clean residual mean=0.000007 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.157492 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 145 components and 0.157492 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.695 mas, bmaj=8.302 mas, bpa=2.092 degrees ! Estimated noise=622.304 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.6514e-05 Jy ! Component: 100 - total flux cleaned = -8.19705e-06 Jy ! Component: 150 - total flux cleaned = 0.000123136 Jy ! Component: 200 - total flux cleaned = 0.000266008 Jy ! Total flux subtracted in 200 components = 0.000266008 Jy ! Clean residual min=-0.001771 max=0.001767 Jy/beam ! Clean residual mean=0.000004 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.157758 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 170 components and 0.157758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078304Jy sigma=0.000754 ! Fit after self-cal, rms=0.078300Jy sigma=0.000754 wmodel J2030-0622_S_2015_03_17_pus_map.mod ! Writing 170 model components to file: J2030-0622_S_2015_03_17_pus_map.mod wobs J2030-0622_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J2030-0622_S_2015_03_17_pus_uvs.fits wwins J2030-0622_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J2030-0622_S_2015_03_17_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.000101178 Jy ! Component: 100 - total flux cleaned = -0.000101912 Jy ! Component: 150 - total flux cleaned = -7.49177e-05 Jy ! Component: 200 - total flux cleaned = 2.34749e-06 Jy ! Component: 250 - total flux cleaned = 7.74381e-05 Jy ! Component: 300 - total flux cleaned = 5.4051e-05 Jy ! Component: 350 - total flux cleaned = 7.69597e-05 Jy ! Component: 400 - total flux cleaned = 3.17492e-05 Jy ! Component: 450 - total flux cleaned = -1.21714e-05 Jy ! Component: 500 - total flux cleaned = -3.35982e-05 Jy ! Component: 550 - total flux cleaned = -3.32629e-05 Jy ! Component: 600 - total flux cleaned = -3.30292e-05 Jy ! Component: 650 - total flux cleaned = 6.78432e-05 Jy ! Component: 700 - total flux cleaned = 8.76734e-05 Jy ! Component: 750 - total flux cleaned = 0.000146099 Jy ! Component: 800 - total flux cleaned = 0.000203503 Jy ! Component: 850 - total flux cleaned = 0.000259899 Jy ! Component: 900 - total flux cleaned = 0.000334097 Jy ! Component: 950 - total flux cleaned = 0.000425099 Jy ! Component: 1000 - total flux cleaned = 0.000407498 Jy ! Component: 1050 - total flux cleaned = 0.000425437 Jy ! Component: 1100 - total flux cleaned = 0.000460522 Jy ! Component: 1150 - total flux cleaned = 0.000477699 Jy ! Component: 1200 - total flux cleaned = 0.000494496 Jy ! Component: 1250 - total flux cleaned = 0.00052779 Jy ! Component: 1300 - total flux cleaned = 0.000560596 Jy ! Component: 1350 - total flux cleaned = 0.000544261 Jy ! Component: 1400 - total flux cleaned = 0.00059255 Jy ! Component: 1450 - total flux cleaned = 0.000608412 Jy ! Component: 1500 - total flux cleaned = 0.000624257 Jy ! Component: 1550 - total flux cleaned = 0.000671222 Jy ! Component: 1600 - total flux cleaned = 0.000701801 Jy ! Component: 1650 - total flux cleaned = 0.000731773 Jy ! Component: 1700 - total flux cleaned = 0.000671783 Jy ! Component: 1750 - total flux cleaned = 0.000731157 Jy ! Component: 1800 - total flux cleaned = 0.000730776 Jy ! Component: 1850 - total flux cleaned = 0.000702117 Jy ! Component: 1900 - total flux cleaned = 0.000731131 Jy ! Component: 1950 - total flux cleaned = 0.000716954 Jy ! Component: 2000 - total flux cleaned = 0.000772991 Jy ! Component: 2050 - total flux cleaned = 0.000787119 Jy ! Component: 2100 - total flux cleaned = 0.000759669 Jy ! Component: 2150 - total flux cleaned = 0.00077335 Jy ! Component: 2200 - total flux cleaned = 0.000759694 Jy ! Component: 2250 - total flux cleaned = 0.000759728 Jy ! Component: 2300 - total flux cleaned = 0.000733454 Jy ! Component: 2350 - total flux cleaned = 0.000733425 Jy ! Component: 2400 - total flux cleaned = 0.000669044 Jy ! Component: 2450 - total flux cleaned = 0.000694853 Jy ! Component: 2500 - total flux cleaned = 0.000682088 Jy ! Component: 2550 - total flux cleaned = 0.000656841 Jy ! Component: 2600 - total flux cleaned = 0.000594527 Jy ! Component: 2650 - total flux cleaned = 0.000631335 Jy ! Component: 2700 - total flux cleaned = 0.000509227 Jy ! Component: 2750 - total flux cleaned = 0.000509163 Jy ! Component: 2800 - total flux cleaned = 0.000449126 Jy ! Component: 2850 - total flux cleaned = 0.000437336 Jy ! Component: 2900 - total flux cleaned = 0.000390099 Jy ! Component: 2950 - total flux cleaned = 0.000390057 Jy ! Component: 3000 - total flux cleaned = 0.000332086 Jy ! Component: 3050 - total flux cleaned = 0.000274714 Jy ! Component: 3100 - total flux cleaned = 0.000251838 Jy ! Component: 3150 - total flux cleaned = 0.00022918 Jy ! Component: 3200 - total flux cleaned = 0.000195418 Jy ! Component: 3250 - total flux cleaned = 0.000128693 Jy ! Component: 3300 - total flux cleaned = 0.000106725 Jy ! Component: 3350 - total flux cleaned = 0.000106843 Jy ! Component: 3400 - total flux cleaned = 0.000117732 Jy ! Component: 3450 - total flux cleaned = 5.3197e-05 Jy ! Component: 3500 - total flux cleaned = 4.23949e-05 Jy ! Component: 3550 - total flux cleaned = 4.23217e-05 Jy ! Component: 3600 - total flux cleaned = -2.07222e-05 Jy ! Component: 3650 - total flux cleaned = -2.08094e-05 Jy ! Component: 3700 - total flux cleaned = -4.15356e-05 Jy ! Component: 3750 - total flux cleaned = -5.16127e-05 Jy ! Component: 3800 - total flux cleaned = -8.2281e-05 Jy ! Component: 3850 - total flux cleaned = -0.000112727 Jy ! Component: 3900 - total flux cleaned = -0.00013278 Jy ! Component: 3950 - total flux cleaned = -0.000122765 Jy ! Component: 4000 - total flux cleaned = -0.000182204 Jy ! Component: 4050 - total flux cleaned = -0.000211719 Jy ! Total flux subtracted in 4096 components = -0.000231271 Jy ! Clean residual min=-0.000565 max=0.000526 Jy/beam ! Clean residual mean=0.000001 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.157527 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 434 components and 0.157527 Jy ![Exited script file: muppet] wmap "J2030-0622_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.695 x 8.302 at 2.092 degrees (North through East) ! Clean map min=-0.0012777 max=0.11853 Jy/beam ! Writing clean map to FITS file: J2030-0622_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.118528 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000180821 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.457668 0.457668 0.915336 1.83067 3.66134 7.32268 14.6454 29.2907 58.5815 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.118 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.695 x 8.302 at 2.092 degrees (North through East) ! Clean map min=-0.0012777 max=0.11853 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 J2030-0622_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:07:59 2016