! Started logfile: /image_prod/ug002_uva//J1404-0013_S_dfm.log on Thu Mar 5 01:35:26 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//J1404-0013_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1404-0013_S_uva.fits ! AN table 1: 45 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.812963 visibilities/baseline/integration-bin. ! Found source: J1404-0013 ! ! 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 3951 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 J1404-0013_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 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.080378Jy sigma=7.437432 ! Fit after self-cal, rms=0.659860Jy sigma=4.895637 ! 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.889 mas, bmaj=14.28 mas, bpa=-18.18 degrees ! Estimated noise=2.27463 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.254646 Jy ! Component: 100 - total flux cleaned = 0.359509 Jy ! Total flux subtracted in 100 components = 0.359509 Jy ! Clean residual min=-0.018083 max=0.046019 Jy/beam ! Clean residual mean=0.000055 rms=0.005647 Jy/beam ! Combined flux in latest and established models = 0.359509 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.359509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.169020Jy sigma=0.828745 ! Fit after self-cal, rms=0.168506Jy sigma=0.823993 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0503126 Jy ! Component: 100 - total flux cleaned = 0.0742105 Jy ! Total flux subtracted in 100 components = 0.0742105 Jy ! Clean residual min=-0.013426 max=0.016106 Jy/beam ! Clean residual mean=0.000032 rms=0.003987 Jy/beam ! Combined flux in latest and established models = 0.43372 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.43372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.143683Jy sigma=0.690044 ! Fit after self-cal, rms=0.143582Jy sigma=0.688940 ! 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.338 mas, bmaj=14.1 mas, bpa=-17.84 degrees ! Estimated noise=1.68561 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.0168858 Jy ! Component: 100 - total flux cleaned = 0.0268461 Jy ! Component: 150 - total flux cleaned = 0.0342681 Jy ! Component: 200 - total flux cleaned = 0.0401259 Jy ! Total flux subtracted in 200 components = 0.0401259 Jy ! Clean residual min=-0.019730 max=0.016933 Jy/beam ! Clean residual mean=0.000028 rms=0.005463 Jy/beam ! Combined flux in latest and established models = 0.473846 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 62 components and 0.473846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.138815Jy sigma=0.681935 ! Fit after self-cal, rms=0.138805Jy sigma=0.681855 ! 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.338 x 14.1 at -17.84 degrees (North through East) ! Clean map min=-0.019394 max=0.33004 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.12 HN 1.07 KP 1.01 ! LA 1.06 MK 1.10 NL 1.04 OV 1.02 ! PT 0.53 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.12 HN 1.04 KP 1.01 ! LA 1.07 MK 1.04 NL 1.03 OV 0.88 ! PT 0.53 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.04 HN 1.03 KP 1.01 ! LA 1.07 MK 0.94 NL 0.98 OV 1.03 ! PT 0.54 ! ! ! Fit before self-cal, rms=0.138805Jy sigma=0.681855 ! Fit after self-cal, rms=0.081057Jy sigma=0.502717 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.39 mas, bmaj=14.03 mas, bpa=-17.87 degrees ! Estimated noise=1.69004 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.000744115 Jy ! Component: 100 - total flux cleaned = -0.00102449 Jy ! Component: 150 - total flux cleaned = -0.000969117 Jy ! Component: 200 - total flux cleaned = -0.000879052 Jy ! Total flux subtracted in 200 components = -0.000879052 Jy ! Clean residual min=-0.009493 max=0.009817 Jy/beam ! Clean residual mean=0.000025 rms=0.002522 Jy/beam ! Combined flux in latest and established models = 0.472967 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 82 components and 0.472967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080978Jy sigma=0.501930 ! Fit after self-cal, rms=0.080952Jy sigma=0.501605 ! 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.080952Jy sigma=0.501605 ! Fit after self-cal, rms=0.072469Jy sigma=0.435327 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.397 mas, bmaj=14.08 mas, bpa=-17.94 degrees ! Estimated noise=1.69771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00077297 Jy ! Component: 100 - total flux cleaned = 0.000352765 Jy ! Component: 150 - total flux cleaned = -2.83927e-05 Jy ! Component: 200 - total flux cleaned = -0.000334233 Jy ! Total flux subtracted in 200 components = -0.000334233 Jy ! Clean residual min=-0.003451 max=0.003173 Jy/beam ! Clean residual mean=-0.000005 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.472633 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 105 components and 0.472633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072392Jy sigma=0.434891 ! Fit after self-cal, rms=0.072425Jy sigma=0.434747 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.000214672 Jy ! Component: 100 - total flux cleaned = -0.000383284 Jy ! Component: 150 - total flux cleaned = -0.000586 Jy ! Component: 200 - total flux cleaned = -0.000742927 Jy ! Total flux subtracted in 200 components = -0.000742927 Jy ! Clean residual min=-0.003467 max=0.003177 Jy/beam ! Clean residual mean=-0.000005 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.47189 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 119 components and 0.47189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072404Jy sigma=0.434620 ! Fit after self-cal, rms=0.072402Jy sigma=0.434592 ! 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.072402Jy sigma=0.434592 ! Fit after self-cal, rms=0.071252Jy sigma=0.427939 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.392 mas, bmaj=14.07 mas, bpa=-17.93 degrees ! Estimated noise=1.69506 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000118005 Jy ! Component: 100 - total flux cleaned = -0.000280664 Jy ! Component: 150 - total flux cleaned = -0.000405137 Jy ! Component: 200 - total flux cleaned = -0.000527843 Jy ! Total flux subtracted in 200 components = -0.000527843 Jy ! Clean residual min=-0.002805 max=0.002743 Jy/beam ! Clean residual mean=-0.000001 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.471362 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 128 components and 0.471362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071231Jy sigma=0.427819 ! Fit after self-cal, rms=0.071233Jy sigma=0.427778 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.000104281 Jy ! Component: 100 - total flux cleaned = -0.000210245 Jy ! Component: 150 - total flux cleaned = -0.000284768 Jy ! Component: 200 - total flux cleaned = -0.000338089 Jy ! Total flux subtracted in 200 components = -0.000338089 Jy ! Clean residual min=-0.002815 max=0.002672 Jy/beam ! Clean residual mean=-0.000001 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.471024 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 135 components and 0.471024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071223Jy sigma=0.427721 ! Fit after self-cal, rms=0.071223Jy sigma=0.427703 ! 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.071223Jy sigma=0.427703 ! Fit after self-cal, rms=0.071242Jy sigma=0.427676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.396 mas, bmaj=14.35 mas, bpa=-11.4 degrees ! Estimated noise=2.07489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000431635 Jy ! Component: 100 - total flux cleaned = -0.000585033 Jy ! Component: 150 - total flux cleaned = -0.000713026 Jy ! Component: 200 - total flux cleaned = -0.000727508 Jy ! Total flux subtracted in 200 components = -0.000727508 Jy ! Clean residual min=-0.003024 max=0.002975 Jy/beam ! Clean residual mean=-0.000001 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.470296 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 141 components and 0.470296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071235Jy sigma=0.427639 ! Fit after self-cal, rms=0.071235Jy sigma=0.427630 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 = -1.1609e-05 Jy ! Component: 100 - total flux cleaned = -1.09076e-05 Jy ! Component: 150 - total flux cleaned = -1.06191e-05 Jy ! Component: 200 - total flux cleaned = -2.30485e-05 Jy ! Total flux subtracted in 200 components = -2.30485e-05 Jy ! Clean residual min=-0.003029 max=0.002982 Jy/beam ! Clean residual mean=-0.000001 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.470273 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 150 components and 0.470273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071234Jy sigma=0.427614 ! Fit after self-cal, rms=0.071234Jy sigma=0.427610 ! 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.389 mas, bmaj=14.08 mas, bpa=-17.93 degrees ! Estimated noise=1.69429 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.389 x 14.08 at -17.93 degrees (North through East) ! Clean map min=-0.0027748 max=0.33154 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.927 mas, bmaj=14.25 mas, bpa=-18.32 degrees ! Estimated noise=2.29896 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.256628 Jy ! Component: 100 - total flux cleaned = 0.362214 Jy ! Component: 150 - total flux cleaned = 0.411763 Jy ! Component: 200 - total flux cleaned = 0.435187 Jy ! Total flux subtracted in 200 components = 0.435187 Jy ! Clean residual min=-0.006352 max=0.010697 Jy/beam ! Clean residual mean=0.000011 rms=0.001525 Jy/beam ! Combined flux in latest and established models = 0.435187 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.435187 Jy ! Inverting map and beam ! Estimated beam: bmin=3.389 mas, bmaj=14.08 mas, bpa=-17.93 degrees ! Estimated noise=1.69429 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.0143976 Jy ! Component: 100 - total flux cleaned = 0.0214178 Jy ! Component: 150 - total flux cleaned = 0.0254093 Jy ! Component: 200 - total flux cleaned = 0.0280008 Jy ! Total flux subtracted in 200 components = 0.0280008 Jy ! Clean residual min=-0.003086 max=0.002542 Jy/beam ! Clean residual mean=0.000002 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.463188 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 47 components and 0.463188 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=7.396 mas, bmaj=14.35 mas, bpa=-11.4 degrees ! Estimated noise=2.07489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00239184 Jy ! Component: 100 - total flux cleaned = 0.00379222 Jy ! Component: 150 - total flux cleaned = 0.00472427 Jy ! Component: 200 - total flux cleaned = 0.00536005 Jy ! Total flux subtracted in 200 components = 0.00536005 Jy ! Clean residual min=-0.003223 max=0.003063 Jy/beam ! Clean residual mean=0.000000 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.468548 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.00023159 Jy ! Component: 100 - total flux cleaned = 0.000349186 Jy ! Component: 150 - total flux cleaned = 0.000470208 Jy ! Component: 200 - total flux cleaned = 0.000566378 Jy ! Total flux subtracted in 200 components = 0.000566378 Jy ! Clean residual min=-0.003165 max=0.002995 Jy/beam ! Clean residual mean=-0.000000 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.469114 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 111 components and 0.469114 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.389 mas, bmaj=14.08 mas, bpa=-17.93 degrees ! Estimated noise=1.69429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00011842 Jy ! Component: 100 - total flux cleaned = 0.000123002 Jy ! Component: 150 - total flux cleaned = 0.000152376 Jy ! Component: 200 - total flux cleaned = 0.000233376 Jy ! Total flux subtracted in 200 components = 0.000233376 Jy ! Clean residual min=-0.002837 max=0.002495 Jy/beam ! Clean residual mean=-0.000000 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.469348 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 121 components and 0.469348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071262Jy sigma=0.427980 ! Fit after self-cal, rms=0.071257Jy sigma=0.427939 wmodel J1404-0013_S_map.mod ! Writing 121 model components to file: J1404-0013_S_map.mod wobs J1404-0013_S_uvs.fits ! Writing UV FITS file: J1404-0013_S_uvs.fits wwins J1404-0013_S_map.win ! wwins: Wrote 1 windows to J1404-0013_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.000132549 Jy ! Component: 100 - total flux cleaned = 2.34731e-06 Jy ! Component: 150 - total flux cleaned = 0.000129408 Jy ! Component: 200 - total flux cleaned = 8.81217e-05 Jy ! Component: 250 - total flux cleaned = 1.12451e-05 Jy ! Component: 300 - total flux cleaned = -2.65938e-05 Jy ! Component: 350 - total flux cleaned = -9.99293e-05 Jy ! Component: 400 - total flux cleaned = -0.000311132 Jy ! Component: 450 - total flux cleaned = -0.000515622 Jy ! Component: 500 - total flux cleaned = -0.000515356 Jy ! Component: 550 - total flux cleaned = -0.000645394 Jy ! Component: 600 - total flux cleaned = -0.00073989 Jy ! Component: 650 - total flux cleaned = -0.000833124 Jy ! Component: 700 - total flux cleaned = -0.000954473 Jy ! Component: 750 - total flux cleaned = -0.00104324 Jy ! Component: 800 - total flux cleaned = -0.00110135 Jy ! Component: 850 - total flux cleaned = -0.00112967 Jy ! Component: 900 - total flux cleaned = -0.00121363 Jy ! Component: 950 - total flux cleaned = -0.00132501 Jy ! Component: 1000 - total flux cleaned = -0.00146066 Jy ! Component: 1050 - total flux cleaned = -0.00148701 Jy ! Component: 1100 - total flux cleaned = -0.00159237 Jy ! Component: 1150 - total flux cleaned = -0.00161838 Jy ! Component: 1200 - total flux cleaned = -0.00161826 Jy ! Component: 1250 - total flux cleaned = -0.0016181 Jy ! Component: 1300 - total flux cleaned = -0.00161839 Jy ! Component: 1350 - total flux cleaned = -0.00174087 Jy ! Component: 1400 - total flux cleaned = -0.00174021 Jy ! Component: 1450 - total flux cleaned = -0.00176404 Jy ! Component: 1500 - total flux cleaned = -0.00176454 Jy ! Component: 1550 - total flux cleaned = -0.00183387 Jy ! Component: 1600 - total flux cleaned = -0.00181049 Jy ! Component: 1650 - total flux cleaned = -0.00181035 Jy ! Component: 1700 - total flux cleaned = -0.00185495 Jy ! Component: 1750 - total flux cleaned = -0.00187736 Jy ! Component: 1800 - total flux cleaned = -0.00183377 Jy ! Component: 1850 - total flux cleaned = -0.00181216 Jy ! Component: 1900 - total flux cleaned = -0.00168463 Jy ! Component: 1950 - total flux cleaned = -0.00172632 Jy ! Component: 2000 - total flux cleaned = -0.00166344 Jy ! Component: 2050 - total flux cleaned = -0.00162186 Jy ! Component: 2100 - total flux cleaned = -0.00160137 Jy ! Component: 2150 - total flux cleaned = -0.00154053 Jy ! Component: 2200 - total flux cleaned = -0.00152015 Jy ! Component: 2250 - total flux cleaned = -0.00144096 Jy ! Component: 2300 - total flux cleaned = -0.00147982 Jy ! Component: 2350 - total flux cleaned = -0.00132551 Jy ! Component: 2400 - total flux cleaned = -0.00138274 Jy ! Component: 2450 - total flux cleaned = -0.00128806 Jy ! Component: 2500 - total flux cleaned = -0.00128843 Jy ! Component: 2550 - total flux cleaned = -0.00123273 Jy ! Component: 2600 - total flux cleaned = -0.00121435 Jy ! Component: 2650 - total flux cleaned = -0.00117782 Jy ! Component: 2700 - total flux cleaned = -0.00115996 Jy ! Component: 2750 - total flux cleaned = -0.0010887 Jy ! Component: 2800 - total flux cleaned = -0.00105328 Jy ! Component: 2850 - total flux cleaned = -0.00101824 Jy ! Component: 2900 - total flux cleaned = -0.00096643 Jy ! Component: 2950 - total flux cleaned = -0.000966444 Jy ! Component: 3000 - total flux cleaned = -0.000915459 Jy ! Component: 3050 - total flux cleaned = -0.000949071 Jy ! Component: 3100 - total flux cleaned = -0.000882297 Jy ! Component: 3150 - total flux cleaned = -0.000915638 Jy ! Component: 3200 - total flux cleaned = -0.000948509 Jy ! Component: 3250 - total flux cleaned = -0.00088329 Jy ! Component: 3300 - total flux cleaned = -0.00096362 Jy ! Component: 3350 - total flux cleaned = -0.000947686 Jy ! Component: 3400 - total flux cleaned = -0.000963489 Jy ! Component: 3450 - total flux cleaned = -0.000900391 Jy ! Component: 3500 - total flux cleaned = -0.000947463 Jy ! Component: 3550 - total flux cleaned = -0.00097836 Jy ! Component: 3600 - total flux cleaned = -0.000993673 Jy ! Component: 3650 - total flux cleaned = -0.000932889 Jy ! Component: 3700 - total flux cleaned = -0.000993567 Jy ! Component: 3750 - total flux cleaned = -0.000933251 Jy ! Component: 3800 - total flux cleaned = -0.000918446 Jy ! Component: 3850 - total flux cleaned = -0.000874137 Jy ! Component: 3900 - total flux cleaned = -0.000903725 Jy ! Component: 3950 - total flux cleaned = -0.000918404 Jy ! Component: 4000 - total flux cleaned = -0.000932846 Jy ! Component: 4050 - total flux cleaned = -0.000889746 Jy ! Total flux subtracted in 4096 components = -0.000932779 Jy ! Clean residual min=-0.000800 max=0.000777 Jy/beam ! Clean residual mean=0.000000 rms=0.000284 Jy/beam ! Combined flux in latest and established models = 0.468415 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 421 components and 0.468415 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1404-0013_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.389 x 14.08 at -17.93 degrees (North through East) ! Clean map min=-0.0019885 max=0.33204 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1404-0013_S_map.fits wmodel /image_prod/ug002_uva//J1404-0013_S_map.mod ! Writing 421 model components to file: /image_prod/ug002_uva//J1404-0013_S_map.mod wobs /image_prod/ug002_uva//J1404-0013_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1404-0013_S_uvs.fits wwins /image_prod/ug002_uva//J1404-0013_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1404-0013_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.332045 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000280302 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.253251 0.253251 0.506502 1.013 2.02601 4.05202 8.10403 16.2081 32.4161 64.8323 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.332 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1184.59 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1404-0013_S_dfm.log closed on Thu Mar 5 01:35:30 2020