! Started logfile: J0648-3044_S_2017_07_09_pus_uvs.log on Wed May 8 14:43:50 2019 obs J0648-3044_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J0648-3044_S_2017_07_09_pus_uva.fits ! AN table 1: 39 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.587464 visibilities/baseline/integration-bin. ! Found source: J0648-3044 ! ! 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 594 lines of history. ! ! Reading 4124 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 J0648-3044_S_2017_07_09_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 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 247 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.433061Jy sigma=0.003037 ! Fit after self-cal, rms=0.370132Jy sigma=0.002590 ! 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.393 mas, bmaj=6.364 mas, bpa=-3.552 degrees ! Estimated noise=2282.12 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.485928 Jy ! Component: 100 - total flux cleaned = 0.610313 Jy ! Total flux subtracted in 100 components = 0.610313 Jy ! Clean residual min=-0.025098 max=0.059071 Jy/beam ! Clean residual mean=-0.000056 rms=0.008102 Jy/beam ! Combined flux in latest and established models = 0.610313 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.610313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174372Jy sigma=0.001245 ! Fit after self-cal, rms=0.174234Jy sigma=0.001244 ! Inverting map ! Added new window around map position (2.5, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0677418 Jy ! Component: 100 - total flux cleaned = 0.109176 Jy ! Total flux subtracted in 100 components = 0.109176 Jy ! Clean residual min=-0.018262 max=0.023508 Jy/beam ! Clean residual mean=-0.000024 rms=0.004663 Jy/beam ! Combined flux in latest and established models = 0.71949 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 23 components and 0.71949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126729Jy sigma=0.000875 ! Fit after self-cal, rms=0.126351Jy sigma=0.000873 ! 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.906 mas, bmaj=7.513 mas, bpa=-4.181 degrees ! Estimated noise=1810.36 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.0451911 Jy ! Component: 100 - total flux cleaned = 0.06756 Jy ! Component: 150 - total flux cleaned = 0.0790714 Jy ! Component: 200 - total flux cleaned = 0.0851357 Jy ! Total flux subtracted in 200 components = 0.0851357 Jy ! Clean residual min=-0.010210 max=0.011293 Jy/beam ! Clean residual mean=0.000003 rms=0.002978 Jy/beam ! Combined flux in latest and established models = 0.804625 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 50 components and 0.804625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111711Jy sigma=0.000751 ! Fit after self-cal, rms=0.111500Jy sigma=0.000749 ! 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.00* FD 0.94 HN 1.00* KP 1.01 ! LA 1.01 MK 1.01 NL 1.00* OV 1.01 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.00* KP 0.97 ! LA 0.96 MK 1.00 NL 1.12 OV 1.04 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 0.97 ! LA 0.96 MK 1.02 NL 1.07 OV 0.94 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.00* KP 1.00* ! LA 1.04 MK 0.94 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.111500Jy sigma=0.000749 ! Fit after self-cal, rms=0.106373Jy sigma=0.000704 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=7.526 mas, bpa=-4.066 degrees ! Estimated noise=1804.96 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.000530183 Jy ! Component: 100 - total flux cleaned = -0.000729465 Jy ! Component: 150 - total flux cleaned = -0.000912267 Jy ! Component: 200 - total flux cleaned = -0.00107838 Jy ! Total flux subtracted in 200 components = -0.00107838 Jy ! Clean residual min=-0.009870 max=0.009037 Jy/beam ! Clean residual mean=0.000005 rms=0.002478 Jy/beam ! Combined flux in latest and established models = 0.803547 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 58 components and 0.803547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106206Jy sigma=0.000703 ! Fit after self-cal, rms=0.106234Jy sigma=0.000702 ! 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.106234Jy sigma=0.000702 ! Fit after self-cal, rms=0.097930Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=7.522 mas, bpa=-4.094 degrees ! Estimated noise=1803.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109543 Jy ! Component: 100 - total flux cleaned = 0.00103521 Jy ! Component: 150 - total flux cleaned = 0.00103686 Jy ! Component: 200 - total flux cleaned = 0.0010815 Jy ! Total flux subtracted in 200 components = 0.0010815 Jy ! Clean residual min=-0.006056 max=0.005585 Jy/beam ! Clean residual mean=-0.000009 rms=0.001522 Jy/beam ! Combined flux in latest and established models = 0.804628 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 68 components and 0.804628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097842Jy sigma=0.000659 ! Fit after self-cal, rms=0.097857Jy sigma=0.000659 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.000432878 Jy ! Component: 100 - total flux cleaned = 0.000379348 Jy ! Component: 150 - total flux cleaned = 0.000339071 Jy ! Component: 200 - total flux cleaned = 0.000340619 Jy ! Total flux subtracted in 200 components = 0.000340619 Jy ! Clean residual min=-0.006003 max=0.005394 Jy/beam ! Clean residual mean=-0.000009 rms=0.001511 Jy/beam ! Combined flux in latest and established models = 0.804969 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 73 components and 0.804969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097804Jy sigma=0.000659 ! Fit after self-cal, rms=0.097796Jy sigma=0.000659 ! 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.097796Jy sigma=0.000659 ! Fit after self-cal, rms=0.096343Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.911 mas, bmaj=7.523 mas, bpa=-4.077 degrees ! Estimated noise=1801.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000766991 Jy ! Component: 100 - total flux cleaned = 0.00065145 Jy ! Component: 150 - total flux cleaned = 0.000556877 Jy ! Component: 200 - total flux cleaned = 0.000556253 Jy ! Total flux subtracted in 200 components = 0.000556253 Jy ! Clean residual min=-0.004556 max=0.004078 Jy/beam ! Clean residual mean=-0.000017 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.805525 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 77 components and 0.805525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096264Jy sigma=0.000648 ! Fit after self-cal, rms=0.096262Jy sigma=0.000648 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.000513569 Jy ! Component: 100 - total flux cleaned = 0.000467191 Jy ! Component: 150 - total flux cleaned = 0.000466823 Jy ! Component: 200 - total flux cleaned = 0.000431401 Jy ! Total flux subtracted in 200 components = 0.000431401 Jy ! Clean residual min=-0.004495 max=0.004016 Jy/beam ! Clean residual mean=-0.000016 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.805956 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.805956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096218Jy sigma=0.000647 ! Fit after self-cal, rms=0.096212Jy sigma=0.000647 ! 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.096212Jy sigma=0.000647 ! Fit after self-cal, rms=0.096172Jy sigma=0.000647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.291 mas, bmaj=24.2 mas, bpa=-0.8582 degrees ! Estimated noise=2390.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000703185 Jy ! Component: 100 - total flux cleaned = 0.00070404 Jy ! Component: 150 - total flux cleaned = 0.000735259 Jy ! Component: 200 - total flux cleaned = 0.000732962 Jy ! Total flux subtracted in 200 components = 0.000732962 Jy ! Clean residual min=-0.003920 max=0.004204 Jy/beam ! Clean residual mean=-0.000034 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 0.806689 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 84 components and 0.806689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096147Jy sigma=0.000647 ! Fit after self-cal, rms=0.096135Jy sigma=0.000647 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.000228055 Jy ! Component: 100 - total flux cleaned = 0.000261313 Jy ! Component: 150 - total flux cleaned = 0.000263315 Jy ! Component: 200 - total flux cleaned = 0.000264202 Jy ! Total flux subtracted in 200 components = 0.000264202 Jy ! Clean residual min=-0.003907 max=0.004173 Jy/beam ! Clean residual mean=-0.000033 rms=0.001345 Jy/beam ! Combined flux in latest and established models = 0.806953 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 87 components and 0.806953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096128Jy sigma=0.000647 ! Fit after self-cal, rms=0.096121Jy sigma=0.000647 ! 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.911 mas, bmaj=7.524 mas, bpa=-4.058 degrees ! Estimated noise=1801.49 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.911 x 7.524 at -4.058 degrees (North through East) ! Clean map min=-0.0042089 max=0.65115 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.096121Jy sigma=0.000647 ! Fit after self-cal, rms=0.088207Jy sigma=0.000584 ! Inverting map and beam ! Estimated beam: bmin=2.913 mas, bmaj=7.531 mas, bpa=-4.039 degrees ! Estimated noise=1803.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105288 Jy ! Component: 100 - total flux cleaned = 6.69653e-05 Jy ! Component: 150 - total flux cleaned = 6.77211e-05 Jy ! Component: 200 - total flux cleaned = 6.62355e-05 Jy ! Total flux subtracted in 200 components = 6.62355e-05 Jy ! Clean residual min=-0.004392 max=0.003852 Jy/beam ! Clean residual mean=-0.000015 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.80702 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 89 components and 0.80702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088175Jy sigma=0.000584 ! Fit after self-cal, rms=0.088172Jy sigma=0.000584 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000226026 Jy ! Component: 100 - total flux cleaned = 0.000225675 Jy ! Component: 150 - total flux cleaned = 0.000223996 Jy ! Component: 200 - total flux cleaned = 0.000223251 Jy ! Total flux subtracted in 200 components = 0.000223251 Jy ! Clean residual min=-0.004382 max=0.003783 Jy/beam ! Clean residual mean=-0.000014 rms=0.001111 Jy/beam ! Combined flux in latest and established models = 0.807243 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 89 components and 0.807243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088149Jy sigma=0.000584 ! Fit after self-cal, rms=0.088148Jy sigma=0.000584 ! 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.088148Jy sigma=0.000584 ! Fit after self-cal, rms=0.088132Jy sigma=0.000584 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.397 mas, bmaj=6.372 mas, bpa=-3.411 degrees ! Estimated noise=2280.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.485276 Jy ! Component: 100 - total flux cleaned = 0.61153 Jy ! Component: 150 - total flux cleaned = 0.679753 Jy ! Component: 200 - total flux cleaned = 0.722268 Jy ! Total flux subtracted in 200 components = 0.722268 Jy ! Clean residual min=-0.011470 max=0.024188 Jy/beam ! Clean residual mean=-0.000030 rms=0.003429 Jy/beam ! Combined flux in latest and established models = 0.722268 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.722268 Jy ! Inverting map and beam ! Estimated beam: bmin=2.913 mas, bmaj=7.533 mas, bpa=-4.037 degrees ! Estimated noise=1803.27 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.0422249 Jy ! Component: 100 - total flux cleaned = 0.0630267 Jy ! Component: 150 - total flux cleaned = 0.0735333 Jy ! Component: 200 - total flux cleaned = 0.0789267 Jy ! Total flux subtracted in 200 components = 0.0789267 Jy ! Clean residual min=-0.004959 max=0.004035 Jy/beam ! Clean residual mean=-0.000024 rms=0.001198 Jy/beam ! Combined flux in latest and established models = 0.801194 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 44 components and 0.801194 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=9.289 mas, bmaj=24.22 mas, bpa=-0.8559 degrees ! Estimated noise=2391.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00418013 Jy ! Component: 100 - total flux cleaned = 0.0055601 Jy ! Component: 150 - total flux cleaned = 0.00584188 Jy ! Component: 200 - total flux cleaned = 0.00587666 Jy ! Total flux subtracted in 200 components = 0.00587666 Jy ! Clean residual min=-0.003801 max=0.004057 Jy/beam ! Clean residual mean=-0.000031 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.807071 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 = 3.19955e-05 Jy ! Component: 100 - total flux cleaned = 4.80006e-05 Jy ! Component: 150 - total flux cleaned = 6.34875e-05 Jy ! Component: 200 - total flux cleaned = 9.29299e-05 Jy ! Total flux subtracted in 200 components = 9.29299e-05 Jy ! Clean residual min=-0.003793 max=0.004051 Jy/beam ! Clean residual mean=-0.000031 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 0.807164 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.807164 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.913 mas, bmaj=7.533 mas, bpa=-4.037 degrees ! Estimated noise=1803.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000323019 Jy ! Component: 100 - total flux cleaned = -0.000358465 Jy ! Component: 150 - total flux cleaned = -0.000429161 Jy ! Component: 200 - total flux cleaned = -0.000491976 Jy ! Total flux subtracted in 200 components = -0.000491976 Jy ! Clean residual min=-0.004418 max=0.003959 Jy/beam ! Clean residual mean=-0.000016 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.806672 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 65 components and 0.806672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088155Jy sigma=0.000584 ! Fit after self-cal, rms=0.088128Jy sigma=0.000584 wmodel J0648-3044_S_2017_07_09_pus_map.mod ! Writing 65 model components to file: J0648-3044_S_2017_07_09_pus_map.mod wobs J0648-3044_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J0648-3044_S_2017_07_09_pus_uvs.fits wwins J0648-3044_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J0648-3044_S_2017_07_09_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.00176735 Jy ! Component: 100 - total flux cleaned = -0.00279265 Jy ! Component: 150 - total flux cleaned = -0.00355949 Jy ! Component: 200 - total flux cleaned = -0.00416214 Jy ! Component: 250 - total flux cleaned = -0.00480873 Jy ! Component: 300 - total flux cleaned = -0.00524563 Jy ! Component: 350 - total flux cleaned = -0.00579011 Jy ! Component: 400 - total flux cleaned = -0.0061424 Jy ! Component: 450 - total flux cleaned = -0.00637168 Jy ! Component: 500 - total flux cleaned = -0.00653903 Jy ! Component: 550 - total flux cleaned = -0.00675701 Jy ! Component: 600 - total flux cleaned = -0.00680995 Jy ! Component: 650 - total flux cleaned = -0.00665364 Jy ! Component: 700 - total flux cleaned = -0.00670468 Jy ! Component: 750 - total flux cleaned = -0.00690394 Jy ! Component: 800 - total flux cleaned = -0.00700145 Jy ! Component: 850 - total flux cleaned = -0.00709772 Jy ! Component: 900 - total flux cleaned = -0.00714617 Jy ! Component: 950 - total flux cleaned = -0.00747295 Jy ! Component: 1000 - total flux cleaned = -0.00770132 Jy ! Component: 1050 - total flux cleaned = -0.0077906 Jy ! Component: 1100 - total flux cleaned = -0.00787837 Jy ! Component: 1150 - total flux cleaned = -0.00787877 Jy ! Component: 1200 - total flux cleaned = -0.00792195 Jy ! Component: 1250 - total flux cleaned = -0.00800649 Jy ! Component: 1300 - total flux cleaned = -0.00796446 Jy ! Component: 1350 - total flux cleaned = -0.00800659 Jy ! Component: 1400 - total flux cleaned = -0.00800605 Jy ! Component: 1450 - total flux cleaned = -0.00812686 Jy ! Component: 1500 - total flux cleaned = -0.00812669 Jy ! Component: 1550 - total flux cleaned = -0.00812589 Jy ! Component: 1600 - total flux cleaned = -0.00816496 Jy ! Component: 1650 - total flux cleaned = -0.00812646 Jy ! Component: 1700 - total flux cleaned = -0.00808977 Jy ! Component: 1750 - total flux cleaned = -0.00823938 Jy ! Component: 1800 - total flux cleaned = -0.00823984 Jy ! Component: 1850 - total flux cleaned = -0.00831347 Jy ! Component: 1900 - total flux cleaned = -0.00842151 Jy ! Component: 1950 - total flux cleaned = -0.00852868 Jy ! Component: 2000 - total flux cleaned = -0.00863532 Jy ! Component: 2050 - total flux cleaned = -0.00895026 Jy ! Component: 2100 - total flux cleaned = -0.00895 Jy ! Component: 2150 - total flux cleaned = -0.00905252 Jy ! Component: 2200 - total flux cleaned = -0.0091542 Jy ! Component: 2250 - total flux cleaned = -0.00922167 Jy ! Component: 2300 - total flux cleaned = -0.00935521 Jy ! Component: 2350 - total flux cleaned = -0.00965108 Jy ! Component: 2400 - total flux cleaned = -0.00948798 Jy ! Component: 2450 - total flux cleaned = -0.00955283 Jy ! Component: 2500 - total flux cleaned = -0.00961669 Jy ! Component: 2550 - total flux cleaned = -0.00971115 Jy ! Component: 2600 - total flux cleaned = -0.00967933 Jy ! Component: 2650 - total flux cleaned = -0.00967953 Jy ! Component: 2700 - total flux cleaned = -0.00964867 Jy ! Component: 2750 - total flux cleaned = -0.0095578 Jy ! Component: 2800 - total flux cleaned = -0.00964824 Jy ! Component: 2850 - total flux cleaned = -0.00958828 Jy ! Component: 2900 - total flux cleaned = -0.00958879 Jy ! Component: 2950 - total flux cleaned = -0.0096764 Jy ! Component: 3000 - total flux cleaned = -0.00961834 Jy ! Component: 3050 - total flux cleaned = -0.00956071 Jy ! Component: 3100 - total flux cleaned = -0.00961724 Jy ! Component: 3150 - total flux cleaned = -0.00961734 Jy ! Component: 3200 - total flux cleaned = -0.00958956 Jy ! Component: 3250 - total flux cleaned = -0.00958943 Jy ! Component: 3300 - total flux cleaned = -0.00953442 Jy ! Component: 3350 - total flux cleaned = -0.00942558 Jy ! Component: 3400 - total flux cleaned = -0.00942607 Jy ! Component: 3450 - total flux cleaned = -0.00953327 Jy ! Component: 3500 - total flux cleaned = -0.00942725 Jy ! Component: 3550 - total flux cleaned = -0.00942727 Jy ! Component: 3600 - total flux cleaned = -0.0094793 Jy ! Component: 3650 - total flux cleaned = -0.00947905 Jy ! Component: 3700 - total flux cleaned = -0.00947911 Jy ! Component: 3750 - total flux cleaned = -0.00942772 Jy ! Component: 3800 - total flux cleaned = -0.00935157 Jy ! Component: 3850 - total flux cleaned = -0.00942705 Jy ! Component: 3900 - total flux cleaned = -0.00942682 Jy ! Component: 3950 - total flux cleaned = -0.00940211 Jy ! Component: 4000 - total flux cleaned = -0.00942642 Jy ! Component: 4050 - total flux cleaned = -0.00945063 Jy ! Total flux subtracted in 4096 components = -0.0094021 Jy ! Clean residual min=-0.001512 max=0.001582 Jy/beam ! Clean residual mean=-0.000006 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.79727 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 326 components and 0.79727 Jy ![Exited script file: muppet] wmap "J0648-3044_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.913 x 7.533 at -4.037 degrees (North through East) ! Clean map min=-0.0033949 max=0.65339 Jy/beam ! Writing clean map to FITS file: J0648-3044_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.653394 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000424021 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.194685 0.194685 0.389371 0.778742 1.55748 3.11497 6.22993 12.4599 24.9197 49.8395 99.6789 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.653 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.913 x 7.533 at -4.037 degrees (North through East) ! Clean map min=-0.0033949 max=0.65339 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 J0648-3044_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:43:56 2019