! Started logfile: /scr/pima/rv125_uvs/J0112+2020_X_dfm.log on Sun Dec 23 02:48:29 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/rv125_uvs/J0112+2020_X_uva.fits ! Reading UV FITS file: /scr/pima/rv125_uvs/J0112+2020_X_uva.fits ! AN table 1: 53 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.95021 visibilities/baseline/integration-bin. ! Found source: J0112+2020 ! ! 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 7252 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 J0112+2020_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 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014755Jy sigma=19.623035 ! Fit after self-cal, rms=0.854272Jy sigma=16.440181 ! 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.711 mas, bmaj=1.485 mas, bpa=-3.164 degrees ! Estimated noise=0.832249 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.106661 Jy ! Component: 100 - total flux cleaned = 0.142951 Jy ! Total flux subtracted in 100 components = 0.142951 Jy ! Clean residual min=-0.007229 max=0.016114 Jy/beam ! Clean residual mean=-0.000010 rms=0.001561 Jy/beam ! Combined flux in latest and established models = 0.142951 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.142951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061597Jy sigma=1.141709 ! Fit after self-cal, rms=0.061552Jy sigma=1.140610 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0174987 Jy ! Component: 100 - total flux cleaned = 0.0259895 Jy ! Total flux subtracted in 100 components = 0.0259895 Jy ! Clean residual min=-0.005075 max=0.005175 Jy/beam ! Clean residual mean=-0.000005 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.168941 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 10 components and 0.168941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055672Jy sigma=1.009703 ! Fit after self-cal, rms=0.055672Jy sigma=1.009409 ! 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=0.9257 mas, bmaj=1.829 mas, bpa=-2.956 degrees ! Estimated noise=0.44493 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 (-1.4, -0.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00828206 Jy ! Component: 100 - total flux cleaned = 0.0130082 Jy ! Component: 150 - total flux cleaned = 0.0162664 Jy ! Component: 200 - total flux cleaned = 0.0187104 Jy ! Total flux subtracted in 200 components = 0.0187104 Jy ! Clean residual min=-0.005760 max=0.004081 Jy/beam ! Clean residual mean=-0.000013 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.187651 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 31 components and 0.187651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054430Jy sigma=0.980248 ! Fit after self-cal, rms=0.054364Jy sigma=0.978622 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9257 x 1.829 at -2.956 degrees (North through East) ! Clean map min=-0.0053623 max=0.14613 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 HN 1.01 KP 1.08 LA 1.01 ! MK 0.98 NL 1.04 OV 0.98 PT 0.87 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 HN 1.04 KP 1.09 LA 1.02 ! MK 0.94 NL 1.03 OV 0.97 PT 0.87 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 HN 1.07 KP 1.10 LA 1.04 ! MK 0.96 NL 1.04 OV 0.97 PT 0.84 ! SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 HN 1.08 KP 1.10 LA 1.04 ! MK 1.01 NL 1.07 OV 0.99 PT 0.84 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.054364Jy sigma=0.978622 ! Fit after self-cal, rms=0.052303Jy sigma=0.935545 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9238 mas, bmaj=1.829 mas, bpa=-2.771 degrees ! Estimated noise=0.441322 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.000556777 Jy ! Component: 100 - total flux cleaned = -0.000627904 Jy ! Component: 150 - total flux cleaned = -0.000564444 Jy ! Component: 200 - total flux cleaned = -0.000535861 Jy ! Total flux subtracted in 200 components = -0.000535861 Jy ! Clean residual min=-0.001761 max=0.001740 Jy/beam ! Clean residual mean=0.000000 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.187115 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 45 components and 0.187115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052253Jy sigma=0.934783 ! Fit after self-cal, rms=0.052288Jy sigma=0.934409 ! 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.052288Jy sigma=0.934409 ! Fit after self-cal, rms=0.052280Jy sigma=0.932749 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9238 mas, bmaj=1.826 mas, bpa=-2.73 degrees ! Estimated noise=0.441217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000117556 Jy ! Component: 100 - total flux cleaned = -0.0001406 Jy ! Component: 150 - total flux cleaned = -0.000180651 Jy ! Component: 200 - total flux cleaned = -0.000216817 Jy ! Total flux subtracted in 200 components = -0.000216817 Jy ! Clean residual min=-0.001596 max=0.001724 Jy/beam ! Clean residual mean=-0.000001 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.186898 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.186898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052261Jy sigma=0.932475 ! Fit after self-cal, rms=0.052264Jy sigma=0.932451 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 (39, 20.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000895236 Jy ! Component: 100 - total flux cleaned = 0.000863255 Jy ! Component: 150 - total flux cleaned = 0.000913127 Jy ! Component: 200 - total flux cleaned = 0.000957739 Jy ! Total flux subtracted in 200 components = 0.000957739 Jy ! Clean residual min=-0.001557 max=0.001579 Jy/beam ! Clean residual mean=-0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.187856 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.187856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052214Jy sigma=0.931550 ! Fit after self-cal, rms=0.052208Jy sigma=0.931509 ! 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.052208Jy sigma=0.931509 ! Fit after self-cal, rms=0.052191Jy sigma=0.931376 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9234 mas, bmaj=1.825 mas, bpa=-2.68 degrees ! Estimated noise=0.441153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000238491 Jy ! Component: 100 - total flux cleaned = 0.000301108 Jy ! Component: 150 - total flux cleaned = 0.000300956 Jy ! Component: 200 - total flux cleaned = 0.000300581 Jy ! Total flux subtracted in 200 components = 0.000300581 Jy ! Clean residual min=-0.001525 max=0.001595 Jy/beam ! Clean residual mean=-0.000000 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.188157 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 73 components and 0.188157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052175Jy sigma=0.931131 ! Fit after self-cal, rms=0.052174Jy sigma=0.931126 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 (-42.8, 50.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102203 Jy ! Component: 100 - total flux cleaned = 0.00114552 Jy ! Component: 150 - total flux cleaned = 0.00117121 Jy ! Component: 200 - total flux cleaned = 0.00112454 Jy ! Total flux subtracted in 200 components = 0.00112454 Jy ! Clean residual min=-0.001425 max=0.001494 Jy/beam ! Clean residual mean=-0.000001 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.189281 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 87 components and 0.189281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052128Jy sigma=0.930294 ! Fit after self-cal, rms=0.052126Jy sigma=0.930248 ! 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.052126Jy sigma=0.930248 ! Fit after self-cal, rms=0.052081Jy sigma=0.930123 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.965 mas, bmaj=2.924 mas, bpa=-5.87 degrees ! Estimated noise=0.53871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.14188e-05 Jy ! Component: 100 - total flux cleaned = 0.000206135 Jy ! Component: 150 - total flux cleaned = 0.00019214 Jy ! Component: 200 - total flux cleaned = 0.000164816 Jy ! Total flux subtracted in 200 components = 0.000164816 Jy ! Clean residual min=-0.001568 max=0.001626 Jy/beam ! Clean residual mean=-0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.189446 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 95 components and 0.189446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052076Jy sigma=0.929979 ! Fit after self-cal, rms=0.052077Jy sigma=0.929967 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 (-37.6, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126545 Jy ! Component: 100 - total flux cleaned = 0.00140024 Jy ! Component: 150 - total flux cleaned = 0.00145758 Jy ! Component: 200 - total flux cleaned = 0.00148232 Jy ! Total flux subtracted in 200 components = 0.00148232 Jy ! Clean residual min=-0.001321 max=0.001402 Jy/beam ! Clean residual mean=-0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.190928 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 116 components and 0.190928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052043Jy sigma=0.929367 ! Fit after self-cal, rms=0.052041Jy sigma=0.929319 ! 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=0.9227 mas, bmaj=1.824 mas, bpa=-2.704 degrees ! Estimated noise=0.44088 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9227 x 1.824 at -2.704 degrees (North through East) ! Clean map min=-0.0012332 max=0.14526 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.7083 mas, bmaj=1.48 mas, bpa=-2.677 degrees ! Estimated noise=0.823976 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.105644 Jy ! Component: 100 - total flux cleaned = 0.141818 Jy ! Component: 150 - total flux cleaned = 0.159203 Jy ! Component: 200 - total flux cleaned = 0.167764 Jy ! Total flux subtracted in 200 components = 0.167764 Jy ! Clean residual min=-0.003528 max=0.004239 Jy/beam ! Clean residual mean=-0.000003 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.167764 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.167764 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9227 mas, bmaj=1.824 mas, bpa=-2.704 degrees ! Estimated noise=0.44088 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.0076733 Jy ! Component: 100 - total flux cleaned = 0.0119475 Jy ! Component: 150 - total flux cleaned = 0.0146903 Jy ! Component: 200 - total flux cleaned = 0.0167829 Jy ! Total flux subtracted in 200 components = 0.0167829 Jy ! Clean residual min=-0.001735 max=0.001788 Jy/beam ! Clean residual mean=-0.000003 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.184547 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 28 components and 0.184547 Jy ! Inverting map ! Added new window around map position (17.4, 30.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159396 Jy ! Component: 100 - total flux cleaned = 0.00276453 Jy ! Component: 150 - total flux cleaned = 0.00363049 Jy ! Component: 200 - total flux cleaned = 0.00436449 Jy ! Total flux subtracted in 200 components = 0.00436449 Jy ! Clean residual min=-0.001600 max=0.001568 Jy/beam ! Clean residual mean=-0.000001 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.188912 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 50 components and 0.188912 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=1.965 mas, bmaj=2.924 mas, bpa=-5.87 degrees ! Estimated noise=0.53871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112371 Jy ! Component: 100 - total flux cleaned = 0.00151094 Jy ! Component: 150 - total flux cleaned = 0.00179768 Jy ! Component: 200 - total flux cleaned = 0.00208552 Jy ! Total flux subtracted in 200 components = 0.00208552 Jy ! Clean residual min=-0.001520 max=0.001391 Jy/beam ! Clean residual mean=-0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.190997 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.0001149 Jy ! Component: 100 - total flux cleaned = 0.000168005 Jy ! Component: 150 - total flux cleaned = 0.000316901 Jy ! Component: 200 - total flux cleaned = 0.000386247 Jy ! Total flux subtracted in 200 components = 0.000386247 Jy ! Clean residual min=-0.001419 max=0.001347 Jy/beam ! Clean residual mean=-0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.191383 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 103 components and 0.191383 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9227 mas, bmaj=1.824 mas, bpa=-2.704 degrees ! Estimated noise=0.44088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000426552 Jy ! Component: 100 - total flux cleaned = 0.00071711 Jy ! Component: 150 - total flux cleaned = 0.000852924 Jy ! Component: 200 - total flux cleaned = 0.000885168 Jy ! Total flux subtracted in 200 components = 0.000885168 Jy ! Clean residual min=-0.001378 max=0.001440 Jy/beam ! Clean residual mean=-0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.192268 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 126 components and 0.192268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052013Jy sigma=0.928864 ! Fit after self-cal, rms=0.052004Jy sigma=0.928709 wmodel J0112+2020_X_map.mod ! Writing 126 model components to file: J0112+2020_X_map.mod wobs J0112+2020_X_uvs.fits ! Writing UV FITS file: J0112+2020_X_uvs.fits wwins J0112+2020_X_map.win ! wwins: Wrote 6 windows to J0112+2020_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.000199085 Jy ! Component: 100 - total flux cleaned = 0.000102296 Jy ! Component: 150 - total flux cleaned = 3.30593e-05 Jy ! Component: 200 - total flux cleaned = -1.1378e-05 Jy ! Component: 250 - total flux cleaned = -9.90267e-05 Jy ! Component: 300 - total flux cleaned = -9.87223e-05 Jy ! Component: 350 - total flux cleaned = -0.000141306 Jy ! Component: 400 - total flux cleaned = -0.000120819 Jy ! Component: 450 - total flux cleaned = -0.00016194 Jy ! Component: 500 - total flux cleaned = -0.000181892 Jy ! Component: 550 - total flux cleaned = -0.000201662 Jy ! Component: 600 - total flux cleaned = -0.000280043 Jy ! Component: 650 - total flux cleaned = -0.000260957 Jy ! Component: 700 - total flux cleaned = -0.000299214 Jy ! Component: 750 - total flux cleaned = -0.000299129 Jy ! Component: 800 - total flux cleaned = -0.000317601 Jy ! Component: 850 - total flux cleaned = -0.000336106 Jy ! Component: 900 - total flux cleaned = -0.000317674 Jy ! Component: 950 - total flux cleaned = -0.000335656 Jy ! Component: 1000 - total flux cleaned = -0.000335517 Jy ! Component: 1050 - total flux cleaned = -0.000353221 Jy ! Component: 1100 - total flux cleaned = -0.000370609 Jy ! Component: 1150 - total flux cleaned = -0.000318383 Jy ! Component: 1200 - total flux cleaned = -0.000352753 Jy ! Component: 1250 - total flux cleaned = -0.000335487 Jy ! Component: 1300 - total flux cleaned = -0.000250867 Jy ! Component: 1350 - total flux cleaned = -0.000284485 Jy ! Component: 1400 - total flux cleaned = -0.000217834 Jy ! Component: 1450 - total flux cleaned = -0.000168435 Jy ! Component: 1500 - total flux cleaned = -0.0001685 Jy ! Component: 1550 - total flux cleaned = -0.000168684 Jy ! Component: 1600 - total flux cleaned = -0.000200835 Jy ! Component: 1650 - total flux cleaned = -0.000136457 Jy ! Component: 1700 - total flux cleaned = -0.000104459 Jy ! Component: 1750 - total flux cleaned = -0.00012034 Jy ! Component: 1800 - total flux cleaned = -5.75453e-05 Jy ! Component: 1850 - total flux cleaned = 4.65977e-06 Jy ! Component: 1900 - total flux cleaned = -5.73187e-05 Jy ! Component: 1950 - total flux cleaned = 3.50408e-05 Jy ! Component: 2000 - total flux cleaned = 1.97613e-05 Jy ! Component: 2050 - total flux cleaned = 4.72249e-06 Jy ! Component: 2100 - total flux cleaned = 0.000125588 Jy ! Component: 2150 - total flux cleaned = 0.000215442 Jy ! Component: 2200 - total flux cleaned = 0.000170653 Jy ! Component: 2250 - total flux cleaned = 0.000244622 Jy ! Component: 2300 - total flux cleaned = 0.000215116 Jy ! Component: 2350 - total flux cleaned = 0.000273848 Jy ! Component: 2400 - total flux cleaned = 0.000288233 Jy ! Component: 2450 - total flux cleaned = 0.000374995 Jy ! Component: 2500 - total flux cleaned = 0.000418208 Jy ! Component: 2550 - total flux cleaned = 0.000346588 Jy ! Component: 2600 - total flux cleaned = 0.000403613 Jy ! Component: 2650 - total flux cleaned = 0.000474438 Jy ! Component: 2700 - total flux cleaned = 0.000474435 Jy ! Component: 2750 - total flux cleaned = 0.000474506 Jy ! Component: 2800 - total flux cleaned = 0.000571851 Jy ! Component: 2850 - total flux cleaned = 0.000571836 Jy ! Component: 2900 - total flux cleaned = 0.000613025 Jy ! Component: 2950 - total flux cleaned = 0.000667892 Jy ! Component: 3000 - total flux cleaned = 0.00066775 Jy ! Component: 3050 - total flux cleaned = 0.000681298 Jy ! Component: 3100 - total flux cleaned = 0.00070839 Jy ! Component: 3150 - total flux cleaned = 0.000748685 Jy ! Component: 3200 - total flux cleaned = 0.000762039 Jy ! Component: 3250 - total flux cleaned = 0.000695477 Jy ! Component: 3300 - total flux cleaned = 0.000841084 Jy ! Component: 3350 - total flux cleaned = 0.000827903 Jy ! Component: 3400 - total flux cleaned = 0.000827883 Jy ! Component: 3450 - total flux cleaned = 0.000880125 Jy ! Component: 3500 - total flux cleaned = 0.00093204 Jy ! Component: 3550 - total flux cleaned = 0.000945023 Jy ! Component: 3600 - total flux cleaned = 0.000957868 Jy ! Component: 3650 - total flux cleaned = 0.00103471 Jy ! Component: 3700 - total flux cleaned = 0.00107304 Jy ! Component: 3750 - total flux cleaned = 0.00107292 Jy ! Component: 3800 - total flux cleaned = 0.00108557 Jy ! Component: 3850 - total flux cleaned = 0.00109813 Jy ! Component: 3900 - total flux cleaned = 0.00112328 Jy ! Component: 3950 - total flux cleaned = 0.00116072 Jy ! Component: 4000 - total flux cleaned = 0.00121035 Jy ! Component: 4050 - total flux cleaned = 0.00119797 Jy ! Total flux subtracted in 4096 components = 0.00119788 Jy ! Clean residual min=-0.000735 max=0.000746 Jy/beam ! Clean residual mean=-0.000000 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.193466 Jy keep ! Adding 316 model components to the UV plane model. ! The established model now contains 442 components and 0.193466 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv125_uvs/J0112+2020_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9227 x 1.824 at -2.704 degrees (North through East) ! Clean map min=-0.0010819 max=0.14512 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv125_uvs/J0112+2020_X_map.fits wmodel /scr/pima/rv125_uvs/J0112+2020_X_map.mod ! Writing 442 model components to file: /scr/pima/rv125_uvs/J0112+2020_X_map.mod wobs /scr/pima/rv125_uvs/J0112+2020_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv125_uvs/J0112+2020_X_uvs.fits wwins /scr/pima/rv125_uvs/J0112+2020_X_map.win ! wwins: Wrote 7 windows to /scr/pima/rv125_uvs/J0112+2020_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.145117 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209332 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.43275 0.43275 0.865501 1.731 3.462 6.924 13.848 27.696 55.392 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.145 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 693.24 quit ! Quitting program ! Log file /scr/pima/rv125_uvs/J0112+2020_X_dfm.log closed on Sun Dec 23 02:48:33 2018