! Started logfile: /scr/pima/bg219b_uvs/J1407+7628_S_dfm.log on Thu May 19 20:21:35 2016 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /scr/pima/bg219b_uvs/J1407+7628_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J1407+7628_S_uva.fits ! AN table 1: 62 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.856989 visibilities/baseline/integration-bin. ! Found source: J1407+7628 ! ! 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 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 9564 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.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J1407+7628_S] 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.500x0.500 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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001484Jy sigma=23.200884 ! Fit after self-cal, rms=0.898486Jy sigma=20.848451 ! 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=3.33 mas, bmaj=3.548 mas, bpa=-66.84 degrees ! Estimated noise=0.56523 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.0771726 Jy ! Component: 100 - total flux cleaned = 0.0986595 Jy ! Total flux subtracted in 100 components = 0.0986595 Jy ! Clean residual min=-0.004310 max=0.008564 Jy/beam ! Clean residual mean=0.000002 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.0986595 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0986595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063065Jy sigma=1.383479 ! Fit after self-cal, rms=0.062933Jy sigma=1.381300 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00968959 Jy ! Component: 100 - total flux cleaned = 0.0148969 Jy ! Total flux subtracted in 100 components = 0.0148969 Jy ! Clean residual min=-0.003413 max=0.003494 Jy/beam ! Clean residual mean=0.000001 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.113556 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.113556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061044Jy sigma=1.331855 ! Fit after self-cal, rms=0.061025Jy sigma=1.331296 ! 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=4.075 mas, bmaj=4.378 mas, bpa=-73.08 degrees ! Estimated noise=0.338343 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-1.5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00468127 Jy ! Component: 100 - total flux cleaned = 0.00705948 Jy ! Component: 150 - total flux cleaned = 0.00838181 Jy ! Component: 200 - total flux cleaned = 0.00885579 Jy ! Total flux subtracted in 200 components = 0.00885579 Jy ! Clean residual min=-0.002062 max=0.002150 Jy/beam ! Clean residual mean=0.000000 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.122412 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 43 components and 0.122412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060683Jy sigma=1.322444 ! Fit after self-cal, rms=0.060675Jy sigma=1.322162 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.075 x 4.378 at -73.08 degrees (North through East) ! Clean map min=-0.0018819 max=0.10142 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.01 HN 0.97 KP 0.97 ! LA 1.00 MK 1.04 NL 0.99 OV 1.03 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 1.02 KP 0.99 ! LA 0.96 MK 1.05 NL 0.98 OV 1.01 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 0.96 KP 1.01 ! LA 0.97 MK 1.05 NL 0.96 OV 0.98 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.03 KP 1.01 ! LA 0.97 MK 1.05 NL 1.03 OV 1.04 ! PT 0.96 SC 0.97 ! ! ! Fit before self-cal, rms=0.060675Jy sigma=1.322162 ! Fit after self-cal, rms=0.060094Jy sigma=1.318313 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.115 mas, bmaj=4.392 mas, bpa=-73 degrees ! Estimated noise=0.337113 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.000112833 Jy ! Component: 100 - total flux cleaned = -8.39189e-05 Jy ! Component: 150 - total flux cleaned = -0.000184487 Jy ! Component: 200 - total flux cleaned = -0.000238069 Jy ! Total flux subtracted in 200 components = -0.000238069 Jy ! Clean residual min=-0.002007 max=0.001850 Jy/beam ! Clean residual mean=0.000001 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.122174 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 58 components and 0.122174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060078Jy sigma=1.317923 ! Fit after self-cal, rms=0.060074Jy sigma=1.317827 ! 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.060074Jy sigma=1.317827 ! Fit after self-cal, rms=0.059998Jy sigma=1.314849 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.087 mas, bmaj=4.414 mas, bpa=-73.47 degrees ! Estimated noise=0.337139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000145329 Jy ! Component: 100 - total flux cleaned = 0.000130248 Jy ! Component: 150 - total flux cleaned = 5.90366e-05 Jy ! Component: 200 - total flux cleaned = 3.37074e-05 Jy ! Total flux subtracted in 200 components = 3.37074e-05 Jy ! Clean residual min=-0.001805 max=0.001666 Jy/beam ! Clean residual mean=0.000000 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.122208 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 72 components and 0.122208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059991Jy sigma=1.314675 ! Fit after self-cal, rms=0.060000Jy sigma=1.314599 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 = 5.96092e-06 Jy ! Component: 100 - total flux cleaned = -2.87105e-05 Jy ! Component: 150 - total flux cleaned = -4.97647e-05 Jy ! Component: 200 - total flux cleaned = -6.87285e-05 Jy ! Total flux subtracted in 200 components = -6.87285e-05 Jy ! Clean residual min=-0.001793 max=0.001668 Jy/beam ! Clean residual mean=0.000000 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.122139 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 77 components and 0.122139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059997Jy sigma=1.314517 ! Fit after self-cal, rms=0.059997Jy sigma=1.314514 ! 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.059997Jy sigma=1.314514 ! Fit after self-cal, rms=0.060003Jy sigma=1.314487 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.081 mas, bmaj=4.419 mas, bpa=-73.38 degrees ! Estimated noise=0.336902 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.54851e-06 Jy ! Component: 100 - total flux cleaned = -1.15343e-05 Jy ! Component: 150 - total flux cleaned = -3.04606e-05 Jy ! Component: 200 - total flux cleaned = -4.76754e-05 Jy ! Total flux subtracted in 200 components = -4.76754e-05 Jy ! Clean residual min=-0.001792 max=0.001679 Jy/beam ! Clean residual mean=0.000000 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.122091 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.122091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060000Jy sigma=1.314419 ! Fit after self-cal, rms=0.060001Jy sigma=1.314415 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.44525e-06 Jy ! Component: 100 - total flux cleaned = -1.34624e-05 Jy ! Component: 150 - total flux cleaned = -2.09223e-05 Jy ! Component: 200 - total flux cleaned = -2.79324e-05 Jy ! Total flux subtracted in 200 components = -2.79324e-05 Jy ! Clean residual min=-0.001782 max=0.001679 Jy/beam ! Clean residual mean=0.000000 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.122064 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 83 components and 0.122064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059999Jy sigma=1.314377 ! Fit after self-cal, rms=0.059999Jy sigma=1.314375 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.059999Jy sigma=1.314375 ! Fit after self-cal, rms=0.059973Jy sigma=1.314360 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.622 mas, bmaj=8.919 mas, bpa=52.49 degrees ! Estimated noise=0.424034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000184907 Jy ! Component: 100 - total flux cleaned = -0.000215287 Jy ! Component: 150 - total flux cleaned = -0.000221274 Jy ! Component: 200 - total flux cleaned = -0.000226581 Jy ! Total flux subtracted in 200 components = -0.000226581 Jy ! Clean residual min=-0.001627 max=0.001358 Jy/beam ! Clean residual mean=-0.000001 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.121837 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 93 components and 0.121837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059974Jy sigma=1.314365 ! Fit after self-cal, rms=0.059974Jy sigma=1.314356 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.57568e-05 Jy ! Component: 100 - total flux cleaned = -3.16924e-05 Jy ! Component: 150 - total flux cleaned = -4.11801e-05 Jy ! Component: 200 - total flux cleaned = -4.51642e-05 Jy ! Total flux subtracted in 200 components = -4.51642e-05 Jy ! Clean residual min=-0.001606 max=0.001363 Jy/beam ! Clean residual mean=-0.000001 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.121792 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 100 components and 0.121792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059974Jy sigma=1.314363 ! Fit after self-cal, rms=0.059974Jy sigma=1.314360 ! 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=4.075 mas, bmaj=4.424 mas, bpa=-73.35 degrees ! Estimated noise=0.336602 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.075 x 4.424 at -73.35 degrees (North through East) ! Clean map min=-0.0016725 max=0.10069 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=3.314 mas, bmaj=3.593 mas, bpa=-68.96 degrees ! Estimated noise=0.564811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0771935 Jy ! Component: 100 - total flux cleaned = 0.0990842 Jy ! Component: 150 - total flux cleaned = 0.108148 Jy ! Component: 200 - total flux cleaned = 0.113271 Jy ! Total flux subtracted in 200 components = 0.113271 Jy ! Clean residual min=-0.003576 max=0.003105 Jy/beam ! Clean residual mean=0.000001 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.113271 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.113271 Jy ! Inverting map and beam ! Estimated beam: bmin=4.075 mas, bmaj=4.424 mas, bpa=-73.35 degrees ! Estimated noise=0.336602 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.00442753 Jy ! Component: 100 - total flux cleaned = 0.00660725 Jy ! Component: 150 - total flux cleaned = 0.00786767 Jy ! Component: 200 - total flux cleaned = 0.0082207 Jy ! Total flux subtracted in 200 components = 0.0082207 Jy ! Clean residual min=-0.001809 max=0.001746 Jy/beam ! Clean residual mean=0.000000 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.121492 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 56 components and 0.121492 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.622 mas, bmaj=8.919 mas, bpa=52.49 degrees ! Estimated noise=0.424034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000508219 Jy ! Component: 100 - total flux cleaned = 0.000490943 Jy ! Component: 150 - total flux cleaned = 0.000490673 Jy ! Component: 200 - total flux cleaned = 0.000477287 Jy ! Total flux subtracted in 200 components = 0.000477287 Jy ! Clean residual min=-0.001598 max=0.001396 Jy/beam ! Clean residual mean=-0.000001 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.121969 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 = 4.42506e-07 Jy ! Component: 100 - total flux cleaned = 4.05912e-07 Jy ! Component: 150 - total flux cleaned = -8.91523e-06 Jy ! Component: 200 - total flux cleaned = -2.62825e-05 Jy ! Total flux subtracted in 200 components = -2.62825e-05 Jy ! Clean residual min=-0.001592 max=0.001388 Jy/beam ! Clean residual mean=-0.000001 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.121943 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 82 components and 0.121943 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.075 mas, bmaj=4.424 mas, bpa=-73.35 degrees ! Estimated noise=0.336602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0001161 Jy ! Component: 100 - total flux cleaned = -0.000133189 Jy ! Component: 150 - total flux cleaned = -0.000117707 Jy ! Component: 200 - total flux cleaned = -0.000117343 Jy ! Total flux subtracted in 200 components = -0.000117343 Jy ! Clean residual min=-0.001815 max=0.001702 Jy/beam ! Clean residual mean=0.000000 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.121826 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 95 components and 0.121826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059981Jy sigma=1.314582 ! Fit after self-cal, rms=0.059977Jy sigma=1.314547 wmodel /J1407+7628_S_map.mod ! wmodel: Unable to open new model file: /J1407+7628_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219b_uvs/J1407+7628_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.075 x 4.424 at -73.35 degrees (North through East) ! Clean map min=-0.0017245 max=0.10065 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J1407+7628_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.100649 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000376321 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.12168 1.12168 2.24336 4.48672 8.97343 17.9469 35.8937 71.7875 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.1 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 267.456 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J1407+7628_S_dfm.log closed on Thu May 19 20:21:38 2016