! Started logfile: /image_prod/ug002_uva//J0728-2231_S_dfm.log on Wed Mar 4 21:48:42 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//J0728-2231_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0728-2231_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.884259 visibilities/baseline/integration-bin. ! Found source: J0728-2231 ! ! 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 5730 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 J0728-2231_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011221Jy sigma=7.132275 ! Fit after self-cal, rms=0.923037Jy sigma=6.470213 ! 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.376 mas, bmaj=6.704 mas, bpa=-3.18 degrees ! Estimated noise=2.33297 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.0550764 Jy ! Component: 100 - total flux cleaned = 0.0762068 Jy ! Total flux subtracted in 100 components = 0.0762068 Jy ! Clean residual min=-0.006335 max=0.010027 Jy/beam ! Clean residual mean=-0.000023 rms=0.001777 Jy/beam ! Combined flux in latest and established models = 0.0762068 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0762068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080347Jy sigma=0.490497 ! Fit after self-cal, rms=0.079720Jy sigma=0.487146 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131184 Jy ! Component: 100 - total flux cleaned = 0.0208422 Jy ! Total flux subtracted in 100 components = 0.0208422 Jy ! Clean residual min=-0.004549 max=0.005388 Jy/beam ! Clean residual mean=-0.000013 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.097049 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.097049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076871Jy sigma=0.457803 ! Fit after self-cal, rms=0.076853Jy sigma=0.457414 ! 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.019 mas, bmaj=8.043 mas, bpa=-4.557 degrees ! Estimated noise=1.37884 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 (3, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0082242 Jy ! Component: 100 - total flux cleaned = 0.0128528 Jy ! Component: 150 - total flux cleaned = 0.0156949 Jy ! Component: 200 - total flux cleaned = 0.0174589 Jy ! Total flux subtracted in 200 components = 0.0174589 Jy ! Clean residual min=-0.002762 max=0.002873 Jy/beam ! Clean residual mean=-0.000005 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.114508 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 67 components and 0.114508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076043Jy sigma=0.449132 ! Fit after self-cal, rms=0.076041Jy sigma=0.448776 ! 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.019 x 8.043 at -4.557 degrees (North through East) ! Clean map min=-0.0023274 max=0.077578 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.77 FD 1.01 HN 1.04 KP 1.00 ! LA 0.99 MK 1.08 OV 1.02 PT 0.99 ! SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 0.97 HN 1.06 KP 0.95 ! LA 0.99 MK 0.91 OV 0.97 PT 1.04 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.98 HN 1.06 KP 0.96 ! LA 0.99 MK 1.00 OV 1.01 PT 1.01 ! SC 0.96 ! ! ! Fit before self-cal, rms=0.076041Jy sigma=0.448776 ! Fit after self-cal, rms=0.075420Jy sigma=0.447088 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.02 mas, bmaj=8.02 mas, bpa=-4.359 degrees ! Estimated noise=1.36227 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.000220394 Jy ! Component: 100 - total flux cleaned = 8.58019e-05 Jy ! Component: 150 - total flux cleaned = 8.6053e-05 Jy ! Component: 200 - total flux cleaned = 0.000141606 Jy ! Total flux subtracted in 200 components = 0.000141606 Jy ! Clean residual min=-0.002033 max=0.002185 Jy/beam ! Clean residual mean=-0.000002 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.114649 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.114649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075363Jy sigma=0.446793 ! Fit after self-cal, rms=0.075385Jy sigma=0.446697 ! 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.075385Jy sigma=0.446697 ! Fit after self-cal, rms=0.076102Jy sigma=0.446191 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.017 mas, bmaj=8.036 mas, bpa=-4.62 degrees ! Estimated noise=1.35946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.80141e-05 Jy ! Component: 100 - total flux cleaned = 5.39105e-05 Jy ! Component: 150 - total flux cleaned = 5.47566e-05 Jy ! Component: 200 - total flux cleaned = 7.36694e-05 Jy ! Total flux subtracted in 200 components = 7.36694e-05 Jy ! Clean residual min=-0.002061 max=0.001992 Jy/beam ! Clean residual mean=-0.000001 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.114723 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 90 components and 0.114723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076086Jy sigma=0.446112 ! Fit after self-cal, rms=0.076108Jy sigma=0.446089 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.02458e-05 Jy ! Component: 100 - total flux cleaned = 4.99999e-05 Jy ! Component: 150 - total flux cleaned = 6.57652e-05 Jy ! Component: 200 - total flux cleaned = 9.50655e-05 Jy ! Total flux subtracted in 200 components = 9.50655e-05 Jy ! Clean residual min=-0.002030 max=0.001978 Jy/beam ! Clean residual mean=-0.000001 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.114818 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 92 components and 0.114818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076099Jy sigma=0.446048 ! Fit after self-cal, rms=0.076096Jy sigma=0.446042 ! 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.076096Jy sigma=0.446042 ! Fit after self-cal, rms=0.076215Jy sigma=0.446037 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=8.044 mas, bpa=-4.711 degrees ! Estimated noise=1.35959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000180683 Jy ! Component: 100 - total flux cleaned = 0.00019599 Jy ! Component: 150 - total flux cleaned = 0.000210453 Jy ! Component: 200 - total flux cleaned = 0.000223097 Jy ! Total flux subtracted in 200 components = 0.000223097 Jy ! Clean residual min=-0.002042 max=0.001963 Jy/beam ! Clean residual mean=-0.000002 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.115041 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 98 components and 0.115041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076206Jy sigma=0.445995 ! Fit after self-cal, rms=0.076208Jy sigma=0.445989 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 = 2.36689e-05 Jy ! Component: 100 - total flux cleaned = 2.33448e-05 Jy ! Component: 150 - total flux cleaned = 3.50842e-05 Jy ! Component: 200 - total flux cleaned = 3.54125e-05 Jy ! Total flux subtracted in 200 components = 3.54125e-05 Jy ! Clean residual min=-0.002031 max=0.001933 Jy/beam ! Clean residual mean=-0.000002 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.115077 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 105 components and 0.115077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076203Jy sigma=0.445970 ! Fit after self-cal, rms=0.076202Jy sigma=0.445967 ! 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.076202Jy sigma=0.445967 ! Fit after self-cal, rms=0.076214Jy sigma=0.445961 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.431 mas, bmaj=18.8 mas, bpa=0.32 degrees ! Estimated noise=1.73072 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000304767 Jy ! Component: 100 - total flux cleaned = 0.000327041 Jy ! Component: 150 - total flux cleaned = 0.000320273 Jy ! Component: 200 - total flux cleaned = 0.000320402 Jy ! Total flux subtracted in 200 components = 0.000320402 Jy ! Clean residual min=-0.001911 max=0.001829 Jy/beam ! Clean residual mean=-0.000004 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.115397 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 117 components and 0.115397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076213Jy sigma=0.445958 ! Fit after self-cal, rms=0.076214Jy sigma=0.445956 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 = 8.89201e-06 Jy ! Component: 100 - total flux cleaned = 1.58596e-05 Jy ! Component: 150 - total flux cleaned = 1.58853e-05 Jy ! Component: 200 - total flux cleaned = 1.01904e-05 Jy ! Total flux subtracted in 200 components = 1.01904e-05 Jy ! Clean residual min=-0.001905 max=0.001820 Jy/beam ! Clean residual mean=-0.000004 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.115407 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 119 components and 0.115407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076214Jy sigma=0.445955 ! Fit after self-cal, rms=0.076215Jy sigma=0.445954 ! 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.015 mas, bmaj=8.049 mas, bpa=-4.799 degrees ! Estimated noise=1.35925 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.015 x 8.049 at -4.799 degrees (North through East) ! Clean map min=-0.0019099 max=0.076695 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.371 mas, bmaj=6.702 mas, bpa=-3.394 degrees ! Estimated noise=2.29873 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0547908 Jy ! Component: 100 - total flux cleaned = 0.0773852 Jy ! Component: 150 - total flux cleaned = 0.0897198 Jy ! Component: 200 - total flux cleaned = 0.0975525 Jy ! Total flux subtracted in 200 components = 0.0975525 Jy ! Clean residual min=-0.004485 max=0.004641 Jy/beam ! Clean residual mean=-0.000012 rms=0.001140 Jy/beam ! Combined flux in latest and established models = 0.0975525 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0975525 Jy ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=8.049 mas, bpa=-4.799 degrees ! Estimated noise=1.35925 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.00764227 Jy ! Component: 100 - total flux cleaned = 0.0118286 Jy ! Component: 150 - total flux cleaned = 0.0143486 Jy ! Component: 200 - total flux cleaned = 0.0158984 Jy ! Total flux subtracted in 200 components = 0.0158984 Jy ! Clean residual min=-0.002169 max=0.002012 Jy/beam ! Clean residual mean=-0.000005 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.113451 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 68 components and 0.113451 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.431 mas, bmaj=18.8 mas, bpa=0.32 degrees ! Estimated noise=1.73072 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144804 Jy ! Component: 100 - total flux cleaned = 0.00172382 Jy ! Component: 150 - total flux cleaned = 0.00172477 Jy ! Component: 200 - total flux cleaned = 0.00172575 Jy ! Total flux subtracted in 200 components = 0.00172575 Jy ! Clean residual min=-0.001956 max=0.001878 Jy/beam ! Clean residual mean=-0.000005 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.115177 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 = -7.39019e-08 Jy ! Component: 100 - total flux cleaned = 7.95194e-07 Jy ! Component: 150 - total flux cleaned = 1.42123e-06 Jy ! Component: 200 - total flux cleaned = 1.35642e-05 Jy ! Total flux subtracted in 200 components = 1.35642e-05 Jy ! Clean residual min=-0.001948 max=0.001859 Jy/beam ! Clean residual mean=-0.000005 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.11519 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 82 components and 0.11519 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=8.049 mas, bpa=-4.799 degrees ! Estimated noise=1.35925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00044474 Jy ! Component: 100 - total flux cleaned = -0.000384276 Jy ! Component: 150 - total flux cleaned = -0.000308316 Jy ! Component: 200 - total flux cleaned = -0.000263079 Jy ! Total flux subtracted in 200 components = -0.000263079 Jy ! Clean residual min=-0.002087 max=0.002004 Jy/beam ! Clean residual mean=-0.000003 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.114927 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 93 components and 0.114927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076233Jy sigma=0.446138 ! Fit after self-cal, rms=0.076227Jy sigma=0.446102 wmodel J0728-2231_S_map.mod ! Writing 93 model components to file: J0728-2231_S_map.mod wobs J0728-2231_S_uvs.fits ! Writing UV FITS file: J0728-2231_S_uvs.fits wwins J0728-2231_S_map.win ! wwins: Wrote 2 windows to J0728-2231_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.000298659 Jy ! Component: 100 - total flux cleaned = -0.000734944 Jy ! Component: 150 - total flux cleaned = -0.000923854 Jy ! Component: 200 - total flux cleaned = -0.00107489 Jy ! Component: 250 - total flux cleaned = -0.00124699 Jy ! Component: 300 - total flux cleaned = -0.00127413 Jy ! Component: 350 - total flux cleaned = -0.00122115 Jy ! Component: 400 - total flux cleaned = -0.00117049 Jy ! Component: 450 - total flux cleaned = -0.00107134 Jy ! Component: 500 - total flux cleaned = -0.00109611 Jy ! Component: 550 - total flux cleaned = -0.00100157 Jy ! Component: 600 - total flux cleaned = -0.000955827 Jy ! Component: 650 - total flux cleaned = -0.000933343 Jy ! Component: 700 - total flux cleaned = -0.000867697 Jy ! Component: 750 - total flux cleaned = -0.000824499 Jy ! Component: 800 - total flux cleaned = -0.000782159 Jy ! Component: 850 - total flux cleaned = -0.000679438 Jy ! Component: 900 - total flux cleaned = -0.000638613 Jy ! Component: 950 - total flux cleaned = -0.000501461 Jy ! Component: 1000 - total flux cleaned = -0.000520788 Jy ! Component: 1050 - total flux cleaned = -0.000388874 Jy ! Component: 1100 - total flux cleaned = -0.000351607 Jy ! Component: 1150 - total flux cleaned = -0.000297006 Jy ! Component: 1200 - total flux cleaned = -0.000243332 Jy ! Component: 1250 - total flux cleaned = -0.00020808 Jy ! Component: 1300 - total flux cleaned = -0.00015655 Jy ! Component: 1350 - total flux cleaned = -0.000139919 Jy ! Component: 1400 - total flux cleaned = -0.000139806 Jy ! Component: 1450 - total flux cleaned = -0.000123376 Jy ! Component: 1500 - total flux cleaned = -0.000107678 Jy ! Component: 1550 - total flux cleaned = -0.000107566 Jy ! Component: 1600 - total flux cleaned = -4.49789e-05 Jy ! Component: 1650 - total flux cleaned = -6.03186e-05 Jy ! Component: 1700 - total flux cleaned = -1.47049e-05 Jy ! Component: 1750 - total flux cleaned = 3.02305e-05 Jy ! Component: 1800 - total flux cleaned = 3.07755e-05 Jy ! Component: 1850 - total flux cleaned = 7.47634e-05 Jy ! Component: 1900 - total flux cleaned = 0.000103626 Jy ! Component: 1950 - total flux cleaned = 8.93072e-05 Jy ! Component: 2000 - total flux cleaned = 8.91453e-05 Jy ! Component: 2050 - total flux cleaned = 8.93244e-05 Jy ! Component: 2100 - total flux cleaned = 6.19404e-05 Jy ! Component: 2150 - total flux cleaned = 8.90688e-05 Jy ! Component: 2200 - total flux cleaned = 0.000102535 Jy ! Component: 2250 - total flux cleaned = 0.000102534 Jy ! Component: 2300 - total flux cleaned = 8.93811e-05 Jy ! Component: 2350 - total flux cleaned = 0.000115398 Jy ! Component: 2400 - total flux cleaned = 0.000102528 Jy ! Component: 2450 - total flux cleaned = 0.000153528 Jy ! Component: 2500 - total flux cleaned = 0.000178374 Jy ! Component: 2550 - total flux cleaned = 0.000190942 Jy ! Component: 2600 - total flux cleaned = 0.000228021 Jy ! Component: 2650 - total flux cleaned = 0.000203393 Jy ! Component: 2700 - total flux cleaned = 0.000276109 Jy ! Component: 2750 - total flux cleaned = 0.000288098 Jy ! Component: 2800 - total flux cleaned = 0.0003118 Jy ! Component: 2850 - total flux cleaned = 0.000347268 Jy ! Component: 2900 - total flux cleaned = 0.000370681 Jy ! Component: 2950 - total flux cleaned = 0.000417198 Jy ! Component: 3000 - total flux cleaned = 0.000474767 Jy ! Component: 3050 - total flux cleaned = 0.00049781 Jy ! Component: 3100 - total flux cleaned = 0.000509172 Jy ! Component: 3150 - total flux cleaned = 0.000543001 Jy ! Component: 3200 - total flux cleaned = 0.000609876 Jy ! Component: 3250 - total flux cleaned = 0.0006542 Jy ! Component: 3300 - total flux cleaned = 0.000687209 Jy ! Component: 3350 - total flux cleaned = 0.000676302 Jy ! Component: 3400 - total flux cleaned = 0.000719571 Jy ! Component: 3450 - total flux cleaned = 0.000730229 Jy ! Component: 3500 - total flux cleaned = 0.000741093 Jy ! Component: 3550 - total flux cleaned = 0.000741192 Jy ! Component: 3600 - total flux cleaned = 0.000762412 Jy ! Component: 3650 - total flux cleaned = 0.000814717 Jy ! Component: 3700 - total flux cleaned = 0.000804286 Jy ! Component: 3750 - total flux cleaned = 0.000814621 Jy ! Component: 3800 - total flux cleaned = 0.000835177 Jy ! Component: 3850 - total flux cleaned = 0.000845317 Jy ! Component: 3900 - total flux cleaned = 0.000825037 Jy ! Component: 3950 - total flux cleaned = 0.000825124 Jy ! Component: 4000 - total flux cleaned = 0.000825102 Jy ! Component: 4050 - total flux cleaned = 0.000825121 Jy ! Total flux subtracted in 4096 components = 0.000825093 Jy ! Clean residual min=-0.000636 max=0.000648 Jy/beam ! Clean residual mean=-0.000003 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.115752 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 352 components and 0.115752 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0728-2231_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.015 x 8.049 at -4.799 degrees (North through East) ! Clean map min=-0.0015959 max=0.075736 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0728-2231_S_map.fits wmodel /image_prod/ug002_uva//J0728-2231_S_map.mod ! Writing 352 model components to file: /image_prod/ug002_uva//J0728-2231_S_map.mod wobs /image_prod/ug002_uva//J0728-2231_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0728-2231_S_uvs.fits wwins /image_prod/ug002_uva//J0728-2231_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0728-2231_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0757355 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000173705 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.688074 0.688074 1.37615 2.7523 5.50459 11.0092 22.0184 44.0367 88.0734 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.075 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 435.999 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0728-2231_S_dfm.log closed on Wed Mar 4 21:48:46 2020