! Started logfile: /image_prod/ug002_uva//J1305-2850_S_dfm.log on Thu Mar 5 01:01:59 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//J1305-2850_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1305-2850_S_uva.fits ! AN table 1: 50 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.983333 visibilities/baseline/integration-bin. ! Found source: J1305-2850 ! ! 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 5310 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 J1305-2850_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 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.037841Jy sigma=6.278999 ! Fit after self-cal, rms=0.784184Jy sigma=4.624721 ! 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.794 mas, bmaj=11.86 mas, bpa=-20.3 degrees ! Estimated noise=2.23761 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.168044 Jy ! Component: 100 - total flux cleaned = 0.217483 Jy ! Total flux subtracted in 100 components = 0.217483 Jy ! Clean residual min=-0.011423 max=0.023540 Jy/beam ! Clean residual mean=-0.000120 rms=0.003801 Jy/beam ! Combined flux in latest and established models = 0.217483 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.217483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107483Jy sigma=0.605406 ! Fit after self-cal, rms=0.107469Jy sigma=0.605148 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0277679 Jy ! Component: 100 - total flux cleaned = 0.0450281 Jy ! Total flux subtracted in 100 components = 0.0450281 Jy ! Clean residual min=-0.009144 max=0.011822 Jy/beam ! Clean residual mean=-0.000063 rms=0.002528 Jy/beam ! Combined flux in latest and established models = 0.262511 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 47 components and 0.262511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099003Jy sigma=0.516723 ! Fit after self-cal, rms=0.098940Jy sigma=0.516226 ! 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.592 mas, bmaj=14.14 mas, bpa=-18.99 degrees ! Estimated noise=1.66804 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.017804 Jy ! Component: 100 - total flux cleaned = 0.0278572 Jy ! Component: 150 - total flux cleaned = 0.0338773 Jy ! Component: 200 - total flux cleaned = 0.0375941 Jy ! Total flux subtracted in 200 components = 0.0375941 Jy ! Clean residual min=-0.007503 max=0.009554 Jy/beam ! Clean residual mean=-0.000024 rms=0.002204 Jy/beam ! Combined flux in latest and established models = 0.300105 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 73 components and 0.300105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097129Jy sigma=0.483382 ! Fit after self-cal, rms=0.097059Jy sigma=0.483112 ! 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.592 x 14.14 at -18.99 degrees (North through East) ! Clean map min=-0.0075204 max=0.22166 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.95 HN 1.06 KP 0.95 ! LA 0.97 MK 1.03 NL 0.98 OV 0.96 ! PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.49 FD 0.94 HN 1.12 KP 0.98 ! LA 0.99 MK 1.00 NL 1.13 OV 0.97 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.95 HN 1.08 KP 0.97 ! LA 0.99 MK 1.01 NL 1.01 OV 0.95 ! PT 0.97 ! ! ! Fit before self-cal, rms=0.097059Jy sigma=0.483112 ! Fit after self-cal, rms=0.107382Jy sigma=0.463666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.631 mas, bmaj=14.49 mas, bpa=-19.18 degrees ! Estimated noise=1.68684 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.00357909 Jy ! Component: 100 - total flux cleaned = -0.00415192 Jy ! Component: 150 - total flux cleaned = -0.00462066 Jy ! Component: 200 - total flux cleaned = -0.00496724 Jy ! Total flux subtracted in 200 components = -0.00496724 Jy ! Clean residual min=-0.006147 max=0.006308 Jy/beam ! Clean residual mean=-0.000016 rms=0.001529 Jy/beam ! Combined flux in latest and established models = 0.295137 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 94 components and 0.295137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107167Jy sigma=0.462478 ! Fit after self-cal, rms=0.107310Jy sigma=0.462375 ! 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.107310Jy sigma=0.462375 ! Fit after self-cal, rms=0.113296Jy sigma=0.454563 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.66 mas, bmaj=14.7 mas, bpa=-19.62 degrees ! Estimated noise=1.69379 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00226079 Jy ! Component: 100 - total flux cleaned = -0.00255691 Jy ! Component: 150 - total flux cleaned = -0.00289818 Jy ! Component: 200 - total flux cleaned = -0.00312604 Jy ! Total flux subtracted in 200 components = -0.00312604 Jy ! Clean residual min=-0.004854 max=0.005843 Jy/beam ! Clean residual mean=-0.000019 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.292011 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 101 components and 0.292011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113072Jy sigma=0.453618 ! Fit after self-cal, rms=0.113106Jy sigma=0.453578 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 (9, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00484659 Jy ! Component: 100 - total flux cleaned = 0.00556757 Jy ! Component: 150 - total flux cleaned = 0.00602948 Jy ! Component: 200 - total flux cleaned = 0.00618954 Jy ! Total flux subtracted in 200 components = 0.00618954 Jy ! Clean residual min=-0.004595 max=0.003970 Jy/beam ! Clean residual mean=-0.000007 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.298201 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 128 components and 0.298201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.112636Jy sigma=0.451642 ! Fit after self-cal, rms=0.112577Jy sigma=0.451330 ! 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.112577Jy sigma=0.451330 ! Fit after self-cal, rms=0.114172Jy sigma=0.451004 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.659 mas, bmaj=14.73 mas, bpa=-19.74 degrees ! Estimated noise=1.69007 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000917936 Jy ! Component: 100 - total flux cleaned = 0.000825593 Jy ! Component: 150 - total flux cleaned = 0.000973822 Jy ! Component: 200 - total flux cleaned = 0.00104131 Jy ! Total flux subtracted in 200 components = 0.00104131 Jy ! Clean residual min=-0.004429 max=0.003251 Jy/beam ! Clean residual mean=-0.000007 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.299242 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 140 components and 0.299242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113949Jy sigma=0.450291 ! Fit after self-cal, rms=0.113929Jy sigma=0.450214 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.000573761 Jy ! Component: 100 - total flux cleaned = 0.000574891 Jy ! Component: 150 - total flux cleaned = 0.000513825 Jy ! Component: 200 - total flux cleaned = 0.000458345 Jy ! Total flux subtracted in 200 components = 0.000458345 Jy ! Clean residual min=-0.004299 max=0.003130 Jy/beam ! Clean residual mean=-0.000006 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.299701 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 156 components and 0.299701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113823Jy sigma=0.449890 ! Fit after self-cal, rms=0.113815Jy sigma=0.449867 ! 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.113815Jy sigma=0.449867 ! Fit after self-cal, rms=0.114776Jy sigma=0.449720 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.508 mas, bmaj=24.99 mas, bpa=-7.457 degrees ! Estimated noise=1.91005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000606894 Jy ! Component: 100 - total flux cleaned = -0.000774776 Jy ! Component: 150 - total flux cleaned = -0.000884389 Jy ! Component: 200 - total flux cleaned = -0.000985526 Jy ! Total flux subtracted in 200 components = -0.000985526 Jy ! Clean residual min=-0.003547 max=0.003217 Jy/beam ! Clean residual mean=-0.000014 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 0.298715 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 173 components and 0.298715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.114712Jy sigma=0.449538 ! Fit after self-cal, rms=0.114707Jy sigma=0.449496 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 = 6.44306e-05 Jy ! Component: 100 - total flux cleaned = 6.24632e-05 Jy ! Component: 150 - total flux cleaned = -3.05441e-05 Jy ! Component: 200 - total flux cleaned = -0.000146514 Jy ! Total flux subtracted in 200 components = -0.000146514 Jy ! Clean residual min=-0.003460 max=0.003195 Jy/beam ! Clean residual mean=-0.000014 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.298568 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 188 components and 0.298568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.114677Jy sigma=0.449409 ! Fit after self-cal, rms=0.114673Jy sigma=0.449380 ! 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.661 mas, bmaj=14.77 mas, bpa=-19.77 degrees ! Estimated noise=1.68726 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.661 x 14.77 at -19.77 degrees (North through East) ! Clean map min=-0.0041068 max=0.22521 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.839 mas, bmaj=12.35 mas, bpa=-21.17 degrees ! Estimated noise=2.30564 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.172965 Jy ! Component: 100 - total flux cleaned = 0.219092 Jy ! Component: 150 - total flux cleaned = 0.243737 Jy ! Component: 200 - total flux cleaned = 0.259279 Jy ! Total flux subtracted in 200 components = 0.259279 Jy ! Clean residual min=-0.005348 max=0.008230 Jy/beam ! Clean residual mean=-0.000059 rms=0.001654 Jy/beam ! Combined flux in latest and established models = 0.259279 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 56 model components to the UV plane model. ! The established model now contains 56 components and 0.259279 Jy ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=14.77 mas, bpa=-19.77 degrees ! Estimated noise=1.68726 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.0149164 Jy ! Component: 100 - total flux cleaned = 0.0235855 Jy ! Component: 150 - total flux cleaned = 0.0290911 Jy ! Component: 200 - total flux cleaned = 0.0328247 Jy ! Total flux subtracted in 200 components = 0.0328247 Jy ! Clean residual min=-0.004030 max=0.002976 Jy/beam ! Clean residual mean=-0.000023 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.292104 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 126 components and 0.292104 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.508 mas, bmaj=24.99 mas, bpa=-7.457 degrees ! Estimated noise=1.91005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00328364 Jy ! Component: 100 - total flux cleaned = 0.00514882 Jy ! Component: 150 - total flux cleaned = 0.00599839 Jy ! Component: 200 - total flux cleaned = 0.006192 Jy ! Total flux subtracted in 200 components = 0.006192 Jy ! Clean residual min=-0.003283 max=0.003123 Jy/beam ! Clean residual mean=-0.000015 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.298296 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.000102577 Jy ! Component: 100 - total flux cleaned = 0.000133375 Jy ! Component: 150 - total flux cleaned = 0.000160505 Jy ! Component: 200 - total flux cleaned = 0.000160368 Jy ! Total flux subtracted in 200 components = 0.000160368 Jy ! Clean residual min=-0.003268 max=0.003163 Jy/beam ! Clean residual mean=-0.000015 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.298456 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 175 components and 0.298456 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=14.77 mas, bpa=-19.77 degrees ! Estimated noise=1.68726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000159125 Jy ! Component: 100 - total flux cleaned = 0.000396314 Jy ! Component: 150 - total flux cleaned = 0.000431356 Jy ! Component: 200 - total flux cleaned = 0.000397385 Jy ! Total flux subtracted in 200 components = 0.000397385 Jy ! Clean residual min=-0.003733 max=0.002831 Jy/beam ! Clean residual mean=-0.000009 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.298853 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 194 components and 0.298853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.114532Jy sigma=0.448762 ! Fit after self-cal, rms=0.114445Jy sigma=0.448631 wmodel J1305-2850_S_map.mod ! Writing 194 model components to file: J1305-2850_S_map.mod wobs J1305-2850_S_uvs.fits ! Writing UV FITS file: J1305-2850_S_uvs.fits wwins J1305-2850_S_map.win ! wwins: Wrote 2 windows to J1305-2850_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.00148396 Jy ! Component: 100 - total flux cleaned = -0.00214616 Jy ! Component: 150 - total flux cleaned = -0.00266118 Jy ! Component: 200 - total flux cleaned = -0.0027052 Jy ! Component: 250 - total flux cleaned = -0.00278844 Jy ! Component: 300 - total flux cleaned = -0.00307003 Jy ! Component: 350 - total flux cleaned = -0.00326327 Jy ! Component: 400 - total flux cleaned = -0.00349054 Jy ! Component: 450 - total flux cleaned = -0.0036014 Jy ! Component: 500 - total flux cleaned = -0.00381648 Jy ! Component: 550 - total flux cleaned = -0.00388702 Jy ! Component: 600 - total flux cleaned = -0.00402423 Jy ! Component: 650 - total flux cleaned = -0.00412435 Jy ! Component: 700 - total flux cleaned = -0.00412416 Jy ! Component: 750 - total flux cleaned = -0.00422032 Jy ! Component: 800 - total flux cleaned = -0.00421972 Jy ! Component: 850 - total flux cleaned = -0.0041884 Jy ! Component: 900 - total flux cleaned = -0.00415855 Jy ! Component: 950 - total flux cleaned = -0.00412918 Jy ! Component: 1000 - total flux cleaned = -0.00415829 Jy ! Component: 1050 - total flux cleaned = -0.00404212 Jy ! Component: 1100 - total flux cleaned = -0.00395671 Jy ! Component: 1150 - total flux cleaned = -0.00387267 Jy ! Component: 1200 - total flux cleaned = -0.00384529 Jy ! Component: 1250 - total flux cleaned = -0.00379074 Jy ! Component: 1300 - total flux cleaned = -0.00376358 Jy ! Component: 1350 - total flux cleaned = -0.00363147 Jy ! Component: 1400 - total flux cleaned = -0.00355333 Jy ! Component: 1450 - total flux cleaned = -0.00347665 Jy ! Component: 1500 - total flux cleaned = -0.00340086 Jy ! Component: 1550 - total flux cleaned = -0.00330124 Jy ! Component: 1600 - total flux cleaned = -0.00325193 Jy ! Component: 1650 - total flux cleaned = -0.00312999 Jy ! Component: 1700 - total flux cleaned = -0.00298549 Jy ! Component: 1750 - total flux cleaned = -0.00298512 Jy ! Component: 1800 - total flux cleaned = -0.00281987 Jy ! Component: 1850 - total flux cleaned = -0.00270337 Jy ! Component: 1900 - total flux cleaned = -0.00254228 Jy ! Component: 1950 - total flux cleaned = -0.00238299 Jy ! Component: 2000 - total flux cleaned = -0.00231537 Jy ! Component: 2050 - total flux cleaned = -0.00213734 Jy ! Component: 2100 - total flux cleaned = -0.00200527 Jy ! Component: 2150 - total flux cleaned = -0.00183086 Jy ! Component: 2200 - total flux cleaned = -0.00170149 Jy ! Component: 2250 - total flux cleaned = -0.00157344 Jy ! Component: 2300 - total flux cleaned = -0.00136246 Jy ! Component: 2350 - total flux cleaned = -0.00123703 Jy ! Component: 2400 - total flux cleaned = -0.00109203 Jy ! Component: 2450 - total flux cleaned = -0.00101014 Jy ! Component: 2500 - total flux cleaned = -0.000827787 Jy ! Component: 2550 - total flux cleaned = -0.000787669 Jy ! Component: 2600 - total flux cleaned = -0.000667839 Jy ! Component: 2650 - total flux cleaned = -0.000569012 Jy ! Component: 2700 - total flux cleaned = -0.000451583 Jy ! Component: 2750 - total flux cleaned = -0.000315729 Jy ! Component: 2800 - total flux cleaned = -0.000181261 Jy ! Component: 2850 - total flux cleaned = -0.000104768 Jy ! Component: 2900 - total flux cleaned = 4.60299e-05 Jy ! Component: 2950 - total flux cleaned = 0.00012072 Jy ! Component: 3000 - total flux cleaned = 0.000269331 Jy ! Component: 3050 - total flux cleaned = 0.000306097 Jy ! Component: 3100 - total flux cleaned = 0.000433554 Jy ! Component: 3150 - total flux cleaned = 0.000541989 Jy ! Component: 3200 - total flux cleaned = 0.000631634 Jy ! Component: 3250 - total flux cleaned = 0.000685127 Jy ! Component: 3300 - total flux cleaned = 0.000755864 Jy ! Component: 3350 - total flux cleaned = 0.000843509 Jy ! Component: 3400 - total flux cleaned = 0.00094782 Jy ! Component: 3450 - total flux cleaned = 0.000947752 Jy ! Component: 3500 - total flux cleaned = 0.00106758 Jy ! Component: 3550 - total flux cleaned = 0.00108434 Jy ! Component: 3600 - total flux cleaned = 0.00110112 Jy ! Component: 3650 - total flux cleaned = 0.00116829 Jy ! Component: 3700 - total flux cleaned = 0.00120168 Jy ! Component: 3750 - total flux cleaned = 0.00131719 Jy ! Component: 3800 - total flux cleaned = 0.00133358 Jy ! Component: 3850 - total flux cleaned = 0.00146386 Jy ! Component: 3900 - total flux cleaned = 0.00147996 Jy ! Component: 3950 - total flux cleaned = 0.00157617 Jy ! Component: 4000 - total flux cleaned = 0.0016876 Jy ! Component: 4050 - total flux cleaned = 0.00179852 Jy ! Total flux subtracted in 4096 components = 0.00187716 Jy ! Clean residual min=-0.000920 max=0.000916 Jy/beam ! Clean residual mean=0.000001 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.300731 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 484 components and 0.30073 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1305-2850_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.661 x 14.77 at -19.77 degrees (North through East) ! Clean map min=-0.0029421 max=0.22789 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1305-2850_S_map.fits wmodel /image_prod/ug002_uva//J1305-2850_S_map.mod ! Writing 484 model components to file: /image_prod/ug002_uva//J1305-2850_S_map.mod wobs /image_prod/ug002_uva//J1305-2850_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1305-2850_S_uvs.fits wwins /image_prod/ug002_uva//J1305-2850_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1305-2850_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.227886 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000288767 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.380146 0.380146 0.760292 1.52058 3.04117 6.08234 12.1647 24.3293 48.6587 97.3174 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.227 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 789.17 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1305-2850_S_dfm.log closed on Thu Mar 5 01:02:03 2020