! Started logfile: /scr/pima/rv126_uvs/J1145+1936_X_dfm.log on Sun Dec 23 03:19:32 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/J1145+1936_X_uva.fits ! Reading UV FITS file: /scr/pima/rv126_uvs/J1145+1936_X_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.528361 visibilities/baseline/integration-bin. ! Found source: J1145+1936 ! ! 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 13600 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 J1145+1936_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 513 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 513 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 513 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 513 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.009585Jy sigma=18.447139 ! Fit after self-cal, rms=0.880234Jy sigma=16.072237 ! 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.7331 mas, bmaj=1.817 mas, bpa=-33.07 degrees ! Estimated noise=0.64822 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.0865642 Jy ! Component: 100 - total flux cleaned = 0.108992 Jy ! Total flux subtracted in 100 components = 0.108992 Jy ! Clean residual min=-0.004344 max=0.009481 Jy/beam ! Clean residual mean=0.000017 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.108992 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.108992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065331Jy sigma=1.107714 ! Fit after self-cal, rms=0.065281Jy sigma=1.106969 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111202 Jy ! Component: 100 - total flux cleaned = 0.0181276 Jy ! Total flux subtracted in 100 components = 0.0181276 Jy ! Clean residual min=-0.003646 max=0.004096 Jy/beam ! Clean residual mean=0.000012 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.12712 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 15 components and 0.127119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061810Jy sigma=1.030626 ! Fit after self-cal, rms=0.061804Jy sigma=1.030308 ! 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.011 mas, bmaj=2.305 mas, bpa=-29 degrees ! Estimated noise=0.342385 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, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00997954 Jy ! Component: 100 - total flux cleaned = 0.0158877 Jy ! Component: 150 - total flux cleaned = 0.019802 Jy ! Component: 200 - total flux cleaned = 0.0224778 Jy ! Total flux subtracted in 200 components = 0.0224778 Jy ! Clean residual min=-0.002722 max=0.003007 Jy/beam ! Clean residual mean=0.000018 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.149597 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 58 components and 0.149597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060167Jy sigma=0.993500 ! Fit after self-cal, rms=0.060069Jy sigma=0.991269 ! 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.011 x 2.305 at -29 degrees (North through East) ! Clean map min=-0.0026119 max=0.1171 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.95 HN 1.00 KP 1.06 ! LA 1.03 MK 0.99 NL 1.08 NY 0.87 ! OV 0.96 PT 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.95 HN 0.96 KP 1.09 ! LA 1.02 MK 1.00 NL 1.07 NY 1.01 ! OV 0.98 PT 0.90 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 0.93 KP 1.07 ! LA 1.04 MK 1.05 NL 1.09 NY 0.99 ! OV 0.96 PT 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.96 HN 0.99 KP 1.10 ! LA 1.04 MK 1.03 NL 1.05 NY 1.09 ! OV 0.99 PT 0.88 ! ! ! Fit before self-cal, rms=0.060069Jy sigma=0.991269 ! Fit after self-cal, rms=0.058645Jy sigma=0.973807 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.014 mas, bmaj=2.306 mas, bpa=-29.03 degrees ! Estimated noise=0.338595 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 (3.4, 7.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00242428 Jy ! Component: 100 - total flux cleaned = 0.00387715 Jy ! Component: 150 - total flux cleaned = 0.00435675 Jy ! Component: 200 - total flux cleaned = 0.00457109 Jy ! Total flux subtracted in 200 components = 0.00457109 Jy ! Clean residual min=-0.001739 max=0.001576 Jy/beam ! Clean residual mean=0.000006 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.154168 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 94 components and 0.154168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058534Jy sigma=0.971345 ! Fit after self-cal, rms=0.058547Jy sigma=0.970953 ! 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.058547Jy sigma=0.970953 ! Fit after self-cal, rms=0.058491Jy sigma=0.969059 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.014 mas, bmaj=2.305 mas, bpa=-28.97 degrees ! Estimated noise=0.338286 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000869729 Jy ! Component: 100 - total flux cleaned = 0.00107346 Jy ! Component: 150 - total flux cleaned = 0.00121206 Jy ! Component: 200 - total flux cleaned = 0.00130835 Jy ! Total flux subtracted in 200 components = 0.00130835 Jy ! Clean residual min=-0.001716 max=0.001560 Jy/beam ! Clean residual mean=0.000009 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.155477 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 108 components and 0.155477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058459Jy sigma=0.968374 ! Fit after self-cal, rms=0.058459Jy sigma=0.968287 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.000165682 Jy ! Component: 100 - total flux cleaned = 0.000188281 Jy ! Component: 150 - total flux cleaned = 0.000227968 Jy ! Component: 200 - total flux cleaned = 0.000245259 Jy ! Total flux subtracted in 200 components = 0.000245259 Jy ! Clean residual min=-0.001702 max=0.001541 Jy/beam ! Clean residual mean=0.000010 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.155722 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 124 components and 0.155722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058444Jy sigma=0.968003 ! Fit after self-cal, rms=0.058442Jy sigma=0.967972 ! 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.058442Jy sigma=0.967972 ! Fit after self-cal, rms=0.058363Jy sigma=0.965994 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.013 mas, bmaj=2.304 mas, bpa=-28.98 degrees ! Estimated noise=0.338295 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000473173 Jy ! Component: 100 - total flux cleaned = 0.000576713 Jy ! Component: 150 - total flux cleaned = 0.000632656 Jy ! Component: 200 - total flux cleaned = 0.000682154 Jy ! Total flux subtracted in 200 components = 0.000682154 Jy ! Clean residual min=-0.001502 max=0.001437 Jy/beam ! Clean residual mean=-0.000000 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.156404 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 137 components and 0.156404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058350Jy sigma=0.965738 ! Fit after self-cal, rms=0.058352Jy sigma=0.965690 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.000112594 Jy ! Component: 100 - total flux cleaned = 0.000127433 Jy ! Component: 150 - total flux cleaned = 0.00014204 Jy ! Component: 200 - total flux cleaned = 0.000156177 Jy ! Total flux subtracted in 200 components = 0.000156177 Jy ! Clean residual min=-0.001492 max=0.001427 Jy/beam ! Clean residual mean=-0.000000 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.15656 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 140 components and 0.15656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058343Jy sigma=0.965542 ! Fit after self-cal, rms=0.058342Jy sigma=0.965528 ! 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.058342Jy sigma=0.965528 ! Fit after self-cal, rms=0.058301Jy sigma=0.965432 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.629 mas, bmaj=3.305 mas, bpa=-21.44 degrees ! Estimated noise=0.393986 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00051928 Jy ! Component: 100 - total flux cleaned = 0.000475038 Jy ! Component: 150 - total flux cleaned = 0.000435008 Jy ! Component: 200 - total flux cleaned = 0.000388243 Jy ! Total flux subtracted in 200 components = 0.000388243 Jy ! Clean residual min=-0.001425 max=0.001488 Jy/beam ! Clean residual mean=-0.000001 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.156949 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 164 components and 0.156949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058297Jy sigma=0.965348 ! Fit after self-cal, rms=0.058295Jy sigma=0.965331 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 = 9.75464e-05 Jy ! Component: 100 - total flux cleaned = 8.61114e-05 Jy ! Component: 150 - total flux cleaned = 3.54684e-05 Jy ! Component: 200 - total flux cleaned = 8.55847e-06 Jy ! Total flux subtracted in 200 components = 8.55847e-06 Jy ! Clean residual min=-0.001414 max=0.001476 Jy/beam ! Clean residual mean=-0.000000 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.156957 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 176 components and 0.156957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058293Jy sigma=0.965288 ! Fit after self-cal, rms=0.058293Jy sigma=0.965279 ! 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.012 mas, bmaj=2.303 mas, bpa=-28.98 degrees ! Estimated noise=0.338363 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.012 x 2.303 at -28.98 degrees (North through East) ! Clean map min=-0.0013879 max=0.11575 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.7326 mas, bmaj=1.814 mas, bpa=-33.1 degrees ! Estimated noise=0.64423 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0858191 Jy ! Component: 100 - total flux cleaned = 0.109094 Jy ! Component: 150 - total flux cleaned = 0.119919 Jy ! Component: 200 - total flux cleaned = 0.126757 Jy ! Total flux subtracted in 200 components = 0.126757 Jy ! Clean residual min=-0.003122 max=0.003928 Jy/beam ! Clean residual mean=0.000005 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.126757 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.126757 Jy ! Inverting map and beam ! Estimated beam: bmin=1.012 mas, bmaj=2.303 mas, bpa=-28.98 degrees ! Estimated noise=0.338363 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.00955523 Jy ! Component: 100 - total flux cleaned = 0.0152654 Jy ! Component: 150 - total flux cleaned = 0.0190428 Jy ! Component: 200 - total flux cleaned = 0.0217417 Jy ! Total flux subtracted in 200 components = 0.0217417 Jy ! Clean residual min=-0.001739 max=0.001555 Jy/beam ! Clean residual mean=0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.148499 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 69 components and 0.148499 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.629 mas, bmaj=3.305 mas, bpa=-21.44 degrees ! Estimated noise=0.393986 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00292176 Jy ! Component: 100 - total flux cleaned = 0.00485331 Jy ! Component: 150 - total flux cleaned = 0.00618311 Jy ! Component: 200 - total flux cleaned = 0.00705085 Jy ! Total flux subtracted in 200 components = 0.00705085 Jy ! Clean residual min=-0.001551 max=0.001572 Jy/beam ! Clean residual mean=0.000000 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.15555 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) ! Added new window around map position (7.2, 14.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000808759 Jy ! Component: 100 - total flux cleaned = 0.00134979 Jy ! Component: 150 - total flux cleaned = 0.00182575 Jy ! Component: 200 - total flux cleaned = 0.00205799 Jy ! Total flux subtracted in 200 components = 0.00205799 Jy ! Clean residual min=-0.001250 max=0.001269 Jy/beam ! Clean residual mean=0.000000 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.157608 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 142 components and 0.157608 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.012 mas, bmaj=2.303 mas, bpa=-28.98 degrees ! Estimated noise=0.338363 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00055892 Jy ! Component: 100 - total flux cleaned = 0.000791298 Jy ! Component: 150 - total flux cleaned = 0.00105474 Jy ! Component: 200 - total flux cleaned = 0.00125079 Jy ! Total flux subtracted in 200 components = 0.00125079 Jy ! Clean residual min=-0.001355 max=0.001291 Jy/beam ! Clean residual mean=0.000000 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.158859 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 166 components and 0.158859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058285Jy sigma=0.965148 ! Fit after self-cal, rms=0.058281Jy sigma=0.965007 wmodel J1145+1936_X_map.mod ! Writing 166 model components to file: J1145+1936_X_map.mod wobs J1145+1936_X_uvs.fits ! Writing UV FITS file: J1145+1936_X_uvs.fits wwins J1145+1936_X_map.win ! wwins: Wrote 4 windows to J1145+1936_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 = 1.37561e-05 Jy ! Component: 100 - total flux cleaned = 0.000278356 Jy ! Component: 150 - total flux cleaned = 0.000530497 Jy ! Component: 200 - total flux cleaned = 0.000651959 Jy ! Component: 250 - total flux cleaned = 0.000730143 Jy ! Component: 300 - total flux cleaned = 0.000806615 Jy ! Component: 350 - total flux cleaned = 0.000881651 Jy ! Component: 400 - total flux cleaned = 0.000955137 Jy ! Component: 450 - total flux cleaned = 0.00102753 Jy ! Component: 500 - total flux cleaned = 0.0010634 Jy ! Component: 550 - total flux cleaned = 0.00120405 Jy ! Component: 600 - total flux cleaned = 0.00127319 Jy ! Component: 650 - total flux cleaned = 0.00137537 Jy ! Component: 700 - total flux cleaned = 0.00139217 Jy ! Component: 750 - total flux cleaned = 0.00140903 Jy ! Component: 800 - total flux cleaned = 0.001475 Jy ! Component: 850 - total flux cleaned = 0.00150739 Jy ! Component: 900 - total flux cleaned = 0.00150732 Jy ! Component: 950 - total flux cleaned = 0.0015393 Jy ! Component: 1000 - total flux cleaned = 0.00150775 Jy ! Component: 1050 - total flux cleaned = 0.00155463 Jy ! Component: 1100 - total flux cleaned = 0.00149277 Jy ! Component: 1150 - total flux cleaned = 0.00153903 Jy ! Component: 1200 - total flux cleaned = 0.00159968 Jy ! Component: 1250 - total flux cleaned = 0.0016146 Jy ! Component: 1300 - total flux cleaned = 0.00158462 Jy ! Component: 1350 - total flux cleaned = 0.00158462 Jy ! Component: 1400 - total flux cleaned = 0.00161386 Jy ! Component: 1450 - total flux cleaned = 0.00161374 Jy ! Component: 1500 - total flux cleaned = 0.00159922 Jy ! Component: 1550 - total flux cleaned = 0.00159928 Jy ! Component: 1600 - total flux cleaned = 0.00161366 Jy ! Component: 1650 - total flux cleaned = 0.00161364 Jy ! Component: 1700 - total flux cleaned = 0.00161364 Jy ! Component: 1750 - total flux cleaned = 0.00158559 Jy ! Component: 1800 - total flux cleaned = 0.0016553 Jy ! Component: 1850 - total flux cleaned = 0.00159979 Jy ! Component: 1900 - total flux cleaned = 0.00157223 Jy ! Component: 1950 - total flux cleaned = 0.0015995 Jy ! Component: 2000 - total flux cleaned = 0.00159944 Jy ! Component: 2050 - total flux cleaned = 0.00155892 Jy ! Component: 2100 - total flux cleaned = 0.00153184 Jy ! Component: 2150 - total flux cleaned = 0.0015587 Jy ! Component: 2200 - total flux cleaned = 0.00153204 Jy ! Component: 2250 - total flux cleaned = 0.00147885 Jy ! Component: 2300 - total flux cleaned = 0.00149208 Jy ! Component: 2350 - total flux cleaned = 0.00147894 Jy ! Component: 2400 - total flux cleaned = 0.00150523 Jy ! Component: 2450 - total flux cleaned = 0.00151816 Jy ! Component: 2500 - total flux cleaned = 0.00153106 Jy ! Component: 2550 - total flux cleaned = 0.00147954 Jy ! Component: 2600 - total flux cleaned = 0.00149228 Jy ! Component: 2650 - total flux cleaned = 0.00145405 Jy ! Component: 2700 - total flux cleaned = 0.00145403 Jy ! Component: 2750 - total flux cleaned = 0.0014162 Jy ! Component: 2800 - total flux cleaned = 0.00145399 Jy ! Component: 2850 - total flux cleaned = 0.00144142 Jy ! Component: 2900 - total flux cleaned = 0.001379 Jy ! Component: 2950 - total flux cleaned = 0.00139144 Jy ! Component: 3000 - total flux cleaned = 0.00139142 Jy ! Component: 3050 - total flux cleaned = 0.00139138 Jy ! Component: 3100 - total flux cleaned = 0.00140367 Jy ! Component: 3150 - total flux cleaned = 0.00135476 Jy ! Component: 3200 - total flux cleaned = 0.00134264 Jy ! Component: 3250 - total flux cleaned = 0.00133058 Jy ! Component: 3300 - total flux cleaned = 0.00134267 Jy ! Component: 3350 - total flux cleaned = 0.00135466 Jy ! Component: 3400 - total flux cleaned = 0.0012827 Jy ! Component: 3450 - total flux cleaned = 0.00127082 Jy ! Component: 3500 - total flux cleaned = 0.00127077 Jy ! Component: 3550 - total flux cleaned = 0.00129449 Jy ! Component: 3600 - total flux cleaned = 0.00128263 Jy ! Component: 3650 - total flux cleaned = 0.0012356 Jy ! Component: 3700 - total flux cleaned = 0.00122395 Jy ! Component: 3750 - total flux cleaned = 0.00115386 Jy ! Component: 3800 - total flux cleaned = 0.0011422 Jy ! Component: 3850 - total flux cleaned = 0.00113065 Jy ! Component: 3900 - total flux cleaned = 0.00111909 Jy ! Component: 3950 - total flux cleaned = 0.00115368 Jy ! Component: 4000 - total flux cleaned = 0.00108469 Jy ! Component: 4050 - total flux cleaned = 0.00109619 Jy ! Total flux subtracted in 4096 components = 0.00103915 Jy ! Clean residual min=-0.000803 max=0.000744 Jy/beam ! Clean residual mean=-0.000000 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.159898 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 471 components and 0.159898 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv126_uvs/J1145+1936_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.012 x 2.303 at -28.98 degrees (North through East) ! Clean map min=-0.00089881 max=0.11576 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv126_uvs/J1145+1936_X_map.fits wmodel /scr/pima/rv126_uvs/J1145+1936_X_map.mod ! Writing 471 model components to file: /scr/pima/rv126_uvs/J1145+1936_X_map.mod wobs /scr/pima/rv126_uvs/J1145+1936_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv126_uvs/J1145+1936_X_uvs.fits wwins /scr/pima/rv126_uvs/J1145+1936_X_map.win ! wwins: Wrote 5 windows to /scr/pima/rv126_uvs/J1145+1936_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.115761 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000200343 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.5192 0.5192 1.0384 2.0768 4.1536 8.3072 16.6144 33.2288 66.4576 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.115 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 577.812 quit ! Quitting program ! Log file /scr/pima/rv126_uvs/J1145+1936_X_dfm.log closed on Sun Dec 23 03:19:36 2018