! Started logfile: /scr/pima/rdv76_uvs/J1321-4342_X_dfm.log on Fri Jun 15 03:54:31 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.40599 obs /scr/pima/rdv76_uvs/J1321-4342_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv76_uvs/J1321-4342_X_uva.fits ! AN table 1: 94 integrations on 15 of 15 possible baselines. ! AN table 2: 94 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.967021 visibilities/baseline/integration-bin. ! Found source: J1321-4342 ! ! 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.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 10908 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 J1321-4342_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 46 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 46 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.105980Jy sigma=11.190981 ! Fit after self-cal, rms=0.639209Jy sigma=6.408823 ! 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.6907 mas, bmaj=2.631 mas, bpa=-3.449 degrees ! Estimated noise=1.67656 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.253818 Jy ! Component: 100 - total flux cleaned = 0.363906 Jy ! Total flux subtracted in 100 components = 0.363906 Jy ! Clean residual min=-0.031184 max=0.055755 Jy/beam ! Clean residual mean=0.000746 rms=0.010608 Jy/beam ! Combined flux in latest and established models = 0.363906 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.363906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.238723Jy sigma=2.382501 ! Fit after self-cal, rms=0.238252Jy sigma=2.377439 ! 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.9626 mas, bmaj=3.616 mas, bpa=-3.087 degrees ! Estimated noise=0.698082 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.116173 Jy ! Component: 100 - total flux cleaned = 0.161869 Jy ! Component: 150 - total flux cleaned = 0.180614 Jy ! Component: 200 - total flux cleaned = 0.188336 Jy ! Total flux subtracted in 200 components = 0.188336 Jy ! Clean residual min=-0.013791 max=0.030346 Jy/beam ! Clean residual mean=0.000239 rms=0.006066 Jy/beam ! Combined flux in latest and established models = 0.552242 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 57 components and 0.552242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185971Jy sigma=1.818152 ! Fit after self-cal, rms=0.185836Jy sigma=1.816340 ! 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.9626 x 3.616 at -3.087 degrees (North through East) ! Clean map min=-0.013435 max=0.36403 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 1.04 LA 0.93 OV 1.15 ! PT 0.97 SC 1.08 ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 KP 0.99 LA 0.92 MK 1.15 ! OV 1.13 PT 0.96 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 1.03 LA 0.92 OV 1.19 ! PT 0.97 SC 1.06 ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.96 KP 0.98 LA 0.93 MK 1.07 ! OV 1.15 PT 0.95 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.04 LA 0.93 OV 1.18 ! PT 0.97 SC 0.96 ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.96 KP 1.00 LA 0.93 MK 1.01 ! OV 1.14 PT 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 1.02 LA 0.93 OV 1.20 ! PT 0.98 SC 1.05 ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.96 KP 0.97 LA 0.93 MK 0.83 ! OV 1.12 PT 0.94 ! ! ! Fit before self-cal, rms=0.185836Jy sigma=1.816340 ! Fit after self-cal, rms=0.184259Jy sigma=1.754509 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9708 mas, bmaj=3.65 mas, bpa=-3.539 degrees ! Estimated noise=0.704109 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 = 6.10092e-05 Jy ! Component: 100 - total flux cleaned = 6.17407e-05 Jy ! Component: 150 - total flux cleaned = 0.000102763 Jy ! Component: 200 - total flux cleaned = 0.00010692 Jy ! Total flux subtracted in 200 components = 0.00010692 Jy ! Clean residual min=-0.009841 max=0.015717 Jy/beam ! Clean residual mean=0.000075 rms=0.003374 Jy/beam ! Combined flux in latest and established models = 0.552349 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.552349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184236Jy sigma=1.754328 ! Fit after self-cal, rms=0.184531Jy sigma=1.753517 ! 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.184531Jy sigma=1.753517 ! Fit after self-cal, rms=0.184411Jy sigma=1.753481 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9687 mas, bmaj=3.646 mas, bpa=-3.716 degrees ! Estimated noise=0.702918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000190242 Jy ! Component: 100 - total flux cleaned = 0.000186135 Jy ! Component: 150 - total flux cleaned = 0.00018475 Jy ! Component: 200 - total flux cleaned = 0.000223298 Jy ! Total flux subtracted in 200 components = 0.000223298 Jy ! Clean residual min=-0.009746 max=0.015337 Jy/beam ! Clean residual mean=0.000072 rms=0.003346 Jy/beam ! Combined flux in latest and established models = 0.552572 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.552572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184392Jy sigma=1.753335 ! Fit after self-cal, rms=0.184393Jy sigma=1.753325 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 (31.8, 40.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.013423 Jy ! Component: 100 - total flux cleaned = 0.0183643 Jy ! Component: 150 - total flux cleaned = 0.0211607 Jy ! Component: 200 - total flux cleaned = 0.022497 Jy ! Total flux subtracted in 200 components = 0.022497 Jy ! Clean residual min=-0.007660 max=0.010358 Jy/beam ! Clean residual mean=0.000075 rms=0.002638 Jy/beam ! Combined flux in latest and established models = 0.575069 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 99 components and 0.575069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183445Jy sigma=1.745113 ! Fit after self-cal, rms=0.183328Jy sigma=1.744017 ! 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.183328Jy sigma=1.744017 ! Fit after self-cal, rms=0.182390Jy sigma=1.743227 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9659 mas, bmaj=3.642 mas, bpa=-3.926 degrees ! Estimated noise=0.699913 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00380996 Jy ! Component: 100 - total flux cleaned = 0.00483477 Jy ! Component: 150 - total flux cleaned = 0.00496072 Jy ! Component: 200 - total flux cleaned = 0.00507212 Jy ! Total flux subtracted in 200 components = 0.00507212 Jy ! Clean residual min=-0.007420 max=0.010315 Jy/beam ! Clean residual mean=0.000061 rms=0.002462 Jy/beam ! Combined flux in latest and established models = 0.580141 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 110 components and 0.580141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182286Jy sigma=1.742463 ! Fit after self-cal, rms=0.182261Jy sigma=1.742364 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.000687182 Jy ! Component: 100 - total flux cleaned = 0.00079421 Jy ! Component: 150 - total flux cleaned = 0.000841454 Jy ! Component: 200 - total flux cleaned = 0.000886932 Jy ! Total flux subtracted in 200 components = 0.000886932 Jy ! Clean residual min=-0.007195 max=0.010231 Jy/beam ! Clean residual mean=0.000058 rms=0.002435 Jy/beam ! Combined flux in latest and established models = 0.581028 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 114 components and 0.581028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182229Jy sigma=1.742121 ! Fit after self-cal, rms=0.182216Jy sigma=1.742102 ! 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.182216Jy sigma=1.742102 ! Fit after self-cal, rms=0.182184Jy sigma=1.741984 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.382 mas, bmaj=14.92 mas, bpa=-0.09075 degrees ! Estimated noise=0.837339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000558636 Jy ! Component: 100 - total flux cleaned = 0.000859868 Jy ! Component: 150 - total flux cleaned = 0.00105998 Jy ! Component: 200 - total flux cleaned = 0.00105862 Jy ! Total flux subtracted in 200 components = 0.00105862 Jy ! Clean residual min=-0.008293 max=0.013472 Jy/beam ! Clean residual mean=0.000069 rms=0.003401 Jy/beam ! Combined flux in latest and established models = 0.582087 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 121 components and 0.582087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182168Jy sigma=1.741741 ! Fit after self-cal, rms=0.182158Jy sigma=1.741689 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.74392e-06 Jy ! Component: 100 - total flux cleaned = -8.19896e-06 Jy ! Component: 150 - total flux cleaned = -6.44459e-06 Jy ! Component: 200 - total flux cleaned = -8.69969e-06 Jy ! Total flux subtracted in 200 components = -8.69969e-06 Jy ! Clean residual min=-0.008256 max=0.013320 Jy/beam ! Clean residual mean=0.000063 rms=0.003361 Jy/beam ! Combined flux in latest and established models = 0.582078 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 126 components and 0.582078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182153Jy sigma=1.741579 ! Fit after self-cal, rms=0.182144Jy sigma=1.741544 ! 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.9661 mas, bmaj=3.643 mas, bpa=-3.928 degrees ! Estimated noise=0.69998 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9661 x 3.643 at -3.928 degrees (North through East) ! Clean map min=-0.0065958 max=0.36297 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.6895 mas, bmaj=2.642 mas, bpa=-4.481 degrees ! Estimated noise=1.58448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.2569 Jy ! Component: 100 - total flux cleaned = 0.370971 Jy ! Component: 150 - total flux cleaned = 0.439083 Jy ! Component: 200 - total flux cleaned = 0.479878 Jy ! Total flux subtracted in 200 components = 0.479878 Jy ! Clean residual min=-0.018489 max=0.020657 Jy/beam ! Clean residual mean=0.000300 rms=0.004782 Jy/beam ! Combined flux in latest and established models = 0.479878 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.479878 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9661 mas, bmaj=3.643 mas, bpa=-3.928 degrees ! Estimated noise=0.69998 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) ! Added new window around map position (0.2, 3.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0429955 Jy ! Component: 100 - total flux cleaned = 0.0641674 Jy ! Component: 150 - total flux cleaned = 0.0782496 Jy ! Component: 200 - total flux cleaned = 0.0881093 Jy ! Total flux subtracted in 200 components = 0.0881093 Jy ! Clean residual min=-0.008213 max=0.008146 Jy/beam ! Clean residual mean=0.000083 rms=0.002555 Jy/beam ! Combined flux in latest and established models = 0.567988 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 96 components and 0.567988 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=3.382 mas, bmaj=14.92 mas, bpa=-0.09075 degrees ! Estimated noise=0.837339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101085 Jy ! Component: 100 - total flux cleaned = 0.0158635 Jy ! Component: 150 - total flux cleaned = 0.0192126 Jy ! Component: 200 - total flux cleaned = 0.0210142 Jy ! Total flux subtracted in 200 components = 0.0210142 Jy ! Clean residual min=-0.007928 max=0.011407 Jy/beam ! Clean residual mean=0.000006 rms=0.003046 Jy/beam ! Combined flux in latest and established models = 0.589002 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.000254045 Jy ! Component: 100 - total flux cleaned = 0.000435789 Jy ! Component: 150 - total flux cleaned = 0.000551815 Jy ! Component: 200 - total flux cleaned = 0.000665701 Jy ! Total flux subtracted in 200 components = 0.000665701 Jy ! Clean residual min=-0.007865 max=0.011267 Jy/beam ! Clean residual mean=0.000001 rms=0.003018 Jy/beam ! Combined flux in latest and established models = 0.589667 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 130 components and 0.589668 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9661 mas, bmaj=3.643 mas, bpa=-3.928 degrees ! Estimated noise=0.69998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000196582 Jy ! Component: 100 - total flux cleaned = 0.000325586 Jy ! Component: 150 - total flux cleaned = 0.000482355 Jy ! Component: 200 - total flux cleaned = 0.000620541 Jy ! Total flux subtracted in 200 components = 0.000620541 Jy ! Clean residual min=-0.006737 max=0.009308 Jy/beam ! Clean residual mean=0.000002 rms=0.002116 Jy/beam ! Combined flux in latest and established models = 0.590288 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 144 components and 0.590288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181767Jy sigma=1.738664 ! Fit after self-cal, rms=0.181657Jy sigma=1.738101 wmodel J1321-4342_X_map.mod ! Writing 144 model components to file: J1321-4342_X_map.mod wobs J1321-4342_X_uvs.fits ! Writing UV FITS file: J1321-4342_X_uvs.fits wwins J1321-4342_X_map.win ! wwins: Wrote 3 windows to J1321-4342_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.00394128 Jy ! Component: 100 - total flux cleaned = 0.00689709 Jy ! Component: 150 - total flux cleaned = 0.00823416 Jy ! Component: 200 - total flux cleaned = 0.00873378 Jy ! Component: 250 - total flux cleaned = 0.00901598 Jy ! Component: 300 - total flux cleaned = 0.00893068 Jy ! Component: 350 - total flux cleaned = 0.00868242 Jy ! Component: 400 - total flux cleaned = 0.00836854 Jy ! Component: 450 - total flux cleaned = 0.00829552 Jy ! Component: 500 - total flux cleaned = 0.00815231 Jy ! Component: 550 - total flux cleaned = 0.00795214 Jy ! Component: 600 - total flux cleaned = 0.00775737 Jy ! Component: 650 - total flux cleaned = 0.00737822 Jy ! Component: 700 - total flux cleaned = 0.00725586 Jy ! Component: 750 - total flux cleaned = 0.00702104 Jy ! Component: 800 - total flux cleaned = 0.00707791 Jy ! Component: 850 - total flux cleaned = 0.00696656 Jy ! Component: 900 - total flux cleaned = 0.00707525 Jy ! Component: 950 - total flux cleaned = 0.00723465 Jy ! Component: 1000 - total flux cleaned = 0.00733878 Jy ! Component: 1050 - total flux cleaned = 0.00733954 Jy ! Component: 1100 - total flux cleaned = 0.00754014 Jy ! Component: 1150 - total flux cleaned = 0.00754064 Jy ! Component: 1200 - total flux cleaned = 0.00768647 Jy ! Component: 1250 - total flux cleaned = 0.00778241 Jy ! Component: 1300 - total flux cleaned = 0.00820314 Jy ! Component: 1350 - total flux cleaned = 0.00847942 Jy ! Component: 1400 - total flux cleaned = 0.00875286 Jy ! Component: 1450 - total flux cleaned = 0.00906769 Jy ! Component: 1500 - total flux cleaned = 0.00933492 Jy ! Component: 1550 - total flux cleaned = 0.00955539 Jy ! Component: 1600 - total flux cleaned = 0.00972964 Jy ! Component: 1650 - total flux cleaned = 0.010032 Jy ! Component: 1700 - total flux cleaned = 0.0103737 Jy ! Component: 1750 - total flux cleaned = 0.0105428 Jy ! Component: 1800 - total flux cleaned = 0.0107943 Jy ! Component: 1850 - total flux cleaned = 0.0110438 Jy ! Component: 1900 - total flux cleaned = 0.0112906 Jy ! Component: 1950 - total flux cleaned = 0.011413 Jy ! Component: 2000 - total flux cleaned = 0.0115754 Jy ! Component: 2050 - total flux cleaned = 0.0117764 Jy ! Component: 2100 - total flux cleaned = 0.0118963 Jy ! Component: 2150 - total flux cleaned = 0.0121338 Jy ! Component: 2200 - total flux cleaned = 0.0122127 Jy ! Component: 2250 - total flux cleaned = 0.0125247 Jy ! Component: 2300 - total flux cleaned = 0.0126023 Jy ! Component: 2350 - total flux cleaned = 0.0128334 Jy ! Component: 2400 - total flux cleaned = 0.0129481 Jy ! Component: 2450 - total flux cleaned = 0.0131004 Jy ! Component: 2500 - total flux cleaned = 0.0132898 Jy ! Component: 2550 - total flux cleaned = 0.0134404 Jy ! Component: 2600 - total flux cleaned = 0.0135528 Jy ! Component: 2650 - total flux cleaned = 0.013739 Jy ! Component: 2700 - total flux cleaned = 0.0138131 Jy ! Component: 2750 - total flux cleaned = 0.0139976 Jy ! Component: 2800 - total flux cleaned = 0.0140346 Jy ! Component: 2850 - total flux cleaned = 0.014181 Jy ! Component: 2900 - total flux cleaned = 0.0144363 Jy ! Component: 2950 - total flux cleaned = 0.0145453 Jy ! Component: 3000 - total flux cleaned = 0.0146537 Jy ! Component: 3050 - total flux cleaned = 0.014798 Jy ! Component: 3100 - total flux cleaned = 0.014834 Jy ! Component: 3150 - total flux cleaned = 0.0150134 Jy ! Component: 3200 - total flux cleaned = 0.0151922 Jy ! Component: 3250 - total flux cleaned = 0.0152991 Jy ! Component: 3300 - total flux cleaned = 0.0155119 Jy ! Component: 3350 - total flux cleaned = 0.0156535 Jy ! Component: 3400 - total flux cleaned = 0.0157594 Jy ! Component: 3450 - total flux cleaned = 0.0159002 Jy ! Component: 3500 - total flux cleaned = 0.0160755 Jy ! Component: 3550 - total flux cleaned = 0.0162159 Jy ! Component: 3600 - total flux cleaned = 0.016356 Jy ! Component: 3650 - total flux cleaned = 0.0165658 Jy ! Component: 3700 - total flux cleaned = 0.0166706 Jy ! Component: 3750 - total flux cleaned = 0.0168099 Jy ! Component: 3800 - total flux cleaned = 0.0170883 Jy ! Component: 3850 - total flux cleaned = 0.0170883 Jy ! Component: 3900 - total flux cleaned = 0.0171925 Jy ! Component: 3950 - total flux cleaned = 0.0173316 Jy ! Component: 4000 - total flux cleaned = 0.0174358 Jy ! Component: 4050 - total flux cleaned = 0.0175399 Jy ! Total flux subtracted in 4096 components = 0.0176095 Jy ! Clean residual min=-0.001924 max=0.001947 Jy/beam ! Clean residual mean=0.000012 rms=0.000659 Jy/beam ! Combined flux in latest and established models = 0.607898 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 431 components and 0.607898 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rdv76_uvs/J1321-4342_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9661 x 3.643 at -3.928 degrees (North through East) ! Clean map min=-0.0047538 max=0.3625 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv76_uvs/J1321-4342_X_map.fits wmodel /scr/pima/rdv76_uvs/J1321-4342_X_map.mod ! Writing 431 model components to file: /scr/pima/rdv76_uvs/J1321-4342_X_map.mod wobs /scr/pima/rdv76_uvs/J1321-4342_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv76_uvs/J1321-4342_X_uvs.fits wwins /scr/pima/rdv76_uvs/J1321-4342_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv76_uvs/J1321-4342_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.362498 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000642684 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.53188 0.53188 1.06376 2.12752 4.25504 8.51007 17.0201 34.0403 68.0806 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.362 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 564.037 quit ! Quitting program ! Log file /scr/pima/rdv76_uvs/J1321-4342_X_dfm.log closed on Fri Jun 15 03:54:35 2018