! Started logfile: /scr/pima/rv122_uvs/J1254-2000_X_dfm.log on Fri Jul 13 21:08:59 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/rv122_uvs/J1254-2000_X_uva.fits ! Reading UV FITS file: /scr/pima/rv122_uvs/J1254-2000_X_uva.fits ! AN table 1: 53 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.700734 visibilities/baseline/integration-bin. ! Found source: J1254-2000 ! ! 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 5348 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 J1254-2000_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 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.013013Jy sigma=17.765077 ! Fit after self-cal, rms=0.874633Jy sigma=15.211831 ! 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.6663 mas, bmaj=1.495 mas, bpa=-2.049 degrees ! Estimated noise=1.15885 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.0929378 Jy ! Component: 100 - total flux cleaned = 0.114752 Jy ! Total flux subtracted in 100 components = 0.114752 Jy ! Clean residual min=-0.006095 max=0.009049 Jy/beam ! Clean residual mean=-0.000011 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.114752 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.114752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061754Jy sigma=0.995406 ! Fit after self-cal, rms=0.061753Jy sigma=0.995292 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105283 Jy ! Component: 100 - total flux cleaned = 0.0168291 Jy ! Total flux subtracted in 100 components = 0.0168291 Jy ! Clean residual min=-0.004911 max=0.005362 Jy/beam ! Clean residual mean=-0.000007 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.131581 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.131581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058677Jy sigma=0.920400 ! Fit after self-cal, rms=0.058688Jy sigma=0.920248 ! 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.8776 mas, bmaj=1.92 mas, bpa=-1.109 degrees ! Estimated noise=0.587341 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.00839271 Jy ! Component: 100 - total flux cleaned = 0.0125791 Jy ! Component: 150 - total flux cleaned = 0.0147827 Jy ! Component: 200 - total flux cleaned = 0.0155664 Jy ! Total flux subtracted in 200 components = 0.0155664 Jy ! Clean residual min=-0.004192 max=0.005010 Jy/beam ! Clean residual mean=-0.000012 rms=0.001120 Jy/beam ! Combined flux in latest and established models = 0.147147 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.147147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057756Jy sigma=0.895381 ! Fit after self-cal, rms=0.057776Jy sigma=0.895288 ! 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.8776 x 1.92 at -1.109 degrees (North through East) ! Clean map min=-0.0039344 max=0.12646 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.96 HN 1.09 KP 1.10 ! LA 1.03 MK 0.98 OV 0.97 PT 0.87 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.94 HN 1.13 KP 1.11 ! LA 1.03 MK 0.99 OV 0.96 PT 0.88 ! SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.94 HN 1.09 KP 1.08 ! LA 1.06 MK 1.03 OV 0.96 PT 0.89 ! SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.93 HN 1.08 KP 1.12 ! LA 1.06 MK 0.99 OV 0.96 PT 0.86 ! SC 0.99 ! ! ! Fit before self-cal, rms=0.057776Jy sigma=0.895288 ! Fit after self-cal, rms=0.057551Jy sigma=0.868270 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8772 mas, bmaj=1.914 mas, bpa=-0.5765 degrees ! Estimated noise=0.585767 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.000901766 Jy ! Component: 100 - total flux cleaned = -0.000902777 Jy ! Component: 150 - total flux cleaned = -0.000905068 Jy ! Component: 200 - total flux cleaned = -0.00090619 Jy ! Total flux subtracted in 200 components = -0.00090619 Jy ! Clean residual min=-0.002125 max=0.002126 Jy/beam ! Clean residual mean=-0.000002 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.146241 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 27 components and 0.146241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057502Jy sigma=0.867709 ! Fit after self-cal, rms=0.057566Jy sigma=0.867446 ! 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.057566Jy sigma=0.867446 ! Fit after self-cal, rms=0.058054Jy sigma=0.865663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8769 mas, bmaj=1.915 mas, bpa=-0.4872 degrees ! Estimated noise=0.584884 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000387252 Jy ! Component: 100 - total flux cleaned = -0.000365444 Jy ! Component: 150 - total flux cleaned = -0.000385407 Jy ! Component: 200 - total flux cleaned = -0.00040361 Jy ! Total flux subtracted in 200 components = -0.00040361 Jy ! Clean residual min=-0.001955 max=0.001931 Jy/beam ! Clean residual mean=-0.000003 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.145837 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.145838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058032Jy sigma=0.865450 ! Fit after self-cal, rms=0.058048Jy sigma=0.865412 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 = -8.93751e-05 Jy ! Component: 100 - total flux cleaned = -8.84575e-05 Jy ! Component: 150 - total flux cleaned = -8.77765e-05 Jy ! Component: 200 - total flux cleaned = -0.000101652 Jy ! Total flux subtracted in 200 components = -0.000101652 Jy ! Clean residual min=-0.001952 max=0.001923 Jy/beam ! Clean residual mean=-0.000003 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.145736 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.145736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058035Jy sigma=0.865307 ! Fit after self-cal, rms=0.058035Jy sigma=0.865293 ! 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.058035Jy sigma=0.865293 ! Fit after self-cal, rms=0.058348Jy sigma=0.865231 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8776 mas, bmaj=1.915 mas, bpa=-0.401 degrees ! Estimated noise=0.585539 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000188986 Jy ! Component: 100 - total flux cleaned = -0.0001588 Jy ! Component: 150 - total flux cleaned = -0.000172044 Jy ! Component: 200 - total flux cleaned = -0.00018446 Jy ! Total flux subtracted in 200 components = -0.00018446 Jy ! Clean residual min=-0.001958 max=0.001881 Jy/beam ! Clean residual mean=-0.000003 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.145551 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 31 components and 0.145551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058338Jy sigma=0.865140 ! Fit after self-cal, rms=0.058344Jy sigma=0.865129 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 = -6.13235e-05 Jy ! Component: 100 - total flux cleaned = -6.10931e-05 Jy ! Component: 150 - total flux cleaned = -7.16676e-05 Jy ! Component: 200 - total flux cleaned = -7.16632e-05 Jy ! Total flux subtracted in 200 components = -7.16632e-05 Jy ! Clean residual min=-0.001957 max=0.001872 Jy/beam ! Clean residual mean=-0.000003 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.14548 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 32 components and 0.14548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058337Jy sigma=0.865081 ! Fit after self-cal, rms=0.058337Jy sigma=0.865073 ! 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.058337Jy sigma=0.865073 ! Fit after self-cal, rms=0.058457Jy sigma=0.865027 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.642 mas, bmaj=4.542 mas, bpa=5.264 degrees ! Estimated noise=0.72272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000223353 Jy ! Component: 100 - total flux cleaned = 0.000237633 Jy ! Component: 150 - total flux cleaned = 0.000250563 Jy ! Component: 200 - total flux cleaned = 0.000268014 Jy ! Total flux subtracted in 200 components = 0.000268014 Jy ! Clean residual min=-0.001745 max=0.001492 Jy/beam ! Clean residual mean=-0.000005 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.145748 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 34 components and 0.145748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058458Jy sigma=0.865018 ! Fit after self-cal, rms=0.058461Jy sigma=0.865012 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 = -6.8321e-06 Jy ! Component: 100 - total flux cleaned = 4.62258e-06 Jy ! Component: 150 - total flux cleaned = 1.48896e-05 Jy ! Component: 200 - total flux cleaned = 2.47399e-05 Jy ! Total flux subtracted in 200 components = 2.47399e-05 Jy ! Clean residual min=-0.001743 max=0.001487 Jy/beam ! Clean residual mean=-0.000005 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.145772 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 36 components and 0.145772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058463Jy sigma=0.865032 ! Fit after self-cal, rms=0.058464Jy sigma=0.865028 ! 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.878 mas, bmaj=1.915 mas, bpa=-0.3401 degrees ! Estimated noise=0.585917 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.878 x 1.915 at -0.3401 degrees (North through East) ! Clean map min=-0.0016458 max=0.1276 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.6648 mas, bmaj=1.486 mas, bpa=-1.16 degrees ! Estimated noise=1.16381 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0931888 Jy ! Component: 100 - total flux cleaned = 0.115691 Jy ! Component: 150 - total flux cleaned = 0.126574 Jy ! Component: 200 - total flux cleaned = 0.132944 Jy ! Total flux subtracted in 200 components = 0.132944 Jy ! Clean residual min=-0.005110 max=0.004182 Jy/beam ! Clean residual mean=-0.000005 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.132944 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.132944 Jy ! Inverting map and beam ! Estimated beam: bmin=0.878 mas, bmaj=1.915 mas, bpa=-0.3401 degrees ! Estimated noise=0.585917 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.0069589 Jy ! Component: 100 - total flux cleaned = 0.0101359 Jy ! Component: 150 - total flux cleaned = 0.0113984 Jy ! Component: 200 - total flux cleaned = 0.0116149 Jy ! Total flux subtracted in 200 components = 0.0116149 Jy ! Clean residual min=-0.002124 max=0.002006 Jy/beam ! Clean residual mean=-0.000004 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.144559 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.144559 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.642 mas, bmaj=4.542 mas, bpa=5.264 degrees ! Estimated noise=0.72272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000965528 Jy ! Component: 100 - total flux cleaned = 0.000983788 Jy ! Component: 150 - total flux cleaned = 0.00102855 Jy ! Component: 200 - total flux cleaned = 0.00105463 Jy ! Total flux subtracted in 200 components = 0.00105463 Jy ! Clean residual min=-0.001714 max=0.001511 Jy/beam ! Clean residual mean=-0.000005 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.145614 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 = 3.52928e-05 Jy ! Component: 100 - total flux cleaned = 5.63336e-05 Jy ! Component: 150 - total flux cleaned = 8.48095e-05 Jy ! Component: 200 - total flux cleaned = 0.000101824 Jy ! Total flux subtracted in 200 components = 0.000101824 Jy ! Clean residual min=-0.001734 max=0.001499 Jy/beam ! Clean residual mean=-0.000005 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.145715 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 25 components and 0.145715 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.878 mas, bmaj=1.915 mas, bpa=-0.3401 degrees ! Estimated noise=0.585917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000109567 Jy ! Component: 100 - total flux cleaned = -0.00017665 Jy ! Component: 150 - total flux cleaned = -0.00023656 Jy ! Component: 200 - total flux cleaned = -0.000272534 Jy ! Total flux subtracted in 200 components = -0.000272534 Jy ! Clean residual min=-0.001972 max=0.001944 Jy/beam ! Clean residual mean=-0.000003 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.145443 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 33 components and 0.145443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058475Jy sigma=0.865239 ! Fit after self-cal, rms=0.058468Jy sigma=0.865227 wmodel J1254-2000_X_map.mod ! Writing 33 model components to file: J1254-2000_X_map.mod wobs J1254-2000_X_uvs.fits ! Writing UV FITS file: J1254-2000_X_uvs.fits wwins J1254-2000_X_map.win ! wwins: Wrote 1 windows to J1254-2000_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.000422254 Jy ! Component: 100 - total flux cleaned = -0.000852888 Jy ! Component: 150 - total flux cleaned = -0.00104369 Jy ! Component: 200 - total flux cleaned = -0.00116581 Jy ! Component: 250 - total flux cleaned = -0.00131338 Jy ! Component: 300 - total flux cleaned = -0.00139909 Jy ! Component: 350 - total flux cleaned = -0.0014822 Jy ! Component: 400 - total flux cleaned = -0.00150893 Jy ! Component: 450 - total flux cleaned = -0.00153562 Jy ! Component: 500 - total flux cleaned = -0.00158781 Jy ! Component: 550 - total flux cleaned = -0.0015879 Jy ! Component: 600 - total flux cleaned = -0.00163746 Jy ! Component: 650 - total flux cleaned = -0.00158818 Jy ! Component: 700 - total flux cleaned = -0.00163643 Jy ! Component: 750 - total flux cleaned = -0.00158899 Jy ! Component: 800 - total flux cleaned = -0.00154253 Jy ! Component: 850 - total flux cleaned = -0.0015424 Jy ! Component: 900 - total flux cleaned = -0.00152 Jy ! Component: 950 - total flux cleaned = -0.00152005 Jy ! Component: 1000 - total flux cleaned = -0.00149831 Jy ! Component: 1050 - total flux cleaned = -0.00152028 Jy ! Component: 1100 - total flux cleaned = -0.00152007 Jy ! Component: 1150 - total flux cleaned = -0.00143541 Jy ! Component: 1200 - total flux cleaned = -0.00147684 Jy ! Component: 1250 - total flux cleaned = -0.00141469 Jy ! Component: 1300 - total flux cleaned = -0.00137422 Jy ! Component: 1350 - total flux cleaned = -0.00141466 Jy ! Component: 1400 - total flux cleaned = -0.00143449 Jy ! Component: 1450 - total flux cleaned = -0.00141453 Jy ! Component: 1500 - total flux cleaned = -0.00141441 Jy ! Component: 1550 - total flux cleaned = -0.0014336 Jy ! Component: 1600 - total flux cleaned = -0.00141462 Jy ! Component: 1650 - total flux cleaned = -0.00147189 Jy ! Component: 1700 - total flux cleaned = -0.00152856 Jy ! Component: 1750 - total flux cleaned = -0.00149157 Jy ! Component: 1800 - total flux cleaned = -0.00162099 Jy ! Component: 1850 - total flux cleaned = -0.00173084 Jy ! Component: 1900 - total flux cleaned = -0.00171259 Jy ! Component: 1950 - total flux cleaned = -0.00178486 Jy ! Component: 2000 - total flux cleaned = -0.00180277 Jy ! Component: 2050 - total flux cleaned = -0.00183832 Jy ! Component: 2100 - total flux cleaned = -0.00192642 Jy ! Component: 2150 - total flux cleaned = -0.00204879 Jy ! Component: 2200 - total flux cleaned = -0.00201398 Jy ! Component: 2250 - total flux cleaned = -0.00213448 Jy ! Component: 2300 - total flux cleaned = -0.00216853 Jy ! Component: 2350 - total flux cleaned = -0.0022365 Jy ! Component: 2400 - total flux cleaned = -0.00221944 Jy ! Component: 2450 - total flux cleaned = -0.00226963 Jy ! Component: 2500 - total flux cleaned = -0.0022527 Jy ! Component: 2550 - total flux cleaned = -0.00228587 Jy ! Component: 2600 - total flux cleaned = -0.00233502 Jy ! Component: 2650 - total flux cleaned = -0.00236741 Jy ! Component: 2700 - total flux cleaned = -0.00231862 Jy ! Component: 2750 - total flux cleaned = -0.00228666 Jy ! Component: 2800 - total flux cleaned = -0.00230278 Jy ! Component: 2850 - total flux cleaned = -0.00230302 Jy ! Component: 2900 - total flux cleaned = -0.00235043 Jy ! Component: 2950 - total flux cleaned = -0.00235033 Jy ! Component: 3000 - total flux cleaned = -0.00238161 Jy ! Component: 3050 - total flux cleaned = -0.00241277 Jy ! Component: 3100 - total flux cleaned = -0.00241281 Jy ! Component: 3150 - total flux cleaned = -0.00242822 Jy ! Component: 3200 - total flux cleaned = -0.00241292 Jy ! Component: 3250 - total flux cleaned = -0.00245859 Jy ! Component: 3300 - total flux cleaned = -0.00247352 Jy ! Component: 3350 - total flux cleaned = -0.00247346 Jy ! Component: 3400 - total flux cleaned = -0.0024885 Jy ! Component: 3450 - total flux cleaned = -0.00250328 Jy ! Component: 3500 - total flux cleaned = -0.00253294 Jy ! Component: 3550 - total flux cleaned = -0.00251815 Jy ! Component: 3600 - total flux cleaned = -0.00259134 Jy ! Component: 3650 - total flux cleaned = -0.00256213 Jy ! Component: 3700 - total flux cleaned = -0.00259105 Jy ! Component: 3750 - total flux cleaned = -0.0025911 Jy ! Component: 3800 - total flux cleaned = -0.00260542 Jy ! Component: 3850 - total flux cleaned = -0.0026625 Jy ! Component: 3900 - total flux cleaned = -0.00269081 Jy ! Component: 3950 - total flux cleaned = -0.00270499 Jy ! Component: 4000 - total flux cleaned = -0.00273313 Jy ! Component: 4050 - total flux cleaned = -0.0027752 Jy ! Total flux subtracted in 4096 components = -0.00281703 Jy ! Clean residual min=-0.000927 max=0.000905 Jy/beam ! Clean residual mean=-0.000002 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.142626 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 292 components and 0.142626 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv122_uvs/J1254-2000_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.878 x 1.915 at -0.3401 degrees (North through East) ! Clean map min=-0.0019963 max=0.12763 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv122_uvs/J1254-2000_X_map.fits wmodel /scr/pima/rv122_uvs/J1254-2000_X_map.mod ! Writing 292 model components to file: /scr/pima/rv122_uvs/J1254-2000_X_map.mod wobs /scr/pima/rv122_uvs/J1254-2000_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv122_uvs/J1254-2000_X_uvs.fits wwins /scr/pima/rv122_uvs/J1254-2000_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rv122_uvs/J1254-2000_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.127626 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225827 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.530833 0.530833 1.06167 2.12333 4.24666 8.49332 16.9866 33.9733 67.9466 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.127 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 565.15 quit ! Quitting program ! Log file /scr/pima/rv122_uvs/J1254-2000_X_dfm.log closed on Fri Jul 13 21:09:03 2018