! Started logfile: /image_prod/ug002_uva//J1035+3510_S_b_dfm.log on Wed Mar 4 23:38:34 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//J1035+3510_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1035+3510_S_b_uva.fits ! AN table 1: 90 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.845238 visibilities/baseline/integration-bin. ! Found source: J1035+3510 ! ! 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 6390 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 J1035+3510_S_b] 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.003157Jy sigma=9.532162 ! Fit after self-cal, rms=0.971497Jy sigma=9.229541 ! 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.702 mas, bmaj=6.611 mas, bpa=22 degrees ! Estimated noise=1.47624 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.023268 Jy ! Component: 100 - total flux cleaned = 0.0284111 Jy ! Total flux subtracted in 100 components = 0.0284111 Jy ! Clean residual min=-0.003139 max=0.003250 Jy/beam ! Clean residual mean=0.000000 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.0284111 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0284111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050114Jy sigma=0.434633 ! Fit after self-cal, rms=0.048150Jy sigma=0.413370 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00376018 Jy ! Component: 100 - total flux cleaned = 0.00334426 Jy ! Total flux subtracted in 100 components = 0.00334426 Jy ! Clean residual min=-0.002877 max=0.002831 Jy/beam ! Clean residual mean=0.000001 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.0317554 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 9 components and 0.0317554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047870Jy sigma=0.410977 ! Fit after self-cal, rms=0.047839Jy sigma=0.410749 ! 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=4.436 mas, bmaj=7.093 mas, bpa=17.67 degrees ! Estimated noise=0.957052 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.000512806 Jy ! Component: 100 - total flux cleaned = -0.000579188 Jy ! Component: 150 - total flux cleaned = -0.000637211 Jy ! Component: 200 - total flux cleaned = -0.000689857 Jy ! Total flux subtracted in 200 components = -0.000689857 Jy ! Clean residual min=-0.001809 max=0.001937 Jy/beam ! Clean residual mean=-0.000000 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.0310655 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.0310655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.047791Jy sigma=0.410391 ! Fit after self-cal, rms=0.047746Jy sigma=0.410296 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.436 x 7.093 at 17.67 degrees (North through East) ! Clean map min=-0.0018247 max=0.03297 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 0.99 KP 0.98 ! NL 0.97 OV 0.98 PT 1.05 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.94 HN 0.98 KP 1.09 ! NL 0.95 OV 0.97 PT 1.15 SC 0.73 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.01 HN 1.11 KP 0.95 ! NL 0.86 OV 0.97 PT 1.13 SC 0.98 ! ! ! Fit before self-cal, rms=0.047746Jy sigma=0.410296 ! Fit after self-cal, rms=0.046578Jy sigma=0.408466 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.321 mas, bmaj=7.078 mas, bpa=19.24 degrees ! Estimated noise=0.945666 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.000167623 Jy ! Component: 100 - total flux cleaned = 0.000245828 Jy ! Component: 150 - total flux cleaned = 0.000278285 Jy ! Component: 200 - total flux cleaned = 0.000307965 Jy ! Total flux subtracted in 200 components = 0.000307965 Jy ! Clean residual min=-0.001532 max=0.001579 Jy/beam ! Clean residual mean=0.000001 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0313735 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 30 components and 0.0313735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046562Jy sigma=0.408350 ! Fit after self-cal, rms=0.046622Jy sigma=0.407845 ! 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.046622Jy sigma=0.407845 ! Fit after self-cal, rms=0.046742Jy sigma=0.406509 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.287 mas, bmaj=6.996 mas, bpa=20.6 degrees ! Estimated noise=0.948164 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000557728 Jy ! Component: 100 - total flux cleaned = 0.000584968 Jy ! Component: 150 - total flux cleaned = 0.000596404 Jy ! Component: 200 - total flux cleaned = 0.000585939 Jy ! Total flux subtracted in 200 components = 0.000585939 Jy ! Clean residual min=-0.001531 max=0.001560 Jy/beam ! Clean residual mean=0.000001 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0319594 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.0319594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046732Jy sigma=0.406415 ! Fit after self-cal, rms=0.046783Jy sigma=0.405930 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 (-29, -126). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136594 Jy ! Component: 100 - total flux cleaned = 0.00176344 Jy ! Component: 150 - total flux cleaned = 0.00194705 Jy ! Component: 200 - total flux cleaned = 0.00199851 Jy ! Total flux subtracted in 200 components = 0.00199851 Jy ! Clean residual min=-0.001358 max=0.001326 Jy/beam ! Clean residual mean=-0.000000 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.033958 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 55 components and 0.033958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046738Jy sigma=0.405510 ! Fit after self-cal, rms=0.046720Jy sigma=0.405371 ! 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.046720Jy sigma=0.405371 ! Fit after self-cal, rms=0.046692Jy sigma=0.405233 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.257 mas, bmaj=6.96 mas, bpa=21.15 degrees ! Estimated noise=0.943766 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000780724 Jy ! Component: 100 - total flux cleaned = 0.00105976 Jy ! Component: 150 - total flux cleaned = 0.00123059 Jy ! Component: 200 - total flux cleaned = 0.00128953 Jy ! Total flux subtracted in 200 components = 0.00128953 Jy ! Clean residual min=-0.001355 max=0.001165 Jy/beam ! Clean residual mean=0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0352475 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 63 components and 0.0352475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046672Jy sigma=0.405047 ! Fit after self-cal, rms=0.046698Jy sigma=0.404982 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.000414389 Jy ! Component: 100 - total flux cleaned = 0.000504444 Jy ! Component: 150 - total flux cleaned = 0.000518007 Jy ! Component: 200 - total flux cleaned = 0.000507048 Jy ! Total flux subtracted in 200 components = 0.000507048 Jy ! Clean residual min=-0.001339 max=0.001173 Jy/beam ! Clean residual mean=0.000000 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0357546 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 65 components and 0.0357546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046690Jy sigma=0.404900 ! Fit after self-cal, rms=0.046689Jy sigma=0.404884 ! 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.046689Jy sigma=0.404884 ! Fit after self-cal, rms=0.046760Jy sigma=0.404846 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.027 mas, bmaj=9.245 mas, bpa=-17.06 degrees ! Estimated noise=1.10554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000347123 Jy ! Component: 100 - total flux cleaned = 0.000410709 Jy ! Component: 150 - total flux cleaned = 0.00044959 Jy ! Component: 200 - total flux cleaned = 0.000480815 Jy ! Total flux subtracted in 200 components = 0.000480815 Jy ! Clean residual min=-0.001344 max=0.001327 Jy/beam ! Clean residual mean=0.000001 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.0362354 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 80 components and 0.0362354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046755Jy sigma=0.404816 ! Fit after self-cal, rms=0.046765Jy sigma=0.404782 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.000142315 Jy ! Component: 100 - total flux cleaned = 0.000109427 Jy ! Component: 150 - total flux cleaned = 0.000109191 Jy ! Component: 200 - total flux cleaned = 0.000118322 Jy ! Total flux subtracted in 200 components = 0.000118322 Jy ! Clean residual min=-0.001338 max=0.001308 Jy/beam ! Clean residual mean=0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0363537 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.0363537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046762Jy sigma=0.404780 ! Fit after self-cal, rms=0.046760Jy sigma=0.404772 ! 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=4.242 mas, bmaj=6.943 mas, bpa=21.38 degrees ! Estimated noise=0.944285 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.242 x 6.943 at 21.38 degrees (North through East) ! Clean map min=-0.0012846 max=0.03259 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.569 mas, bmaj=6.586 mas, bpa=24.22 degrees ! Estimated noise=1.42855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0254138 Jy ! Component: 100 - total flux cleaned = 0.0313421 Jy ! Component: 150 - total flux cleaned = 0.0330491 Jy ! Component: 200 - total flux cleaned = 0.033271 Jy ! Total flux subtracted in 200 components = 0.033271 Jy ! Clean residual min=-0.002329 max=0.001994 Jy/beam ! Clean residual mean=0.000002 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.033271 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.033271 Jy ! Inverting map and beam ! Estimated beam: bmin=4.242 mas, bmaj=6.943 mas, bpa=21.38 degrees ! Estimated noise=0.944285 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.0010476 Jy ! Component: 100 - total flux cleaned = 0.00177807 Jy ! Component: 150 - total flux cleaned = 0.00223606 Jy ! Component: 200 - total flux cleaned = 0.0025917 Jy ! Total flux subtracted in 200 components = 0.0025917 Jy ! Clean residual min=-0.001434 max=0.001325 Jy/beam ! Clean residual mean=0.000000 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.0358627 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 32 components and 0.0358627 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.027 mas, bmaj=9.245 mas, bpa=-17.06 degrees ! Estimated noise=1.10554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000243872 Jy ! Component: 100 - total flux cleaned = 0.000300802 Jy ! Component: 150 - total flux cleaned = 0.000362955 Jy ! Component: 200 - total flux cleaned = 0.000388347 Jy ! Total flux subtracted in 200 components = 0.000388347 Jy ! Clean residual min=-0.001398 max=0.001354 Jy/beam ! Clean residual mean=0.000001 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.036251 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 = 2.32453e-05 Jy ! Component: 100 - total flux cleaned = 3.40379e-05 Jy ! Component: 150 - total flux cleaned = 4.41051e-05 Jy ! Component: 200 - total flux cleaned = 4.41315e-05 Jy ! Total flux subtracted in 200 components = 4.41315e-05 Jy ! Clean residual min=-0.001369 max=0.001319 Jy/beam ! Clean residual mean=0.000001 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.0362952 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 64 components and 0.0362952 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.242 mas, bmaj=6.943 mas, bpa=21.38 degrees ! Estimated noise=0.944285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000100023 Jy ! Component: 100 - total flux cleaned = -0.000163468 Jy ! Component: 150 - total flux cleaned = -0.000144851 Jy ! Component: 200 - total flux cleaned = -0.000110913 Jy ! Total flux subtracted in 200 components = -0.000110913 Jy ! Clean residual min=-0.001357 max=0.001277 Jy/beam ! Clean residual mean=0.000001 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.0361843 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 76 components and 0.0361843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.046774Jy sigma=0.404967 ! Fit after self-cal, rms=0.046770Jy sigma=0.404918 wmodel J1035+3510_S_b_map.mod ! Writing 76 model components to file: J1035+3510_S_b_map.mod wobs J1035+3510_S_b_uvs.fits ! Writing UV FITS file: J1035+3510_S_b_uvs.fits wwins J1035+3510_S_b_map.win ! wwins: Wrote 2 windows to J1035+3510_S_b_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.000388924 Jy ! Component: 100 - total flux cleaned = -0.000625575 Jy ! Component: 150 - total flux cleaned = -0.000848737 Jy ! Component: 200 - total flux cleaned = -0.00104158 Jy ! Component: 250 - total flux cleaned = -0.00120728 Jy ! Component: 300 - total flux cleaned = -0.00138488 Jy ! Component: 350 - total flux cleaned = -0.00150524 Jy ! Component: 400 - total flux cleaned = -0.00162194 Jy ! Component: 450 - total flux cleaned = -0.00176771 Jy ! Component: 500 - total flux cleaned = -0.00194096 Jy ! Component: 550 - total flux cleaned = -0.00207925 Jy ! Component: 600 - total flux cleaned = -0.00221425 Jy ! Component: 650 - total flux cleaned = -0.00238967 Jy ! Component: 700 - total flux cleaned = -0.00251791 Jy ! Component: 750 - total flux cleaned = -0.00269876 Jy ! Component: 800 - total flux cleaned = -0.00283495 Jy ! Component: 850 - total flux cleaned = -0.00291525 Jy ! Component: 900 - total flux cleaned = -0.00304637 Jy ! Component: 950 - total flux cleaned = -0.00308474 Jy ! Component: 1000 - total flux cleaned = -0.00314775 Jy ! Component: 1050 - total flux cleaned = -0.00318498 Jy ! Component: 1100 - total flux cleaned = -0.00324554 Jy ! Component: 1150 - total flux cleaned = -0.00328126 Jy ! Component: 1200 - total flux cleaned = -0.00325788 Jy ! Component: 1250 - total flux cleaned = -0.00328105 Jy ! Component: 1300 - total flux cleaned = -0.00328093 Jy ! Component: 1350 - total flux cleaned = -0.00330351 Jy ! Component: 1400 - total flux cleaned = -0.00335889 Jy ! Component: 1450 - total flux cleaned = -0.00336986 Jy ! Component: 1500 - total flux cleaned = -0.00343438 Jy ! Component: 1550 - total flux cleaned = -0.0034449 Jy ! Component: 1600 - total flux cleaned = -0.00346572 Jy ! Component: 1650 - total flux cleaned = -0.00344534 Jy ! Component: 1700 - total flux cleaned = -0.00352724 Jy ! Component: 1750 - total flux cleaned = -0.00352719 Jy ! Component: 1800 - total flux cleaned = -0.00356709 Jy ! Component: 1850 - total flux cleaned = -0.00356715 Jy ! Component: 1900 - total flux cleaned = -0.00361595 Jy ! Component: 1950 - total flux cleaned = -0.00364491 Jy ! Component: 2000 - total flux cleaned = -0.00366425 Jy ! Component: 2050 - total flux cleaned = -0.00372088 Jy ! Component: 2100 - total flux cleaned = -0.0037861 Jy ! Component: 2150 - total flux cleaned = -0.00383204 Jy ! Component: 2200 - total flux cleaned = -0.0038412 Jy ! Component: 2250 - total flux cleaned = -0.00389536 Jy ! Component: 2300 - total flux cleaned = -0.00390428 Jy ! Component: 2350 - total flux cleaned = -0.00392196 Jy ! Component: 2400 - total flux cleaned = -0.00397451 Jy ! Component: 2450 - total flux cleaned = -0.00398329 Jy ! Component: 2500 - total flux cleaned = -0.00403457 Jy ! Component: 2550 - total flux cleaned = -0.00405986 Jy ! Component: 2600 - total flux cleaned = -0.00408507 Jy ! Component: 2650 - total flux cleaned = -0.00409322 Jy ! Component: 2700 - total flux cleaned = -0.00408506 Jy ! Component: 2750 - total flux cleaned = -0.00414218 Jy ! Component: 2800 - total flux cleaned = -0.00415023 Jy ! Component: 2850 - total flux cleaned = -0.00419816 Jy ! Component: 2900 - total flux cleaned = -0.00419808 Jy ! Component: 2950 - total flux cleaned = -0.00419021 Jy ! Component: 3000 - total flux cleaned = -0.00422138 Jy ! Component: 3050 - total flux cleaned = -0.00425211 Jy ! Component: 3100 - total flux cleaned = -0.00426737 Jy ! Component: 3150 - total flux cleaned = -0.00428255 Jy ! Component: 3200 - total flux cleaned = -0.00431264 Jy ! Component: 3250 - total flux cleaned = -0.00430513 Jy ! Component: 3300 - total flux cleaned = -0.00431261 Jy ! Component: 3350 - total flux cleaned = -0.00432736 Jy ! Component: 3400 - total flux cleaned = -0.00434201 Jy ! Component: 3450 - total flux cleaned = -0.00438559 Jy ! Component: 3500 - total flux cleaned = -0.00439274 Jy ! Component: 3550 - total flux cleaned = -0.00440707 Jy ! Component: 3600 - total flux cleaned = -0.0044427 Jy ! Component: 3650 - total flux cleaned = -0.00444262 Jy ! Component: 3700 - total flux cleaned = -0.0044707 Jy ! Component: 3750 - total flux cleaned = -0.00447076 Jy ! Component: 3800 - total flux cleaned = -0.00447082 Jy ! Component: 3850 - total flux cleaned = -0.00449151 Jy ! Component: 3900 - total flux cleaned = -0.00447786 Jy ! Component: 3950 - total flux cleaned = -0.00448465 Jy ! Component: 4000 - total flux cleaned = -0.00450489 Jy ! Component: 4050 - total flux cleaned = -0.00449821 Jy ! Total flux subtracted in 4096 components = -0.00449829 Jy ! Clean residual min=-0.000446 max=0.000379 Jy/beam ! Clean residual mean=0.000001 rms=0.000121 Jy/beam ! Combined flux in latest and established models = 0.031686 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 339 components and 0.031686 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1035+3510_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.242 x 6.943 at 21.38 degrees (North through East) ! Clean map min=-0.0013002 max=0.032281 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1035+3510_S_b_map.fits wmodel /image_prod/ug002_uva//J1035+3510_S_b_map.mod ! Writing 339 model components to file: /image_prod/ug002_uva//J1035+3510_S_b_map.mod wobs /image_prod/ug002_uva//J1035+3510_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1035+3510_S_b_uvs.fits wwins /image_prod/ug002_uva//J1035+3510_S_b_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1035+3510_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0322813 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000116083 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.0788 1.0788 2.1576 4.3152 8.6304 17.2608 34.5216 69.0432 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.032 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 278.086 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1035+3510_S_b_dfm.log closed on Wed Mar 4 23:38:38 2020