! Started logfile: /scr/pima/rv117_uvs/J1615-2430_X_dfm.log on Sat Dec 9 23:44:54 2017 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/rv117_uvs/J1615-2430_X_uva.fits ! Reading UV FITS file: /scr/pima/rv117_uvs/J1615-2430_X_uva.fits ! AN table 1: 44 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.851641 visibilities/baseline/integration-bin. ! Found source: J1615-2430 ! ! 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 74 lines of history. ! ! Reading 5396 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 J1615-2430_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 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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001057Jy sigma=18.589425 ! Fit after self-cal, rms=0.916926Jy sigma=16.877144 ! 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.8552 mas, bmaj=4.227 mas, bpa=-12.32 degrees ! Estimated noise=0.883863 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.0621293 Jy ! Component: 100 - total flux cleaned = 0.0882008 Jy ! Total flux subtracted in 100 components = 0.0882008 Jy ! Clean residual min=-0.006634 max=0.013075 Jy/beam ! Clean residual mean=-0.000040 rms=0.001861 Jy/beam ! Combined flux in latest and established models = 0.0882008 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.0882008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064283Jy sigma=1.086696 ! Fit after self-cal, rms=0.063960Jy sigma=1.081561 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162092 Jy ! Component: 100 - total flux cleaned = 0.0263404 Jy ! Total flux subtracted in 100 components = 0.0263404 Jy ! Clean residual min=-0.004824 max=0.005359 Jy/beam ! Clean residual mean=-0.000020 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.114541 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 49 components and 0.114541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059412Jy sigma=0.963216 ! Fit after self-cal, rms=0.059369Jy sigma=0.962099 ! 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.146 mas, bmaj=4.787 mas, bpa=-10.32 degrees ! Estimated noise=0.540743 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.00828556 Jy ! Component: 100 - total flux cleaned = 0.013116 Jy ! Component: 150 - total flux cleaned = 0.0160604 Jy ! Component: 200 - total flux cleaned = 0.0179673 Jy ! Total flux subtracted in 200 components = 0.0179673 Jy ! Clean residual min=-0.002411 max=0.002460 Jy/beam ! Clean residual mean=-0.000007 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.132509 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 73 components and 0.132509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058384Jy sigma=0.932596 ! Fit after self-cal, rms=0.058361Jy sigma=0.932169 ! 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.146 x 4.787 at -10.32 degrees (North through East) ! Clean map min=-0.0023506 max=0.084256 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.17 KP 0.97 ! LA 0.97 MK 1.22 NL 0.97 OV 0.98 ! PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 1.16 KP 0.98 ! LA 0.98 MK 1.04 NL 1.00 OV 0.98 ! PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.01 KP 1.02 ! LA 1.00 MK 1.23 NL 1.01 OV 0.99 ! PT 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.04 KP 1.02 ! LA 1.01 MK 0.88 NL 1.05 OV 1.04 ! PT 1.00 ! ! ! Fit before self-cal, rms=0.058361Jy sigma=0.932169 ! Fit after self-cal, rms=0.061176Jy sigma=0.927322 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.181 mas, bmaj=4.853 mas, bpa=-10.19 degrees ! Estimated noise=0.549607 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.000168383 Jy ! Component: 100 - total flux cleaned = 0.000217656 Jy ! Component: 150 - total flux cleaned = 0.000217833 Jy ! Component: 200 - total flux cleaned = 0.000236443 Jy ! Total flux subtracted in 200 components = 0.000236443 Jy ! Clean residual min=-0.002223 max=0.002194 Jy/beam ! Clean residual mean=-0.000003 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.132745 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 80 components and 0.132745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061160Jy sigma=0.926951 ! Fit after self-cal, rms=0.061177Jy sigma=0.926871 ! 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.061177Jy sigma=0.926871 ! Fit after self-cal, rms=0.061433Jy sigma=0.923493 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.185 mas, bmaj=4.852 mas, bpa=-10.18 degrees ! Estimated noise=0.551047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.30581e-05 Jy ! Component: 100 - total flux cleaned = 0.000164944 Jy ! Component: 150 - total flux cleaned = 0.00019794 Jy ! Component: 200 - total flux cleaned = 0.000244244 Jy ! Total flux subtracted in 200 components = 0.000244244 Jy ! Clean residual min=-0.002135 max=0.002146 Jy/beam ! Clean residual mean=-0.000000 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.132989 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 84 components and 0.132989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061422Jy sigma=0.923269 ! Fit after self-cal, rms=0.061421Jy sigma=0.923218 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 = 2.68212e-05 Jy ! Component: 100 - total flux cleaned = 5.49081e-05 Jy ! Component: 150 - total flux cleaned = 9.34865e-05 Jy ! Component: 200 - total flux cleaned = 0.000117622 Jy ! Total flux subtracted in 200 components = 0.000117622 Jy ! Clean residual min=-0.002129 max=0.002130 Jy/beam ! Clean residual mean=-0.000000 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.133107 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 88 components and 0.133107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061415Jy sigma=0.923096 ! Fit after self-cal, rms=0.061413Jy sigma=0.923083 ! 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.061413Jy sigma=0.923083 ! Fit after self-cal, rms=0.061780Jy sigma=0.922418 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.188 mas, bmaj=4.852 mas, bpa=-10.17 degrees ! Estimated noise=0.551732 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.36666e-05 Jy ! Component: 100 - total flux cleaned = -2.31365e-05 Jy ! Component: 150 - total flux cleaned = 1.35053e-05 Jy ! Component: 200 - total flux cleaned = 4.71405e-05 Jy ! Total flux subtracted in 200 components = 4.71405e-05 Jy ! Clean residual min=-0.002068 max=0.002107 Jy/beam ! Clean residual mean=0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.133154 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 90 components and 0.133154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061774Jy sigma=0.922308 ! Fit after self-cal, rms=0.061778Jy sigma=0.922284 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 (29.6, 0.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000903702 Jy ! Component: 100 - total flux cleaned = 0.00084548 Jy ! Component: 150 - total flux cleaned = 0.00092295 Jy ! Component: 200 - total flux cleaned = 0.000955912 Jy ! Total flux subtracted in 200 components = 0.000955912 Jy ! Clean residual min=-0.001658 max=0.001666 Jy/beam ! Clean residual mean=0.000001 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.13411 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 110 components and 0.13411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061690Jy sigma=0.920843 ! Fit after self-cal, rms=0.061683Jy sigma=0.920710 ! 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.061683Jy sigma=0.920710 ! Fit after self-cal, rms=0.061715Jy sigma=0.920641 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.362 mas, bmaj=6.487 mas, bpa=1.138 degrees ! Estimated noise=0.583491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341655 Jy ! Component: 100 - total flux cleaned = 0.000467728 Jy ! Component: 150 - total flux cleaned = 0.000530052 Jy ! Component: 200 - total flux cleaned = 0.000558696 Jy ! Total flux subtracted in 200 components = 0.000558696 Jy ! Clean residual min=-0.001398 max=0.001545 Jy/beam ! Clean residual mean=0.000003 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.134669 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 131 components and 0.134669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061703Jy sigma=0.920438 ! Fit after self-cal, rms=0.061703Jy sigma=0.920423 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.90124e-07 Jy ! Component: 100 - total flux cleaned = 2.61735e-05 Jy ! Component: 150 - total flux cleaned = 6.28967e-05 Jy ! Component: 200 - total flux cleaned = 9.75646e-05 Jy ! Total flux subtracted in 200 components = 9.75646e-05 Jy ! Clean residual min=-0.001393 max=0.001502 Jy/beam ! Clean residual mean=0.000003 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.134766 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 140 components and 0.134766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061696Jy sigma=0.920291 ! Fit after self-cal, rms=0.061695Jy sigma=0.920277 ! 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.187 mas, bmaj=4.855 mas, bpa=-10.21 degrees ! Estimated noise=0.551085 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.187 x 4.855 at -10.21 degrees (North through East) ! Clean map min=-0.0014768 max=0.085598 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.8856 mas, bmaj=4.276 mas, bpa=-12.21 degrees ! Estimated noise=0.923981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0640928 Jy ! Component: 100 - total flux cleaned = 0.0907733 Jy ! Component: 150 - total flux cleaned = 0.106227 Jy ! Component: 200 - total flux cleaned = 0.115796 Jy ! Total flux subtracted in 200 components = 0.115796 Jy ! Clean residual min=-0.004784 max=0.005031 Jy/beam ! Clean residual mean=-0.000013 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.115796 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.115796 Jy ! Inverting map and beam ! Estimated beam: bmin=1.187 mas, bmaj=4.855 mas, bpa=-10.21 degrees ! Estimated noise=0.551085 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.007064 Jy ! Component: 100 - total flux cleaned = 0.0110647 Jy ! Component: 150 - total flux cleaned = 0.0132557 Jy ! Component: 200 - total flux cleaned = 0.0142363 Jy ! Total flux subtracted in 200 components = 0.0142363 Jy ! Clean residual min=-0.001958 max=0.002319 Jy/beam ! Clean residual mean=-0.000001 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.130033 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 68 components and 0.130033 Jy ! Inverting map ! Added new window around map position (21.2, -43). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020114 Jy ! Component: 100 - total flux cleaned = 0.00276894 Jy ! Component: 150 - total flux cleaned = 0.00341615 Jy ! Component: 200 - total flux cleaned = 0.00381453 Jy ! Total flux subtracted in 200 components = 0.00381453 Jy ! Clean residual min=-0.001729 max=0.001656 Jy/beam ! Clean residual mean=0.000001 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.133847 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 90 components and 0.133847 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.362 mas, bmaj=6.487 mas, bpa=1.138 degrees ! Estimated noise=0.583491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105998 Jy ! Component: 100 - total flux cleaned = 0.00149484 Jy ! Component: 150 - total flux cleaned = 0.00178076 Jy ! Component: 200 - total flux cleaned = 0.0019247 Jy ! Total flux subtracted in 200 components = 0.0019247 Jy ! Clean residual min=-0.001312 max=0.001354 Jy/beam ! Clean residual mean=0.000003 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.135772 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.000163915 Jy ! Component: 100 - total flux cleaned = 0.000294646 Jy ! Component: 150 - total flux cleaned = 0.000369138 Jy ! Component: 200 - total flux cleaned = 0.000453183 Jy ! Total flux subtracted in 200 components = 0.000453183 Jy ! Clean residual min=-0.001342 max=0.001334 Jy/beam ! Clean residual mean=0.000003 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.136225 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 125 components and 0.136225 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.187 mas, bmaj=4.855 mas, bpa=-10.21 degrees ! Estimated noise=0.551085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0002211 Jy ! Component: 100 - total flux cleaned = -0.000259081 Jy ! Component: 150 - total flux cleaned = -0.000260367 Jy ! Component: 200 - total flux cleaned = -0.000202524 Jy ! Total flux subtracted in 200 components = -0.000202524 Jy ! Clean residual min=-0.001552 max=0.001650 Jy/beam ! Clean residual mean=0.000002 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.136022 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 138 components and 0.136022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061673Jy sigma=0.919441 ! Fit after self-cal, rms=0.061650Jy sigma=0.919243 wmodel J1615-2430_X_map.mod ! Writing 138 model components to file: J1615-2430_X_map.mod wobs J1615-2430_X_uvs.fits ! Writing UV FITS file: J1615-2430_X_uvs.fits wwins J1615-2430_X_map.win ! wwins: Wrote 3 windows to J1615-2430_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.000329528 Jy ! Component: 100 - total flux cleaned = 0.000330169 Jy ! Component: 150 - total flux cleaned = 0.00027947 Jy ! Component: 200 - total flux cleaned = 0.000158379 Jy ! Component: 250 - total flux cleaned = 0.000111745 Jy ! Component: 300 - total flux cleaned = 6.56189e-05 Jy ! Component: 350 - total flux cleaned = -1.5756e-06 Jy ! Component: 400 - total flux cleaned = -6.75502e-05 Jy ! Component: 450 - total flux cleaned = -6.75877e-05 Jy ! Component: 500 - total flux cleaned = -6.75666e-05 Jy ! Component: 550 - total flux cleaned = -2.58045e-05 Jy ! Component: 600 - total flux cleaned = -6.6736e-05 Jy ! Component: 650 - total flux cleaned = 3.45331e-05 Jy ! Component: 700 - total flux cleaned = 1.44715e-05 Jy ! Component: 750 - total flux cleaned = 3.4595e-05 Jy ! Component: 800 - total flux cleaned = 1.53899e-05 Jy ! Component: 850 - total flux cleaned = 5.39525e-05 Jy ! Component: 900 - total flux cleaned = 3.55032e-05 Jy ! Component: 950 - total flux cleaned = 3.52944e-05 Jy ! Component: 1000 - total flux cleaned = -1.98578e-05 Jy ! Component: 1050 - total flux cleaned = -3.8177e-05 Jy ! Component: 1100 - total flux cleaned = -7.40395e-05 Jy ! Component: 1150 - total flux cleaned = -0.000127512 Jy ! Component: 1200 - total flux cleaned = -0.000145163 Jy ! Component: 1250 - total flux cleaned = -0.000232009 Jy ! Component: 1300 - total flux cleaned = -0.000283299 Jy ! Component: 1350 - total flux cleaned = -0.000368397 Jy ! Component: 1400 - total flux cleaned = -0.000385366 Jy ! Component: 1450 - total flux cleaned = -0.000452196 Jy ! Component: 1500 - total flux cleaned = -0.000551188 Jy ! Component: 1550 - total flux cleaned = -0.000632844 Jy ! Component: 1600 - total flux cleaned = -0.000665151 Jy ! Component: 1650 - total flux cleaned = -0.000745077 Jy ! Component: 1700 - total flux cleaned = -0.00080829 Jy ! Component: 1750 - total flux cleaned = -0.000824131 Jy ! Component: 1800 - total flux cleaned = -0.000886283 Jy ! Component: 1850 - total flux cleaned = -0.00094779 Jy ! Component: 1900 - total flux cleaned = -0.00099343 Jy ! Component: 1950 - total flux cleaned = -0.00103875 Jy ! Component: 2000 - total flux cleaned = -0.00108372 Jy ! Component: 2050 - total flux cleaned = -0.00115795 Jy ! Component: 2100 - total flux cleaned = -0.00118729 Jy ! Component: 2150 - total flux cleaned = -0.00123107 Jy ! Component: 2200 - total flux cleaned = -0.00128905 Jy ! Component: 2250 - total flux cleaned = -0.00131778 Jy ! Component: 2300 - total flux cleaned = -0.00137472 Jy ! Component: 2350 - total flux cleaned = -0.00141705 Jy ! Component: 2400 - total flux cleaned = -0.001459 Jy ! Component: 2450 - total flux cleaned = -0.00145885 Jy ! Component: 2500 - total flux cleaned = -0.00150035 Jy ! Component: 2550 - total flux cleaned = -0.00156894 Jy ! Component: 2600 - total flux cleaned = -0.0015688 Jy ! Component: 2650 - total flux cleaned = -0.00158235 Jy ! Component: 2700 - total flux cleaned = -0.00158225 Jy ! Component: 2750 - total flux cleaned = -0.00162235 Jy ! Component: 2800 - total flux cleaned = -0.00167519 Jy ! Component: 2850 - total flux cleaned = -0.00167506 Jy ! Component: 2900 - total flux cleaned = -0.00170123 Jy ! Component: 2950 - total flux cleaned = -0.00176624 Jy ! Component: 3000 - total flux cleaned = -0.00181786 Jy ! Component: 3050 - total flux cleaned = -0.00183066 Jy ! Component: 3100 - total flux cleaned = -0.0018561 Jy ! Component: 3150 - total flux cleaned = -0.00189424 Jy ! Component: 3200 - total flux cleaned = -0.00199487 Jy ! Component: 3250 - total flux cleaned = -0.00200726 Jy ! Component: 3300 - total flux cleaned = -0.0020571 Jy ! Component: 3350 - total flux cleaned = -0.00211894 Jy ! Component: 3400 - total flux cleaned = -0.00213122 Jy ! Component: 3450 - total flux cleaned = -0.00219226 Jy ! Component: 3500 - total flux cleaned = -0.0022044 Jy ! Component: 3550 - total flux cleaned = -0.00226483 Jy ! Component: 3600 - total flux cleaned = -0.00226474 Jy ! Component: 3650 - total flux cleaned = -0.00232447 Jy ! Component: 3700 - total flux cleaned = -0.00236017 Jy ! Component: 3750 - total flux cleaned = -0.0023837 Jy ! Component: 3800 - total flux cleaned = -0.00241901 Jy ! Component: 3850 - total flux cleaned = -0.0024307 Jy ! Component: 3900 - total flux cleaned = -0.0024307 Jy ! Component: 3950 - total flux cleaned = -0.00246546 Jy ! Component: 4000 - total flux cleaned = -0.00248854 Jy ! Component: 4050 - total flux cleaned = -0.00253442 Jy ! Total flux subtracted in 4096 components = -0.0025459 Jy ! Clean residual min=-0.000646 max=0.000760 Jy/beam ! Clean residual mean=0.000001 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.133477 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 406 components and 0.133477 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv117_uvs/J1615-2430_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.187 x 4.855 at -10.21 degrees (North through East) ! Clean map min=-0.0013916 max=0.086456 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv117_uvs/J1615-2430_X_map.fits wmodel /scr/pima/rv117_uvs/J1615-2430_X_map.mod ! Writing 406 model components to file: /scr/pima/rv117_uvs/J1615-2430_X_map.mod wobs /scr/pima/rv117_uvs/J1615-2430_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv117_uvs/J1615-2430_X_uvs.fits wwins /scr/pima/rv117_uvs/J1615-2430_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rv117_uvs/J1615-2430_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0864555 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209844 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.728158 0.728158 1.45632 2.91263 5.82527 11.6505 23.3011 46.6021 93.2042 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.086 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 411.998 quit ! Quitting program ! Log file /scr/pima/rv117_uvs/J1615-2430_X_dfm.log closed on Sat Dec 9 23:44:58 2017