! Started logfile: /scr/pima/rv124_uvs/J0038-2459_X_dfm.log on Mon Dec 24 00:16:04 2018 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 8.36575 obs /scr/pima/rv124_uvs/J0038-2459_X_uva.fits ! Reading UV FITS file: /scr/pima/rv124_uvs/J0038-2459_X_uva.fits ! AN table 1: 11 integrations on 6 of 6 possible baselines. ! AN table 2: 42 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.813218 visibilities/baseline/integration-bin. ! Found source: J0038-2459 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.36575e+09 8e+06 1 8e+06 ! 02 2 8.44575e+09 8e+06 1 8e+06 ! 03 3 8.80575e+09 8e+06 1 8e+06 ! 04 4 8.92575e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 2264 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J0038-2459_X] 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.200x0.200 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 4 telescope corrections were flagged in sub-array 1. ! A total of 26 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 26 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 26 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 26 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.098312Jy sigma=17.394497 ! Fit after self-cal, rms=0.575299Jy sigma=8.987468 ! 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=1.288 mas, bmaj=3.748 mas, bpa=7.623 degrees ! Estimated noise=1.4096 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.335465 Jy ! Component: 100 - total flux cleaned = 0.40862 Jy ! Total flux subtracted in 100 components = 0.40862 Jy ! Clean residual min=-0.016144 max=0.023556 Jy/beam ! Clean residual mean=0.000010 rms=0.003948 Jy/beam ! Combined flux in latest and established models = 0.40862 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.40862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074136Jy sigma=1.132829 ! Fit after self-cal, rms=0.074137Jy sigma=1.132797 ! 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=1.576 mas, bmaj=4.253 mas, bpa=13.63 degrees ! Estimated noise=0.961442 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.0183019 Jy ! Component: 100 - total flux cleaned = 0.0273827 Jy ! Component: 150 - total flux cleaned = 0.0330071 Jy ! Component: 200 - total flux cleaned = 0.0366889 Jy ! Total flux subtracted in 200 components = 0.0366889 Jy ! Clean residual min=-0.015409 max=0.012419 Jy/beam ! Clean residual mean=0.000028 rms=0.003181 Jy/beam ! Combined flux in latest and established models = 0.445308 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 36 components and 0.445309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069698Jy sigma=1.057393 ! Fit after self-cal, rms=0.069681Jy sigma=1.057101 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.576 x 4.253 at 13.63 degrees (North through East) ! Clean map min=-0.015119 max=0.42765 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 NL 1.18 OV 0.99 PT 0.93 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.91 KP 1.08 MK 0.98 ! OV 1.00 PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 NL 1.16 OV 0.99 PT 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 0.91 KP 1.08 MK 0.98 ! OV 1.00 PT 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 NL 1.16 OV 0.97 PT 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.91 KP 1.07 MK 0.99 ! OV 0.98 PT 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 NL 1.17 OV 1.02 PT 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 0.91 KP 1.08 MK 0.95 ! OV 0.99 PT 0.97 ! ! ! Fit before self-cal, rms=0.069681Jy sigma=1.057101 ! Fit after self-cal, rms=0.060935Jy sigma=0.917008 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.566 mas, bmaj=4.263 mas, bpa=13.51 degrees ! Estimated noise=0.956831 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 (34, 7.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00379759 Jy ! Component: 100 - total flux cleaned = 0.00410378 Jy ! Component: 150 - total flux cleaned = 0.00452148 Jy ! Component: 200 - total flux cleaned = 0.00466819 Jy ! Total flux subtracted in 200 components = 0.00466819 Jy ! Clean residual min=-0.003393 max=0.003529 Jy/beam ! Clean residual mean=0.000002 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.449977 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 62 components and 0.449977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060585Jy sigma=0.911624 ! Fit after self-cal, rms=0.060609Jy sigma=0.910639 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060609Jy sigma=0.910639 ! Fit after self-cal, rms=0.060550Jy sigma=0.910396 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.565 mas, bmaj=4.262 mas, bpa=13.51 degrees ! Estimated noise=0.956569 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.86685e-05 Jy ! Component: 100 - total flux cleaned = 4.67829e-05 Jy ! Component: 150 - total flux cleaned = 0.000211076 Jy ! Component: 200 - total flux cleaned = 0.000469597 Jy ! Total flux subtracted in 200 components = 0.000469597 Jy ! Clean residual min=-0.003224 max=0.003296 Jy/beam ! Clean residual mean=0.000002 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.450446 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 79 components and 0.450446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060477Jy sigma=0.909303 ! Fit after self-cal, rms=0.060473Jy sigma=0.909221 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.000218193 Jy ! Component: 100 - total flux cleaned = -1.99338e-05 Jy ! Component: 150 - total flux cleaned = 0.000101929 Jy ! Component: 200 - total flux cleaned = 0.000102863 Jy ! Total flux subtracted in 200 components = 0.000102863 Jy ! Clean residual min=-0.003153 max=0.003281 Jy/beam ! Clean residual mean=0.000002 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.450549 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 89 components and 0.450549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060442Jy sigma=0.908769 ! Fit after self-cal, rms=0.060442Jy sigma=0.908752 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060442Jy sigma=0.908752 ! Fit after self-cal, rms=0.059924Jy sigma=0.897550 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.565 mas, bmaj=4.264 mas, bpa=13.48 degrees ! Estimated noise=0.957407 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000732939 Jy ! Component: 100 - total flux cleaned = -0.00129369 Jy ! Component: 150 - total flux cleaned = -0.00177579 Jy ! Component: 200 - total flux cleaned = -0.00219513 Jy ! Total flux subtracted in 200 components = -0.00219513 Jy ! Clean residual min=-0.002968 max=0.002429 Jy/beam ! Clean residual mean=-0.000001 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.448354 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 109 components and 0.448354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059881Jy sigma=0.896897 ! Fit after self-cal, rms=0.059885Jy sigma=0.896833 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.000256825 Jy ! Component: 100 - total flux cleaned = -0.000610515 Jy ! Component: 150 - total flux cleaned = -0.000842311 Jy ! Component: 200 - total flux cleaned = -0.00103748 Jy ! Total flux subtracted in 200 components = -0.00103748 Jy ! Clean residual min=-0.002942 max=0.002386 Jy/beam ! Clean residual mean=-0.000001 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.447317 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 120 components and 0.447317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059868Jy sigma=0.896546 ! Fit after self-cal, rms=0.059868Jy sigma=0.896533 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059868Jy sigma=0.896533 ! Fit after self-cal, rms=0.059892Jy sigma=0.896428 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.216 mas, bmaj=6.266 mas, bpa=26.34 degrees ! Estimated noise=1.04019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154022 Jy ! Component: 100 - total flux cleaned = -8.48893e-05 Jy ! Component: 150 - total flux cleaned = -0.00029247 Jy ! Component: 200 - total flux cleaned = -0.000386416 Jy ! Total flux subtracted in 200 components = -0.000386416 Jy ! Clean residual min=-0.002860 max=0.002068 Jy/beam ! Clean residual mean=-0.000002 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.44693 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 133 components and 0.44693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059881Jy sigma=0.896236 ! Fit after self-cal, rms=0.059882Jy sigma=0.896221 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 = -4.12792e-05 Jy ! Component: 100 - total flux cleaned = -9.34003e-05 Jy ! Component: 150 - total flux cleaned = -0.00014229 Jy ! Component: 200 - total flux cleaned = -0.000157566 Jy ! Total flux subtracted in 200 components = -0.000157566 Jy ! Clean residual min=-0.002860 max=0.002054 Jy/beam ! Clean residual mean=-0.000002 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.446773 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 144 components and 0.446773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059875Jy sigma=0.896105 ! Fit after self-cal, rms=0.059875Jy sigma=0.896096 ! 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=1.565 mas, bmaj=4.265 mas, bpa=13.47 degrees ! Estimated noise=0.957761 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.565 x 4.265 at 13.47 degrees (North through East) ! Clean map min=-0.0029156 max=0.4261 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=1.273 mas, bmaj=3.767 mas, bpa=7.514 degrees ! Estimated noise=1.39686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.332404 Jy ! Component: 100 - total flux cleaned = 0.404926 Jy ! Component: 150 - total flux cleaned = 0.419327 Jy ! Component: 200 - total flux cleaned = 0.42454 Jy ! Total flux subtracted in 200 components = 0.42454 Jy ! Clean residual min=-0.005803 max=0.005909 Jy/beam ! Clean residual mean=-0.000003 rms=0.001489 Jy/beam ! Combined flux in latest and established models = 0.42454 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.42454 Jy ! Inverting map and beam ! Estimated beam: bmin=1.565 mas, bmaj=4.265 mas, bpa=13.47 degrees ! Estimated noise=0.957761 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.00721794 Jy ! Component: 100 - total flux cleaned = 0.0105246 Jy ! Component: 150 - total flux cleaned = 0.0128633 Jy ! Component: 200 - total flux cleaned = 0.0142876 Jy ! Total flux subtracted in 200 components = 0.0142876 Jy ! Clean residual min=-0.003120 max=0.002820 Jy/beam ! Clean residual mean=-0.000006 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.438828 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 65 components and 0.438828 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.216 mas, bmaj=6.266 mas, bpa=26.34 degrees ! Estimated noise=1.04019 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211352 Jy ! Component: 100 - total flux cleaned = 0.00337083 Jy ! Component: 150 - total flux cleaned = 0.00432865 Jy ! Component: 200 - total flux cleaned = 0.00511787 Jy ! Total flux subtracted in 200 components = 0.00511787 Jy ! Clean residual min=-0.002773 max=0.002161 Jy/beam ! Clean residual mean=-0.000005 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.443946 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.000535167 Jy ! Component: 100 - total flux cleaned = 0.000858944 Jy ! Component: 150 - total flux cleaned = 0.0010175 Jy ! Component: 200 - total flux cleaned = 0.00110524 Jy ! Total flux subtracted in 200 components = 0.00110524 Jy ! Clean residual min=-0.002779 max=0.002001 Jy/beam ! Clean residual mean=-0.000004 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.445051 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 124 components and 0.445051 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.565 mas, bmaj=4.265 mas, bpa=13.47 degrees ! Estimated noise=0.957761 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000218081 Jy ! Component: 100 - total flux cleaned = -0.000456333 Jy ! Component: 150 - total flux cleaned = -0.00052946 Jy ! Component: 200 - total flux cleaned = -0.000530181 Jy ! Total flux subtracted in 200 components = -0.000530181 Jy ! Clean residual min=-0.002880 max=0.002323 Jy/beam ! Clean residual mean=-0.000001 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.444521 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 142 components and 0.444521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059919Jy sigma=0.896701 ! Fit after self-cal, rms=0.059909Jy sigma=0.896606 wmodel J0038-2459_X_map.mod ! Writing 142 model components to file: J0038-2459_X_map.mod wobs J0038-2459_X_uvs.fits ! Writing UV FITS file: J0038-2459_X_uvs.fits wwins J0038-2459_X_map.win ! wwins: Wrote 2 windows to J0038-2459_X_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.00099329 Jy ! Component: 100 - total flux cleaned = -0.00115996 Jy ! Component: 150 - total flux cleaned = -0.00127587 Jy ! Component: 200 - total flux cleaned = -0.00153134 Jy ! Component: 250 - total flux cleaned = -0.00170654 Jy ! Component: 300 - total flux cleaned = -0.00184167 Jy ! Component: 350 - total flux cleaned = -0.00193992 Jy ! Component: 400 - total flux cleaned = -0.00209664 Jy ! Component: 450 - total flux cleaned = -0.00203627 Jy ! Component: 500 - total flux cleaned = -0.00212537 Jy ! Component: 550 - total flux cleaned = -0.00215353 Jy ! Component: 600 - total flux cleaned = -0.00218225 Jy ! Component: 650 - total flux cleaned = -0.00226427 Jy ! Component: 700 - total flux cleaned = -0.00231693 Jy ! Component: 750 - total flux cleaned = -0.00231626 Jy ! Component: 800 - total flux cleaned = -0.0023671 Jy ! Component: 850 - total flux cleaned = -0.00239105 Jy ! Component: 900 - total flux cleaned = -0.00241489 Jy ! Component: 950 - total flux cleaned = -0.00246231 Jy ! Component: 1000 - total flux cleaned = -0.0024384 Jy ! Component: 1050 - total flux cleaned = -0.0024615 Jy ! Component: 1100 - total flux cleaned = -0.00252978 Jy ! Component: 1150 - total flux cleaned = -0.0025521 Jy ! Component: 1200 - total flux cleaned = -0.00268394 Jy ! Component: 1250 - total flux cleaned = -0.00272764 Jy ! Component: 1300 - total flux cleaned = -0.0028557 Jy ! Component: 1350 - total flux cleaned = -0.00281424 Jy ! Component: 1400 - total flux cleaned = -0.00298039 Jy ! Component: 1450 - total flux cleaned = -0.00298007 Jy ! Component: 1500 - total flux cleaned = -0.00304073 Jy ! Component: 1550 - total flux cleaned = -0.00312017 Jy ! Component: 1600 - total flux cleaned = -0.00315906 Jy ! Component: 1650 - total flux cleaned = -0.00315902 Jy ! Component: 1700 - total flux cleaned = -0.00315898 Jy ! Component: 1750 - total flux cleaned = -0.00317797 Jy ! Component: 1800 - total flux cleaned = -0.00321537 Jy ! Component: 1850 - total flux cleaned = -0.00321542 Jy ! Component: 1900 - total flux cleaned = -0.00321555 Jy ! Component: 1950 - total flux cleaned = -0.00326963 Jy ! Component: 2000 - total flux cleaned = -0.00325148 Jy ! Component: 2050 - total flux cleaned = -0.00323352 Jy ! Component: 2100 - total flux cleaned = -0.00326859 Jy ! Component: 2150 - total flux cleaned = -0.00323388 Jy ! Component: 2200 - total flux cleaned = -0.00325144 Jy ! Component: 2250 - total flux cleaned = -0.00330296 Jy ! Component: 2300 - total flux cleaned = -0.00333683 Jy ! Component: 2350 - total flux cleaned = -0.00337062 Jy ! Component: 2400 - total flux cleaned = -0.00343732 Jy ! Component: 2450 - total flux cleaned = -0.00345388 Jy ! Component: 2500 - total flux cleaned = -0.00353589 Jy ! Component: 2550 - total flux cleaned = -0.00355222 Jy ! Component: 2600 - total flux cleaned = -0.00358452 Jy ! Component: 2650 - total flux cleaned = -0.00364859 Jy ! Component: 2700 - total flux cleaned = -0.00364859 Jy ! Component: 2750 - total flux cleaned = -0.0036172 Jy ! Component: 2800 - total flux cleaned = -0.00363302 Jy ! Component: 2850 - total flux cleaned = -0.00363298 Jy ! Component: 2900 - total flux cleaned = -0.0036331 Jy ! Component: 2950 - total flux cleaned = -0.00360253 Jy ! Component: 3000 - total flux cleaned = -0.00360259 Jy ! Component: 3050 - total flux cleaned = -0.00361782 Jy ! Component: 3100 - total flux cleaned = -0.00357278 Jy ! Component: 3150 - total flux cleaned = -0.00358771 Jy ! Component: 3200 - total flux cleaned = -0.00355807 Jy ! Component: 3250 - total flux cleaned = -0.00357286 Jy ! Component: 3300 - total flux cleaned = -0.00352883 Jy ! Component: 3350 - total flux cleaned = -0.00349978 Jy ! Component: 3400 - total flux cleaned = -0.00344191 Jy ! Component: 3450 - total flux cleaned = -0.00349956 Jy ! Component: 3500 - total flux cleaned = -0.00345655 Jy ! Component: 3550 - total flux cleaned = -0.00344237 Jy ! Component: 3600 - total flux cleaned = -0.00341396 Jy ! Component: 3650 - total flux cleaned = -0.00337173 Jy ! Component: 3700 - total flux cleaned = -0.00332974 Jy ! Component: 3750 - total flux cleaned = -0.00331586 Jy ! Component: 3800 - total flux cleaned = -0.00328824 Jy ! Component: 3850 - total flux cleaned = -0.00327442 Jy ! Component: 3900 - total flux cleaned = -0.00324704 Jy ! Component: 3950 - total flux cleaned = -0.00321981 Jy ! Component: 4000 - total flux cleaned = -0.00319268 Jy ! Component: 4050 - total flux cleaned = -0.00316571 Jy ! Total flux subtracted in 4096 components = -0.00311194 Jy ! Clean residual min=-0.000854 max=0.000794 Jy/beam ! Clean residual mean=0.000001 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.441409 Jy keep ! Adding 255 model components to the UV plane model. ! The established model now contains 397 components and 0.441409 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv124_uvs/J0038-2459_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.565 x 4.265 at 13.47 degrees (North through East) ! Clean map min=-0.0027386 max=0.42733 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv124_uvs/J0038-2459_X_map.fits wmodel /scr/pima/rv124_uvs/J0038-2459_X_map.mod ! Writing 397 model components to file: /scr/pima/rv124_uvs/J0038-2459_X_map.mod wobs /scr/pima/rv124_uvs/J0038-2459_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv124_uvs/J0038-2459_X_uvs.fits wwins /scr/pima/rv124_uvs/J0038-2459_X_map.win ! wwins: Wrote 3 windows to /scr/pima/rv124_uvs/J0038-2459_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.42733 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000243067 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.170641 0.170641 0.341282 0.682565 1.36513 2.73026 5.46052 10.921 21.8421 43.6842 87.3683 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.427 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1758.07 quit ! Quitting program ! Log file /scr/pima/rv124_uvs/J0038-2459_X_dfm.log closed on Mon Dec 24 00:16:07 2018