! Started logfile: /scr/pima/rv118_uvs/J1553-2422_X_dfm.log on Sun Dec 10 00:10:08 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/rv118_uvs/J1553-2422_X_uva.fits ! Reading UV FITS file: /scr/pima/rv118_uvs/J1553-2422_X_uva.fits ! AN table 1: 51 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.599129 visibilities/baseline/integration-bin. ! Found source: J1553-2422 ! ! 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 79 lines of history. ! ! Reading 4400 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 J1553-2422_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 148 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 148 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 148 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 148 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.046710Jy sigma=16.934419 ! Fit after self-cal, rms=0.735825Jy sigma=11.610886 ! 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.9503 mas, bmaj=2.584 mas, bpa=9.484 degrees ! Estimated noise=1.18342 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.204492 Jy ! Component: 100 - total flux cleaned = 0.253676 Jy ! Total flux subtracted in 100 components = 0.253676 Jy ! Clean residual min=-0.010604 max=0.019584 Jy/beam ! Clean residual mean=0.000011 rms=0.002869 Jy/beam ! Combined flux in latest and established models = 0.253676 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.253676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083642Jy sigma=1.280505 ! Fit after self-cal, rms=0.083643Jy sigma=1.280362 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0207939 Jy ! Component: 100 - total flux cleaned = 0.0321615 Jy ! Total flux subtracted in 100 components = 0.0321615 Jy ! Clean residual min=-0.010700 max=0.013805 Jy/beam ! Clean residual mean=-0.000003 rms=0.002345 Jy/beam ! Combined flux in latest and established models = 0.285838 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 13 components and 0.285838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078127Jy sigma=1.146752 ! Fit after self-cal, rms=0.078117Jy sigma=1.146487 ! 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.201 mas, bmaj=3.377 mas, bpa=12.9 degrees ! Estimated noise=0.726631 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 (-15.2, -31.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011854 Jy ! Component: 100 - total flux cleaned = 0.0139507 Jy ! Component: 150 - total flux cleaned = 0.0137293 Jy ! Component: 200 - total flux cleaned = 0.0128368 Jy ! Total flux subtracted in 200 components = 0.0128368 Jy ! Clean residual min=-0.010069 max=0.013537 Jy/beam ! Clean residual mean=-0.000013 rms=0.002603 Jy/beam ! Combined flux in latest and established models = 0.298675 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.298675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075376Jy sigma=1.095801 ! Fit after self-cal, rms=0.075020Jy sigma=1.088082 ! 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.201 x 3.377 at 12.9 degrees (North through East) ! Clean map min=-0.01005 max=0.266 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 HN 1.08 KP 0.99 ! LA 1.04 NL 0.95 OV 1.01 PT 0.99 ! SC 1.00 ! ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.07 KP 1.00 ! LA 1.02 NL 0.95 OV 0.98 PT 0.98 ! SC 0.98 ! ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.98 HN 1.10 KP 0.98 ! LA 1.01 NL 0.93 OV 0.98 PT 1.00 ! SC 0.94 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.98 HN 1.07 KP 0.99 ! LA 1.02 NL 0.93 OV 0.97 PT 1.00 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.075020Jy sigma=1.088082 ! Fit after self-cal, rms=0.073309Jy sigma=1.067296 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.194 mas, bmaj=3.403 mas, bpa=13.32 degrees ! Estimated noise=0.71765 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.00246412 Jy ! Component: 100 - total flux cleaned = -0.00260691 Jy ! Component: 150 - total flux cleaned = -0.00321243 Jy ! Component: 200 - total flux cleaned = -0.00373325 Jy ! Total flux subtracted in 200 components = -0.00373325 Jy ! Clean residual min=-0.008571 max=0.010340 Jy/beam ! Clean residual mean=-0.000017 rms=0.002330 Jy/beam ! Combined flux in latest and established models = 0.294941 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 54 components and 0.294941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072664Jy sigma=1.060423 ! Fit after self-cal, rms=0.072661Jy sigma=1.059911 ! 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.072661Jy sigma=1.059911 ! Fit after self-cal, rms=0.068938Jy sigma=0.938970 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.198 mas, bmaj=3.437 mas, bpa=13.52 degrees ! Estimated noise=0.723556 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00370928 Jy ! Component: 100 - total flux cleaned = -0.00427885 Jy ! Component: 150 - total flux cleaned = -0.00452084 Jy ! Component: 200 - total flux cleaned = -0.004592 Jy ! Total flux subtracted in 200 components = -0.004592 Jy ! Clean residual min=-0.003815 max=0.003390 Jy/beam ! Clean residual mean=0.000000 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.290349 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 77 components and 0.290349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068657Jy sigma=0.934211 ! Fit after self-cal, rms=0.068650Jy sigma=0.933757 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.000708668 Jy ! Component: 100 - total flux cleaned = -0.000774263 Jy ! Component: 150 - total flux cleaned = -0.000833349 Jy ! Component: 200 - total flux cleaned = -0.00088783 Jy ! Total flux subtracted in 200 components = -0.00088783 Jy ! Clean residual min=-0.003772 max=0.003375 Jy/beam ! Clean residual mean=0.000000 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.289462 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 88 components and 0.289462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068555Jy sigma=0.931858 ! Fit after self-cal, rms=0.068547Jy sigma=0.931764 ! 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.068547Jy sigma=0.931764 ! Fit after self-cal, rms=0.069053Jy sigma=0.917280 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.197 mas, bmaj=3.465 mas, bpa=13.67 degrees ! Estimated noise=0.723343 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00243477 Jy ! Component: 100 - total flux cleaned = -0.00281766 Jy ! Component: 150 - total flux cleaned = -0.00302117 Jy ! Component: 200 - total flux cleaned = -0.00313966 Jy ! Total flux subtracted in 200 components = -0.00313966 Jy ! Clean residual min=-0.003065 max=0.002936 Jy/beam ! Clean residual mean=0.000004 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.286322 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 102 components and 0.286322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068876Jy sigma=0.914728 ! Fit after self-cal, rms=0.068889Jy sigma=0.914566 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.000332131 Jy ! Component: 100 - total flux cleaned = -0.000379956 Jy ! Component: 150 - total flux cleaned = -0.000333751 Jy ! Component: 200 - total flux cleaned = -0.000332962 Jy ! Total flux subtracted in 200 components = -0.000332962 Jy ! Clean residual min=-0.002935 max=0.002913 Jy/beam ! Clean residual mean=0.000004 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.285989 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 113 components and 0.285989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068825Jy sigma=0.913416 ! Fit after self-cal, rms=0.068820Jy sigma=0.913366 ! 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.068820Jy sigma=0.913366 ! Fit after self-cal, rms=0.069242Jy sigma=0.912295 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.542 mas, bmaj=5.62 mas, bpa=0.1036 degrees ! Estimated noise=0.786846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00192272 Jy ! Component: 100 - total flux cleaned = -0.00197696 Jy ! Component: 150 - total flux cleaned = -0.00190194 Jy ! Component: 200 - total flux cleaned = -0.00183403 Jy ! Total flux subtracted in 200 components = -0.00183403 Jy ! Clean residual min=-0.002928 max=0.002946 Jy/beam ! Clean residual mean=0.000005 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.284155 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 125 components and 0.284155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069173Jy sigma=0.911204 ! Fit after self-cal, rms=0.069170Jy sigma=0.911068 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.000306275 Jy ! Component: 100 - total flux cleaned = -0.000179759 Jy ! Component: 150 - total flux cleaned = -3.72103e-05 Jy ! Component: 200 - total flux cleaned = 6.74984e-05 Jy ! Total flux subtracted in 200 components = 6.74984e-05 Jy ! Clean residual min=-0.002850 max=0.002923 Jy/beam ! Clean residual mean=0.000006 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.284222 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 135 components and 0.284222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069149Jy sigma=0.910707 ! Fit after self-cal, rms=0.069145Jy sigma=0.910663 ! 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.198 mas, bmaj=3.483 mas, bpa=13.78 degrees ! Estimated noise=0.722871 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.198 x 3.483 at 13.78 degrees (North through East) ! Clean map min=-0.0034672 max=0.26585 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.94 mas, bmaj=2.631 mas, bpa=10.44 degrees ! Estimated noise=1.21752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.209185 Jy ! Component: 100 - total flux cleaned = 0.255892 Jy ! Component: 150 - total flux cleaned = 0.27256 Jy ! Component: 200 - total flux cleaned = 0.281873 Jy ! Total flux subtracted in 200 components = 0.281873 Jy ! Clean residual min=-0.005571 max=0.006380 Jy/beam ! Clean residual mean=0.000002 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.281873 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.281873 Jy ! Inverting map and beam ! Estimated beam: bmin=1.198 mas, bmaj=3.483 mas, bpa=13.78 degrees ! Estimated noise=0.722871 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.00428581 Jy ! Component: 100 - total flux cleaned = 0.00428247 Jy ! Component: 150 - total flux cleaned = 0.0044205 Jy ! Component: 200 - total flux cleaned = 0.00453095 Jy ! Total flux subtracted in 200 components = 0.00453095 Jy ! Clean residual min=-0.002935 max=0.003384 Jy/beam ! Clean residual mean=0.000003 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.286404 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.286404 Jy ! Inverting map ! Added new window around map position (26.2, 41.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022385 Jy ! Component: 100 - total flux cleaned = 0.00205592 Jy ! Component: 150 - total flux cleaned = 0.00181547 Jy ! Component: 200 - total flux cleaned = 0.00166845 Jy ! Total flux subtracted in 200 components = 0.00166845 Jy ! Clean residual min=-0.002835 max=0.002879 Jy/beam ! Clean residual mean=0.000004 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.288073 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 41 components and 0.288073 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.542 mas, bmaj=5.62 mas, bpa=0.1036 degrees ! Estimated noise=0.786846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000371318 Jy ! Component: 100 - total flux cleaned = -0.000608233 Jy ! Component: 150 - total flux cleaned = -0.000850255 Jy ! Component: 200 - total flux cleaned = -0.000959126 Jy ! Total flux subtracted in 200 components = -0.000959126 Jy ! Clean residual min=-0.002756 max=0.002988 Jy/beam ! Clean residual mean=0.000007 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.287114 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 = -6.84207e-05 Jy ! Component: 100 - total flux cleaned = -6.92073e-05 Jy ! Component: 150 - total flux cleaned = -6.85249e-05 Jy ! Component: 200 - total flux cleaned = -4.20211e-05 Jy ! Total flux subtracted in 200 components = -4.20211e-05 Jy ! Clean residual min=-0.002737 max=0.002998 Jy/beam ! Clean residual mean=0.000008 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.287072 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 66 components and 0.287072 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.198 mas, bmaj=3.483 mas, bpa=13.78 degrees ! Estimated noise=0.722871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.11217e-05 Jy ! Component: 100 - total flux cleaned = -0.000116792 Jy ! Component: 150 - total flux cleaned = -0.000118288 Jy ! Component: 200 - total flux cleaned = -7.32828e-05 Jy ! Total flux subtracted in 200 components = -7.32828e-05 Jy ! Clean residual min=-0.002717 max=0.002807 Jy/beam ! Clean residual mean=0.000004 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.286998 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.286998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068982Jy sigma=0.908647 ! Fit after self-cal, rms=0.068949Jy sigma=0.908051 wmodel J1553-2422_X_map.mod ! Writing 82 model components to file: J1553-2422_X_map.mod wobs J1553-2422_X_uvs.fits ! Writing UV FITS file: J1553-2422_X_uvs.fits wwins J1553-2422_X_map.win ! wwins: Wrote 3 windows to J1553-2422_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.000677413 Jy ! Component: 100 - total flux cleaned = -0.00135673 Jy ! Component: 150 - total flux cleaned = -0.00165814 Jy ! Component: 200 - total flux cleaned = -0.00165845 Jy ! Component: 250 - total flux cleaned = -0.00177799 Jy ! Component: 300 - total flux cleaned = -0.00173841 Jy ! Component: 350 - total flux cleaned = -0.00181396 Jy ! Component: 400 - total flux cleaned = -0.00185084 Jy ! Component: 450 - total flux cleaned = -0.00185085 Jy ! Component: 500 - total flux cleaned = -0.00199119 Jy ! Component: 550 - total flux cleaned = -0.00206069 Jy ! Component: 600 - total flux cleaned = -0.0022291 Jy ! Component: 650 - total flux cleaned = -0.00226159 Jy ! Component: 700 - total flux cleaned = -0.00232622 Jy ! Component: 750 - total flux cleaned = -0.0024218 Jy ! Component: 800 - total flux cleaned = -0.00251581 Jy ! Component: 850 - total flux cleaned = -0.00263923 Jy ! Component: 900 - total flux cleaned = -0.00260831 Jy ! Component: 950 - total flux cleaned = -0.00257829 Jy ! Component: 1000 - total flux cleaned = -0.00272688 Jy ! Component: 1050 - total flux cleaned = -0.00278477 Jy ! Component: 1100 - total flux cleaned = -0.00278452 Jy ! Component: 1150 - total flux cleaned = -0.00284197 Jy ! Component: 1200 - total flux cleaned = -0.00287014 Jy ! Component: 1250 - total flux cleaned = -0.00284244 Jy ! Component: 1300 - total flux cleaned = -0.00289817 Jy ! Component: 1350 - total flux cleaned = -0.00303497 Jy ! Component: 1400 - total flux cleaned = -0.00306177 Jy ! Component: 1450 - total flux cleaned = -0.00311506 Jy ! Component: 1500 - total flux cleaned = -0.00311508 Jy ! Component: 1550 - total flux cleaned = -0.003142 Jy ! Component: 1600 - total flux cleaned = -0.00309045 Jy ! Component: 1650 - total flux cleaned = -0.00311652 Jy ! Component: 1700 - total flux cleaned = -0.003142 Jy ! Component: 1750 - total flux cleaned = -0.00301609 Jy ! Component: 1800 - total flux cleaned = -0.00304081 Jy ! Component: 1850 - total flux cleaned = -0.00294179 Jy ! Component: 1900 - total flux cleaned = -0.00294176 Jy ! Component: 1950 - total flux cleaned = -0.00291757 Jy ! Component: 2000 - total flux cleaned = -0.00286935 Jy ! Component: 2050 - total flux cleaned = -0.0028933 Jy ! Component: 2100 - total flux cleaned = -0.00284556 Jy ! Component: 2150 - total flux cleaned = -0.00279852 Jy ! Component: 2200 - total flux cleaned = -0.00284519 Jy ! Component: 2250 - total flux cleaned = -0.00279848 Jy ! Component: 2300 - total flux cleaned = -0.0028444 Jy ! Component: 2350 - total flux cleaned = -0.0028672 Jy ! Component: 2400 - total flux cleaned = -0.00288971 Jy ! Component: 2450 - total flux cleaned = -0.0028898 Jy ! Component: 2500 - total flux cleaned = -0.00286729 Jy ! Component: 2550 - total flux cleaned = -0.00284526 Jy ! Component: 2600 - total flux cleaned = -0.00291184 Jy ! Component: 2650 - total flux cleaned = -0.00293377 Jy ! Component: 2700 - total flux cleaned = -0.00299903 Jy ! Component: 2750 - total flux cleaned = -0.00304228 Jy ! Component: 2800 - total flux cleaned = -0.00312835 Jy ! Component: 2850 - total flux cleaned = -0.0031285 Jy ! Component: 2900 - total flux cleaned = -0.00325577 Jy ! Component: 2950 - total flux cleaned = -0.00321368 Jy ! Component: 3000 - total flux cleaned = -0.00333949 Jy ! Component: 3050 - total flux cleaned = -0.00342266 Jy ! Component: 3100 - total flux cleaned = -0.00342284 Jy ! Component: 3150 - total flux cleaned = -0.00346409 Jy ! Component: 3200 - total flux cleaned = -0.00358666 Jy ! Component: 3250 - total flux cleaned = -0.0036072 Jy ! Component: 3300 - total flux cleaned = -0.00364774 Jy ! Component: 3350 - total flux cleaned = -0.00378839 Jy ! Component: 3400 - total flux cleaned = -0.00384829 Jy ! Component: 3450 - total flux cleaned = -0.00382853 Jy ! Component: 3500 - total flux cleaned = -0.00384843 Jy ! Component: 3550 - total flux cleaned = -0.00394665 Jy ! Component: 3600 - total flux cleaned = -0.00404447 Jy ! Component: 3650 - total flux cleaned = -0.00414158 Jy ! Component: 3700 - total flux cleaned = -0.00419972 Jy ! Component: 3750 - total flux cleaned = -0.00437267 Jy ! Component: 3800 - total flux cleaned = -0.00431535 Jy ! Component: 3850 - total flux cleaned = -0.00439157 Jy ! Component: 3900 - total flux cleaned = -0.00450524 Jy ! Component: 3950 - total flux cleaned = -0.00459931 Jy ! Component: 4000 - total flux cleaned = -0.00469315 Jy ! Component: 4050 - total flux cleaned = -0.00480511 Jy ! Total flux subtracted in 4096 components = -0.00480494 Jy ! Clean residual min=-0.001136 max=0.001210 Jy/beam ! Clean residual mean=0.000001 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.282193 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 358 components and 0.282193 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv118_uvs/J1553-2422_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.198 x 3.483 at 13.78 degrees (North through East) ! Clean map min=-0.0028141 max=0.26635 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv118_uvs/J1553-2422_X_map.fits wmodel /scr/pima/rv118_uvs/J1553-2422_X_map.mod ! Writing 358 model components to file: /scr/pima/rv118_uvs/J1553-2422_X_map.mod wobs /scr/pima/rv118_uvs/J1553-2422_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv118_uvs/J1553-2422_X_uvs.fits wwins /scr/pima/rv118_uvs/J1553-2422_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rv118_uvs/J1553-2422_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.266349 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000345008 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.388596 0.388596 0.777192 1.55438 3.10877 6.21754 12.4351 24.8701 49.7403 99.4806 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.266 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 772.009 quit ! Quitting program ! Log file /scr/pima/rv118_uvs/J1553-2422_X_dfm.log closed on Sun Dec 10 00:10:12 2017