! Started logfile: J1000-3139_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:23:41 2016 obs J1000-3139_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1000-3139_S_2014_08_05_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.687512 visibilities/baseline/integration-bin. ! Found source: J1000-3139 ! ! 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 360 lines of history. ! ! Reading 13984 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 J1000-3139_S_2014_08_05_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 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.905327Jy sigma=0.006865 ! Fit after self-cal, rms=0.866670Jy sigma=0.006577 ! 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.164 mas, bmaj=10.73 mas, bpa=16.66 degrees ! Estimated noise=1504.05 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.0968512 Jy ! Component: 100 - total flux cleaned = 0.129049 Jy ! Total flux subtracted in 100 components = 0.129049 Jy ! Clean residual min=-0.007049 max=0.015044 Jy/beam ! Clean residual mean=0.000005 rms=0.002207 Jy/beam ! Combined flux in latest and established models = 0.129049 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.129049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116588Jy sigma=0.000815 ! Fit after self-cal, rms=0.116518Jy sigma=0.000815 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0171607 Jy ! Component: 100 - total flux cleaned = 0.0269433 Jy ! Total flux subtracted in 100 components = 0.0269433 Jy ! Clean residual min=-0.005158 max=0.005705 Jy/beam ! Clean residual mean=-0.000004 rms=0.001435 Jy/beam ! Combined flux in latest and established models = 0.155993 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 49 components and 0.155993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112487Jy sigma=0.000783 ! Fit after self-cal, rms=0.112469Jy sigma=0.000782 ! 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=4.049 mas, bmaj=12.95 mas, bpa=15.96 degrees ! Estimated noise=802.043 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.0103262 Jy ! Component: 100 - total flux cleaned = 0.0155596 Jy ! Component: 150 - total flux cleaned = 0.0184568 Jy ! Component: 200 - total flux cleaned = 0.0200889 Jy ! Total flux subtracted in 200 components = 0.0200889 Jy ! Clean residual min=-0.003587 max=0.003856 Jy/beam ! Clean residual mean=-0.000015 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.176081 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 94 components and 0.176082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111422Jy sigma=0.000776 ! Fit after self-cal, rms=0.111443Jy sigma=0.000776 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.88 HN 1.06 KP 1.05 ! LA 1.07 MK 1.00* NL 0.99 OV 1.10 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 HN 1.19 KP 1.01 ! LA 1.07 MK 1.00* NL 1.07 OV 1.01 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 1.19 HN 1.05 KP 0.89 ! LA 0.83 MK 1.00* NL 1.04 OV 0.95 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.03 HN 1.07 KP 0.86 ! LA 0.82 MK 1.00* NL 1.10 OV 1.03 ! PT 1.04 SC 0.96 ! ! ! Fit before self-cal, rms=0.111443Jy sigma=0.000776 ! Fit after self-cal, rms=0.109564Jy sigma=0.000764 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.059 mas, bmaj=13.11 mas, bpa=16.27 degrees ! Estimated noise=807.818 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.000960411 Jy ! Component: 100 - total flux cleaned = -0.00108616 Jy ! Component: 150 - total flux cleaned = -0.00119452 Jy ! Component: 200 - total flux cleaned = -0.00128738 Jy ! Total flux subtracted in 200 components = -0.00128738 Jy ! Clean residual min=-0.003129 max=0.003189 Jy/beam ! Clean residual mean=-0.000015 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.174794 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 118 components and 0.174794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109531Jy sigma=0.000764 ! Fit after self-cal, rms=0.109554Jy sigma=0.000764 ! 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.109554Jy sigma=0.000764 ! Fit after self-cal, rms=0.110791Jy sigma=0.000762 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.069 mas, bmaj=13.16 mas, bpa=16.4 degrees ! Estimated noise=808.709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000142755 Jy ! Component: 100 - total flux cleaned = -0.00014578 Jy ! Component: 150 - total flux cleaned = -0.000175406 Jy ! Component: 200 - total flux cleaned = -0.000174248 Jy ! Total flux subtracted in 200 components = -0.000174248 Jy ! Clean residual min=-0.002774 max=0.002493 Jy/beam ! Clean residual mean=0.000002 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.17462 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 130 components and 0.17462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110766Jy sigma=0.000762 ! Fit after self-cal, rms=0.110804Jy sigma=0.000762 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.68531e-05 Jy ! Component: 100 - total flux cleaned = -3.73051e-05 Jy ! Component: 150 - total flux cleaned = -5.56771e-05 Jy ! Component: 200 - total flux cleaned = -7.19814e-05 Jy ! Total flux subtracted in 200 components = -7.19814e-05 Jy ! Clean residual min=-0.002695 max=0.002518 Jy/beam ! Clean residual mean=0.000002 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.174548 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 137 components and 0.174548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110795Jy sigma=0.000762 ! Fit after self-cal, rms=0.110794Jy sigma=0.000762 ! 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.110794Jy sigma=0.000762 ! Fit after self-cal, rms=0.111585Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.078 mas, bmaj=13.22 mas, bpa=16.44 degrees ! Estimated noise=811.438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.64323e-05 Jy ! Component: 100 - total flux cleaned = -2.91712e-05 Jy ! Component: 150 - total flux cleaned = -3.01689e-05 Jy ! Component: 200 - total flux cleaned = -4.94907e-05 Jy ! Total flux subtracted in 200 components = -4.94907e-05 Jy ! Clean residual min=-0.002633 max=0.002443 Jy/beam ! Clean residual mean=0.000002 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.174498 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 141 components and 0.174498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111572Jy sigma=0.000762 ! Fit after self-cal, rms=0.111581Jy sigma=0.000762 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 = 3.96359e-06 Jy ! Component: 100 - total flux cleaned = -1.14351e-05 Jy ! Component: 150 - total flux cleaned = -1.10371e-05 Jy ! Component: 200 - total flux cleaned = -1.08534e-05 Jy ! Total flux subtracted in 200 components = -1.08534e-05 Jy ! Clean residual min=-0.002586 max=0.002455 Jy/beam ! Clean residual mean=0.000002 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.174488 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 149 components and 0.174488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111576Jy sigma=0.000762 ! Fit after self-cal, rms=0.111574Jy sigma=0.000762 ! 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.111574Jy sigma=0.000762 ! Fit after self-cal, rms=0.112195Jy sigma=0.000762 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.88 mas, bmaj=23.45 mas, bpa=5.65 degrees ! Estimated noise=912.181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122023 Jy ! Component: 100 - total flux cleaned = 9.80441e-05 Jy ! Component: 150 - total flux cleaned = 9.78687e-05 Jy ! Component: 200 - total flux cleaned = 0.00010712 Jy ! Total flux subtracted in 200 components = 0.00010712 Jy ! Clean residual min=-0.002152 max=0.002203 Jy/beam ! Clean residual mean=0.000002 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.174595 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 151 components and 0.174595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112191Jy sigma=0.000762 ! Fit after self-cal, rms=0.112198Jy sigma=0.000762 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 = 4.97759e-05 Jy ! Component: 100 - total flux cleaned = 5.94328e-05 Jy ! Component: 150 - total flux cleaned = 6.81143e-05 Jy ! Component: 200 - total flux cleaned = 7.67493e-05 Jy ! Total flux subtracted in 200 components = 7.67493e-05 Jy ! Clean residual min=-0.002143 max=0.002211 Jy/beam ! Clean residual mean=0.000003 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.174671 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 153 components and 0.174671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112196Jy sigma=0.000762 ! Fit after self-cal, rms=0.112197Jy sigma=0.000762 ! 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=4.084 mas, bmaj=13.26 mas, bpa=16.46 degrees ! Estimated noise=813.787 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.084 x 13.26 at 16.46 degrees (North through East) ! Clean map min=-0.002481 max=0.13406 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.155 mas, bmaj=10.93 mas, bpa=17.21 degrees ! Estimated noise=1548.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0993305 Jy ! Component: 100 - total flux cleaned = 0.132641 Jy ! Component: 150 - total flux cleaned = 0.149326 Jy ! Component: 200 - total flux cleaned = 0.157941 Jy ! Total flux subtracted in 200 components = 0.157941 Jy ! Clean residual min=-0.004372 max=0.004252 Jy/beam ! Clean residual mean=0.000002 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.157941 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.157941 Jy ! Inverting map and beam ! Estimated beam: bmin=4.084 mas, bmaj=13.26 mas, bpa=16.46 degrees ! Estimated noise=813.787 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.00787464 Jy ! Component: 100 - total flux cleaned = 0.0118175 Jy ! Component: 150 - total flux cleaned = 0.0139449 Jy ! Component: 200 - total flux cleaned = 0.0151326 Jy ! Total flux subtracted in 200 components = 0.0151326 Jy ! Clean residual min=-0.002508 max=0.002422 Jy/beam ! Clean residual mean=0.000000 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.173074 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 67 components and 0.173074 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.88 mas, bmaj=23.45 mas, bpa=5.65 degrees ! Estimated noise=912.181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000860211 Jy ! Component: 100 - total flux cleaned = 0.00104774 Jy ! Component: 150 - total flux cleaned = 0.00111167 Jy ! Component: 200 - total flux cleaned = 0.00117171 Jy ! Total flux subtracted in 200 components = 0.00117171 Jy ! Clean residual min=-0.002197 max=0.002261 Jy/beam ! Clean residual mean=0.000001 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.174245 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 = 4.27643e-05 Jy ! Component: 100 - total flux cleaned = 9.59664e-05 Jy ! Component: 150 - total flux cleaned = 0.000145906 Jy ! Component: 200 - total flux cleaned = 0.000181562 Jy ! Total flux subtracted in 200 components = 0.000181562 Jy ! Clean residual min=-0.002191 max=0.002231 Jy/beam ! Clean residual mean=0.000002 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.174427 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 74 components and 0.174427 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.084 mas, bmaj=13.26 mas, bpa=16.46 degrees ! Estimated noise=813.787 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.71499e-07 Jy ! Component: 100 - total flux cleaned = 5.73308e-07 Jy ! Component: 150 - total flux cleaned = 1.29482e-05 Jy ! Component: 200 - total flux cleaned = 3.71029e-05 Jy ! Total flux subtracted in 200 components = 3.71029e-05 Jy ! Clean residual min=-0.002450 max=0.002454 Jy/beam ! Clean residual mean=0.000002 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.174464 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 87 components and 0.174464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112200Jy sigma=0.000761 ! Fit after self-cal, rms=0.112178Jy sigma=0.000761 wmodel J1000-3139_S_2014_08_05_pus_map.mod ! Writing 87 model components to file: J1000-3139_S_2014_08_05_pus_map.mod wobs J1000-3139_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1000-3139_S_2014_08_05_pus_uvs.fits wwins J1000-3139_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J1000-3139_S_2014_08_05_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 = 7.81714e-05 Jy ! Component: 100 - total flux cleaned = 0.000265621 Jy ! Component: 150 - total flux cleaned = 0.000409168 Jy ! Component: 200 - total flux cleaned = 0.000443186 Jy ! Component: 250 - total flux cleaned = 0.00053953 Jy ! Component: 300 - total flux cleaned = 0.000631447 Jy ! Component: 350 - total flux cleaned = 0.000631646 Jy ! Component: 400 - total flux cleaned = 0.00063206 Jy ! Component: 450 - total flux cleaned = 0.000687375 Jy ! Component: 500 - total flux cleaned = 0.000687574 Jy ! Component: 550 - total flux cleaned = 0.000766192 Jy ! Component: 600 - total flux cleaned = 0.000740489 Jy ! Component: 650 - total flux cleaned = 0.000790262 Jy ! Component: 700 - total flux cleaned = 0.00076625 Jy ! Component: 750 - total flux cleaned = 0.000814337 Jy ! Component: 800 - total flux cleaned = 0.000743995 Jy ! Component: 850 - total flux cleaned = 0.000744657 Jy ! Component: 900 - total flux cleaned = 0.000744726 Jy ! Component: 950 - total flux cleaned = 0.000678581 Jy ! Component: 1000 - total flux cleaned = 0.000700071 Jy ! Component: 1050 - total flux cleaned = 0.00063615 Jy ! Component: 1100 - total flux cleaned = 0.000656968 Jy ! Component: 1150 - total flux cleaned = 0.000575267 Jy ! Component: 1200 - total flux cleaned = 0.000514918 Jy ! Component: 1250 - total flux cleaned = 0.00043569 Jy ! Component: 1300 - total flux cleaned = 0.000357595 Jy ! Component: 1350 - total flux cleaned = 0.000222967 Jy ! Component: 1400 - total flux cleaned = 0.0001662 Jy ! Component: 1450 - total flux cleaned = 7.26622e-05 Jy ! Component: 1500 - total flux cleaned = -5.64785e-05 Jy ! Component: 1550 - total flux cleaned = -0.00011101 Jy ! Component: 1600 - total flux cleaned = -0.000164928 Jy ! Component: 1650 - total flux cleaned = -0.000235924 Jy ! Component: 1700 - total flux cleaned = -0.00032328 Jy ! Component: 1750 - total flux cleaned = -0.000357972 Jy ! Component: 1800 - total flux cleaned = -0.000409113 Jy ! Component: 1850 - total flux cleaned = -0.000476069 Jy ! Component: 1900 - total flux cleaned = -0.000542261 Jy ! Component: 1950 - total flux cleaned = -0.000542279 Jy ! Component: 2000 - total flux cleaned = -0.000607268 Jy ! Component: 2050 - total flux cleaned = -0.000607201 Jy ! Component: 2100 - total flux cleaned = -0.000639144 Jy ! Component: 2150 - total flux cleaned = -0.000654947 Jy ! Component: 2200 - total flux cleaned = -0.000655003 Jy ! Component: 2250 - total flux cleaned = -0.00065527 Jy ! Component: 2300 - total flux cleaned = -0.000670629 Jy ! Component: 2350 - total flux cleaned = -0.000685859 Jy ! Component: 2400 - total flux cleaned = -0.000701156 Jy ! Component: 2450 - total flux cleaned = -0.000716102 Jy ! Component: 2500 - total flux cleaned = -0.000730964 Jy ! Component: 2550 - total flux cleaned = -0.000715948 Jy ! Component: 2600 - total flux cleaned = -0.000672183 Jy ! Component: 2650 - total flux cleaned = -0.000657842 Jy ! Component: 2700 - total flux cleaned = -0.00072999 Jy ! Component: 2750 - total flux cleaned = -0.00074415 Jy ! Component: 2800 - total flux cleaned = -0.000744118 Jy ! Component: 2850 - total flux cleaned = -0.000758187 Jy ! Component: 2900 - total flux cleaned = -0.000772239 Jy ! Component: 2950 - total flux cleaned = -0.000786101 Jy ! Component: 3000 - total flux cleaned = -0.000827326 Jy ! Component: 3050 - total flux cleaned = -0.000827214 Jy ! Component: 3100 - total flux cleaned = -0.000827058 Jy ! Component: 3150 - total flux cleaned = -0.000773274 Jy ! Component: 3200 - total flux cleaned = -0.000813266 Jy ! Component: 3250 - total flux cleaned = -0.000813241 Jy ! Component: 3300 - total flux cleaned = -0.000839518 Jy ! Component: 3350 - total flux cleaned = -0.000813372 Jy ! Component: 3400 - total flux cleaned = -0.00085229 Jy ! Component: 3450 - total flux cleaned = -0.000813618 Jy ! Component: 3500 - total flux cleaned = -0.000813777 Jy ! Component: 3550 - total flux cleaned = -0.000826538 Jy ! Component: 3600 - total flux cleaned = -0.000889671 Jy ! Component: 3650 - total flux cleaned = -0.000852105 Jy ! Component: 3700 - total flux cleaned = -0.000889579 Jy ! Component: 3750 - total flux cleaned = -0.00086486 Jy ! Component: 3800 - total flux cleaned = -0.000864938 Jy ! Component: 3850 - total flux cleaned = -0.00090163 Jy ! Component: 3900 - total flux cleaned = -0.000901725 Jy ! Component: 3950 - total flux cleaned = -0.000901734 Jy ! Component: 4000 - total flux cleaned = -0.000913668 Jy ! Component: 4050 - total flux cleaned = -0.000901752 Jy ! Total flux subtracted in 4096 components = -0.000901781 Jy ! Clean residual min=-0.000782 max=0.000731 Jy/beam ! Clean residual mean=-0.000001 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 0.173562 Jy keep ! Adding 252 model components to the UV plane model. ! The established model now contains 339 components and 0.173562 Jy ![Exited script file: muppet] wmap "J1000-3139_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.084 x 13.26 at 16.46 degrees (North through East) ! Clean map min=-0.0014792 max=0.13474 Jy/beam ! Writing clean map to FITS file: J1000-3139_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.13474 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000218979 device "J1000-3139_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1000-3139_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.487561 0.487561 0.975121 1.95024 3.90049 7.80097 15.6019 31.2039 62.4078 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.134 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.084 x 13.26 at 16.46 degrees (North through East) ! Clean map min=-0.0014792 max=0.13474 Jy/beam quit ! Quitting program ! Log file J1000-3139_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:23:47 2016