! Started logfile: /image_prod/ug002_uva//J2129-1538_S_c_dfm.log on Thu Mar 5 05:14:50 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J2129-1538_S_c_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2129-1538_S_c_uva.fits ! AN table 1: 8 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.895833 visibilities/baseline/integration-bin. ! Found source: J2129-1538 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 129 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 ![@/opt64/bin/pima_mupet_01.dfm J2129-1538_S_c] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! 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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.140856Jy sigma=7.924505 ! Fit after self-cal, rms=0.192895Jy sigma=1.461411 ! 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.576 mas, bmaj=12.34 mas, bpa=29.74 degrees ! Estimated noise=12.3174 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.644391 Jy ! Component: 100 - total flux cleaned = 0.788404 Jy ! Total flux subtracted in 100 components = 0.788404 Jy ! Clean residual min=-0.034655 max=0.048109 Jy/beam ! Clean residual mean=-0.000042 rms=0.016790 Jy/beam ! Combined flux in latest and established models = 0.788405 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.788405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.133183Jy sigma=0.917643 ! Fit after self-cal, rms=0.132963Jy sigma=0.915843 ! 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.874 mas, bmaj=11.62 mas, bpa=29.52 degrees ! Estimated noise=9.02075 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.0470493 Jy ! Component: 100 - total flux cleaned = 0.0590178 Jy ! Component: 150 - total flux cleaned = 0.0589956 Jy ! Component: 200 - total flux cleaned = 0.0590779 Jy ! Total flux subtracted in 200 components = 0.0590779 Jy ! Clean residual min=-0.024796 max=0.024489 Jy/beam ! Clean residual mean=-0.000013 rms=0.006942 Jy/beam ! Combined flux in latest and established models = 0.847483 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 53 components and 0.847482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.093174Jy sigma=0.654698 ! Fit after self-cal, rms=0.091883Jy sigma=0.646587 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.874 x 11.62 at 29.52 degrees (North through East) ! Clean map min=-0.034463 max=0.73167 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 HN 1.01 NL 0.98 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 HN 0.96 NL 1.02 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 HN 1.01 NL 0.99 SC 1.00 ! ! ! Fit before self-cal, rms=0.091883Jy sigma=0.646587 ! Fit after self-cal, rms=0.081970Jy sigma=0.572178 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.878 mas, bmaj=11.61 mas, bpa=29.27 degrees ! Estimated noise=8.98875 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.00235589 Jy ! Component: 100 - total flux cleaned = -0.00271118 Jy ! Component: 150 - total flux cleaned = -0.00472935 Jy ! Component: 200 - total flux cleaned = -0.00699357 Jy ! Total flux subtracted in 200 components = -0.00699357 Jy ! Clean residual min=-0.007790 max=0.007873 Jy/beam ! Clean residual mean=-0.000008 rms=0.002011 Jy/beam ! Combined flux in latest and established models = 0.840489 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 73 components and 0.840489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078974Jy sigma=0.560869 ! Fit after self-cal, rms=0.078662Jy sigma=0.557827 ! 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. ! ! Fit before self-cal, rms=0.078662Jy sigma=0.557827 ! Fit after self-cal, rms=0.078750Jy sigma=0.553146 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.876 mas, bmaj=11.62 mas, bpa=29.23 degrees ! Estimated noise=8.98337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00332165 Jy ! Component: 100 - total flux cleaned = 0.00471603 Jy ! Component: 150 - total flux cleaned = 0.00592872 Jy ! Component: 200 - total flux cleaned = 0.00619314 Jy ! Total flux subtracted in 200 components = 0.00619314 Jy ! Clean residual min=-0.004965 max=0.004868 Jy/beam ! Clean residual mean=0.000004 rms=0.001567 Jy/beam ! Combined flux in latest and established models = 0.846682 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 98 components and 0.846682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077770Jy sigma=0.549762 ! Fit after self-cal, rms=0.077614Jy sigma=0.548505 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.000485962 Jy ! Component: 100 - total flux cleaned = 0.000910628 Jy ! Component: 150 - total flux cleaned = 0.000797233 Jy ! Component: 200 - total flux cleaned = 0.000470093 Jy ! Total flux subtracted in 200 components = 0.000470093 Jy ! Clean residual min=-0.001788 max=0.001797 Jy/beam ! Clean residual mean=-0.000001 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.847152 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 129 components and 0.847152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077042Jy sigma=0.545828 ! Fit after self-cal, rms=0.077021Jy sigma=0.545683 ! 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. ! ! Fit before self-cal, rms=0.077021Jy sigma=0.545683 ! Fit after self-cal, rms=0.077256Jy sigma=0.544683 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.876 mas, bmaj=11.63 mas, bpa=29.22 degrees ! Estimated noise=8.98851 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000933136 Jy ! Component: 100 - total flux cleaned = -6.14444e-05 Jy ! Component: 150 - total flux cleaned = 0.000480788 Jy ! Component: 200 - total flux cleaned = 0.000587584 Jy ! Total flux subtracted in 200 components = 0.000587584 Jy ! Clean residual min=-0.001903 max=0.001910 Jy/beam ! Clean residual mean=-0.000001 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.84774 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 158 components and 0.84774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076825Jy sigma=0.544485 ! Fit after self-cal, rms=0.076822Jy sigma=0.544380 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.000621524 Jy ! Component: 100 - total flux cleaned = -0.0015555 Jy ! Component: 150 - total flux cleaned = -0.00234035 Jy ! Component: 200 - total flux cleaned = -0.00284766 Jy ! Total flux subtracted in 200 components = -0.00284766 Jy ! Clean residual min=-0.000770 max=0.000779 Jy/beam ! Clean residual mean=-0.000001 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.844892 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 201 components and 0.844892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076661Jy sigma=0.544231 ! Fit after self-cal, rms=0.076665Jy sigma=0.544210 ! 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. ! ! Fit before self-cal, rms=0.076665Jy sigma=0.544210 ! Fit after self-cal, rms=0.076904Jy sigma=0.543549 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.539 mas, bmaj=12.27 mas, bpa=27.5 degrees ! Estimated noise=11.9267 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000306241 Jy ! Component: 100 - total flux cleaned = 4.07143e-05 Jy ! Component: 150 - total flux cleaned = 0.000389253 Jy ! Component: 200 - total flux cleaned = 0.000744914 Jy ! Total flux subtracted in 200 components = 0.000744914 Jy ! Clean residual min=-0.002423 max=0.002332 Jy/beam ! Clean residual mean=-0.000003 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.845637 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 224 components and 0.845637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076741Jy sigma=0.543925 ! Fit after self-cal, rms=0.076731Jy sigma=0.543814 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.000862421 Jy ! Component: 100 - total flux cleaned = 0.00101802 Jy ! Component: 150 - total flux cleaned = 0.000980448 Jy ! Component: 200 - total flux cleaned = 0.0011024 Jy ! Total flux subtracted in 200 components = 0.0011024 Jy ! Clean residual min=-0.001025 max=0.001044 Jy/beam ! Clean residual mean=-0.000001 rms=0.000257 Jy/beam ! Combined flux in latest and established models = 0.846739 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 254 components and 0.846739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076676Jy sigma=0.543680 ! Fit after self-cal, rms=0.076671Jy sigma=0.543668 ! 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.875 mas, bmaj=11.63 mas, bpa=29.22 degrees ! Estimated noise=8.98978 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.875 x 11.63 at 29.22 degrees (North through East) ! Clean map min=-0.025819 max=0.72849 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. ! ! Fit before self-cal, rms=0.076671Jy sigma=0.543668 ! Fit after self-cal, rms=0.054627Jy sigma=0.375002 ! Inverting map and beam ! Estimated beam: bmin=2.874 mas, bmaj=11.63 mas, bpa=29.23 degrees ! Estimated noise=8.9871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000346177 Jy ! Component: 100 - total flux cleaned = 0.000583269 Jy ! Component: 150 - total flux cleaned = 0.000728336 Jy ! Component: 200 - total flux cleaned = 0.00105116 Jy ! Total flux subtracted in 200 components = 0.00105116 Jy ! Clean residual min=-0.000955 max=0.000947 Jy/beam ! Clean residual mean=0.000000 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.84779 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 281 components and 0.847791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054569Jy sigma=0.374722 ! Fit after self-cal, rms=0.054586Jy sigma=0.374665 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000612003 Jy ! Component: 100 - total flux cleaned = 0.000551229 Jy ! Component: 150 - total flux cleaned = 0.000524182 Jy ! Component: 200 - total flux cleaned = 0.000616086 Jy ! Total flux subtracted in 200 components = 0.000616086 Jy ! Clean residual min=-0.000529 max=0.000533 Jy/beam ! Clean residual mean=-0.000001 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.848407 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 309 components and 0.848407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054509Jy sigma=0.374741 ! Fit after self-cal, rms=0.054518Jy sigma=0.374709 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054518Jy sigma=0.374709 ! Fit after self-cal, rms=0.054535Jy sigma=0.374621 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.578 mas, bmaj=12.37 mas, bpa=29.58 degrees ! Estimated noise=12.3076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.64355 Jy ! Component: 100 - total flux cleaned = 0.786215 Jy ! Component: 150 - total flux cleaned = 0.821296 Jy ! Component: 200 - total flux cleaned = 0.822577 Jy ! Total flux subtracted in 200 components = 0.822577 Jy ! Clean residual min=-0.021424 max=0.021195 Jy/beam ! Clean residual mean=-0.000010 rms=0.007191 Jy/beam ! Combined flux in latest and established models = 0.822577 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.822577 Jy ! Inverting map and beam ! Estimated beam: bmin=2.874 mas, bmaj=11.63 mas, bpa=29.23 degrees ! Estimated noise=8.98838 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.0115232 Jy ! Component: 100 - total flux cleaned = 0.0094066 Jy ! Component: 150 - total flux cleaned = 0.00649357 Jy ! Component: 200 - total flux cleaned = 0.00443284 Jy ! Total flux subtracted in 200 components = 0.00443284 Jy ! Clean residual min=-0.008354 max=0.008382 Jy/beam ! Clean residual mean=0.000000 rms=0.003264 Jy/beam ! Combined flux in latest and established models = 0.827009 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 79 components and 0.827009 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=4.537 mas, bmaj=12.27 mas, bpa=27.54 degrees ! Estimated noise=11.9358 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00801012 Jy ! Component: 100 - total flux cleaned = -0.00793374 Jy ! Component: 150 - total flux cleaned = -0.00408987 Jy ! Component: 200 - total flux cleaned = -0.000722345 Jy ! Total flux subtracted in 200 components = -0.000722345 Jy ! Clean residual min=-0.009235 max=0.009227 Jy/beam ! Clean residual mean=-0.000007 rms=0.002422 Jy/beam ! Combined flux in latest and established models = 0.826287 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000670496 Jy ! Component: 100 - total flux cleaned = 0.000806796 Jy ! Component: 150 - total flux cleaned = 0.000994851 Jy ! Component: 200 - total flux cleaned = 0.0012806 Jy ! Total flux subtracted in 200 components = 0.0012806 Jy ! Clean residual min=-0.040093 max=0.039223 Jy/beam ! Clean residual mean=-0.000039 rms=0.009668 Jy/beam ! Combined flux in latest and established models = 0.827568 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 127 components and 0.827568 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.874 mas, bmaj=11.63 mas, bpa=29.23 degrees ! Estimated noise=8.98838 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001202 Jy ! Component: 100 - total flux cleaned = 0.00115806 Jy ! Component: 150 - total flux cleaned = 0.00168202 Jy ! Component: 200 - total flux cleaned = 0.000996131 Jy ! Total flux subtracted in 200 components = 0.000996131 Jy ! Clean residual min=-0.010313 max=0.010495 Jy/beam ! Clean residual mean=0.000008 rms=0.002169 Jy/beam ! Combined flux in latest and established models = 0.828564 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 153 components and 0.828564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056285Jy sigma=0.391920 ! Fit after self-cal, rms=0.055926Jy sigma=0.388388 wmodel J2129-1538_S_c_map.mod ! Writing 153 model components to file: J2129-1538_S_c_map.mod wobs J2129-1538_S_c_uvs.fits ! Writing UV FITS file: J2129-1538_S_c_uvs.fits wwins J2129-1538_S_c_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /image_prod/ug002_uva//J2129-1538_S_c_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.874 x 11.63 at 29.23 degrees (North through East) ! Clean map min=-0.020755 max=0.74162 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2129-1538_S_c_map.fits wmodel /image_prod/ug002_uva//J2129-1538_S_c_map.mod ! Writing 153 model components to file: /image_prod/ug002_uva//J2129-1538_S_c_map.mod wobs /image_prod/ug002_uva//J2129-1538_S_c_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2129-1538_S_c_uvs.fits wwins /image_prod/ug002_uva//J2129-1538_S_c_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.741625 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.001771 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.716401 0.716401 1.4328 2.8656 5.7312 11.4624 22.9248 45.8496 91.6993 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0053 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.741 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 418.76 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2129-1538_S_c_dfm.log closed on Thu Mar 5 05:14:53 2020