! Started logfile: /scr/pima/rv126_uvs/J1607+8501_X_dfm.log on Sun Dec 23 03:21:01 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/rv126_uvs/J1607+8501_X_uva.fits ! Reading UV FITS file: /scr/pima/rv126_uvs/J1607+8501_X_uva.fits ! AN table 1: 72 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.989969 visibilities/baseline/integration-bin. ! Found source: J1607+8501 ! ! 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 69 lines of history. ! ! Reading 10264 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 J1607+8501_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010039Jy sigma=18.862256 ! Fit after self-cal, rms=0.893658Jy sigma=16.647862 ! 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.8341 mas, bmaj=1.137 mas, bpa=-62.39 degrees ! Estimated noise=0.706728 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.0814356 Jy ! Component: 100 - total flux cleaned = 0.107024 Jy ! Total flux subtracted in 100 components = 0.107024 Jy ! Clean residual min=-0.005134 max=0.010586 Jy/beam ! Clean residual mean=-0.000005 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.107024 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.107024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060874Jy sigma=0.999063 ! Fit after self-cal, rms=0.060778Jy sigma=0.997097 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111812 Jy ! Component: 100 - total flux cleaned = 0.0145934 Jy ! Total flux subtracted in 100 components = 0.0145934 Jy ! Clean residual min=-0.003364 max=0.003559 Jy/beam ! Clean residual mean=-0.000004 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.121618 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 9 components and 0.121618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059077Jy sigma=0.961969 ! Fit after self-cal, rms=0.059060Jy sigma=0.961441 ! 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.153 mas, bmaj=1.536 mas, bpa=-67.47 degrees ! Estimated noise=0.387147 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.00184067 Jy ! Component: 100 - total flux cleaned = 0.00188252 Jy ! Component: 150 - total flux cleaned = 0.00191725 Jy ! Component: 200 - total flux cleaned = 0.00191477 Jy ! Total flux subtracted in 200 components = 0.00191477 Jy ! Clean residual min=-0.002694 max=0.002406 Jy/beam ! Clean residual mean=-0.000007 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.123532 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.123532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058971Jy sigma=0.960360 ! Fit after self-cal, rms=0.058969Jy sigma=0.960326 ! 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.153 x 1.536 at -67.47 degrees (North through East) ! Clean map min=-0.0025667 max=0.10697 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.97 HN 0.98 KP 1.08 ! LA 1.02 MK 0.98 NL 1.07 OV 1.00 ! PT 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.96 HN 0.96 KP 1.06 ! LA 1.07 MK 0.99 NL 1.07 OV 0.99 ! PT 0.88 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 0.96 KP 1.04 ! LA 1.02 MK 1.01 NL 1.09 OV 0.99 ! PT 0.91 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.96 HN 0.92 KP 1.07 ! LA 1.05 MK 1.01 NL 1.08 OV 1.00 ! PT 0.88 ! ! ! Fit before self-cal, rms=0.058969Jy sigma=0.960326 ! Fit after self-cal, rms=0.056938Jy sigma=0.946870 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.15 mas, bmaj=1.53 mas, bpa=-67.49 degrees ! Estimated noise=0.385488 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.00010461 Jy ! Component: 100 - total flux cleaned = -0.000128826 Jy ! Component: 150 - total flux cleaned = -0.000111726 Jy ! Component: 200 - total flux cleaned = -9.52269e-05 Jy ! Total flux subtracted in 200 components = -9.52269e-05 Jy ! Clean residual min=-0.001624 max=0.001526 Jy/beam ! Clean residual mean=-0.000005 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.123437 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.123437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056915Jy sigma=0.946710 ! Fit after self-cal, rms=0.056912Jy sigma=0.946476 ! 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.056912Jy sigma=0.946476 ! Fit after self-cal, rms=0.059910Jy sigma=0.943582 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.156 mas, bmaj=1.522 mas, bpa=-67.35 degrees ! Estimated noise=0.386339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000120641 Jy ! Component: 100 - total flux cleaned = -0.000168714 Jy ! Component: 150 - total flux cleaned = -0.000196734 Jy ! Component: 200 - total flux cleaned = -0.000221153 Jy ! Total flux subtracted in 200 components = -0.000221153 Jy ! Clean residual min=-0.001631 max=0.001332 Jy/beam ! Clean residual mean=-0.000001 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.123216 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 26 components and 0.123216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059901Jy sigma=0.943445 ! Fit after self-cal, rms=0.059921Jy sigma=0.943396 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.83442e-06 Jy ! Component: 100 - total flux cleaned = -2.26497e-05 Jy ! Component: 150 - total flux cleaned = -5.37202e-05 Jy ! Component: 200 - total flux cleaned = -8.26366e-05 Jy ! Total flux subtracted in 200 components = -8.26366e-05 Jy ! Clean residual min=-0.001623 max=0.001331 Jy/beam ! Clean residual mean=-0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.123133 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 28 components and 0.123133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059916Jy sigma=0.943313 ! Fit after self-cal, rms=0.059914Jy sigma=0.943300 ! 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.059914Jy sigma=0.943300 ! Fit after self-cal, rms=0.060221Jy sigma=0.943288 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.157 mas, bmaj=1.523 mas, bpa=-67.19 degrees ! Estimated noise=0.386797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.9185e-05 Jy ! Component: 100 - total flux cleaned = -5.18778e-05 Jy ! Component: 150 - total flux cleaned = -7.14385e-05 Jy ! Component: 200 - total flux cleaned = -8.91997e-05 Jy ! Total flux subtracted in 200 components = -8.91997e-05 Jy ! Clean residual min=-0.001619 max=0.001332 Jy/beam ! Clean residual mean=-0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.123044 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.123044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060217Jy sigma=0.943221 ! Fit after self-cal, rms=0.060217Jy sigma=0.943211 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.43236e-05 Jy ! Component: 100 - total flux cleaned = -2.35762e-05 Jy ! Component: 150 - total flux cleaned = -4.72867e-05 Jy ! Component: 200 - total flux cleaned = -5.49773e-05 Jy ! Total flux subtracted in 200 components = -5.49773e-05 Jy ! Clean residual min=-0.001608 max=0.001325 Jy/beam ! Clean residual mean=-0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.122989 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 30 components and 0.122989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060214Jy sigma=0.943163 ! Fit after self-cal, rms=0.060213Jy sigma=0.943155 ! 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.060213Jy sigma=0.943155 ! Fit after self-cal, rms=0.060392Jy sigma=0.943148 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.487 mas, bmaj=2.933 mas, bpa=-70.78 degrees ! Estimated noise=0.456227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.42164e-05 Jy ! Component: 100 - total flux cleaned = -4.74075e-05 Jy ! Component: 150 - total flux cleaned = -5.75981e-05 Jy ! Component: 200 - total flux cleaned = -7.10189e-05 Jy ! Total flux subtracted in 200 components = -7.10189e-05 Jy ! Clean residual min=-0.001774 max=0.001338 Jy/beam ! Clean residual mean=-0.000003 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.122918 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 34 components and 0.122918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060392Jy sigma=0.943139 ! Fit after self-cal, rms=0.060392Jy sigma=0.943127 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 = -7.56199e-06 Jy ! Component: 100 - total flux cleaned = -1.95309e-05 Jy ! Component: 150 - total flux cleaned = -2.80771e-05 Jy ! Component: 200 - total flux cleaned = -3.89095e-05 Jy ! Total flux subtracted in 200 components = -3.89095e-05 Jy ! Clean residual min=-0.001776 max=0.001336 Jy/beam ! Clean residual mean=-0.000003 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.122879 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 34 components and 0.122879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060391Jy sigma=0.943121 ! Fit after self-cal, rms=0.060391Jy sigma=0.943111 ! 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.158 mas, bmaj=1.523 mas, bpa=-67.09 degrees ! Estimated noise=0.387234 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.158 x 1.523 at -67.09 degrees (North through East) ! Clean map min=-0.0014738 max=0.10722 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.8379 mas, bmaj=1.122 mas, bpa=-61.93 degrees ! Estimated noise=0.707546 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0816135 Jy ! Component: 100 - total flux cleaned = 0.107731 Jy ! Component: 150 - total flux cleaned = 0.118538 Jy ! Component: 200 - total flux cleaned = 0.122718 Jy ! Total flux subtracted in 200 components = 0.122718 Jy ! Clean residual min=-0.003186 max=0.003263 Jy/beam ! Clean residual mean=-0.000000 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.122718 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.122718 Jy ! Inverting map and beam ! Estimated beam: bmin=1.158 mas, bmaj=1.523 mas, bpa=-67.09 degrees ! Estimated noise=0.387234 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.000334751 Jy ! Component: 100 - total flux cleaned = 0.000334065 Jy ! Component: 150 - total flux cleaned = 0.000331974 Jy ! Component: 200 - total flux cleaned = 0.000303924 Jy ! Total flux subtracted in 200 components = 0.000303924 Jy ! Clean residual min=-0.001650 max=0.001367 Jy/beam ! Clean residual mean=-0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.123022 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 12 components and 0.123022 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.487 mas, bmaj=2.933 mas, bpa=-70.78 degrees ! Estimated noise=0.456227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.21772e-05 Jy ! Component: 100 - total flux cleaned = -5.17593e-05 Jy ! Component: 150 - total flux cleaned = -6.34867e-05 Jy ! Component: 200 - total flux cleaned = -7.37527e-05 Jy ! Total flux subtracted in 200 components = -7.37527e-05 Jy ! Clean residual min=-0.001778 max=0.001335 Jy/beam ! Clean residual mean=-0.000003 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.122948 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 = -9.32711e-06 Jy ! Component: 100 - total flux cleaned = -1.36903e-05 Jy ! Component: 150 - total flux cleaned = -1.81715e-05 Jy ! Component: 200 - total flux cleaned = -1.8049e-05 Jy ! Total flux subtracted in 200 components = -1.8049e-05 Jy ! Clean residual min=-0.001777 max=0.001338 Jy/beam ! Clean residual mean=-0.000003 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.12293 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 19 components and 0.12293 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.158 mas, bmaj=1.523 mas, bpa=-67.09 degrees ! Estimated noise=0.387234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.25495e-05 Jy ! Component: 100 - total flux cleaned = -2.11394e-05 Jy ! Component: 150 - total flux cleaned = -4.83671e-05 Jy ! Component: 200 - total flux cleaned = -6.03206e-05 Jy ! Total flux subtracted in 200 components = -6.03206e-05 Jy ! Clean residual min=-0.001601 max=0.001352 Jy/beam ! Clean residual mean=-0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.12287 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 22 components and 0.12287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060397Jy sigma=0.943210 ! Fit after self-cal, rms=0.060397Jy sigma=0.943185 wmodel J1607+8501_X_map.mod ! Writing 22 model components to file: J1607+8501_X_map.mod wobs J1607+8501_X_uvs.fits ! Writing UV FITS file: J1607+8501_X_uvs.fits wwins J1607+8501_X_map.win ! wwins: Wrote 1 windows to J1607+8501_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.000672388 Jy ! Component: 100 - total flux cleaned = -0.000851952 Jy ! Component: 150 - total flux cleaned = -0.000827399 Jy ! Component: 200 - total flux cleaned = -0.000851348 Jy ! Component: 250 - total flux cleaned = -0.000969099 Jy ! Component: 300 - total flux cleaned = -0.00110749 Jy ! Component: 350 - total flux cleaned = -0.00115244 Jy ! Component: 400 - total flux cleaned = -0.00117483 Jy ! Component: 450 - total flux cleaned = -0.00130584 Jy ! Component: 500 - total flux cleaned = -0.00134894 Jy ! Component: 550 - total flux cleaned = -0.0014974 Jy ! Component: 600 - total flux cleaned = -0.00153879 Jy ! Component: 650 - total flux cleaned = -0.00162141 Jy ! Component: 700 - total flux cleaned = -0.00158107 Jy ! Component: 750 - total flux cleaned = -0.00176288 Jy ! Component: 800 - total flux cleaned = -0.00174265 Jy ! Component: 850 - total flux cleaned = -0.00182128 Jy ! Component: 900 - total flux cleaned = -0.00191896 Jy ! Component: 950 - total flux cleaned = -0.00189971 Jy ! Component: 1000 - total flux cleaned = -0.0019959 Jy ! Component: 1050 - total flux cleaned = -0.00203408 Jy ! Component: 1100 - total flux cleaned = -0.00207191 Jy ! Component: 1150 - total flux cleaned = -0.00209055 Jy ! Component: 1200 - total flux cleaned = -0.00210907 Jy ! Component: 1250 - total flux cleaned = -0.00205393 Jy ! Component: 1300 - total flux cleaned = -0.00209038 Jy ! Component: 1350 - total flux cleaned = -0.00216288 Jy ! Component: 1400 - total flux cleaned = -0.00212671 Jy ! Component: 1450 - total flux cleaned = -0.00216242 Jy ! Component: 1500 - total flux cleaned = -0.00214464 Jy ! Component: 1550 - total flux cleaned = -0.00216215 Jy ! Component: 1600 - total flux cleaned = -0.00216226 Jy ! Component: 1650 - total flux cleaned = -0.00217976 Jy ! Component: 1700 - total flux cleaned = -0.00219709 Jy ! Component: 1750 - total flux cleaned = -0.00216286 Jy ! Component: 1800 - total flux cleaned = -0.00217989 Jy ! Component: 1850 - total flux cleaned = -0.00214587 Jy ! Component: 1900 - total flux cleaned = -0.00223057 Jy ! Component: 1950 - total flux cleaned = -0.00229788 Jy ! Component: 2000 - total flux cleaned = -0.00233126 Jy ! Component: 2050 - total flux cleaned = -0.00236449 Jy ! Component: 2100 - total flux cleaned = -0.00236436 Jy ! Component: 2150 - total flux cleaned = -0.00236455 Jy ! Component: 2200 - total flux cleaned = -0.00241354 Jy ! Component: 2250 - total flux cleaned = -0.00247871 Jy ! Component: 2300 - total flux cleaned = -0.00254353 Jy ! Component: 2350 - total flux cleaned = -0.00254355 Jy ! Component: 2400 - total flux cleaned = -0.00262366 Jy ! Component: 2450 - total flux cleaned = -0.0026715 Jy ! Component: 2500 - total flux cleaned = -0.00273505 Jy ! Component: 2550 - total flux cleaned = -0.00265591 Jy ! Component: 2600 - total flux cleaned = -0.00276604 Jy ! Component: 2650 - total flux cleaned = -0.00278171 Jy ! Component: 2700 - total flux cleaned = -0.00276596 Jy ! Component: 2750 - total flux cleaned = -0.0029365 Jy ! Component: 2800 - total flux cleaned = -0.00287479 Jy ! Component: 2850 - total flux cleaned = -0.00290551 Jy ! Component: 2900 - total flux cleaned = -0.00295134 Jy ! Component: 2950 - total flux cleaned = -0.00299718 Jy ! Component: 3000 - total flux cleaned = -0.00301229 Jy ! Component: 3050 - total flux cleaned = -0.00310294 Jy ! Component: 3100 - total flux cleaned = -0.00310293 Jy ! Component: 3150 - total flux cleaned = -0.00311791 Jy ! Component: 3200 - total flux cleaned = -0.00317761 Jy ! Component: 3250 - total flux cleaned = -0.00319249 Jy ! Component: 3300 - total flux cleaned = -0.00326669 Jy ! Component: 3350 - total flux cleaned = -0.00334051 Jy ! Component: 3400 - total flux cleaned = -0.00334055 Jy ! Component: 3450 - total flux cleaned = -0.00342857 Jy ! Component: 3500 - total flux cleaned = -0.00347229 Jy ! Component: 3550 - total flux cleaned = -0.00350139 Jy ! Component: 3600 - total flux cleaned = -0.00350144 Jy ! Component: 3650 - total flux cleaned = -0.00358813 Jy ! Component: 3700 - total flux cleaned = -0.00361694 Jy ! Component: 3750 - total flux cleaned = -0.00364564 Jy ! Component: 3800 - total flux cleaned = -0.00363146 Jy ! Component: 3850 - total flux cleaned = -0.00371685 Jy ! Component: 3900 - total flux cleaned = -0.00370269 Jy ! Component: 3950 - total flux cleaned = -0.00378752 Jy ! Component: 4000 - total flux cleaned = -0.00378758 Jy ! Component: 4050 - total flux cleaned = -0.00388576 Jy ! Total flux subtracted in 4096 components = -0.00391366 Jy ! Clean residual min=-0.000993 max=0.000928 Jy/beam ! Clean residual mean=-0.000000 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.118956 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 332 components and 0.118956 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv126_uvs/J1607+8501_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.158 x 1.523 at -67.09 degrees (North through East) ! Clean map min=-0.0011766 max=0.10731 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv126_uvs/J1607+8501_X_map.fits wmodel /scr/pima/rv126_uvs/J1607+8501_X_map.mod ! Writing 332 model components to file: /scr/pima/rv126_uvs/J1607+8501_X_map.mod wobs /scr/pima/rv126_uvs/J1607+8501_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv126_uvs/J1607+8501_X_uvs.fits wwins /scr/pima/rv126_uvs/J1607+8501_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rv126_uvs/J1607+8501_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.107313 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000236871 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.662186 0.662186 1.32437 2.64874 5.29748 10.595 21.1899 42.3799 84.7598 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.107 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 453.045 quit ! Quitting program ! Log file /scr/pima/rv126_uvs/J1607+8501_X_dfm.log closed on Sun Dec 23 03:21:05 2018