! Started logfile: /scr/pima/rv120_uvs/J0049+0237_X_dfm.log on Fri Dec 22 22:38:03 2017 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/rv120_uvs/J0049+0237_X_uva.fits ! Reading UV FITS file: /scr/pima/rv120_uvs/J0049+0237_X_uva.fits ! AN table 1: 63 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.577072 visibilities/baseline/integration-bin. ! Found source: J0049+0237 ! ! 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 6544 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 J0049+0237_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 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 189 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002806Jy sigma=22.171817 ! Fit after self-cal, rms=0.880440Jy sigma=19.427294 ! 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=0.8773 mas, bmaj=1.874 mas, bpa=-2.073 degrees ! Estimated noise=0.626511 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.0924512 Jy ! Component: 100 - total flux cleaned = 0.112724 Jy ! Total flux subtracted in 100 components = 0.112724 Jy ! Clean residual min=-0.003707 max=0.009868 Jy/beam ! Clean residual mean=-0.000004 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.112724 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.112724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051555Jy sigma=0.980555 ! Fit after self-cal, rms=0.051549Jy sigma=0.980409 ! Inverting map ! Added new window around map position (1.4, 0.4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00848179 Jy ! Component: 100 - total flux cleaned = 0.0127172 Jy ! Total flux subtracted in 100 components = 0.0127172 Jy ! Clean residual min=-0.002922 max=0.005280 Jy/beam ! Clean residual mean=-0.000001 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.125442 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 14 components and 0.125442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049838Jy sigma=0.933774 ! Fit after self-cal, rms=0.049692Jy sigma=0.930042 ! 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.064 mas, bmaj=2.306 mas, bpa=-2.61 degrees ! Estimated noise=0.438369 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.00484486 Jy ! Component: 100 - total flux cleaned = 0.00728888 Jy ! Component: 150 - total flux cleaned = 0.00880452 Jy ! Component: 200 - total flux cleaned = 0.00976476 Jy ! Total flux subtracted in 200 components = 0.00976476 Jy ! Clean residual min=-0.002226 max=0.002234 Jy/beam ! Clean residual mean=0.000002 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.135206 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.135206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049247Jy sigma=0.917868 ! Fit after self-cal, rms=0.049205Jy sigma=0.916526 ! 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.064 x 2.306 at -2.61 degrees (North through East) ! Clean map min=-0.0018503 max=0.1165 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.01 KP 1.03 ! LA 0.98 MK 0.97 NL 1.04 OV 0.99 ! PT 0.96 SC 0.99 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 1.03 KP 1.01 ! LA 1.01 MK 1.00 NL 1.02 OV 1.02 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.07 KP 1.02 ! LA 0.99 MK 0.97 NL 1.00 OV 1.01 ! PT 0.95 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.01 HN 1.12 KP 0.99 ! LA 0.97 MK 1.01 NL 1.01 OV 1.01 ! PT 0.93 SC 0.99 ! ! ! Fit before self-cal, rms=0.049205Jy sigma=0.916526 ! Fit after self-cal, rms=0.049759Jy sigma=0.913008 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.065 mas, bmaj=2.318 mas, bpa=-2.885 degrees ! Estimated noise=0.438714 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.000105811 Jy ! Component: 100 - total flux cleaned = 2.50869e-05 Jy ! Component: 150 - total flux cleaned = 4.68183e-05 Jy ! Component: 200 - total flux cleaned = 2.90227e-05 Jy ! Total flux subtracted in 200 components = 2.90227e-05 Jy ! Clean residual min=-0.001787 max=0.001879 Jy/beam ! Clean residual mean=0.000002 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.135235 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 48 components and 0.135235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049739Jy sigma=0.912248 ! Fit after self-cal, rms=0.049745Jy sigma=0.912102 ! 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.049745Jy sigma=0.912102 ! Fit after self-cal, rms=0.049616Jy sigma=0.903726 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.067 mas, bmaj=2.321 mas, bpa=-2.822 degrees ! Estimated noise=0.439126 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140537 Jy ! Component: 100 - total flux cleaned = 0.000230256 Jy ! Component: 150 - total flux cleaned = 0.000266176 Jy ! Component: 200 - total flux cleaned = 0.000266452 Jy ! Total flux subtracted in 200 components = 0.000266452 Jy ! Clean residual min=-0.001809 max=0.001783 Jy/beam ! Clean residual mean=0.000001 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.135502 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 54 components and 0.135502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049604Jy sigma=0.903199 ! Fit after self-cal, rms=0.049602Jy sigma=0.903065 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.98784e-05 Jy ! Component: 100 - total flux cleaned = 9.52852e-05 Jy ! Component: 150 - total flux cleaned = 9.59491e-05 Jy ! Component: 200 - total flux cleaned = 8.34131e-05 Jy ! Total flux subtracted in 200 components = 8.34131e-05 Jy ! Clean residual min=-0.001812 max=0.001772 Jy/beam ! Clean residual mean=0.000001 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.135585 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.135585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049596Jy sigma=0.902774 ! Fit after self-cal, rms=0.049592Jy sigma=0.902727 ! 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.049592Jy sigma=0.902727 ! Fit after self-cal, rms=0.049627Jy sigma=0.899402 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.066 mas, bmaj=2.321 mas, bpa=-2.797 degrees ! Estimated noise=0.439096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000319205 Jy ! Component: 100 - total flux cleaned = 0.000335444 Jy ! Component: 150 - total flux cleaned = 0.000311081 Jy ! Component: 200 - total flux cleaned = 0.000310709 Jy ! Total flux subtracted in 200 components = 0.000310709 Jy ! Clean residual min=-0.001732 max=0.001772 Jy/beam ! Clean residual mean=0.000000 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.135896 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.135896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049620Jy sigma=0.899146 ! Fit after self-cal, rms=0.049621Jy sigma=0.899081 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 (-7, 20.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149841 Jy ! Component: 100 - total flux cleaned = 0.00192131 Jy ! Component: 150 - total flux cleaned = 0.0020747 Jy ! Component: 200 - total flux cleaned = 0.00221117 Jy ! Total flux subtracted in 200 components = 0.00221117 Jy ! Clean residual min=-0.001801 max=0.001623 Jy/beam ! Clean residual mean=0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.138107 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 78 components and 0.138107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049566Jy sigma=0.897764 ! Fit after self-cal, rms=0.049562Jy sigma=0.897677 ! 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.049562Jy sigma=0.897677 ! Fit after self-cal, rms=0.049570Jy sigma=0.897555 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.664 mas, bmaj=3.728 mas, bpa=-3.037 degrees ! Estimated noise=0.505259 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000873595 Jy ! Component: 100 - total flux cleaned = 0.0012127 Jy ! Component: 150 - total flux cleaned = 0.00119994 Jy ! Component: 200 - total flux cleaned = 0.00119994 Jy ! Total flux subtracted in 200 components = 0.00119994 Jy ! Clean residual min=-0.001848 max=0.001798 Jy/beam ! Clean residual mean=0.000001 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.139307 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 89 components and 0.139307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049564Jy sigma=0.897300 ! Fit after self-cal, rms=0.049562Jy sigma=0.897246 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.000119501 Jy ! Component: 100 - total flux cleaned = 0.000122504 Jy ! Component: 150 - total flux cleaned = 0.000103538 Jy ! Component: 200 - total flux cleaned = 0.000104058 Jy ! Total flux subtracted in 200 components = 0.000104058 Jy ! Clean residual min=-0.001854 max=0.001768 Jy/beam ! Clean residual mean=0.000001 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.139411 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 94 components and 0.139411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049561Jy sigma=0.897184 ! Fit after self-cal, rms=0.049560Jy sigma=0.897172 ! 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.066 mas, bmaj=2.321 mas, bpa=-2.784 degrees ! Estimated noise=0.439116 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.066 x 2.321 at -2.784 degrees (North through East) ! Clean map min=-0.0017685 max=0.11604 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=0.8772 mas, bmaj=1.879 mas, bpa=-2.02 degrees ! Estimated noise=0.628417 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0926833 Jy ! Component: 100 - total flux cleaned = 0.114747 Jy ! Component: 150 - total flux cleaned = 0.1235 Jy ! Component: 200 - total flux cleaned = 0.128137 Jy ! Total flux subtracted in 200 components = 0.128137 Jy ! Clean residual min=-0.002431 max=0.002791 Jy/beam ! Clean residual mean=-0.000001 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.128137 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.128137 Jy ! Inverting map and beam ! Estimated beam: bmin=1.066 mas, bmaj=2.321 mas, bpa=-2.784 degrees ! Estimated noise=0.439116 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.00372966 Jy ! Component: 100 - total flux cleaned = 0.0059151 Jy ! Component: 150 - total flux cleaned = 0.00738862 Jy ! Component: 200 - total flux cleaned = 0.00846263 Jy ! Total flux subtracted in 200 components = 0.00846263 Jy ! Clean residual min=-0.001774 max=0.001684 Jy/beam ! Clean residual mean=0.000000 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.136599 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 40 components and 0.136599 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.664 mas, bmaj=3.728 mas, bpa=-3.037 degrees ! Estimated noise=0.505259 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119356 Jy ! Component: 100 - total flux cleaned = 0.00180025 Jy ! Component: 150 - total flux cleaned = 0.00197041 Jy ! Component: 200 - total flux cleaned = 0.00208267 Jy ! Total flux subtracted in 200 components = 0.00208267 Jy ! Clean residual min=-0.001849 max=0.001826 Jy/beam ! Clean residual mean=0.000001 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.138682 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.000110613 Jy ! Component: 100 - total flux cleaned = 0.000206423 Jy ! Component: 150 - total flux cleaned = 0.000280353 Jy ! Component: 200 - total flux cleaned = 0.000327852 Jy ! Total flux subtracted in 200 components = 0.000327852 Jy ! Clean residual min=-0.001856 max=0.001805 Jy/beam ! Clean residual mean=0.000001 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.13901 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 74 components and 0.13901 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.066 mas, bmaj=2.321 mas, bpa=-2.784 degrees ! Estimated noise=0.439116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.29676e-05 Jy ! Component: 100 - total flux cleaned = -6.79005e-05 Jy ! Component: 150 - total flux cleaned = -7.07911e-06 Jy ! Component: 200 - total flux cleaned = 1.12108e-05 Jy ! Total flux subtracted in 200 components = 1.12108e-05 Jy ! Clean residual min=-0.001817 max=0.001584 Jy/beam ! Clean residual mean=0.000001 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.139021 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 93 components and 0.139021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049565Jy sigma=0.897542 ! Fit after self-cal, rms=0.049562Jy sigma=0.897474 wmodel J0049+0237_X_map.mod ! Writing 93 model components to file: J0049+0237_X_map.mod wobs J0049+0237_X_uvs.fits ! Writing UV FITS file: J0049+0237_X_uvs.fits wwins J0049+0237_X_map.win ! wwins: Wrote 3 windows to J0049+0237_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.000303147 Jy ! Component: 100 - total flux cleaned = -0.000132222 Jy ! Component: 150 - total flux cleaned = -2.39321e-05 Jy ! Component: 200 - total flux cleaned = 0.000106978 Jy ! Component: 250 - total flux cleaned = 0.000284435 Jy ! Component: 300 - total flux cleaned = 0.000457015 Jy ! Component: 350 - total flux cleaned = 0.000552834 Jy ! Component: 400 - total flux cleaned = 0.000623414 Jy ! Component: 450 - total flux cleaned = 0.000738898 Jy ! Component: 500 - total flux cleaned = 0.000784173 Jy ! Component: 550 - total flux cleaned = 0.000784086 Jy ! Component: 600 - total flux cleaned = 0.000827995 Jy ! Component: 650 - total flux cleaned = 0.000805851 Jy ! Component: 700 - total flux cleaned = 0.000848497 Jy ! Component: 750 - total flux cleaned = 0.000890458 Jy ! Component: 800 - total flux cleaned = 0.000931715 Jy ! Component: 850 - total flux cleaned = 0.000890192 Jy ! Component: 900 - total flux cleaned = 0.000849738 Jy ! Component: 950 - total flux cleaned = 0.000850109 Jy ! Component: 1000 - total flux cleaned = 0.000870573 Jy ! Component: 1050 - total flux cleaned = 0.000929823 Jy ! Component: 1100 - total flux cleaned = 0.000988406 Jy ! Component: 1150 - total flux cleaned = 0.000988311 Jy ! Component: 1200 - total flux cleaned = 0.0010075 Jy ! Component: 1250 - total flux cleaned = 0.00110203 Jy ! Component: 1300 - total flux cleaned = 0.0011393 Jy ! Component: 1350 - total flux cleaned = 0.0011579 Jy ! Component: 1400 - total flux cleaned = 0.0012861 Jy ! Component: 1450 - total flux cleaned = 0.0013223 Jy ! Component: 1500 - total flux cleaned = 0.00135836 Jy ! Component: 1550 - total flux cleaned = 0.00146594 Jy ! Component: 1600 - total flux cleaned = 0.00153683 Jy ! Component: 1650 - total flux cleaned = 0.00157238 Jy ! Component: 1700 - total flux cleaned = 0.0016772 Jy ! Component: 1750 - total flux cleaned = 0.00159059 Jy ! Component: 1800 - total flux cleaned = 0.00165954 Jy ! Component: 1850 - total flux cleaned = 0.00171074 Jy ! Component: 1900 - total flux cleaned = 0.00174466 Jy ! Component: 1950 - total flux cleaned = 0.00181166 Jy ! Component: 2000 - total flux cleaned = 0.00187844 Jy ! Component: 2050 - total flux cleaned = 0.00194442 Jy ! Component: 2100 - total flux cleaned = 0.001928 Jy ! Component: 2150 - total flux cleaned = 0.00205834 Jy ! Component: 2200 - total flux cleaned = 0.00199363 Jy ! Component: 2250 - total flux cleaned = 0.00209004 Jy ! Component: 2300 - total flux cleaned = 0.00213782 Jy ! Component: 2350 - total flux cleaned = 0.00215358 Jy ! Component: 2400 - total flux cleaned = 0.00220069 Jy ! Component: 2450 - total flux cleaned = 0.00216953 Jy ! Component: 2500 - total flux cleaned = 0.00227825 Jy ! Component: 2550 - total flux cleaned = 0.00235513 Jy ! Component: 2600 - total flux cleaned = 0.00233981 Jy ! Component: 2650 - total flux cleaned = 0.00240044 Jy ! Component: 2700 - total flux cleaned = 0.00237022 Jy ! Component: 2750 - total flux cleaned = 0.00243044 Jy ! Component: 2800 - total flux cleaned = 0.00246044 Jy ! Component: 2850 - total flux cleaned = 0.00250474 Jy ! Component: 2900 - total flux cleaned = 0.00251944 Jy ! Component: 2950 - total flux cleaned = 0.00257816 Jy ! Component: 3000 - total flux cleaned = 0.00260747 Jy ! Component: 3050 - total flux cleaned = 0.00270865 Jy ! Component: 3100 - total flux cleaned = 0.00267991 Jy ! Component: 3150 - total flux cleaned = 0.00273705 Jy ! Component: 3200 - total flux cleaned = 0.00276552 Jy ! Component: 3250 - total flux cleaned = 0.00275129 Jy ! Component: 3300 - total flux cleaned = 0.00275136 Jy ! Component: 3350 - total flux cleaned = 0.00286307 Jy ! Component: 3400 - total flux cleaned = 0.00286308 Jy ! Component: 3450 - total flux cleaned = 0.00284926 Jy ! Component: 3500 - total flux cleaned = 0.00284928 Jy ! Component: 3550 - total flux cleaned = 0.00291767 Jy ! Component: 3600 - total flux cleaned = 0.00294487 Jy ! Component: 3650 - total flux cleaned = 0.00291777 Jy ! Component: 3700 - total flux cleaned = 0.0028775 Jy ! Component: 3750 - total flux cleaned = 0.00294448 Jy ! Component: 3800 - total flux cleaned = 0.00299772 Jy ! Component: 3850 - total flux cleaned = 0.00293128 Jy ! Component: 3900 - total flux cleaned = 0.00294443 Jy ! Component: 3950 - total flux cleaned = 0.00299688 Jy ! Component: 4000 - total flux cleaned = 0.00300998 Jy ! Component: 4050 - total flux cleaned = 0.00299697 Jy ! Total flux subtracted in 4096 components = 0.00298406 Jy ! Clean residual min=-0.000818 max=0.000937 Jy/beam ! Clean residual mean=0.000000 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.142005 Jy keep ! Adding 338 model components to the UV plane model. ! The established model now contains 431 components and 0.142005 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv120_uvs/J0049+0237_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.066 x 2.321 at -2.784 degrees (North through East) ! Clean map min=-0.0014065 max=0.11609 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv120_uvs/J0049+0237_X_map.fits wmodel /scr/pima/rv120_uvs/J0049+0237_X_map.mod ! Writing 431 model components to file: /scr/pima/rv120_uvs/J0049+0237_X_map.mod wobs /scr/pima/rv120_uvs/J0049+0237_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv120_uvs/J0049+0237_X_uvs.fits wwins /scr/pima/rv120_uvs/J0049+0237_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rv120_uvs/J0049+0237_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.116093 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232577 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.601011 0.601011 1.20202 2.40405 4.80809 9.61618 19.2324 38.4647 76.9295 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.116 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 499.158 quit ! Quitting program ! Log file /scr/pima/rv120_uvs/J0049+0237_X_dfm.log closed on Fri Dec 22 22:38:08 2017