! Started logfile: /image_prod/ug002_uva//J1324-3235_S_dfm.log on Thu Mar 5 01:13:33 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//J1324-3235_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1324-3235_S_uva.fits ! AN table 1: 50 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.882778 visibilities/baseline/integration-bin. ! Found source: J1324-3235 ! ! 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 40 lines of history. ! ! Reading 4767 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 J1324-3235_S] 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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.018473Jy sigma=6.219027 ! Fit after self-cal, rms=0.857032Jy sigma=5.215058 ! 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.832 mas, bmaj=14.04 mas, bpa=-22.08 degrees ! Estimated noise=2.54299 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.107056 Jy ! Component: 100 - total flux cleaned = 0.153278 Jy ! Total flux subtracted in 100 components = 0.153278 Jy ! Clean residual min=-0.007459 max=0.021412 Jy/beam ! Clean residual mean=-0.000110 rms=0.003114 Jy/beam ! Combined flux in latest and established models = 0.153278 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 31 components and 0.153278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097054Jy sigma=0.548395 ! Fit after self-cal, rms=0.096861Jy sigma=0.546857 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0249458 Jy ! Component: 100 - total flux cleaned = 0.0398826 Jy ! Total flux subtracted in 100 components = 0.0398826 Jy ! Clean residual min=-0.005921 max=0.008289 Jy/beam ! Clean residual mean=-0.000048 rms=0.001744 Jy/beam ! Combined flux in latest and established models = 0.19316 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 68 components and 0.19316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089170Jy sigma=0.479320 ! Fit after self-cal, rms=0.089148Jy sigma=0.478866 ! 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.604 mas, bmaj=15.87 mas, bpa=-20.43 degrees ! Estimated noise=1.72878 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 (-2.5, -13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131302 Jy ! Component: 100 - total flux cleaned = 0.020781 Jy ! Component: 150 - total flux cleaned = 0.0257176 Jy ! Component: 200 - total flux cleaned = 0.0291557 Jy ! Total flux subtracted in 200 components = 0.0291557 Jy ! Clean residual min=-0.003968 max=0.005503 Jy/beam ! Clean residual mean=-0.000001 rms=0.001221 Jy/beam ! Combined flux in latest and established models = 0.222316 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 115 components and 0.222316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087486Jy sigma=0.461978 ! Fit after self-cal, rms=0.087490Jy sigma=0.461616 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.604 x 15.87 at -20.43 degrees (North through East) ! Clean map min=-0.0038744 max=0.13013 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.08 KP 0.97 ! LA 0.99 MK 1.01 NL 1.01 OV 0.97 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.30 FD 0.95 HN 1.09 KP 0.98 ! LA 1.01 MK 1.00 NL 1.03 OV 0.94 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.97 HN 1.14 KP 0.98 ! LA 1.04 MK 0.97 NL 0.97 OV 0.97 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.087490Jy sigma=0.461616 ! Fit after self-cal, rms=0.092847Jy sigma=0.456809 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.62 mas, bmaj=16.02 mas, bpa=-20.54 degrees ! Estimated noise=1.72584 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.000429602 Jy ! Component: 100 - total flux cleaned = 0.000628986 Jy ! Component: 150 - total flux cleaned = 0.000574397 Jy ! Component: 200 - total flux cleaned = 0.000487178 Jy ! Total flux subtracted in 200 components = 0.000487178 Jy ! Clean residual min=-0.003585 max=0.003462 Jy/beam ! Clean residual mean=-0.000001 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.222803 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 136 components and 0.222803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092741Jy sigma=0.456265 ! Fit after self-cal, rms=0.092855Jy sigma=0.456115 ! 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.092855Jy sigma=0.456115 ! Fit after self-cal, rms=0.091839Jy sigma=0.454730 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.623 mas, bmaj=16.08 mas, bpa=-20.54 degrees ! Estimated noise=1.72317 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000282066 Jy ! Component: 100 - total flux cleaned = -6.95303e-05 Jy ! Component: 150 - total flux cleaned = -0.000220745 Jy ! Component: 200 - total flux cleaned = -0.000223191 Jy ! Total flux subtracted in 200 components = -0.000223191 Jy ! Clean residual min=-0.002923 max=0.002925 Jy/beam ! Clean residual mean=-0.000002 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.22258 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 158 components and 0.22258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091750Jy sigma=0.454355 ! Fit after self-cal, rms=0.091744Jy sigma=0.454307 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.000127035 Jy ! Component: 100 - total flux cleaned = 0.000243529 Jy ! Component: 150 - total flux cleaned = 0.000206516 Jy ! Component: 200 - total flux cleaned = 0.00013923 Jy ! Total flux subtracted in 200 components = 0.00013923 Jy ! Clean residual min=-0.002787 max=0.002800 Jy/beam ! Clean residual mean=-0.000001 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.222719 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 174 components and 0.222719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091699Jy sigma=0.454151 ! Fit after self-cal, rms=0.091696Jy sigma=0.454134 ! 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.091696Jy sigma=0.454134 ! Fit after self-cal, rms=0.091768Jy sigma=0.454079 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.616 mas, bmaj=16.1 mas, bpa=-20.55 degrees ! Estimated noise=1.7179 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000170607 Jy ! Component: 100 - total flux cleaned = -0.000289992 Jy ! Component: 150 - total flux cleaned = -0.000289781 Jy ! Component: 200 - total flux cleaned = -0.000289459 Jy ! Total flux subtracted in 200 components = -0.000289459 Jy ! Clean residual min=-0.002641 max=0.002764 Jy/beam ! Clean residual mean=-0.000001 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.22243 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 190 components and 0.22243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091726Jy sigma=0.453926 ! Fit after self-cal, rms=0.091727Jy sigma=0.453919 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.53714e-05 Jy ! Component: 100 - total flux cleaned = 2.67806e-05 Jy ! Component: 150 - total flux cleaned = -2.7057e-05 Jy ! Component: 200 - total flux cleaned = -5.15494e-05 Jy ! Total flux subtracted in 200 components = -5.15494e-05 Jy ! Clean residual min=-0.002548 max=0.002746 Jy/beam ! Clean residual mean=-0.000001 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.222378 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 197 components and 0.222378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091701Jy sigma=0.453846 ! Fit after self-cal, rms=0.091699Jy sigma=0.453841 ! 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.091699Jy sigma=0.453841 ! Fit after self-cal, rms=0.091786Jy sigma=0.453808 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.845 mas, bmaj=27.83 mas, bpa=-6.602 degrees ! Estimated noise=1.98949 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000213733 Jy ! Component: 100 - total flux cleaned = 0.000249827 Jy ! Component: 150 - total flux cleaned = 0.000194383 Jy ! Component: 200 - total flux cleaned = 0.000147264 Jy ! Total flux subtracted in 200 components = 0.000147264 Jy ! Clean residual min=-0.002398 max=0.003521 Jy/beam ! Clean residual mean=-0.000002 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.222525 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 213 components and 0.222525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091768Jy sigma=0.453733 ! Fit after self-cal, rms=0.091769Jy sigma=0.453726 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.000133722 Jy ! Component: 100 - total flux cleaned = 7.43091e-05 Jy ! Component: 150 - total flux cleaned = 7.44246e-05 Jy ! Component: 200 - total flux cleaned = 4.12348e-05 Jy ! Total flux subtracted in 200 components = 4.12348e-05 Jy ! Clean residual min=-0.002378 max=0.003503 Jy/beam ! Clean residual mean=-0.000002 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.222567 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 224 components and 0.222567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091764Jy sigma=0.453709 ! Fit after self-cal, rms=0.091765Jy sigma=0.453706 ! 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.612 mas, bmaj=16.11 mas, bpa=-20.57 degrees ! Estimated noise=1.71402 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.612 x 16.11 at -20.57 degrees (North through East) ! Clean map min=-0.0024698 max=0.12848 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.844 mas, bmaj=14.2 mas, bpa=-22.22 degrees ! Estimated noise=2.53404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.106555 Jy ! Component: 100 - total flux cleaned = 0.152974 Jy ! Component: 150 - total flux cleaned = 0.177746 Jy ! Component: 200 - total flux cleaned = 0.192201 Jy ! Total flux subtracted in 200 components = 0.192201 Jy ! Clean residual min=-0.004379 max=0.007360 Jy/beam ! Clean residual mean=-0.000050 rms=0.001418 Jy/beam ! Combined flux in latest and established models = 0.192201 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 52 model components to the UV plane model. ! The established model now contains 52 components and 0.192201 Jy ! Inverting map and beam ! Estimated beam: bmin=3.612 mas, bmaj=16.11 mas, bpa=-20.57 degrees ! Estimated noise=1.71402 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.0111596 Jy ! Component: 100 - total flux cleaned = 0.0172982 Jy ! Component: 150 - total flux cleaned = 0.0213557 Jy ! Component: 200 - total flux cleaned = 0.0236034 Jy ! Total flux subtracted in 200 components = 0.0236034 Jy ! Clean residual min=-0.003115 max=0.003501 Jy/beam ! Clean residual mean=-0.000017 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.215805 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 114 components and 0.215805 Jy ! Inverting map ! Added new window around map position (52, -96). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214627 Jy ! Component: 100 - total flux cleaned = 0.00303717 Jy ! Component: 150 - total flux cleaned = 0.00400246 Jy ! Component: 200 - total flux cleaned = 0.0047071 Jy ! Total flux subtracted in 200 components = 0.0047071 Jy ! Clean residual min=-0.002675 max=0.002696 Jy/beam ! Clean residual mean=-0.000004 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.220512 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 154 components and 0.220512 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.845 mas, bmaj=27.83 mas, bpa=-6.602 degrees ! Estimated noise=1.98949 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0005565 Jy ! Component: 100 - total flux cleaned = 0.00115019 Jy ! Component: 150 - total flux cleaned = 0.0013409 Jy ! Component: 200 - total flux cleaned = 0.00149282 Jy ! Total flux subtracted in 200 components = 0.00149282 Jy ! Clean residual min=-0.002374 max=0.002979 Jy/beam ! Clean residual mean=-0.000000 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.222005 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.000104816 Jy ! Component: 100 - total flux cleaned = 0.000201021 Jy ! Component: 150 - total flux cleaned = 0.000312178 Jy ! Component: 200 - total flux cleaned = 0.000416424 Jy ! Total flux subtracted in 200 components = 0.000416424 Jy ! Clean residual min=-0.002288 max=0.003054 Jy/beam ! Clean residual mean=0.000001 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.222421 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 201 components and 0.222421 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.612 mas, bmaj=16.11 mas, bpa=-20.57 degrees ! Estimated noise=1.71402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000178381 Jy ! Component: 100 - total flux cleaned = -0.000130818 Jy ! Component: 150 - total flux cleaned = -0.000132365 Jy ! Component: 200 - total flux cleaned = -9.19124e-05 Jy ! Total flux subtracted in 200 components = -9.19124e-05 Jy ! Clean residual min=-0.002433 max=0.002502 Jy/beam ! Clean residual mean=0.000000 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.222329 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 228 components and 0.222329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.091580Jy sigma=0.453226 ! Fit after self-cal, rms=0.091540Jy sigma=0.453145 wmodel J1324-3235_S_map.mod ! Writing 228 model components to file: J1324-3235_S_map.mod wobs J1324-3235_S_uvs.fits ! Writing UV FITS file: J1324-3235_S_uvs.fits wwins J1324-3235_S_map.win ! wwins: Wrote 3 windows to J1324-3235_S_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.000142456 Jy ! Component: 100 - total flux cleaned = 0.000453199 Jy ! Component: 150 - total flux cleaned = 0.000708071 Jy ! Component: 200 - total flux cleaned = 0.000672953 Jy ! Component: 250 - total flux cleaned = 0.000509517 Jy ! Component: 300 - total flux cleaned = 0.000350693 Jy ! Component: 350 - total flux cleaned = 0.00019848 Jy ! Component: 400 - total flux cleaned = 0.000139762 Jy ! Component: 450 - total flux cleaned = 0.000139931 Jy ! Component: 500 - total flux cleaned = 5.52731e-05 Jy ! Component: 550 - total flux cleaned = 8.28923e-05 Jy ! Component: 600 - total flux cleaned = 0.000109416 Jy ! Component: 650 - total flux cleaned = 0.000160594 Jy ! Component: 700 - total flux cleaned = 8.36369e-05 Jy ! Component: 750 - total flux cleaned = 3.37091e-05 Jy ! Component: 800 - total flux cleaned = -1.51807e-05 Jy ! Component: 850 - total flux cleaned = -8.66018e-05 Jy ! Component: 900 - total flux cleaned = -8.68474e-05 Jy ! Component: 950 - total flux cleaned = -0.000133764 Jy ! Component: 1000 - total flux cleaned = -0.000133937 Jy ! Component: 1050 - total flux cleaned = -0.000178566 Jy ! Component: 1100 - total flux cleaned = -0.000200227 Jy ! Component: 1150 - total flux cleaned = -0.00017854 Jy ! Component: 1200 - total flux cleaned = -0.000241794 Jy ! Component: 1250 - total flux cleaned = -0.000179052 Jy ! Component: 1300 - total flux cleaned = -0.000158499 Jy ! Component: 1350 - total flux cleaned = -0.000178642 Jy ! Component: 1400 - total flux cleaned = -0.000118881 Jy ! Component: 1450 - total flux cleaned = -0.000138224 Jy ! Component: 1500 - total flux cleaned = -6.11287e-05 Jy ! Component: 1550 - total flux cleaned = -0.000118738 Jy ! Component: 1600 - total flux cleaned = -0.000100045 Jy ! Component: 1650 - total flux cleaned = -8.14791e-05 Jy ! Component: 1700 - total flux cleaned = -0.000209787 Jy ! Component: 1750 - total flux cleaned = -0.000282124 Jy ! Component: 1800 - total flux cleaned = -0.000335816 Jy ! Component: 1850 - total flux cleaned = -0.000406721 Jy ! Component: 1900 - total flux cleaned = -0.00054678 Jy ! Component: 1950 - total flux cleaned = -0.000633313 Jy ! Component: 2000 - total flux cleaned = -0.000735889 Jy ! Component: 2050 - total flux cleaned = -0.000803469 Jy ! Component: 2100 - total flux cleaned = -0.000870601 Jy ! Component: 2150 - total flux cleaned = -0.000936926 Jy ! Component: 2200 - total flux cleaned = -0.00101889 Jy ! Component: 2250 - total flux cleaned = -0.00111592 Jy ! Component: 2300 - total flux cleaned = -0.00114764 Jy ! Component: 2350 - total flux cleaned = -0.00114747 Jy ! Component: 2400 - total flux cleaned = -0.0011631 Jy ! Component: 2450 - total flux cleaned = -0.0011788 Jy ! Component: 2500 - total flux cleaned = -0.00119428 Jy ! Component: 2550 - total flux cleaned = -0.00119426 Jy ! Component: 2600 - total flux cleaned = -0.00128449 Jy ! Component: 2650 - total flux cleaned = -0.00122475 Jy ! Component: 2700 - total flux cleaned = -0.00131342 Jy ! Component: 2750 - total flux cleaned = -0.00131326 Jy ! Component: 2800 - total flux cleaned = -0.00128403 Jy ! Component: 2850 - total flux cleaned = -0.00128409 Jy ! Component: 2900 - total flux cleaned = -0.00128435 Jy ! Component: 2950 - total flux cleaned = -0.00139802 Jy ! Component: 3000 - total flux cleaned = -0.00145446 Jy ! Component: 3050 - total flux cleaned = -0.00148246 Jy ! Component: 3100 - total flux cleaned = -0.00155189 Jy ! Component: 3150 - total flux cleaned = -0.0016067 Jy ! Component: 3200 - total flux cleaned = -0.00160683 Jy ! Component: 3250 - total flux cleaned = -0.00167482 Jy ! Component: 3300 - total flux cleaned = -0.00175551 Jy ! Component: 3350 - total flux cleaned = -0.00183543 Jy ! Component: 3400 - total flux cleaned = -0.00187505 Jy ! Component: 3450 - total flux cleaned = -0.00194088 Jy ! Component: 3500 - total flux cleaned = -0.00198004 Jy ! Component: 3550 - total flux cleaned = -0.00203184 Jy ! Component: 3600 - total flux cleaned = -0.00208341 Jy ! Component: 3650 - total flux cleaned = -0.00214744 Jy ! Component: 3700 - total flux cleaned = -0.00219818 Jy ! Component: 3750 - total flux cleaned = -0.00227397 Jy ! Component: 3800 - total flux cleaned = -0.00234915 Jy ! Component: 3850 - total flux cleaned = -0.00237404 Jy ! Component: 3900 - total flux cleaned = -0.00241123 Jy ! Component: 3950 - total flux cleaned = -0.00244827 Jy ! Component: 4000 - total flux cleaned = -0.00253421 Jy ! Component: 4050 - total flux cleaned = -0.0025464 Jy ! Total flux subtracted in 4096 components = -0.00263126 Jy ! Clean residual min=-0.000859 max=0.000675 Jy/beam ! Clean residual mean=0.000000 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.219698 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 491 components and 0.219698 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1324-3235_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.612 x 16.11 at -20.57 degrees (North through East) ! Clean map min=-0.0025274 max=0.12608 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1324-3235_S_map.fits wmodel /image_prod/ug002_uva//J1324-3235_S_map.mod ! Writing 491 model components to file: /image_prod/ug002_uva//J1324-3235_S_map.mod wobs /image_prod/ug002_uva//J1324-3235_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1324-3235_S_uvs.fits wwins /image_prod/ug002_uva//J1324-3235_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1324-3235_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.126082 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000226727 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.539473 0.539473 1.07895 2.15789 4.31579 8.63157 17.2631 34.5263 69.0526 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.126 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 556.098 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1324-3235_S_dfm.log closed on Thu Mar 5 01:13:37 2020