! Started logfile: J0549-2520_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:48:41 2016 obs J0549-2520_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0549-2520_S_2015_03_17_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.971767 visibilities/baseline/integration-bin. ! Found source: J0549-2520 ! ! 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 21340 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 J0549-2520_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004832Jy sigma=0.009130 ! Fit after self-cal, rms=0.963392Jy sigma=0.008768 ! 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.42 mas, bmaj=6.502 mas, bpa=-5.706 degrees ! Estimated noise=773.67 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.0311464 Jy ! Component: 100 - total flux cleaned = 0.0379406 Jy ! Total flux subtracted in 100 components = 0.0379406 Jy ! Clean residual min=-0.002593 max=0.002513 Jy/beam ! Clean residual mean=0.000006 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0379406 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0379406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091526Jy sigma=0.000761 ! Fit after self-cal, rms=0.089821Jy sigma=0.000745 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0049916 Jy ! Component: 100 - total flux cleaned = 0.00638689 Jy ! Total flux subtracted in 100 components = 0.00638689 Jy ! Clean residual min=-0.003004 max=0.002299 Jy/beam ! Clean residual mean=0.000004 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.0443275 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 11 components and 0.0443275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089540Jy sigma=0.000744 ! Fit after self-cal, rms=0.089502Jy sigma=0.000744 ! 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=2.945 mas, bmaj=7.633 mas, bpa=-6.246 degrees ! Estimated noise=541.11 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.000480427 Jy ! Component: 100 - total flux cleaned = 0.000481459 Jy ! Component: 150 - total flux cleaned = 0.00045943 Jy ! Component: 200 - total flux cleaned = 0.000459766 Jy ! Total flux subtracted in 200 components = 0.000459766 Jy ! Clean residual min=-0.002383 max=0.002261 Jy/beam ! Clean residual mean=0.000016 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.0447872 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.0447872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089483Jy sigma=0.000744 ! Fit after self-cal, rms=0.089442Jy sigma=0.000744 ! 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.04 FD 0.77 HN 0.87 KP 1.09 ! LA 0.84 MK 1.04 NL 1.01 OV 1.07 ! PT 1.12 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.94 HN 0.89 KP 1.11 ! LA 1.02 MK 1.02 NL 1.03 OV 1.09 ! PT 1.10 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.99 HN 0.93 KP 1.08 ! LA 0.86 MK 1.03 NL 1.08 OV 0.98 ! PT 1.13 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.94 HN 0.90 KP 1.01 ! LA 0.91 MK 1.06 NL 0.95 OV 0.94 ! PT 1.10 SC 0.98 ! ! ! Fit before self-cal, rms=0.089442Jy sigma=0.000744 ! Fit after self-cal, rms=0.084796Jy sigma=0.000742 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.951 mas, bmaj=7.674 mas, bpa=-5.975 degrees ! Estimated noise=540.668 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.000241871 Jy ! Component: 100 - total flux cleaned = 0.000287084 Jy ! Component: 150 - total flux cleaned = 0.000296466 Jy ! Component: 200 - total flux cleaned = 0.000305009 Jy ! Total flux subtracted in 200 components = 0.000305009 Jy ! Clean residual min=-0.001808 max=0.001859 Jy/beam ! Clean residual mean=0.000018 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.0450922 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.0450922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084793Jy sigma=0.000742 ! Fit after self-cal, rms=0.084678Jy sigma=0.000741 ! 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.084678Jy sigma=0.000741 ! Fit after self-cal, rms=0.085116Jy sigma=0.000740 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.959 mas, bmaj=7.672 mas, bpa=-5.936 degrees ! Estimated noise=545.412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000451994 Jy ! Component: 100 - total flux cleaned = 0.000431725 Jy ! Component: 150 - total flux cleaned = 0.000407571 Jy ! Component: 200 - total flux cleaned = 0.000386613 Jy ! Total flux subtracted in 200 components = 0.000386613 Jy ! Clean residual min=-0.001625 max=0.002032 Jy/beam ! Clean residual mean=0.000015 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0454788 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 28 components and 0.0454788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085111Jy sigma=0.000740 ! Fit after self-cal, rms=0.085226Jy sigma=0.000739 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 = 9.59992e-05 Jy ! Component: 100 - total flux cleaned = 0.000102791 Jy ! Component: 150 - total flux cleaned = 9.76174e-05 Jy ! Component: 200 - total flux cleaned = 9.29586e-05 Jy ! Total flux subtracted in 200 components = 9.29586e-05 Jy ! Clean residual min=-0.001659 max=0.001759 Jy/beam ! Clean residual mean=0.000014 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0455718 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 35 components and 0.0455718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085225Jy sigma=0.000739 ! Fit after self-cal, rms=0.085223Jy sigma=0.000739 ! 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.085223Jy sigma=0.000739 ! Fit after self-cal, rms=0.088922Jy sigma=0.000738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.969 mas, bmaj=7.686 mas, bpa=-5.859 degrees ! Estimated noise=549.094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109475 Jy ! Component: 100 - total flux cleaned = 6.34831e-05 Jy ! Component: 150 - total flux cleaned = 1.75105e-05 Jy ! Component: 200 - total flux cleaned = -2.10756e-05 Jy ! Total flux subtracted in 200 components = -2.10756e-05 Jy ! Clean residual min=-0.001631 max=0.002066 Jy/beam ! Clean residual mean=0.000012 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.0455507 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 37 components and 0.0455507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088918Jy sigma=0.000738 ! Fit after self-cal, rms=0.089180Jy sigma=0.000738 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.00018279 Jy ! Component: 100 - total flux cleaned = -0.000216611 Jy ! Component: 150 - total flux cleaned = -0.000228086 Jy ! Component: 200 - total flux cleaned = -0.000238372 Jy ! Total flux subtracted in 200 components = -0.000238372 Jy ! Clean residual min=-0.001534 max=0.001758 Jy/beam ! Clean residual mean=0.000011 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0453124 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 44 components and 0.0453123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089180Jy sigma=0.000738 ! Fit after self-cal, rms=0.089180Jy sigma=0.000738 ! 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.089180Jy sigma=0.000738 ! Fit after self-cal, rms=0.092561Jy sigma=0.000738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.437 mas, bmaj=17.37 mas, bpa=0.4795 degrees ! Estimated noise=732.098 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000174791 Jy ! Component: 100 - total flux cleaned = 0.000193671 Jy ! Component: 150 - total flux cleaned = 0.00020807 Jy ! Component: 200 - total flux cleaned = 0.00021951 Jy ! Total flux subtracted in 200 components = 0.00021951 Jy ! Clean residual min=-0.002060 max=0.001879 Jy/beam ! Clean residual mean=0.000023 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.0455319 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.0455319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092559Jy sigma=0.000738 ! Fit after self-cal, rms=0.092710Jy sigma=0.000738 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.41799e-05 Jy ! Component: 100 - total flux cleaned = 1.41999e-05 Jy ! Component: 150 - total flux cleaned = 1.39409e-05 Jy ! Component: 200 - total flux cleaned = 2.41394e-05 Jy ! Total flux subtracted in 200 components = 2.41394e-05 Jy ! Clean residual min=-0.002154 max=0.001810 Jy/beam ! Clean residual mean=0.000023 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.045556 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.045556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092710Jy sigma=0.000738 ! Fit after self-cal, rms=0.092710Jy sigma=0.000738 ! 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=2.975 mas, bmaj=7.701 mas, bpa=-5.82 degrees ! Estimated noise=553.172 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.975 x 7.701 at -5.82 degrees (North through East) ! Clean map min=-0.0015289 max=0.044508 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.451 mas, bmaj=6.623 mas, bpa=-5.375 degrees ! Estimated noise=788.647 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0350966 Jy ! Component: 100 - total flux cleaned = 0.0427641 Jy ! Component: 150 - total flux cleaned = 0.0438224 Jy ! Component: 200 - total flux cleaned = 0.0442656 Jy ! Total flux subtracted in 200 components = 0.0442656 Jy ! Clean residual min=-0.002357 max=0.002469 Jy/beam ! Clean residual mean=0.000002 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.0442656 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0442656 Jy ! Inverting map and beam ! Estimated beam: bmin=2.975 mas, bmaj=7.701 mas, bpa=-5.82 degrees ! Estimated noise=553.172 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.000957111 Jy ! Component: 100 - total flux cleaned = 0.000984415 Jy ! Component: 150 - total flux cleaned = 0.0009839 Jy ! Component: 200 - total flux cleaned = 0.000983774 Jy ! Total flux subtracted in 200 components = 0.000983774 Jy ! Clean residual min=-0.001504 max=0.001733 Jy/beam ! Clean residual mean=0.000011 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.0452494 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.0452494 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.437 mas, bmaj=17.37 mas, bpa=0.4795 degrees ! Estimated noise=732.098 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000259881 Jy ! Component: 100 - total flux cleaned = 0.000281332 Jy ! Component: 150 - total flux cleaned = 0.000308553 Jy ! Component: 200 - total flux cleaned = 0.000331283 Jy ! Total flux subtracted in 200 components = 0.000331283 Jy ! Clean residual min=-0.002176 max=0.001845 Jy/beam ! Clean residual mean=0.000023 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.0455807 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 = 1.28748e-05 Jy ! Component: 100 - total flux cleaned = 2.44464e-05 Jy ! Component: 150 - total flux cleaned = 2.97575e-05 Jy ! Component: 200 - total flux cleaned = 3.00038e-05 Jy ! Total flux subtracted in 200 components = 3.00038e-05 Jy ! Clean residual min=-0.002169 max=0.001837 Jy/beam ! Clean residual mean=0.000024 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.0456107 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 32 components and 0.0456107 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.975 mas, bmaj=7.701 mas, bpa=-5.82 degrees ! Estimated noise=553.172 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000111668 Jy ! Component: 100 - total flux cleaned = -0.000132689 Jy ! Component: 150 - total flux cleaned = -0.000150599 Jy ! Component: 200 - total flux cleaned = -0.000158573 Jy ! Total flux subtracted in 200 components = -0.000158573 Jy ! Clean residual min=-0.001507 max=0.001738 Jy/beam ! Clean residual mean=0.000011 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0454521 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.0454521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092711Jy sigma=0.000738 ! Fit after self-cal, rms=0.092710Jy sigma=0.000738 wmodel J0549-2520_S_2015_03_17_pus_map.mod ! Writing 42 model components to file: J0549-2520_S_2015_03_17_pus_map.mod wobs J0549-2520_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0549-2520_S_2015_03_17_pus_uvs.fits wwins J0549-2520_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0549-2520_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.000397938 Jy ! Component: 100 - total flux cleaned = 0.000592552 Jy ! Component: 150 - total flux cleaned = 0.000700595 Jy ! Component: 200 - total flux cleaned = 0.000909381 Jy ! Component: 250 - total flux cleaned = 0.00101041 Jy ! Component: 300 - total flux cleaned = 0.00106009 Jy ! Component: 350 - total flux cleaned = 0.00113274 Jy ! Component: 400 - total flux cleaned = 0.00120325 Jy ! Component: 450 - total flux cleaned = 0.0012259 Jy ! Component: 500 - total flux cleaned = 0.00124834 Jy ! Component: 550 - total flux cleaned = 0.0012707 Jy ! Component: 600 - total flux cleaned = 0.00135878 Jy ! Component: 650 - total flux cleaned = 0.00146657 Jy ! Component: 700 - total flux cleaned = 0.00155106 Jy ! Component: 750 - total flux cleaned = 0.00157198 Jy ! Component: 800 - total flux cleaned = 0.00165432 Jy ! Component: 850 - total flux cleaned = 0.00167477 Jy ! Component: 900 - total flux cleaned = 0.00175428 Jy ! Component: 950 - total flux cleaned = 0.0017737 Jy ! Component: 1000 - total flux cleaned = 0.00185084 Jy ! Component: 1050 - total flux cleaned = 0.00192684 Jy ! Component: 1100 - total flux cleaned = 0.00198327 Jy ! Component: 1150 - total flux cleaned = 0.00202036 Jy ! Component: 1200 - total flux cleaned = 0.00205727 Jy ! Component: 1250 - total flux cleaned = 0.0021297 Jy ! Component: 1300 - total flux cleaned = 0.0022364 Jy ! Component: 1350 - total flux cleaned = 0.00220109 Jy ! Component: 1400 - total flux cleaned = 0.00227057 Jy ! Component: 1450 - total flux cleaned = 0.00227063 Jy ! Component: 1500 - total flux cleaned = 0.00233894 Jy ! Component: 1550 - total flux cleaned = 0.00235526 Jy ! Component: 1600 - total flux cleaned = 0.00230519 Jy ! Component: 1650 - total flux cleaned = 0.00233799 Jy ! Component: 1700 - total flux cleaned = 0.00235426 Jy ! Component: 1750 - total flux cleaned = 0.00240271 Jy ! Component: 1800 - total flux cleaned = 0.00235486 Jy ! Component: 1850 - total flux cleaned = 0.00237075 Jy ! Component: 1900 - total flux cleaned = 0.00241745 Jy ! Component: 1950 - total flux cleaned = 0.00238631 Jy ! Component: 2000 - total flux cleaned = 0.00240167 Jy ! Component: 2050 - total flux cleaned = 0.00240155 Jy ! Component: 2100 - total flux cleaned = 0.00243176 Jy ! Component: 2150 - total flux cleaned = 0.00241666 Jy ! Component: 2200 - total flux cleaned = 0.00244643 Jy ! Component: 2250 - total flux cleaned = 0.00247594 Jy ! Component: 2300 - total flux cleaned = 0.00254909 Jy ! Component: 2350 - total flux cleaned = 0.00259269 Jy ! Component: 2400 - total flux cleaned = 0.00260697 Jy ! Component: 2450 - total flux cleaned = 0.00257844 Jy ! Component: 2500 - total flux cleaned = 0.00266345 Jy ! Component: 2550 - total flux cleaned = 0.00271955 Jy ! Component: 2600 - total flux cleaned = 0.00274724 Jy ! Component: 2650 - total flux cleaned = 0.00273351 Jy ! Component: 2700 - total flux cleaned = 0.00277487 Jy ! Component: 2750 - total flux cleaned = 0.0028021 Jy ! Component: 2800 - total flux cleaned = 0.00280215 Jy ! Component: 2850 - total flux cleaned = 0.00280221 Jy ! Component: 2900 - total flux cleaned = 0.00273553 Jy ! Component: 2950 - total flux cleaned = 0.00278869 Jy ! Component: 3000 - total flux cleaned = 0.00284143 Jy ! Component: 3050 - total flux cleaned = 0.00284143 Jy ! Component: 3100 - total flux cleaned = 0.00294521 Jy ! Component: 3150 - total flux cleaned = 0.00285487 Jy ! Component: 3200 - total flux cleaned = 0.00289329 Jy ! Component: 3250 - total flux cleaned = 0.00291878 Jy ! Component: 3300 - total flux cleaned = 0.00296918 Jy ! Component: 3350 - total flux cleaned = 0.00295653 Jy ! Component: 3400 - total flux cleaned = 0.00301895 Jy ! Component: 3450 - total flux cleaned = 0.00301881 Jy ! Component: 3500 - total flux cleaned = 0.00303126 Jy ! Component: 3550 - total flux cleaned = 0.00306808 Jy ! Component: 3600 - total flux cleaned = 0.00311677 Jy ! Component: 3650 - total flux cleaned = 0.00314081 Jy ! Component: 3700 - total flux cleaned = 0.00321287 Jy ! Component: 3750 - total flux cleaned = 0.00322486 Jy ! Component: 3800 - total flux cleaned = 0.00323667 Jy ! Component: 3850 - total flux cleaned = 0.00328377 Jy ! Component: 3900 - total flux cleaned = 0.00324862 Jy ! Component: 3950 - total flux cleaned = 0.00329523 Jy ! Component: 4000 - total flux cleaned = 0.00327211 Jy ! Component: 4050 - total flux cleaned = 0.00331828 Jy ! Total flux subtracted in 4096 components = 0.00336412 Jy ! Clean residual min=-0.000696 max=0.000599 Jy/beam ! Clean residual mean=0.000006 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.0488162 Jy keep ! Adding 329 model components to the UV plane model. ! The established model now contains 371 components and 0.0488162 Jy ![Exited script file: muppet] wmap "J0549-2520_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.975 x 7.701 at -5.82 degrees (North through East) ! Clean map min=-0.0012238 max=0.044471 Jy/beam ! Writing clean map to FITS file: J0549-2520_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.0444706 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000212834 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.43579 1.43579 2.87157 5.74315 11.4863 22.9726 45.9452 91.8904 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.975 x 7.701 at -5.82 degrees (North through East) ! Clean map min=-0.0012238 max=0.044471 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 J0549-2520_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:48:47 2016