! Started logfile: /image_prod/ug002_uva//J2358-0800_S_dfm.log on Thu Mar 5 06:32:52 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//J2358-0800_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2358-0800_S_uva.fits ! AN table 1: 90 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.856481 visibilities/baseline/integration-bin. ! Found source: J2358-0800 ! ! 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 8325 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 J2358-0800_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000119Jy sigma=8.426175 ! Fit after self-cal, rms=0.959592Jy sigma=8.091425 ! 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.62 mas, bmaj=7.686 mas, bpa=-6.329 degrees ! Estimated noise=1.47326 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.0317372 Jy ! Component: 100 - total flux cleaned = 0.038704 Jy ! Total flux subtracted in 100 components = 0.038704 Jy ! Clean residual min=-0.003096 max=0.003043 Jy/beam ! Clean residual mean=0.000002 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.038704 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.038704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059619Jy sigma=0.461306 ! Fit after self-cal, rms=0.058504Jy sigma=0.451873 ! 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.244 mas, bmaj=9.554 mas, bpa=-7.282 degrees ! Estimated noise=0.937324 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.00416766 Jy ! Component: 100 - total flux cleaned = 0.00558461 Jy ! Component: 150 - total flux cleaned = 0.00615977 Jy ! Component: 200 - total flux cleaned = 0.00623386 Jy ! Total flux subtracted in 200 components = 0.00623386 Jy ! Clean residual min=-0.002344 max=0.002295 Jy/beam ! Clean residual mean=0.000000 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.0449378 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 26 components and 0.0449378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058222Jy sigma=0.449699 ! Fit after self-cal, rms=0.058229Jy sigma=0.449667 ! 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.244 x 9.554 at -7.282 degrees (North through East) ! Clean map min=-0.0022548 max=0.043575 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 HN 0.98 KP 1.04 LA 0.96 ! MK 0.97 NL 1.03 OV 1.11 PT 1.03 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 HN 0.96 KP 0.98 LA 1.00 ! MK 1.05 NL 1.08 OV 1.07 PT 1.04 ! SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 HN 0.91 KP 0.97 LA 0.90 ! MK 1.01 NL 0.88 OV 1.25 PT 1.02 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.058229Jy sigma=0.449667 ! Fit after self-cal, rms=0.057778Jy sigma=0.448273 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.235 mas, bmaj=9.526 mas, bpa=-7.288 degrees ! Estimated noise=0.936599 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.000434717 Jy ! Component: 100 - total flux cleaned = 0.000510189 Jy ! Component: 150 - total flux cleaned = 0.000557332 Jy ! Component: 200 - total flux cleaned = 0.000565477 Jy ! Total flux subtracted in 200 components = 0.000565477 Jy ! Clean residual min=-0.001964 max=0.002075 Jy/beam ! Clean residual mean=0.000001 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.0455033 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 32 components and 0.0455033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057769Jy sigma=0.448244 ! Fit after self-cal, rms=0.057819Jy sigma=0.448075 ! 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.057819Jy sigma=0.448075 ! Fit after self-cal, rms=0.058027Jy sigma=0.445576 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=9.506 mas, bpa=-7.255 degrees ! Estimated noise=0.934707 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000120609 Jy ! Component: 100 - total flux cleaned = 0.000102544 Jy ! Component: 150 - total flux cleaned = 0.000102358 Jy ! Component: 200 - total flux cleaned = 0.000102108 Jy ! Total flux subtracted in 200 components = 0.000102108 Jy ! Clean residual min=-0.001640 max=0.001930 Jy/beam ! Clean residual mean=-0.000001 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.0456054 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.0456054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058023Jy sigma=0.445566 ! Fit after self-cal, rms=0.058077Jy sigma=0.445313 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) ! Added new window around map position (-81.5, -100.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148064 Jy ! Component: 100 - total flux cleaned = 0.00141718 Jy ! Component: 150 - total flux cleaned = 0.00136383 Jy ! Component: 200 - total flux cleaned = 0.00126802 Jy ! Total flux subtracted in 200 components = 0.00126802 Jy ! Clean residual min=-0.001546 max=0.001811 Jy/beam ! Clean residual mean=-0.000003 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0468734 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 49 components and 0.0468734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058014Jy sigma=0.444888 ! Fit after self-cal, rms=0.058000Jy sigma=0.444801 ! Inverting map ! Added new window around map position (-128, 47). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157322 Jy ! Component: 100 - total flux cleaned = 0.00238462 Jy ! Component: 150 - total flux cleaned = 0.00269964 Jy ! Component: 200 - total flux cleaned = 0.00281314 Jy ! Total flux subtracted in 200 components = 0.00281314 Jy ! Clean residual min=-0.001594 max=0.001458 Jy/beam ! Clean residual mean=-0.000002 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0496866 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 73 components and 0.0496865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057950Jy sigma=0.444337 ! Fit after self-cal, rms=0.057951Jy sigma=0.444254 ! 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.057951Jy sigma=0.444254 ! Fit after self-cal, rms=0.058051Jy sigma=0.444160 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=9.487 mas, bpa=-7.229 degrees ! Estimated noise=0.930847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000931128 Jy ! Component: 100 - total flux cleaned = 0.00120335 Jy ! Component: 150 - total flux cleaned = 0.00135464 Jy ! Component: 200 - total flux cleaned = 0.00145223 Jy ! Total flux subtracted in 200 components = 0.00145223 Jy ! Clean residual min=-0.001544 max=0.001525 Jy/beam ! Clean residual mean=-0.000001 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.0511388 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 80 components and 0.0511388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058028Jy sigma=0.443977 ! Fit after self-cal, rms=0.058045Jy sigma=0.443941 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) ! Added new window around map position (107, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140476 Jy ! Component: 100 - total flux cleaned = 0.00179717 Jy ! Component: 150 - total flux cleaned = 0.00191874 Jy ! Component: 200 - total flux cleaned = 0.0019849 Jy ! Total flux subtracted in 200 components = 0.0019849 Jy ! Clean residual min=-0.001331 max=0.001329 Jy/beam ! Clean residual mean=-0.000000 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.0531237 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 95 components and 0.0531237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057999Jy sigma=0.443629 ! Fit after self-cal, rms=0.057993Jy sigma=0.443572 ! 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.057993Jy sigma=0.443572 ! Fit after self-cal, rms=0.057857Jy sigma=0.443547 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.029 mas, bmaj=17.52 mas, bpa=-7.23 degrees ! Estimated noise=1.14551 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00049323 Jy ! Component: 100 - total flux cleaned = 0.000771969 Jy ! Component: 150 - total flux cleaned = 0.000976784 Jy ! Component: 200 - total flux cleaned = 0.00113224 Jy ! Total flux subtracted in 200 components = 0.00113224 Jy ! Clean residual min=-0.001321 max=0.001167 Jy/beam ! Clean residual mean=-0.000000 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0542559 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 109 components and 0.0542559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057844Jy sigma=0.443433 ! Fit after self-cal, rms=0.057846Jy sigma=0.443403 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.000364604 Jy ! Component: 100 - total flux cleaned = 0.000499353 Jy ! Component: 150 - total flux cleaned = 0.000533653 Jy ! Component: 200 - total flux cleaned = 0.00057796 Jy ! Total flux subtracted in 200 components = 0.00057796 Jy ! Clean residual min=-0.001322 max=0.001163 Jy/beam ! Clean residual mean=-0.000001 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.0548339 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 117 components and 0.0548339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057842Jy sigma=0.443375 ! Fit after self-cal, rms=0.057841Jy sigma=0.443364 ! 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.229 mas, bmaj=9.493 mas, bpa=-7.234 degrees ! Estimated noise=0.928087 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.229 x 9.493 at -7.234 degrees (North through East) ! Clean map min=-0.0013136 max=0.043409 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.602 mas, bmaj=7.667 mas, bpa=-6.505 degrees ! Estimated noise=1.45249 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0324849 Jy ! Component: 100 - total flux cleaned = 0.0396794 Jy ! Component: 150 - total flux cleaned = 0.0427828 Jy ! Component: 200 - total flux cleaned = 0.0445067 Jy ! Total flux subtracted in 200 components = 0.0445067 Jy ! Clean residual min=-0.002506 max=0.002699 Jy/beam ! Clean residual mean=0.000001 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.0445067 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.0445067 Jy ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=9.493 mas, bpa=-7.234 degrees ! Estimated noise=0.928087 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.00281646 Jy ! Component: 100 - total flux cleaned = 0.00474004 Jy ! Component: 150 - total flux cleaned = 0.00602043 Jy ! Component: 200 - total flux cleaned = 0.00684205 Jy ! Total flux subtracted in 200 components = 0.00684205 Jy ! Clean residual min=-0.001476 max=0.001554 Jy/beam ! Clean residual mean=-0.000001 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0513487 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 52 components and 0.0513487 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.029 mas, bmaj=17.52 mas, bpa=-7.23 degrees ! Estimated noise=1.14551 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117975 Jy ! Component: 100 - total flux cleaned = 0.00173294 Jy ! Component: 150 - total flux cleaned = 0.00215361 Jy ! Component: 200 - total flux cleaned = 0.00247644 Jy ! Total flux subtracted in 200 components = 0.00247644 Jy ! Clean residual min=-0.001372 max=0.001177 Jy/beam ! Clean residual mean=-0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0538252 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.000276526 Jy ! Component: 100 - total flux cleaned = 0.000490939 Jy ! Component: 150 - total flux cleaned = 0.000595547 Jy ! Component: 200 - total flux cleaned = 0.000688911 Jy ! Total flux subtracted in 200 components = 0.000688911 Jy ! Clean residual min=-0.001320 max=0.001189 Jy/beam ! Clean residual mean=-0.000000 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0545141 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 95 components and 0.0545141 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=9.493 mas, bpa=-7.234 degrees ! Estimated noise=0.928087 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000460841 Jy ! Component: 100 - total flux cleaned = 0.000790839 Jy ! Component: 150 - total flux cleaned = 0.000962721 Jy ! Component: 200 - total flux cleaned = 0.000936802 Jy ! Total flux subtracted in 200 components = 0.000936802 Jy ! Clean residual min=-0.001304 max=0.001433 Jy/beam ! Clean residual mean=-0.000001 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0554509 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 117 components and 0.0554509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057850Jy sigma=0.443462 ! Fit after self-cal, rms=0.057851Jy sigma=0.443410 wmodel J2358-0800_S_map.mod ! Writing 117 model components to file: J2358-0800_S_map.mod wobs J2358-0800_S_uvs.fits ! Writing UV FITS file: J2358-0800_S_uvs.fits wwins J2358-0800_S_map.win ! wwins: Wrote 4 windows to J2358-0800_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.000112503 Jy ! Component: 100 - total flux cleaned = -5.03919e-05 Jy ! Component: 150 - total flux cleaned = -0.000228329 Jy ! Component: 200 - total flux cleaned = -0.000335739 Jy ! Component: 250 - total flux cleaned = -0.000500942 Jy ! Component: 300 - total flux cleaned = -0.000621191 Jy ! Component: 350 - total flux cleaned = -0.000816662 Jy ! Component: 400 - total flux cleaned = -0.000969139 Jy ! Component: 450 - total flux cleaned = -0.0010994 Jy ! Component: 500 - total flux cleaned = -0.00120911 Jy ! Component: 550 - total flux cleaned = -0.00133411 Jy ! Component: 600 - total flux cleaned = -0.00140375 Jy ! Component: 650 - total flux cleaned = -0.00143769 Jy ! Component: 700 - total flux cleaned = -0.00145462 Jy ! Component: 750 - total flux cleaned = -0.00150408 Jy ! Component: 800 - total flux cleaned = -0.00156877 Jy ! Component: 850 - total flux cleaned = -0.00160023 Jy ! Component: 900 - total flux cleaned = -0.00166246 Jy ! Component: 950 - total flux cleaned = -0.00163157 Jy ! Component: 1000 - total flux cleaned = -0.00166203 Jy ! Component: 1050 - total flux cleaned = -0.001662 Jy ! Component: 1100 - total flux cleaned = -0.00164743 Jy ! Component: 1150 - total flux cleaned = -0.00170542 Jy ! Component: 1200 - total flux cleaned = -0.00171966 Jy ! Component: 1250 - total flux cleaned = -0.00180375 Jy ! Component: 1300 - total flux cleaned = -0.00181765 Jy ! Component: 1350 - total flux cleaned = -0.00189982 Jy ! Component: 1400 - total flux cleaned = -0.00188638 Jy ! Component: 1450 - total flux cleaned = -0.00192703 Jy ! Component: 1500 - total flux cleaned = -0.00197997 Jy ! Component: 1550 - total flux cleaned = -0.00201949 Jy ! Component: 1600 - total flux cleaned = -0.00204545 Jy ! Component: 1650 - total flux cleaned = -0.00209684 Jy ! Component: 1700 - total flux cleaned = -0.00207157 Jy ! Component: 1750 - total flux cleaned = -0.00209688 Jy ! Component: 1800 - total flux cleaned = -0.00212181 Jy ! Component: 1850 - total flux cleaned = -0.00213402 Jy ! Component: 1900 - total flux cleaned = -0.0021703 Jy ! Component: 1950 - total flux cleaned = -0.00214624 Jy ! Component: 2000 - total flux cleaned = -0.00212246 Jy ! Component: 2050 - total flux cleaned = -0.00218166 Jy ! Component: 2100 - total flux cleaned = -0.00216993 Jy ! Component: 2150 - total flux cleaned = -0.00216978 Jy ! Component: 2200 - total flux cleaned = -0.00218133 Jy ! Component: 2250 - total flux cleaned = -0.00219273 Jy ! Component: 2300 - total flux cleaned = -0.00217008 Jy ! Component: 2350 - total flux cleaned = -0.00219242 Jy ! Component: 2400 - total flux cleaned = -0.00218138 Jy ! Component: 2450 - total flux cleaned = -0.00218133 Jy ! Component: 2500 - total flux cleaned = -0.00221384 Jy ! Component: 2550 - total flux cleaned = -0.00222448 Jy ! Component: 2600 - total flux cleaned = -0.00220318 Jy ! Component: 2650 - total flux cleaned = -0.00218173 Jy ! Component: 2700 - total flux cleaned = -0.00216079 Jy ! Component: 2750 - total flux cleaned = -0.00213991 Jy ! Component: 2800 - total flux cleaned = -0.00214004 Jy ! Component: 2850 - total flux cleaned = -0.00216048 Jy ! Component: 2900 - total flux cleaned = -0.00210945 Jy ! Component: 2950 - total flux cleaned = -0.00210943 Jy ! Component: 3000 - total flux cleaned = -0.00208918 Jy ! Component: 3050 - total flux cleaned = -0.00206916 Jy ! Component: 3100 - total flux cleaned = -0.00204947 Jy ! Component: 3150 - total flux cleaned = -0.00202978 Jy ! Component: 3200 - total flux cleaned = -0.00196165 Jy ! Component: 3250 - total flux cleaned = -0.00197127 Jy ! Component: 3300 - total flux cleaned = -0.00190396 Jy ! Component: 3350 - total flux cleaned = -0.00187527 Jy ! Component: 3400 - total flux cleaned = -0.00182799 Jy ! Component: 3450 - total flux cleaned = -0.00179996 Jy ! Component: 3500 - total flux cleaned = -0.00179997 Jy ! Component: 3550 - total flux cleaned = -0.00176278 Jy ! Component: 3600 - total flux cleaned = -0.00173512 Jy ! Component: 3650 - total flux cleaned = -0.00171691 Jy ! Component: 3700 - total flux cleaned = -0.00168968 Jy ! Component: 3750 - total flux cleaned = -0.00162646 Jy ! Component: 3800 - total flux cleaned = -0.00164431 Jy ! Component: 3850 - total flux cleaned = -0.00158182 Jy ! Component: 3900 - total flux cleaned = -0.00157302 Jy ! Component: 3950 - total flux cleaned = -0.00153784 Jy ! Component: 4000 - total flux cleaned = -0.00152031 Jy ! Component: 4050 - total flux cleaned = -0.00153765 Jy ! Total flux subtracted in 4096 components = -0.00152894 Jy ! Clean residual min=-0.000543 max=0.000484 Jy/beam ! Clean residual mean=-0.000000 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.0539219 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 395 components and 0.0539219 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2358-0800_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.229 x 9.493 at -7.234 degrees (North through East) ! Clean map min=-0.0010401 max=0.042734 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2358-0800_S_map.fits wmodel /image_prod/ug002_uva//J2358-0800_S_map.mod ! Writing 395 model components to file: /image_prod/ug002_uva//J2358-0800_S_map.mod wobs /image_prod/ug002_uva//J2358-0800_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2358-0800_S_uvs.fits wwins /image_prod/ug002_uva//J2358-0800_S_map.win ! wwins: Wrote 5 windows to /image_prod/ug002_uva//J2358-0800_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0427337 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000160375 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.12587 1.12587 2.25173 4.50346 9.00692 18.0138 36.0277 72.0554 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.042 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 266.461 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2358-0800_S_dfm.log closed on Thu Mar 5 06:32:57 2020