! Started logfile: J2129-1538_S_2017_06_10_pus_uvs.log on Mon May 6 15:02:29 2019 obs J2129-1538_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J2129-1538_S_2017_06_10_pus_uva.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.887778 visibilities/baseline/integration-bin. ! Found source: J2129-1538 ! ! 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 1154 lines of history. ! ! Reading 3196 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 J2129-1538_S_2017_06_10_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.348880Jy sigma=0.003022 ! Fit after self-cal, rms=0.309476Jy sigma=0.002705 ! 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.546 mas, bmaj=6.98 mas, bpa=-3.928 degrees ! Estimated noise=1959.26 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.545325 Jy ! Component: 100 - total flux cleaned = 0.676259 Jy ! Total flux subtracted in 100 components = 0.676259 Jy ! Clean residual min=-0.014432 max=0.050730 Jy/beam ! Clean residual mean=0.000031 rms=0.005224 Jy/beam ! Combined flux in latest and established models = 0.676259 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.676259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121833Jy sigma=0.001028 ! Fit after self-cal, rms=0.121833Jy sigma=0.001028 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0526934 Jy ! Component: 100 - total flux cleaned = 0.0776574 Jy ! Total flux subtracted in 100 components = 0.0776574 Jy ! Clean residual min=-0.009981 max=0.013498 Jy/beam ! Clean residual mean=0.000018 rms=0.002777 Jy/beam ! Combined flux in latest and established models = 0.753916 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.753916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095626Jy sigma=0.000803 ! Fit after self-cal, rms=0.095623Jy sigma=0.000803 ! 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.039 mas, bmaj=7.803 mas, bpa=-3.073 degrees ! Estimated noise=1601.66 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.0141734 Jy ! Component: 100 - total flux cleaned = 0.021102 Jy ! Component: 150 - total flux cleaned = 0.0245898 Jy ! Component: 200 - total flux cleaned = 0.0263157 Jy ! Total flux subtracted in 200 components = 0.0263157 Jy ! Clean residual min=-0.008494 max=0.008764 Jy/beam ! Clean residual mean=0.000017 rms=0.002243 Jy/beam ! Combined flux in latest and established models = 0.780232 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 34 components and 0.780232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093300Jy sigma=0.000789 ! Fit after self-cal, rms=0.093301Jy sigma=0.000789 ! 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.95 HN 0.99 KP 1.04 ! LA 1.03 MK 1.01 NL 0.90 OV 1.04 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 1.01 KP 0.99 ! LA 0.98 MK 1.00 NL 1.03 OV 1.06 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.03 HN 1.00 KP 0.99 ! LA 0.98 MK 1.01 NL 0.97 OV 0.98 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 0.99 KP 1.00* ! LA 0.99 MK 1.00 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.093301Jy sigma=0.000789 ! Fit after self-cal, rms=0.084026Jy sigma=0.000707 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.042 mas, bmaj=7.807 mas, bpa=-3.03 degrees ! Estimated noise=1602.74 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.000170616 Jy ! Component: 100 - total flux cleaned = 0.000239426 Jy ! Component: 150 - total flux cleaned = 0.00021311 Jy ! Component: 200 - total flux cleaned = 0.000170639 Jy ! Total flux subtracted in 200 components = 0.000170639 Jy ! Clean residual min=-0.007063 max=0.006860 Jy/beam ! Clean residual mean=0.000011 rms=0.001808 Jy/beam ! Combined flux in latest and established models = 0.780403 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.780403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083992Jy sigma=0.000707 ! Fit after self-cal, rms=0.083987Jy sigma=0.000707 ! 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.083987Jy sigma=0.000707 ! Fit after self-cal, rms=0.084079Jy sigma=0.000707 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.044 mas, bmaj=7.808 mas, bpa=-2.984 degrees ! Estimated noise=1604.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000481454 Jy ! Component: 100 - total flux cleaned = 0.000424279 Jy ! Component: 150 - total flux cleaned = 0.000403206 Jy ! Component: 200 - total flux cleaned = 0.000365217 Jy ! Total flux subtracted in 200 components = 0.000365217 Jy ! Clean residual min=-0.007070 max=0.006868 Jy/beam ! Clean residual mean=0.000011 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 0.780768 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 0.780768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084055Jy sigma=0.000707 ! Fit after self-cal, rms=0.084054Jy sigma=0.000707 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 = -5.82306e-05 Jy ! Component: 100 - total flux cleaned = -7.52897e-05 Jy ! Component: 150 - total flux cleaned = -9.02855e-05 Jy ! Component: 200 - total flux cleaned = -9.08248e-05 Jy ! Total flux subtracted in 200 components = -9.08248e-05 Jy ! Clean residual min=-0.007062 max=0.006849 Jy/beam ! Clean residual mean=0.000011 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 0.780677 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.780677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084047Jy sigma=0.000707 ! Fit after self-cal, rms=0.084047Jy sigma=0.000707 ! 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.084047Jy sigma=0.000707 ! Fit after self-cal, rms=0.078648Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=7.815 mas, bpa=-2.985 degrees ! Estimated noise=1605.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000397244 Jy ! Component: 100 - total flux cleaned = -0.000433737 Jy ! Component: 150 - total flux cleaned = -0.000449303 Jy ! Component: 200 - total flux cleaned = -0.000449638 Jy ! Total flux subtracted in 200 components = -0.000449638 Jy ! Clean residual min=-0.004451 max=0.004106 Jy/beam ! Clean residual mean=-0.000012 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.780227 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.780227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078640Jy sigma=0.000670 ! Fit after self-cal, rms=0.078644Jy sigma=0.000670 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.42322e-05 Jy ! Component: 100 - total flux cleaned = -4.16618e-05 Jy ! Component: 150 - total flux cleaned = -5.44668e-05 Jy ! Component: 200 - total flux cleaned = -7.91883e-05 Jy ! Total flux subtracted in 200 components = -7.91883e-05 Jy ! Clean residual min=-0.004443 max=0.004097 Jy/beam ! Clean residual mean=-0.000012 rms=0.001102 Jy/beam ! Combined flux in latest and established models = 0.780148 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 55 components and 0.780148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078639Jy sigma=0.000670 ! Fit after self-cal, rms=0.078639Jy sigma=0.000670 ! 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.078639Jy sigma=0.000670 ! Fit after self-cal, rms=0.078665Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.634 mas, bmaj=15.77 mas, bpa=1.281 degrees ! Estimated noise=2057.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00049901 Jy ! Component: 100 - total flux cleaned = -0.000498259 Jy ! Component: 150 - total flux cleaned = -0.000498644 Jy ! Component: 200 - total flux cleaned = -0.000515768 Jy ! Total flux subtracted in 200 components = -0.000515768 Jy ! Clean residual min=-0.004756 max=0.005753 Jy/beam ! Clean residual mean=-0.000023 rms=0.001605 Jy/beam ! Combined flux in latest and established models = 0.779632 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 59 components and 0.779632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078665Jy sigma=0.000670 ! Fit after self-cal, rms=0.078662Jy sigma=0.000670 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.000147879 Jy ! Component: 100 - total flux cleaned = -0.000149178 Jy ! Component: 150 - total flux cleaned = -0.000147148 Jy ! Component: 200 - total flux cleaned = -0.000162973 Jy ! Total flux subtracted in 200 components = -0.000162973 Jy ! Clean residual min=-0.004746 max=0.005756 Jy/beam ! Clean residual mean=-0.000023 rms=0.001607 Jy/beam ! Combined flux in latest and established models = 0.779469 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 0.779469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078668Jy sigma=0.000670 ! Fit after self-cal, rms=0.078666Jy sigma=0.000670 ! 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.047 mas, bmaj=7.817 mas, bpa=-2.979 degrees ! Estimated noise=1605.8 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 7.817 at -2.979 degrees (North through East) ! Clean map min=-0.0042293 max=0.70926 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.078666Jy sigma=0.000670 ! Fit after self-cal, rms=0.073706Jy sigma=0.000625 ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=7.819 mas, bpa=-2.984 degrees ! Estimated noise=1605.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000271156 Jy ! Component: 100 - total flux cleaned = -0.00031078 Jy ! Component: 150 - total flux cleaned = -0.000311502 Jy ! Component: 200 - total flux cleaned = -0.000295984 Jy ! Total flux subtracted in 200 components = -0.000295984 Jy ! Clean residual min=-0.004348 max=0.004038 Jy/beam ! Clean residual mean=-0.000011 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.779173 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 66 components and 0.779173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073696Jy sigma=0.000625 ! Fit after self-cal, rms=0.073695Jy sigma=0.000625 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.23311e-05 Jy ! Component: 100 - total flux cleaned = -2.86865e-05 Jy ! Component: 150 - total flux cleaned = -2.86291e-05 Jy ! Component: 200 - total flux cleaned = -2.87885e-05 Jy ! Total flux subtracted in 200 components = -2.87885e-05 Jy ! Clean residual min=-0.004350 max=0.004060 Jy/beam ! Clean residual mean=-0.000011 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.779145 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 69 components and 0.779145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073690Jy sigma=0.000625 ! Fit after self-cal, rms=0.073690Jy sigma=0.000625 ! 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.073690Jy sigma=0.000625 ! Fit after self-cal, rms=0.073712Jy sigma=0.000625 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.555 mas, bmaj=6.997 mas, bpa=-3.827 degrees ! Estimated noise=1961.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.545888 Jy ! Component: 100 - total flux cleaned = 0.675315 Jy ! Component: 150 - total flux cleaned = 0.726457 Jy ! Component: 200 - total flux cleaned = 0.75065 Jy ! Total flux subtracted in 200 components = 0.75065 Jy ! Clean residual min=-0.006460 max=0.011090 Jy/beam ! Clean residual mean=-0.000001 rms=0.001701 Jy/beam ! Combined flux in latest and established models = 0.75065 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.75065 Jy ! Inverting map and beam ! Estimated beam: bmin=3.048 mas, bmaj=7.82 mas, bpa=-2.977 degrees ! Estimated noise=1605.48 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.0151102 Jy ! Component: 100 - total flux cleaned = 0.0223212 Jy ! Component: 150 - total flux cleaned = 0.0258481 Jy ! Component: 200 - total flux cleaned = 0.0276148 Jy ! Total flux subtracted in 200 components = 0.0276148 Jy ! Clean residual min=-0.004380 max=0.004021 Jy/beam ! Clean residual mean=-0.000011 rms=0.001101 Jy/beam ! Combined flux in latest and established models = 0.778264 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 37 components and 0.778264 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.635 mas, bmaj=15.77 mas, bpa=1.271 degrees ! Estimated noise=2055.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000585561 Jy ! Component: 100 - total flux cleaned = 0.000549113 Jy ! Component: 150 - total flux cleaned = 0.000550971 Jy ! Component: 200 - total flux cleaned = 0.000574735 Jy ! Total flux subtracted in 200 components = 0.000574735 Jy ! Clean residual min=-0.004894 max=0.005496 Jy/beam ! Clean residual mean=-0.000022 rms=0.001570 Jy/beam ! Combined flux in latest and established models = 0.778839 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 = 7.69414e-07 Jy ! Component: 100 - total flux cleaned = -1.74273e-07 Jy ! Component: 150 - total flux cleaned = -1.19175e-06 Jy ! Component: 200 - total flux cleaned = -2.0407e-06 Jy ! Total flux subtracted in 200 components = -2.0407e-06 Jy ! Clean residual min=-0.004875 max=0.005563 Jy/beam ! Clean residual mean=-0.000022 rms=0.001568 Jy/beam ! Combined flux in latest and established models = 0.778837 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 56 components and 0.778837 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.048 mas, bmaj=7.82 mas, bpa=-2.977 degrees ! Estimated noise=1605.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000144944 Jy ! Component: 100 - total flux cleaned = 0.000231969 Jy ! Component: 150 - total flux cleaned = 0.000279796 Jy ! Component: 200 - total flux cleaned = 0.000339844 Jy ! Total flux subtracted in 200 components = 0.000339844 Jy ! Clean residual min=-0.004369 max=0.004025 Jy/beam ! Clean residual mean=-0.000011 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.779177 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.779177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073754Jy sigma=0.000625 ! Fit after self-cal, rms=0.073752Jy sigma=0.000625 wmodel J2129-1538_S_2017_06_10_pus_map.mod ! Writing 63 model components to file: J2129-1538_S_2017_06_10_pus_map.mod wobs J2129-1538_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J2129-1538_S_2017_06_10_pus_uvs.fits wwins J2129-1538_S_2017_06_10_pus_map.win ! wwins: Wrote 1 windows to J2129-1538_S_2017_06_10_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.00127411 Jy ! Component: 100 - total flux cleaned = -0.00170777 Jy ! Component: 150 - total flux cleaned = -0.00198037 Jy ! Component: 200 - total flux cleaned = -0.00191605 Jy ! Component: 250 - total flux cleaned = -0.00191655 Jy ! Component: 300 - total flux cleaned = -0.00179377 Jy ! Component: 350 - total flux cleaned = -0.00137842 Jy ! Component: 400 - total flux cleaned = -0.00103372 Jy ! Component: 450 - total flux cleaned = -0.00086572 Jy ! Component: 500 - total flux cleaned = -0.00059076 Jy ! Component: 550 - total flux cleaned = -0.000482846 Jy ! Component: 600 - total flux cleaned = -0.000323933 Jy ! Component: 650 - total flux cleaned = -0.000271141 Jy ! Component: 700 - total flux cleaned = -6.85242e-05 Jy ! Component: 750 - total flux cleaned = 3.05072e-05 Jy ! Component: 800 - total flux cleaned = 0.000126671 Jy ! Component: 850 - total flux cleaned = 0.000126237 Jy ! Component: 900 - total flux cleaned = 0.000126477 Jy ! Component: 950 - total flux cleaned = 0.00021922 Jy ! Component: 1000 - total flux cleaned = 0.000309747 Jy ! Component: 1050 - total flux cleaned = 0.000354143 Jy ! Component: 1100 - total flux cleaned = 0.00039827 Jy ! Component: 1150 - total flux cleaned = 0.000312282 Jy ! Component: 1200 - total flux cleaned = 0.000354594 Jy ! Component: 1250 - total flux cleaned = 0.000437153 Jy ! Component: 1300 - total flux cleaned = 0.000313633 Jy ! Component: 1350 - total flux cleaned = 0.000192255 Jy ! Component: 1400 - total flux cleaned = 0.000112635 Jy ! Component: 1450 - total flux cleaned = -5.14477e-06 Jy ! Component: 1500 - total flux cleaned = -8.2863e-05 Jy ! Component: 1550 - total flux cleaned = -8.19552e-05 Jy ! Component: 1600 - total flux cleaned = -0.000157463 Jy ! Component: 1650 - total flux cleaned = -0.000157682 Jy ! Component: 1700 - total flux cleaned = -0.000195218 Jy ! Component: 1750 - total flux cleaned = -0.000267579 Jy ! Component: 1800 - total flux cleaned = -0.00023195 Jy ! Component: 1850 - total flux cleaned = -0.000267693 Jy ! Component: 1900 - total flux cleaned = -0.000372808 Jy ! Component: 1950 - total flux cleaned = -0.000267887 Jy ! Component: 2000 - total flux cleaned = -0.000233661 Jy ! Component: 2050 - total flux cleaned = -0.00023389 Jy ! Component: 2100 - total flux cleaned = -0.000200933 Jy ! Component: 2150 - total flux cleaned = -0.000167984 Jy ! Component: 2200 - total flux cleaned = -0.000233481 Jy ! Component: 2250 - total flux cleaned = -0.00033067 Jy ! Component: 2300 - total flux cleaned = -0.000298582 Jy ! Component: 2350 - total flux cleaned = -0.000362218 Jy ! Component: 2400 - total flux cleaned = -0.000424559 Jy ! Component: 2450 - total flux cleaned = -0.000517628 Jy ! Component: 2500 - total flux cleaned = -0.00051747 Jy ! Component: 2550 - total flux cleaned = -0.000548053 Jy ! Component: 2600 - total flux cleaned = -0.000638882 Jy ! Component: 2650 - total flux cleaned = -0.000758756 Jy ! Component: 2700 - total flux cleaned = -0.000818165 Jy ! Component: 2750 - total flux cleaned = -0.000818462 Jy ! Component: 2800 - total flux cleaned = -0.000847644 Jy ! Component: 2850 - total flux cleaned = -0.000934435 Jy ! Component: 2900 - total flux cleaned = -0.000934426 Jy ! Component: 2950 - total flux cleaned = -0.000934843 Jy ! Component: 3000 - total flux cleaned = -0.000991283 Jy ! Component: 3050 - total flux cleaned = -0.00115895 Jy ! Component: 3100 - total flux cleaned = -0.00113118 Jy ! Component: 3150 - total flux cleaned = -0.00115857 Jy ! Component: 3200 - total flux cleaned = -0.00126756 Jy ! Component: 3250 - total flux cleaned = -0.00121311 Jy ! Component: 3300 - total flux cleaned = -0.00140118 Jy ! Component: 3350 - total flux cleaned = -0.00137439 Jy ! Component: 3400 - total flux cleaned = -0.00142708 Jy ! Component: 3450 - total flux cleaned = -0.00142716 Jy ! Component: 3500 - total flux cleaned = -0.00153165 Jy ! Component: 3550 - total flux cleaned = -0.00147977 Jy ! Component: 3600 - total flux cleaned = -0.00153092 Jy ! Component: 3650 - total flux cleaned = -0.00163251 Jy ! Component: 3700 - total flux cleaned = -0.00145588 Jy ! Component: 3750 - total flux cleaned = -0.0015814 Jy ! Component: 3800 - total flux cleaned = -0.00143212 Jy ! Component: 3850 - total flux cleaned = -0.00145663 Jy ! Component: 3900 - total flux cleaned = -0.00140761 Jy ! Component: 3950 - total flux cleaned = -0.00135868 Jy ! Component: 4000 - total flux cleaned = -0.00135872 Jy ! Component: 4050 - total flux cleaned = -0.00123835 Jy ! Total flux subtracted in 4096 components = -0.00121456 Jy ! Clean residual min=-0.002150 max=0.001492 Jy/beam ! Clean residual mean=-0.000006 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.777962 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 336 components and 0.777963 Jy ![Exited script file: muppet] wmap "J2129-1538_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.048 x 7.82 at -2.977 degrees (North through East) ! Clean map min=-0.0028495 max=0.70939 Jy/beam ! Writing clean map to FITS file: J2129-1538_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.709389 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000432834 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.183045 0.183045 0.36609 0.73218 1.46436 2.92872 5.85744 11.7149 23.4298 46.8595 93.719 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.709 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.048 x 7.82 at -2.977 degrees (North through East) ! Clean map min=-0.0028495 max=0.70939 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 J2129-1538_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:02:33 2019