! Started logfile: /image_prod/ug002_uva//J1510+5702_S_a_dfm.log on Thu Mar 5 02:06:49 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//J1510+5702_S_a_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1510+5702_S_a_uva.fits ! AN table 1: 12 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.891204 visibilities/baseline/integration-bin. ! Found source: J1510+5702 ! ! 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 1155 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 J1510+5702_S_a] 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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.040784Jy sigma=9.543566 ! Fit after self-cal, rms=0.792190Jy sigma=7.329144 ! 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.257 mas, bmaj=5.96 mas, bpa=-15.85 degrees ! Estimated noise=2.7462 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.160635 Jy ! Component: 100 - total flux cleaned = 0.202587 Jy ! Total flux subtracted in 100 components = 0.202587 Jy ! Clean residual min=-0.009959 max=0.016223 Jy/beam ! Clean residual mean=-0.000007 rms=0.002641 Jy/beam ! Combined flux in latest and established models = 0.202587 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.202587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072273Jy sigma=0.558701 ! Fit after self-cal, rms=0.072247Jy sigma=0.558525 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.016486 Jy ! Component: 100 - total flux cleaned = 0.0246884 Jy ! Total flux subtracted in 100 components = 0.0246884 Jy ! Clean residual min=-0.009748 max=0.008638 Jy/beam ! Clean residual mean=0.000023 rms=0.002012 Jy/beam ! Combined flux in latest and established models = 0.227275 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.227275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068933Jy sigma=0.531030 ! Fit after self-cal, rms=0.068928Jy sigma=0.530880 ! 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.882 mas, bmaj=6.721 mas, bpa=-13.16 degrees ! Estimated noise=2.3531 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.0040583 Jy ! Component: 100 - total flux cleaned = 0.00418356 Jy ! Component: 150 - total flux cleaned = 0.00407616 Jy ! Component: 200 - total flux cleaned = 0.00397841 Jy ! Total flux subtracted in 200 components = 0.00397841 Jy ! Clean residual min=-0.009495 max=0.007818 Jy/beam ! Clean residual mean=0.000034 rms=0.001877 Jy/beam ! Combined flux in latest and established models = 0.231254 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 26 components and 0.231254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068453Jy sigma=0.527152 ! Fit after self-cal, rms=0.068456Jy sigma=0.527060 ! 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.882 x 6.721 at -13.16 degrees (North through East) ! Clean map min=-0.0093015 max=0.20504 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 1.02 HN 0.96 KP 1.00 ! LA 1.00 MK 0.99 NL 1.02 OV 1.00 ! PT 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.05 HN 1.01 KP 0.97 ! LA 1.02 MK 1.04 NL 1.26 OV 0.96 ! PT 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.01 HN 1.00 KP 1.03 ! LA 1.07 MK 1.04 NL 0.95 OV 0.99 ! PT 1.01 ! ! ! Fit before self-cal, rms=0.068456Jy sigma=0.527060 ! Fit after self-cal, rms=0.064199Jy sigma=0.504735 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.904 mas, bmaj=6.704 mas, bpa=-13.21 degrees ! Estimated noise=2.36671 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.0029118 Jy ! Component: 100 - total flux cleaned = 0.00331831 Jy ! Component: 150 - total flux cleaned = 0.00358849 Jy ! Component: 200 - total flux cleaned = 0.00391306 Jy ! Total flux subtracted in 200 components = 0.00391306 Jy ! Clean residual min=-0.006834 max=0.006398 Jy/beam ! Clean residual mean=0.000016 rms=0.001619 Jy/beam ! Combined flux in latest and established models = 0.235167 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 31 components and 0.235167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063794Jy sigma=0.502316 ! Fit after self-cal, rms=0.063774Jy sigma=0.502155 ! 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.063774Jy sigma=0.502155 ! Fit after self-cal, rms=0.059042Jy sigma=0.474696 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=6.712 mas, bpa=-13.13 degrees ! Estimated noise=2.37319 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000877568 Jy ! Component: 100 - total flux cleaned = -0.000480347 Jy ! Component: 150 - total flux cleaned = -0.000394308 Jy ! Component: 200 - total flux cleaned = -0.000392824 Jy ! Total flux subtracted in 200 components = -0.000392824 Jy ! Clean residual min=-0.003868 max=0.004348 Jy/beam ! Clean residual mean=0.000013 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.234774 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.234774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058916Jy sigma=0.473635 ! Fit after self-cal, rms=0.058909Jy sigma=0.473449 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 (-91.5, 27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00417336 Jy ! Component: 100 - total flux cleaned = 0.00525596 Jy ! Component: 150 - total flux cleaned = 0.00560754 Jy ! Component: 200 - total flux cleaned = 0.0058947 Jy ! Total flux subtracted in 200 components = 0.0058947 Jy ! Clean residual min=-0.003483 max=0.003656 Jy/beam ! Clean residual mean=0.000005 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.240669 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 53 components and 0.240669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058552Jy sigma=0.470416 ! Fit after self-cal, rms=0.058548Jy sigma=0.470277 ! 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.058548Jy sigma=0.470277 ! Fit after self-cal, rms=0.058535Jy sigma=0.469980 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.906 mas, bmaj=6.716 mas, bpa=-12.81 degrees ! Estimated noise=2.37079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000330972 Jy ! Component: 100 - total flux cleaned = 0.000779353 Jy ! Component: 150 - total flux cleaned = 0.000979268 Jy ! Component: 200 - total flux cleaned = 0.00107254 Jy ! Total flux subtracted in 200 components = 0.00107254 Jy ! Clean residual min=-0.003424 max=0.003512 Jy/beam ! Clean residual mean=0.000009 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.241741 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 59 components and 0.241741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058428Jy sigma=0.469102 ! Fit after self-cal, rms=0.058433Jy sigma=0.469064 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.38009e-05 Jy ! Component: 100 - total flux cleaned = 0.000138887 Jy ! Component: 150 - total flux cleaned = 0.000257451 Jy ! Component: 200 - total flux cleaned = 0.000294484 Jy ! Total flux subtracted in 200 components = 0.000294484 Jy ! Clean residual min=-0.003414 max=0.003493 Jy/beam ! Clean residual mean=0.000009 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.242036 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 67 components and 0.242036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058377Jy sigma=0.468592 ! Fit after self-cal, rms=0.058379Jy sigma=0.468581 ! 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.058379Jy sigma=0.468581 ! Fit after self-cal, rms=0.058431Jy sigma=0.468478 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.18 mas, bmaj=10.09 mas, bpa=-1.37 degrees ! Estimated noise=2.83662 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000992632 Jy ! Component: 100 - total flux cleaned = 0.00123736 Jy ! Component: 150 - total flux cleaned = 0.00141384 Jy ! Component: 200 - total flux cleaned = 0.0015748 Jy ! Total flux subtracted in 200 components = 0.0015748 Jy ! Clean residual min=-0.003265 max=0.003345 Jy/beam ! Clean residual mean=0.000017 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.24361 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 0.24361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058392Jy sigma=0.468185 ! Fit after self-cal, rms=0.058398Jy sigma=0.468160 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.000207434 Jy ! Component: 100 - total flux cleaned = 0.000264506 Jy ! Component: 150 - total flux cleaned = 0.000317402 Jy ! Component: 200 - total flux cleaned = 0.000391091 Jy ! Total flux subtracted in 200 components = 0.000391091 Jy ! Clean residual min=-0.003173 max=0.003322 Jy/beam ! Clean residual mean=0.000017 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.244002 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 77 components and 0.244002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058378Jy sigma=0.468074 ! Fit after self-cal, rms=0.058381Jy sigma=0.468062 ! 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.911 mas, bmaj=6.719 mas, bpa=-12.58 degrees ! Estimated noise=2.37197 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.911 x 6.719 at -12.58 degrees (North through East) ! Clean map min=-0.0032402 max=0.20637 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.296 mas, bmaj=5.97 mas, bpa=-15.69 degrees ! Estimated noise=2.7416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.160345 Jy ! Component: 100 - total flux cleaned = 0.201483 Jy ! Component: 150 - total flux cleaned = 0.217242 Jy ! Component: 200 - total flux cleaned = 0.225083 Jy ! Total flux subtracted in 200 components = 0.225083 Jy ! Clean residual min=-0.005274 max=0.005452 Jy/beam ! Clean residual mean=-0.000001 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.225083 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.225083 Jy ! Inverting map and beam ! Estimated beam: bmin=3.911 mas, bmaj=6.719 mas, bpa=-12.58 degrees ! Estimated noise=2.37197 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.00480146 Jy ! Component: 100 - total flux cleaned = 0.00834829 Jy ! Component: 150 - total flux cleaned = 0.0110941 Jy ! Component: 200 - total flux cleaned = 0.011837 Jy ! Total flux subtracted in 200 components = 0.011837 Jy ! Clean residual min=-0.003871 max=0.003854 Jy/beam ! Clean residual mean=0.000000 rms=0.000998 Jy/beam ! Combined flux in latest and established models = 0.23692 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 32 components and 0.23692 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.18 mas, bmaj=10.09 mas, bpa=-1.37 degrees ! Estimated noise=2.83662 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00263487 Jy ! Component: 100 - total flux cleaned = 0.00395342 Jy ! Component: 150 - total flux cleaned = 0.00443424 Jy ! Component: 200 - total flux cleaned = 0.00480122 Jy ! Total flux subtracted in 200 components = 0.00480122 Jy ! Clean residual min=-0.003513 max=0.003495 Jy/beam ! Clean residual mean=0.000012 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.241721 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.00036916 Jy ! Component: 100 - total flux cleaned = 0.000692814 Jy ! Component: 150 - total flux cleaned = 0.00097636 Jy ! Component: 200 - total flux cleaned = 0.00110449 Jy ! Total flux subtracted in 200 components = 0.00110449 Jy ! Clean residual min=-0.003370 max=0.003366 Jy/beam ! Clean residual mean=0.000014 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.242826 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 54 components and 0.242826 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.911 mas, bmaj=6.719 mas, bpa=-12.58 degrees ! Estimated noise=2.37197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00083314 Jy ! Component: 100 - total flux cleaned = -0.00106678 Jy ! Component: 150 - total flux cleaned = -0.00100429 Jy ! Component: 200 - total flux cleaned = -0.000945121 Jy ! Total flux subtracted in 200 components = -0.000945121 Jy ! Clean residual min=-0.003547 max=0.003667 Jy/beam ! Clean residual mean=0.000005 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.241881 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.241881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058545Jy sigma=0.469770 ! Fit after self-cal, rms=0.058541Jy sigma=0.469496 wmodel J1510+5702_S_a_map.mod ! Writing 61 model components to file: J1510+5702_S_a_map.mod wobs J1510+5702_S_a_uvs.fits ! Writing UV FITS file: J1510+5702_S_a_uvs.fits wwins J1510+5702_S_a_map.win ! wwins: Wrote 2 windows to J1510+5702_S_a_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.000332278 Jy ! Component: 100 - total flux cleaned = 0.000707684 Jy ! Component: 150 - total flux cleaned = 0.00100194 Jy ! Component: 200 - total flux cleaned = 0.00111641 Jy ! Component: 250 - total flux cleaned = 0.00122571 Jy ! Component: 300 - total flux cleaned = 0.0012261 Jy ! Component: 350 - total flux cleaned = 0.00117457 Jy ! Component: 400 - total flux cleaned = 0.00112532 Jy ! Component: 450 - total flux cleaned = 0.00107777 Jy ! Component: 500 - total flux cleaned = 0.000984484 Jy ! Component: 550 - total flux cleaned = 0.000984162 Jy ! Component: 600 - total flux cleaned = 0.000849448 Jy ! Component: 650 - total flux cleaned = 0.000718141 Jy ! Component: 700 - total flux cleaned = 0.00059035 Jy ! Component: 750 - total flux cleaned = 0.000424038 Jy ! Component: 800 - total flux cleaned = 0.000341704 Jy ! Component: 850 - total flux cleaned = 0.000140698 Jy ! Component: 900 - total flux cleaned = 0.000179711 Jy ! Component: 950 - total flux cleaned = 0.000102199 Jy ! Component: 1000 - total flux cleaned = -1.19942e-05 Jy ! Component: 1050 - total flux cleaned = -4.93552e-05 Jy ! Component: 1100 - total flux cleaned = -0.000196824 Jy ! Component: 1150 - total flux cleaned = -0.00030459 Jy ! Component: 1200 - total flux cleaned = -0.000411813 Jy ! Component: 1250 - total flux cleaned = -0.000516463 Jy ! Component: 1300 - total flux cleaned = -0.000620199 Jy ! Component: 1350 - total flux cleaned = -0.000619933 Jy ! Component: 1400 - total flux cleaned = -0.000687149 Jy ! Component: 1450 - total flux cleaned = -0.000786679 Jy ! Component: 1500 - total flux cleaned = -0.000818576 Jy ! Component: 1550 - total flux cleaned = -0.000818654 Jy ! Component: 1600 - total flux cleaned = -0.000914376 Jy ! Component: 1650 - total flux cleaned = -0.000915016 Jy ! Component: 1700 - total flux cleaned = -0.00103822 Jy ! Component: 1750 - total flux cleaned = -0.00109809 Jy ! Component: 1800 - total flux cleaned = -0.00109805 Jy ! Component: 1850 - total flux cleaned = -0.00112781 Jy ! Component: 1900 - total flux cleaned = -0.00127346 Jy ! Component: 1950 - total flux cleaned = -0.00118688 Jy ! Component: 2000 - total flux cleaned = -0.00135799 Jy ! Component: 2050 - total flux cleaned = -0.0014142 Jy ! Component: 2100 - total flux cleaned = -0.0014418 Jy ! Component: 2150 - total flux cleaned = -0.00149646 Jy ! Component: 2200 - total flux cleaned = -0.00155051 Jy ! Component: 2250 - total flux cleaned = -0.0016039 Jy ! Component: 2300 - total flux cleaned = -0.00170968 Jy ! Component: 2350 - total flux cleaned = -0.00170954 Jy ! Component: 2400 - total flux cleaned = -0.00181335 Jy ! Component: 2450 - total flux cleaned = -0.00189016 Jy ! Component: 2500 - total flux cleaned = -0.00191546 Jy ! Component: 2550 - total flux cleaned = -0.00194024 Jy ! Component: 2600 - total flux cleaned = -0.00198967 Jy ! Component: 2650 - total flux cleaned = -0.00203857 Jy ! Component: 2700 - total flux cleaned = -0.00206305 Jy ! Component: 2750 - total flux cleaned = -0.00213561 Jy ! Component: 2800 - total flux cleaned = -0.00223123 Jy ! Component: 2850 - total flux cleaned = -0.00225477 Jy ! Component: 2900 - total flux cleaned = -0.00227857 Jy ! Component: 2950 - total flux cleaned = -0.00237192 Jy ! Component: 3000 - total flux cleaned = -0.00241831 Jy ! Component: 3050 - total flux cleaned = -0.00248714 Jy ! Component: 3100 - total flux cleaned = -0.00257832 Jy ! Component: 3150 - total flux cleaned = -0.00262356 Jy ! Component: 3200 - total flux cleaned = -0.00264595 Jy ! Component: 3250 - total flux cleaned = -0.00260141 Jy ! Component: 3300 - total flux cleaned = -0.00264585 Jy ! Component: 3350 - total flux cleaned = -0.00262373 Jy ! Component: 3400 - total flux cleaned = -0.00260183 Jy ! Component: 3450 - total flux cleaned = -0.0025146 Jy ! Component: 3500 - total flux cleaned = -0.00251471 Jy ! Component: 3550 - total flux cleaned = -0.00260074 Jy ! Component: 3600 - total flux cleaned = -0.00249355 Jy ! Component: 3650 - total flux cleaned = -0.00242963 Jy ! Component: 3700 - total flux cleaned = -0.00240836 Jy ! Component: 3750 - total flux cleaned = -0.00249255 Jy ! Component: 3800 - total flux cleaned = -0.0024087 Jy ! Component: 3850 - total flux cleaned = -0.00236704 Jy ! Component: 3900 - total flux cleaned = -0.00238781 Jy ! Component: 3950 - total flux cleaned = -0.00228446 Jy ! Component: 4000 - total flux cleaned = -0.00224328 Jy ! Component: 4050 - total flux cleaned = -0.00218173 Jy ! Total flux subtracted in 4096 components = -0.0021613 Jy ! Clean residual min=-0.001352 max=0.001419 Jy/beam ! Clean residual mean=0.000000 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.239719 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 358 components and 0.239719 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1510+5702_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.911 x 6.719 at -12.58 degrees (North through East) ! Clean map min=-0.0026031 max=0.2069 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1510+5702_S_a_map.fits wmodel /image_prod/ug002_uva//J1510+5702_S_a_map.mod ! Writing 358 model components to file: /image_prod/ug002_uva//J1510+5702_S_a_map.mod wobs /image_prod/ug002_uva//J1510+5702_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1510+5702_S_a_uvs.fits wwins /image_prod/ug002_uva//J1510+5702_S_a_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1510+5702_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.206904 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000353008 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.511843 0.511843 1.02369 2.04737 4.09474 8.18948 16.379 32.7579 65.5159 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.206 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 586.117 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1510+5702_S_a_dfm.log closed on Thu Mar 5 02:06:52 2020