! Started logfile: /image_prod/ug002_uva//J1319-2724_S_dfm.log on Thu Mar 5 01:09:58 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//J1319-2724_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1319-2724_S_uva.fits ! AN table 1: 38 integrations on 36 of 36 possible baselines. ! AN table 2: 38 integrations on 36 of 36 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1319-2724 ! ! 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 8208 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 J1319-2724_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.004997Jy sigma=6.769794 ! Fit after self-cal, rms=0.954017Jy sigma=6.410528 ! 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.947 mas, bmaj=8.591 mas, bpa=5.353 degrees ! Estimated noise=1.87639 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.0371451 Jy ! Component: 100 - total flux cleaned = 0.0475862 Jy ! Total flux subtracted in 100 components = 0.0475862 Jy ! Clean residual min=-0.004484 max=0.005453 Jy/beam ! Clean residual mean=-0.000025 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.0475862 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0475862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078233Jy sigma=0.478014 ! Fit after self-cal, rms=0.076999Jy sigma=0.470605 ! 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.529 mas, bmaj=10.21 mas, bpa=4.156 degrees ! Estimated noise=1.19034 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.00798515 Jy ! Component: 100 - total flux cleaned = 0.0115619 Jy ! Component: 150 - total flux cleaned = 0.0134388 Jy ! Component: 200 - total flux cleaned = 0.0144491 Jy ! Total flux subtracted in 200 components = 0.0144491 Jy ! Clean residual min=-0.003774 max=0.006645 Jy/beam ! Clean residual mean=-0.000031 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.0620353 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 60 components and 0.0620353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076462Jy sigma=0.463511 ! Fit after self-cal, rms=0.076498Jy sigma=0.463306 ! 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.529 x 10.21 at 4.156 degrees (North through East) ! Clean map min=-0.0034391 max=0.049421 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.34 FD 0.86 KP 0.92 LA 0.99 ! MK 1.11 NL 1.41 OV 0.93 PT 0.92 ! SC 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 0.83 HN 1.03 KP 1.15 ! LA 1.03 NL 1.02 OV 1.15 PT 0.94 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.58 FD 0.87 KP 1.02 LA 1.00 ! MK 1.11 NL 1.52 OV 0.88 PT 0.89 ! SC 1.11 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.92 HN 1.09 KP 1.18 ! LA 1.02 NL 1.08 OV 1.17 PT 0.84 ! SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 0.85 KP 1.11 LA 1.03 ! MK 1.03 NL 1.07 OV 0.89 PT 0.84 ! SC 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 0.89 HN 0.87 KP 1.23 ! LA 1.01 NL 0.83 OV 1.03 PT 0.91 ! SC 1.05 ! ! ! Fit before self-cal, rms=0.076498Jy sigma=0.463306 ! Fit after self-cal, rms=0.087260Jy sigma=0.458902 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.625 mas, bmaj=10.53 mas, bpa=4.202 degrees ! Estimated noise=1.19875 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.00027002 Jy ! Component: 100 - total flux cleaned = -0.000268914 Jy ! Component: 150 - total flux cleaned = -0.000268304 Jy ! Component: 200 - total flux cleaned = -0.00025538 Jy ! Total flux subtracted in 200 components = -0.00025538 Jy ! Clean residual min=-0.002839 max=0.004653 Jy/beam ! Clean residual mean=-0.000015 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.0617799 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 69 components and 0.0617799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087251Jy sigma=0.458884 ! Fit after self-cal, rms=0.087679Jy sigma=0.458225 ! 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.087679Jy sigma=0.458225 ! Fit after self-cal, rms=0.089823Jy sigma=0.458146 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=10.58 mas, bpa=4.001 degrees ! Estimated noise=1.20039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000262934 Jy ! Component: 100 - total flux cleaned = -0.000262128 Jy ! Component: 150 - total flux cleaned = -0.000261295 Jy ! Component: 200 - total flux cleaned = -0.000248736 Jy ! Total flux subtracted in 200 components = -0.000248736 Jy ! Clean residual min=-0.002808 max=0.004216 Jy/beam ! Clean residual mean=-0.000015 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.0615312 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 73 components and 0.0615312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089815Jy sigma=0.458131 ! Fit after self-cal, rms=0.089886Jy sigma=0.458114 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 (9.5, 25). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00391819 Jy ! Component: 100 - total flux cleaned = 0.00560547 Jy ! Component: 150 - total flux cleaned = 0.00600793 Jy ! Component: 200 - total flux cleaned = 0.00619778 Jy ! Total flux subtracted in 200 components = 0.00619778 Jy ! Clean residual min=-0.002596 max=0.003315 Jy/beam ! Clean residual mean=-0.000005 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.067729 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 101 components and 0.067729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089694Jy sigma=0.456843 ! Fit after self-cal, rms=0.089591Jy sigma=0.456282 ! 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.089591Jy sigma=0.456282 ! Fit after self-cal, rms=0.086648Jy sigma=0.456076 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.619 mas, bmaj=10.53 mas, bpa=4.298 degrees ! Estimated noise=1.1864 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00254932 Jy ! Component: 100 - total flux cleaned = 0.00318408 Jy ! Component: 150 - total flux cleaned = 0.00338795 Jy ! Component: 200 - total flux cleaned = 0.00351507 Jy ! Total flux subtracted in 200 components = 0.00351507 Jy ! Clean residual min=-0.002361 max=0.002875 Jy/beam ! Clean residual mean=-0.000004 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.071244 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 115 components and 0.071244 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086552Jy sigma=0.455503 ! Fit after self-cal, rms=0.086424Jy sigma=0.455218 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.0013042 Jy ! Component: 100 - total flux cleaned = 0.00158082 Jy ! Component: 150 - total flux cleaned = 0.00164303 Jy ! Component: 200 - total flux cleaned = 0.00164312 Jy ! Total flux subtracted in 200 components = 0.00164312 Jy ! Clean residual min=-0.002338 max=0.002789 Jy/beam ! Clean residual mean=-0.000001 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.0728871 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 122 components and 0.0728871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086374Jy sigma=0.455018 ! Fit after self-cal, rms=0.086329Jy sigma=0.454920 ! 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.086329Jy sigma=0.454920 ! Fit after self-cal, rms=0.083454Jy sigma=0.454672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.576 mas, bmaj=21.89 mas, bpa=0.9968 degrees ! Estimated noise=1.35966 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146066 Jy ! Component: 100 - total flux cleaned = 0.00160507 Jy ! Component: 150 - total flux cleaned = 0.00176326 Jy ! Component: 200 - total flux cleaned = 0.00178565 Jy ! Total flux subtracted in 200 components = 0.00178565 Jy ! Clean residual min=-0.002504 max=0.003708 Jy/beam ! Clean residual mean=-0.000007 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.0746728 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 152 components and 0.0746728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083429Jy sigma=0.454522 ! Fit after self-cal, rms=0.083310Jy sigma=0.454417 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 (-63, 71). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00339373 Jy ! Component: 100 - total flux cleaned = 0.0049107 Jy ! Component: 150 - total flux cleaned = 0.00546303 Jy ! Component: 200 - total flux cleaned = 0.00578784 Jy ! Total flux subtracted in 200 components = 0.00578784 Jy ! Clean residual min=-0.001809 max=0.002350 Jy/beam ! Clean residual mean=0.000006 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.0804606 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 213 components and 0.0804606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083207Jy sigma=0.453601 ! Fit after self-cal, rms=0.083187Jy sigma=0.453444 ! 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.613 mas, bmaj=10.51 mas, bpa=4.602 degrees ! Estimated noise=1.17486 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.613 x 10.51 at 4.602 degrees (North through East) ! Clean map min=-0.0022178 max=0.047973 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.01 mas, bmaj=8.837 mas, bpa=5.841 degrees ! Estimated noise=1.87332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.037136 Jy ! Component: 100 - total flux cleaned = 0.0482095 Jy ! Component: 150 - total flux cleaned = 0.055048 Jy ! Component: 200 - total flux cleaned = 0.0599861 Jy ! Total flux subtracted in 200 components = 0.0599861 Jy ! Clean residual min=-0.003413 max=0.003501 Jy/beam ! Clean residual mean=-0.000014 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.0599861 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.0599861 Jy ! Inverting map and beam ! Estimated beam: bmin=3.613 mas, bmaj=10.51 mas, bpa=4.602 degrees ! Estimated noise=1.17486 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.00537912 Jy ! Component: 100 - total flux cleaned = 0.00903228 Jy ! Component: 150 - total flux cleaned = 0.0119195 Jy ! Component: 200 - total flux cleaned = 0.0139231 Jy ! Total flux subtracted in 200 components = 0.0139231 Jy ! Clean residual min=-0.002250 max=0.002352 Jy/beam ! Clean residual mean=-0.000008 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.0739092 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 71 components and 0.0739092 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.576 mas, bmaj=21.89 mas, bpa=0.9968 degrees ! Estimated noise=1.35966 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00276265 Jy ! Component: 100 - total flux cleaned = 0.00477499 Jy ! Component: 150 - total flux cleaned = 0.00574586 Jy ! Component: 200 - total flux cleaned = 0.00634772 Jy ! Total flux subtracted in 200 components = 0.00634772 Jy ! Clean residual min=-0.001915 max=0.002357 Jy/beam ! Clean residual mean=0.000003 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.0802569 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.000380165 Jy ! Component: 100 - total flux cleaned = 0.000758747 Jy ! Component: 150 - total flux cleaned = 0.00109468 Jy ! Component: 200 - total flux cleaned = 0.00129748 Jy ! Total flux subtracted in 200 components = 0.00129748 Jy ! Clean residual min=-0.001690 max=0.002220 Jy/beam ! Clean residual mean=0.000007 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.0815544 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 160 components and 0.0815544 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.613 mas, bmaj=10.51 mas, bpa=4.602 degrees ! Estimated noise=1.17486 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.32045e-05 Jy ! Component: 100 - total flux cleaned = -3.48603e-05 Jy ! Component: 150 - total flux cleaned = 1.0328e-05 Jy ! Component: 200 - total flux cleaned = 5.24194e-05 Jy ! Total flux subtracted in 200 components = 5.24194e-05 Jy ! Clean residual min=-0.001909 max=0.002133 Jy/beam ! Clean residual mean=0.000004 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0816069 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 190 components and 0.0816069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083103Jy sigma=0.453005 ! Fit after self-cal, rms=0.083039Jy sigma=0.452800 wmodel J1319-2724_S_map.mod ! Writing 190 model components to file: J1319-2724_S_map.mod wobs J1319-2724_S_uvs.fits ! Writing UV FITS file: J1319-2724_S_uvs.fits wwins J1319-2724_S_map.win ! wwins: Wrote 3 windows to J1319-2724_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.00050474 Jy ! Component: 100 - total flux cleaned = 0.00030837 Jy ! Component: 150 - total flux cleaned = 6.24019e-05 Jy ! Component: 200 - total flux cleaned = -5.44113e-05 Jy ! Component: 250 - total flux cleaned = -0.000250472 Jy ! Component: 300 - total flux cleaned = -0.000330515 Jy ! Component: 350 - total flux cleaned = -0.000433509 Jy ! Component: 400 - total flux cleaned = -0.000508929 Jy ! Component: 450 - total flux cleaned = -0.000631282 Jy ! Component: 500 - total flux cleaned = -0.000750489 Jy ! Component: 550 - total flux cleaned = -0.000866316 Jy ! Component: 600 - total flux cleaned = -0.00100179 Jy ! Component: 650 - total flux cleaned = -0.00122212 Jy ! Component: 700 - total flux cleaned = -0.0013515 Jy ! Component: 750 - total flux cleaned = -0.00156264 Jy ! Component: 800 - total flux cleaned = -0.00168665 Jy ! Component: 850 - total flux cleaned = -0.00176804 Jy ! Component: 900 - total flux cleaned = -0.00190785 Jy ! Component: 950 - total flux cleaned = -0.00202566 Jy ! Component: 1000 - total flux cleaned = -0.00216071 Jy ! Component: 1050 - total flux cleaned = -0.0022931 Jy ! Component: 1100 - total flux cleaned = -0.00246042 Jy ! Component: 1150 - total flux cleaned = -0.00255187 Jy ! Component: 1200 - total flux cleaned = -0.00266026 Jy ! Component: 1250 - total flux cleaned = -0.00274887 Jy ! Component: 1300 - total flux cleaned = -0.00285401 Jy ! Component: 1350 - total flux cleaned = -0.00295782 Jy ! Component: 1400 - total flux cleaned = -0.00306 Jy ! Component: 1450 - total flux cleaned = -0.00311053 Jy ! Component: 1500 - total flux cleaned = -0.00321045 Jy ! Component: 1550 - total flux cleaned = -0.00327611 Jy ! Component: 1600 - total flux cleaned = -0.00337333 Jy ! Component: 1650 - total flux cleaned = -0.00346922 Jy ! Component: 1700 - total flux cleaned = -0.0035165 Jy ! Component: 1750 - total flux cleaned = -0.00357915 Jy ! Component: 1800 - total flux cleaned = -0.0036101 Jy ! Component: 1850 - total flux cleaned = -0.00370148 Jy ! Component: 1900 - total flux cleaned = -0.00371667 Jy ! Component: 1950 - total flux cleaned = -0.00376127 Jy ! Component: 2000 - total flux cleaned = -0.00380532 Jy ! Component: 2050 - total flux cleaned = -0.00384917 Jy ! Component: 2100 - total flux cleaned = -0.00389253 Jy ! Component: 2150 - total flux cleaned = -0.00397803 Jy ! Component: 2200 - total flux cleaned = -0.00400603 Jy ! Component: 2250 - total flux cleaned = -0.00404782 Jy ! Component: 2300 - total flux cleaned = -0.00402011 Jy ! Component: 2350 - total flux cleaned = -0.00406129 Jy ! Component: 2400 - total flux cleaned = -0.00407503 Jy ! Component: 2450 - total flux cleaned = -0.00414204 Jy ! Component: 2500 - total flux cleaned = -0.0041685 Jy ! Component: 2550 - total flux cleaned = -0.00416857 Jy ! Component: 2600 - total flux cleaned = -0.00419451 Jy ! Component: 2650 - total flux cleaned = -0.0042332 Jy ! Component: 2700 - total flux cleaned = -0.00425871 Jy ! Component: 2750 - total flux cleaned = -0.00428403 Jy ! Component: 2800 - total flux cleaned = -0.00428419 Jy ! Component: 2850 - total flux cleaned = -0.0043339 Jy ! Component: 2900 - total flux cleaned = -0.00438307 Jy ! Component: 2950 - total flux cleaned = -0.00441949 Jy ! Component: 3000 - total flux cleaned = -0.00443148 Jy ! Component: 3050 - total flux cleaned = -0.00443154 Jy ! Component: 3100 - total flux cleaned = -0.00446722 Jy ! Component: 3150 - total flux cleaned = -0.00450257 Jy ! Component: 3200 - total flux cleaned = -0.00449098 Jy ! Component: 3250 - total flux cleaned = -0.00451424 Jy ! Component: 3300 - total flux cleaned = -0.00459463 Jy ! Component: 3350 - total flux cleaned = -0.00458302 Jy ! Component: 3400 - total flux cleaned = -0.0045604 Jy ! Component: 3450 - total flux cleaned = -0.00454919 Jy ! Component: 3500 - total flux cleaned = -0.00454915 Jy ! Component: 3550 - total flux cleaned = -0.00452701 Jy ! Component: 3600 - total flux cleaned = -0.00452712 Jy ! Component: 3650 - total flux cleaned = -0.00453816 Jy ! Component: 3700 - total flux cleaned = -0.00455985 Jy ! Component: 3750 - total flux cleaned = -0.0045381 Jy ! Component: 3800 - total flux cleaned = -0.00453809 Jy ! Component: 3850 - total flux cleaned = -0.00453809 Jy ! Component: 3900 - total flux cleaned = -0.0045594 Jy ! Component: 3950 - total flux cleaned = -0.00455947 Jy ! Component: 4000 - total flux cleaned = -0.00455958 Jy ! Component: 4050 - total flux cleaned = -0.00458042 Jy ! Total flux subtracted in 4096 components = -0.00463218 Jy ! Clean residual min=-0.000703 max=0.000644 Jy/beam ! Clean residual mean=-0.000000 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.0769747 Jy keep ! Adding 245 model components to the UV plane model. ! The established model now contains 434 components and 0.0769747 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1319-2724_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.613 x 10.51 at 4.602 degrees (North through East) ! Clean map min=-0.0017037 max=0.048066 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1319-2724_S_map.fits wmodel /image_prod/ug002_uva//J1319-2724_S_map.mod ! Writing 434 model components to file: /image_prod/ug002_uva//J1319-2724_S_map.mod wobs /image_prod/ug002_uva//J1319-2724_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1319-2724_S_uvs.fits wwins /image_prod/ug002_uva//J1319-2724_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1319-2724_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0480659 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000181523 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.13296 1.13296 2.26592 4.53184 9.06368 18.1274 36.2547 72.5094 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.048 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 264.793 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1319-2724_S_dfm.log closed on Thu Mar 5 01:10:02 2020