! Started logfile: /image_prod/ug002_uva//J2010+6116_S_dfm.log on Thu Mar 5 04:37:41 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//J2010+6116_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2010+6116_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.692963 visibilities/baseline/integration-bin. ! Found source: J2010+6116 ! ! 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 5613 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 J2010+6116_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 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.020815Jy sigma=8.556899 ! Fit after self-cal, rms=0.872997Jy sigma=7.303019 ! 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=3.08 mas, bmaj=4.582 mas, bpa=-12.6 degrees ! Estimated noise=1.75524 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.0971642 Jy ! Component: 100 - total flux cleaned = 0.12837 Jy ! Total flux subtracted in 100 components = 0.12837 Jy ! Clean residual min=-0.006517 max=0.012745 Jy/beam ! Clean residual mean=0.000008 rms=0.001693 Jy/beam ! Combined flux in latest and established models = 0.12837 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.12837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072115Jy sigma=0.515510 ! Fit after self-cal, rms=0.071925Jy sigma=0.513954 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0135116 Jy ! Component: 100 - total flux cleaned = 0.0197012 Jy ! Total flux subtracted in 100 components = 0.0197012 Jy ! Clean residual min=-0.005850 max=0.006459 Jy/beam ! Clean residual mean=0.000001 rms=0.001392 Jy/beam ! Combined flux in latest and established models = 0.148071 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 21 components and 0.148071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069138Jy sigma=0.491675 ! Fit after self-cal, rms=0.069111Jy sigma=0.491379 ! 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.872 mas, bmaj=5.421 mas, bpa=-6.548 degrees ! Estimated noise=1.17169 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.00395408 Jy ! Component: 100 - total flux cleaned = 0.00539483 Jy ! Component: 150 - total flux cleaned = 0.00577028 Jy ! Component: 200 - total flux cleaned = 0.0060693 Jy ! Total flux subtracted in 200 components = 0.0060693 Jy ! Clean residual min=-0.006230 max=0.005996 Jy/beam ! Clean residual mean=-0.000007 rms=0.001419 Jy/beam ! Combined flux in latest and established models = 0.154141 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 32 components and 0.154141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068770Jy sigma=0.489711 ! Fit after self-cal, rms=0.068754Jy sigma=0.489623 ! 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.872 x 5.421 at -6.548 degrees (North through East) ! Clean map min=-0.00617 max=0.12574 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00 HN 1.04 KP 0.98 ! LA 1.03 MK 1.03 NL 1.12 OV 0.81 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 1.02 KP 0.99 ! LA 1.04 MK 0.97 NL 1.49 OV 0.93 ! PT 1.02 SC 1.16 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.99 HN 1.05 KP 1.02 ! LA 1.04 MK 1.00 NL 1.20 OV 0.84 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.068754Jy sigma=0.489623 ! Fit after self-cal, rms=0.067611Jy sigma=0.465892 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.888 mas, bmaj=5.434 mas, bpa=-6.228 degrees ! Estimated noise=1.17856 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.00029755 Jy ! Component: 100 - total flux cleaned = -8.51923e-05 Jy ! Component: 150 - total flux cleaned = 6.792e-05 Jy ! Component: 200 - total flux cleaned = 0.000118977 Jy ! Total flux subtracted in 200 components = 0.000118977 Jy ! Clean residual min=-0.003764 max=0.003616 Jy/beam ! Clean residual mean=-0.000001 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.15426 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.15426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067539Jy sigma=0.465641 ! Fit after self-cal, rms=0.067631Jy sigma=0.465332 ! 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.067631Jy sigma=0.465332 ! Fit after self-cal, rms=0.067268Jy sigma=0.447103 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.887 mas, bmaj=5.409 mas, bpa=-4.195 degrees ! Estimated noise=1.17286 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.9982e-05 Jy ! Component: 100 - total flux cleaned = -1.38963e-06 Jy ! Component: 150 - total flux cleaned = 3.16285e-05 Jy ! Component: 200 - total flux cleaned = 5.98375e-05 Jy ! Total flux subtracted in 200 components = 5.98375e-05 Jy ! Clean residual min=-0.002508 max=0.002509 Jy/beam ! Clean residual mean=-0.000003 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.154319 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.154319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067219Jy sigma=0.446775 ! Fit after self-cal, rms=0.067268Jy sigma=0.446571 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 (6, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00238298 Jy ! Component: 100 - total flux cleaned = 0.00287011 Jy ! Component: 150 - total flux cleaned = 0.00282285 Jy ! Component: 200 - total flux cleaned = 0.00269362 Jy ! Total flux subtracted in 200 components = 0.00269362 Jy ! Clean residual min=-0.002344 max=0.002139 Jy/beam ! Clean residual mean=-0.000003 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.157013 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 69 components and 0.157013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067137Jy sigma=0.445511 ! Fit after self-cal, rms=0.067128Jy sigma=0.445425 ! 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.067128Jy sigma=0.445425 ! Fit after self-cal, rms=0.066955Jy sigma=0.445246 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.881 mas, bmaj=5.383 mas, bpa=-3.522 degrees ! Estimated noise=1.16922 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116947 Jy ! Component: 100 - total flux cleaned = 0.00129581 Jy ! Component: 150 - total flux cleaned = 0.00125963 Jy ! Component: 200 - total flux cleaned = 0.00116171 Jy ! Total flux subtracted in 200 components = 0.00116171 Jy ! Clean residual min=-0.002305 max=0.002040 Jy/beam ! Clean residual mean=-0.000003 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.158175 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 81 components and 0.158175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066891Jy sigma=0.444806 ! Fit after self-cal, rms=0.066884Jy sigma=0.444758 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.000379116 Jy ! Component: 100 - total flux cleaned = 0.000318107 Jy ! Component: 150 - total flux cleaned = 0.000261797 Jy ! Component: 200 - total flux cleaned = 0.000208366 Jy ! Total flux subtracted in 200 components = 0.000208366 Jy ! Clean residual min=-0.002270 max=0.002035 Jy/beam ! Clean residual mean=-0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.158383 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 88 components and 0.158383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066851Jy sigma=0.444557 ! Fit after self-cal, rms=0.066850Jy sigma=0.444546 ! 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.066850Jy sigma=0.444546 ! Fit after self-cal, rms=0.066711Jy sigma=0.444481 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.552 mas, bmaj=9.875 mas, bpa=14.59 degrees ! Estimated noise=1.41061 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000431508 Jy ! Component: 100 - total flux cleaned = 0.000495517 Jy ! Component: 150 - total flux cleaned = 0.000533124 Jy ! Component: 200 - total flux cleaned = 0.000533202 Jy ! Total flux subtracted in 200 components = 0.000533202 Jy ! Clean residual min=-0.002044 max=0.002096 Jy/beam ! Clean residual mean=-0.000005 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.158916 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 96 components and 0.158916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066697Jy sigma=0.444432 ! Fit after self-cal, rms=0.066696Jy sigma=0.444420 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.000114523 Jy ! Component: 100 - total flux cleaned = 6.73533e-05 Jy ! Component: 150 - total flux cleaned = 3.73372e-05 Jy ! Component: 200 - total flux cleaned = 9.88765e-06 Jy ! Total flux subtracted in 200 components = 9.88765e-06 Jy ! Clean residual min=-0.002026 max=0.002107 Jy/beam ! Clean residual mean=-0.000005 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.158926 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 97 components and 0.158926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066690Jy sigma=0.444409 ! Fit after self-cal, rms=0.066692Jy sigma=0.444403 ! 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.882 mas, bmaj=5.371 mas, bpa=-3.299 degrees ! Estimated noise=1.16781 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.882 x 5.371 at -3.299 degrees (North through East) ! Clean map min=-0.0021009 max=0.12535 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=3.107 mas, bmaj=4.514 mas, bpa=-9.552 degrees ! Estimated noise=1.72938 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0963076 Jy ! Component: 100 - total flux cleaned = 0.12866 Jy ! Component: 150 - total flux cleaned = 0.142335 Jy ! Component: 200 - total flux cleaned = 0.149274 Jy ! Total flux subtracted in 200 components = 0.149274 Jy ! Clean residual min=-0.003767 max=0.003790 Jy/beam ! Clean residual mean=0.000001 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.149274 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.149274 Jy ! Inverting map and beam ! Estimated beam: bmin=3.882 mas, bmaj=5.371 mas, bpa=-3.299 degrees ! Estimated noise=1.16781 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.00504369 Jy ! Component: 100 - total flux cleaned = 0.00760106 Jy ! Component: 150 - total flux cleaned = 0.00850011 Jy ! Component: 200 - total flux cleaned = 0.00886741 Jy ! Total flux subtracted in 200 components = 0.00886741 Jy ! Clean residual min=-0.002275 max=0.001924 Jy/beam ! Clean residual mean=-0.000002 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.158141 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 39 components and 0.158141 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.552 mas, bmaj=9.875 mas, bpa=14.59 degrees ! Estimated noise=1.41061 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000912786 Jy ! Component: 100 - total flux cleaned = 0.000966224 Jy ! Component: 150 - total flux cleaned = 0.00101412 Jy ! Component: 200 - total flux cleaned = 0.00105733 Jy ! Total flux subtracted in 200 components = 0.00105733 Jy ! Clean residual min=-0.002045 max=0.002042 Jy/beam ! Clean residual mean=-0.000006 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.159199 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 = 1.90696e-05 Jy ! Component: 100 - total flux cleaned = 3.75591e-05 Jy ! Component: 150 - total flux cleaned = 5.4711e-05 Jy ! Component: 200 - total flux cleaned = 5.52418e-05 Jy ! Total flux subtracted in 200 components = 5.52418e-05 Jy ! Clean residual min=-0.002020 max=0.002056 Jy/beam ! Clean residual mean=-0.000006 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.159254 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 68 components and 0.159254 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.882 mas, bmaj=5.371 mas, bpa=-3.299 degrees ! Estimated noise=1.16781 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000131784 Jy ! Component: 100 - total flux cleaned = -0.000207258 Jy ! Component: 150 - total flux cleaned = -0.000273646 Jy ! Component: 200 - total flux cleaned = -0.000335626 Jy ! Total flux subtracted in 200 components = -0.000335626 Jy ! Clean residual min=-0.002189 max=0.001917 Jy/beam ! Clean residual mean=-0.000002 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.158918 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 80 components and 0.158918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066685Jy sigma=0.444389 ! Fit after self-cal, rms=0.066688Jy sigma=0.444352 wmodel J2010+6116_S_map.mod ! Writing 80 model components to file: J2010+6116_S_map.mod wobs J2010+6116_S_uvs.fits ! Writing UV FITS file: J2010+6116_S_uvs.fits wwins J2010+6116_S_map.win ! wwins: Wrote 2 windows to J2010+6116_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.000434096 Jy ! Component: 100 - total flux cleaned = -0.000471258 Jy ! Component: 150 - total flux cleaned = -0.000404267 Jy ! Component: 200 - total flux cleaned = -0.000500849 Jy ! Component: 250 - total flux cleaned = -0.000593558 Jy ! Component: 300 - total flux cleaned = -0.000593124 Jy ! Component: 350 - total flux cleaned = -0.000622246 Jy ! Component: 400 - total flux cleaned = -0.000565064 Jy ! Component: 450 - total flux cleaned = -0.000537434 Jy ! Component: 500 - total flux cleaned = -0.000564607 Jy ! Component: 550 - total flux cleaned = -0.000618182 Jy ! Component: 600 - total flux cleaned = -0.000670074 Jy ! Component: 650 - total flux cleaned = -0.000643772 Jy ! Component: 700 - total flux cleaned = -0.000644376 Jy ! Component: 750 - total flux cleaned = -0.000719757 Jy ! Component: 800 - total flux cleaned = -0.000769323 Jy ! Component: 850 - total flux cleaned = -0.000866209 Jy ! Component: 900 - total flux cleaned = -0.000794336 Jy ! Component: 950 - total flux cleaned = -0.000818505 Jy ! Component: 1000 - total flux cleaned = -0.000842013 Jy ! Component: 1050 - total flux cleaned = -0.000911267 Jy ! Component: 1100 - total flux cleaned = -0.000866117 Jy ! Component: 1150 - total flux cleaned = -0.000888739 Jy ! Component: 1200 - total flux cleaned = -0.000933129 Jy ! Component: 1250 - total flux cleaned = -0.000933318 Jy ! Component: 1300 - total flux cleaned = -0.000890145 Jy ! Component: 1350 - total flux cleaned = -0.000868713 Jy ! Component: 1400 - total flux cleaned = -0.000804859 Jy ! Component: 1450 - total flux cleaned = -0.000741803 Jy ! Component: 1500 - total flux cleaned = -0.000762628 Jy ! Component: 1550 - total flux cleaned = -0.000639438 Jy ! Component: 1600 - total flux cleaned = -0.000598711 Jy ! Component: 1650 - total flux cleaned = -0.000517989 Jy ! Component: 1700 - total flux cleaned = -0.000458133 Jy ! Component: 1750 - total flux cleaned = -0.000379078 Jy ! Component: 1800 - total flux cleaned = -0.000340059 Jy ! Component: 1850 - total flux cleaned = -0.000340106 Jy ! Component: 1900 - total flux cleaned = -0.000340322 Jy ! Component: 1950 - total flux cleaned = -0.000264409 Jy ! Component: 2000 - total flux cleaned = -0.000301993 Jy ! Component: 2050 - total flux cleaned = -0.00026499 Jy ! Component: 2100 - total flux cleaned = -0.000320572 Jy ! Component: 2150 - total flux cleaned = -0.000302093 Jy ! Component: 2200 - total flux cleaned = -0.000338344 Jy ! Component: 2250 - total flux cleaned = -0.000284506 Jy ! Component: 2300 - total flux cleaned = -0.000338027 Jy ! Component: 2350 - total flux cleaned = -0.000302731 Jy ! Component: 2400 - total flux cleaned = -0.000390211 Jy ! Component: 2450 - total flux cleaned = -0.000372841 Jy ! Component: 2500 - total flux cleaned = -0.000441741 Jy ! Component: 2550 - total flux cleaned = -0.000458659 Jy ! Component: 2600 - total flux cleaned = -0.000492282 Jy ! Component: 2650 - total flux cleaned = -0.00047546 Jy ! Component: 2700 - total flux cleaned = -0.000441877 Jy ! Component: 2750 - total flux cleaned = -0.000475136 Jy ! Component: 2800 - total flux cleaned = -0.000475205 Jy ! Component: 2850 - total flux cleaned = -0.000458904 Jy ! Component: 2900 - total flux cleaned = -0.000507946 Jy ! Component: 2950 - total flux cleaned = -0.00041114 Jy ! Component: 3000 - total flux cleaned = -0.000491265 Jy ! Component: 3050 - total flux cleaned = -0.000522868 Jy ! Component: 3100 - total flux cleaned = -0.000475508 Jy ! Component: 3150 - total flux cleaned = -0.000475509 Jy ! Component: 3200 - total flux cleaned = -0.000413421 Jy ! Component: 3250 - total flux cleaned = -0.000413491 Jy ! Component: 3300 - total flux cleaned = -0.000367474 Jy ! Component: 3350 - total flux cleaned = -0.000352318 Jy ! Component: 3400 - total flux cleaned = -0.000367632 Jy ! Component: 3450 - total flux cleaned = -0.000382758 Jy ! Component: 3500 - total flux cleaned = -0.000427603 Jy ! Component: 3550 - total flux cleaned = -0.00042762 Jy ! Component: 3600 - total flux cleaned = -0.000427639 Jy ! Component: 3650 - total flux cleaned = -0.000369053 Jy ! Component: 3700 - total flux cleaned = -0.000412866 Jy ! Component: 3750 - total flux cleaned = -0.000427365 Jy ! Component: 3800 - total flux cleaned = -0.000470609 Jy ! Component: 3850 - total flux cleaned = -0.000413371 Jy ! Component: 3900 - total flux cleaned = -0.000413343 Jy ! Component: 3950 - total flux cleaned = -0.000385238 Jy ! Component: 4000 - total flux cleaned = -0.000385226 Jy ! Component: 4050 - total flux cleaned = -0.000511015 Jy ! Total flux subtracted in 4096 components = -0.00045545 Jy ! Clean residual min=-0.000786 max=0.000772 Jy/beam ! Clean residual mean=-0.000000 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.158463 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 394 components and 0.158463 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2010+6116_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.882 x 5.371 at -3.299 degrees (North through East) ! Clean map min=-0.0017935 max=0.12509 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2010+6116_S_map.fits wmodel /image_prod/ug002_uva//J2010+6116_S_map.mod ! Writing 394 model components to file: /image_prod/ug002_uva//J2010+6116_S_map.mod wobs /image_prod/ug002_uva//J2010+6116_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2010+6116_S_uvs.fits wwins /image_prod/ug002_uva//J2010+6116_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2010+6116_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.125089 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000256192 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.614421 0.614421 1.22884 2.45768 4.91537 9.83073 19.6615 39.3229 78.6459 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.125 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 488.264 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2010+6116_S_dfm.log closed on Thu Mar 5 04:37:45 2020