! Started logfile: /scr/pima/bg219a_uvs/J2305+8242_S_uvs.log on Wed Apr 6 23:04:49 2016 obs /scr/pima/bg219a_uvs/J2305+8242_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J2305+8242_S_uva.fits ! AN table 1: 52 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.84707 visibilities/baseline/integration-bin. ! Found source: J2305+8242 ! ! 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 49 lines of history. ! ! Reading 3700 visibilities. select rr, 1,2,3,4,6,7,8 ! 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 ![@/home/lpetrov/bin/01_muppet /scr/pima/bg219a_uvs/J2305+8242_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 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007868Jy sigma=23.162397 ! Fit after self-cal, rms=0.925995Jy sigma=21.256904 ! 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=2.114 mas, bmaj=9.697 mas, bpa=-31.34 degrees ! Estimated noise=0.974461 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.0585278 Jy ! Component: 100 - total flux cleaned = 0.0713753 Jy ! Total flux subtracted in 100 components = 0.0713753 Jy ! Clean residual min=-0.004581 max=0.004801 Jy/beam ! Clean residual mean=-0.000013 rms=0.001169 Jy/beam ! Combined flux in latest and established models = 0.0713753 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0713753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060038Jy sigma=1.257072 ! Fit after self-cal, rms=0.059550Jy sigma=1.248222 ! 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=2.77 mas, bmaj=11.47 mas, bpa=-31.14 degrees ! Estimated noise=0.542049 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.00444591 Jy ! Component: 100 - total flux cleaned = 0.00536678 Jy ! Component: 150 - total flux cleaned = 0.00564014 Jy ! Component: 200 - total flux cleaned = 0.0058951 Jy ! Total flux subtracted in 200 components = 0.0058951 Jy ! Clean residual min=-0.002969 max=0.002467 Jy/beam ! Clean residual mean=-0.000017 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.0772704 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 19 components and 0.0772704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059218Jy sigma=1.240461 ! Fit after self-cal, rms=0.059227Jy sigma=1.240286 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.77 x 11.47 at -31.14 degrees (North through East) ! Clean map min=-0.002851 max=0.076486 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: ! FD 1.04 LA 1.01 MK 1.06 NL 1.08 ! OV 1.05 PT 0.97 SC 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 LA 0.95 MK 0.98 NL 0.93 ! OV 1.03 PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 LA 0.98 MK 1.08 NL 0.98 ! OV 1.04 PT 0.97 SC 0.91 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 LA 1.00 MK 0.97 NL 1.00 ! OV 0.97 PT 0.99 SC 1.00 ! ! ! Fit before self-cal, rms=0.059227Jy sigma=1.240286 ! Fit after self-cal, rms=0.058709Jy sigma=1.235371 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.763 mas, bmaj=11.41 mas, bpa=-31.34 degrees ! Estimated noise=0.538116 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.000217292 Jy ! Component: 100 - total flux cleaned = 0.000216247 Jy ! Component: 150 - total flux cleaned = 0.000244433 Jy ! Component: 200 - total flux cleaned = 0.000243894 Jy ! Total flux subtracted in 200 components = 0.000243894 Jy ! Clean residual min=-0.002787 max=0.002452 Jy/beam ! Clean residual mean=-0.000010 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.0775143 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 31 components and 0.0775143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058663Jy sigma=1.234720 ! Fit after self-cal, rms=0.058679Jy sigma=1.234438 ! 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.058679Jy sigma=1.234438 ! Fit after self-cal, rms=0.058743Jy sigma=1.232704 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.759 mas, bmaj=11.49 mas, bpa=-31.31 degrees ! Estimated noise=0.53808 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000111722 Jy ! Component: 100 - total flux cleaned = 6.21466e-05 Jy ! Component: 150 - total flux cleaned = 9.98117e-05 Jy ! Component: 200 - total flux cleaned = 0.000149533 Jy ! Total flux subtracted in 200 components = 0.000149533 Jy ! Clean residual min=-0.002719 max=0.002352 Jy/beam ! Clean residual mean=-0.000007 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0776638 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 43 components and 0.0776638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058722Jy sigma=1.232419 ! Fit after self-cal, rms=0.058734Jy sigma=1.232291 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.000138888 Jy ! Component: 100 - total flux cleaned = 0.000122969 Jy ! Component: 150 - total flux cleaned = 0.000108498 Jy ! Component: 200 - total flux cleaned = 0.000121106 Jy ! Total flux subtracted in 200 components = 0.000121106 Jy ! Clean residual min=-0.002706 max=0.002351 Jy/beam ! Clean residual mean=-0.000007 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.0777849 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.0777849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058724Jy sigma=1.232166 ! Fit after self-cal, rms=0.058724Jy sigma=1.232148 ! 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.058724Jy sigma=1.232148 ! Fit after self-cal, rms=0.058643Jy sigma=1.232079 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.754 mas, bmaj=11.5 mas, bpa=-31.37 degrees ! Estimated noise=0.538168 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176485 Jy ! Component: 100 - total flux cleaned = 0.000222039 Jy ! Component: 150 - total flux cleaned = 0.000276935 Jy ! Component: 200 - total flux cleaned = 0.000314042 Jy ! Total flux subtracted in 200 components = 0.000314042 Jy ! Clean residual min=-0.002705 max=0.002346 Jy/beam ! Clean residual mean=-0.000006 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.0780989 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.0780989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058634Jy sigma=1.231958 ! Fit after self-cal, rms=0.058632Jy sigma=1.231948 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.46669e-05 Jy ! Component: 100 - total flux cleaned = 7.54683e-05 Jy ! Component: 150 - total flux cleaned = 9.54755e-05 Jy ! Component: 200 - total flux cleaned = 0.000104714 Jy ! Total flux subtracted in 200 components = 0.000104714 Jy ! Clean residual min=-0.002694 max=0.002348 Jy/beam ! Clean residual mean=-0.000006 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.0782036 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 51 components and 0.0782036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058627Jy sigma=1.231892 ! Fit after self-cal, rms=0.058627Jy sigma=1.231887 ! 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.058627Jy sigma=1.231887 ! Fit after self-cal, rms=0.058549Jy sigma=1.231848 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.904 mas, bmaj=20.07 mas, bpa=-39.08 degrees ! Estimated noise=0.681487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.4293e-05 Jy ! Component: 100 - total flux cleaned = 0.00015398 Jy ! Component: 150 - total flux cleaned = 0.000200694 Jy ! Component: 200 - total flux cleaned = 0.000220221 Jy ! Total flux subtracted in 200 components = 0.000220221 Jy ! Clean residual min=-0.001886 max=0.002022 Jy/beam ! Clean residual mean=-0.000015 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.0784239 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 55 components and 0.0784239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058546Jy sigma=1.231820 ! Fit after self-cal, rms=0.058544Jy sigma=1.231810 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 = -3.63785e-05 Jy ! Component: 100 - total flux cleaned = -2.47829e-05 Jy ! Component: 150 - total flux cleaned = -5.60653e-06 Jy ! Component: 200 - total flux cleaned = -5.49772e-06 Jy ! Total flux subtracted in 200 components = -5.49772e-06 Jy ! Clean residual min=-0.001885 max=0.002029 Jy/beam ! Clean residual mean=-0.000015 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.0784184 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.0784184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058543Jy sigma=1.231808 ! Fit after self-cal, rms=0.058542Jy sigma=1.231803 ! 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=2.751 mas, bmaj=11.5 mas, bpa=-31.42 degrees ! Estimated noise=0.538028 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.751 x 11.5 at -31.42 degrees (North through East) ! Clean map min=-0.002558 max=0.076045 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=2.101 mas, bmaj=9.757 mas, bpa=-31.51 degrees ! Estimated noise=0.968539 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0584543 Jy ! Component: 100 - total flux cleaned = 0.0714485 Jy ! Component: 150 - total flux cleaned = 0.0750947 Jy ! Component: 200 - total flux cleaned = 0.0762127 Jy ! Total flux subtracted in 200 components = 0.0762127 Jy ! Clean residual min=-0.004042 max=0.003828 Jy/beam ! Clean residual mean=-0.000003 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.0762127 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0762127 Jy ! Inverting map and beam ! Estimated beam: bmin=2.751 mas, bmaj=11.5 mas, bpa=-31.42 degrees ! Estimated noise=0.538028 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.00105632 Jy ! Component: 100 - total flux cleaned = 0.00129332 Jy ! Component: 150 - total flux cleaned = 0.00143186 Jy ! Component: 200 - total flux cleaned = 0.00154778 Jy ! Total flux subtracted in 200 components = 0.00154778 Jy ! Clean residual min=-0.002875 max=0.002218 Jy/beam ! Clean residual mean=-0.000010 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.0777605 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 35 components and 0.0777605 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=6.904 mas, bmaj=20.07 mas, bpa=-39.08 degrees ! Estimated noise=0.681487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.84808e-05 Jy ! Component: 100 - total flux cleaned = 0.000181872 Jy ! Component: 150 - total flux cleaned = 0.000271609 Jy ! Component: 200 - total flux cleaned = 0.000313955 Jy ! Total flux subtracted in 200 components = 0.000313955 Jy ! Clean residual min=-0.002020 max=0.002015 Jy/beam ! Clean residual mean=-0.000019 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.0780745 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.57128e-05 Jy ! Component: 100 - total flux cleaned = 6.74953e-05 Jy ! Component: 150 - total flux cleaned = 9.58577e-05 Jy ! Component: 200 - total flux cleaned = 0.000104445 Jy ! Total flux subtracted in 200 components = 0.000104445 Jy ! Clean residual min=-0.001980 max=0.002035 Jy/beam ! Clean residual mean=-0.000018 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.0781789 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 59 components and 0.0781789 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.751 mas, bmaj=11.5 mas, bpa=-31.42 degrees ! Estimated noise=0.538028 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000160476 Jy ! Component: 100 - total flux cleaned = 0.0002821 Jy ! Component: 150 - total flux cleaned = 0.0003857 Jy ! Component: 200 - total flux cleaned = 0.000386205 Jy ! Total flux subtracted in 200 components = 0.000386205 Jy ! Clean residual min=-0.002762 max=0.002267 Jy/beam ! Clean residual mean=-0.000005 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.0785651 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 70 components and 0.0785651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058566Jy sigma=1.232260 ! Fit after self-cal, rms=0.058564Jy sigma=1.232148 wmodel /scr/pima/bg219a_uvs/J2305+8242_S_map.mod ! Writing 70 model components to file: /scr/pima/bg219a_uvs/J2305+8242_S_map.mod wobs /scr/pima/bg219a_uvs/J2305+8242_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J2305+8242_S_uvs.fits wwins /scr/pima/bg219a_uvs/J2305+8242_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J2305+8242_S_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.000381608 Jy ! Component: 100 - total flux cleaned = -0.000229394 Jy ! Component: 150 - total flux cleaned = -0.000368456 Jy ! Component: 200 - total flux cleaned = -0.000599306 Jy ! Component: 250 - total flux cleaned = -0.000660507 Jy ! Component: 300 - total flux cleaned = -0.000750358 Jy ! Component: 350 - total flux cleaned = -0.000779628 Jy ! Component: 400 - total flux cleaned = -0.00100683 Jy ! Component: 450 - total flux cleaned = -0.0011163 Jy ! Component: 500 - total flux cleaned = -0.00127594 Jy ! Component: 550 - total flux cleaned = -0.00143127 Jy ! Component: 600 - total flux cleaned = -0.00158268 Jy ! Component: 650 - total flux cleaned = -0.00170642 Jy ! Component: 700 - total flux cleaned = -0.00187527 Jy ! Component: 750 - total flux cleaned = -0.00199296 Jy ! Component: 800 - total flux cleaned = -0.00213136 Jy ! Component: 850 - total flux cleaned = -0.00228818 Jy ! Component: 900 - total flux cleaned = -0.0023757 Jy ! Component: 950 - total flux cleaned = -0.00244006 Jy ! Component: 1000 - total flux cleaned = -0.0025458 Jy ! Component: 1050 - total flux cleaned = -0.0026699 Jy ! Component: 1100 - total flux cleaned = -0.00281179 Jy ! Component: 1150 - total flux cleaned = -0.00289166 Jy ! Component: 1200 - total flux cleaned = -0.00298951 Jy ! Component: 1250 - total flux cleaned = -0.00308523 Jy ! Component: 1300 - total flux cleaned = -0.00308522 Jy ! Component: 1350 - total flux cleaned = -0.00317785 Jy ! Component: 1400 - total flux cleaned = -0.00325096 Jy ! Component: 1450 - total flux cleaned = -0.00335926 Jy ! Component: 1500 - total flux cleaned = -0.00351897 Jy ! Component: 1550 - total flux cleaned = -0.00358897 Jy ! Component: 1600 - total flux cleaned = -0.00376152 Jy ! Component: 1650 - total flux cleaned = -0.00389745 Jy ! Component: 1700 - total flux cleaned = -0.00398101 Jy ! Component: 1750 - total flux cleaned = -0.00404717 Jy ! Component: 1800 - total flux cleaned = -0.0041455 Jy ! Component: 1850 - total flux cleaned = -0.00422645 Jy ! Component: 1900 - total flux cleaned = -0.00435462 Jy ! Component: 1950 - total flux cleaned = -0.00446505 Jy ! Component: 2000 - total flux cleaned = -0.00458989 Jy ! Component: 2050 - total flux cleaned = -0.00468239 Jy ! Component: 2100 - total flux cleaned = -0.00477395 Jy ! Component: 2150 - total flux cleaned = -0.00492452 Jy ! Component: 2200 - total flux cleaned = -0.00501404 Jy ! Component: 2250 - total flux cleaned = -0.00508787 Jy ! Component: 2300 - total flux cleaned = -0.00520467 Jy ! Component: 2350 - total flux cleaned = -0.00534942 Jy ! Component: 2400 - total flux cleaned = -0.00539226 Jy ! Component: 2450 - total flux cleaned = -0.00547776 Jy ! Component: 2500 - total flux cleaned = -0.00563273 Jy ! Component: 2550 - total flux cleaned = -0.00563268 Jy ! Component: 2600 - total flux cleaned = -0.00570209 Jy ! Component: 2650 - total flux cleaned = -0.0057848 Jy ! Component: 2700 - total flux cleaned = -0.00586681 Jy ! Component: 2750 - total flux cleaned = -0.00594818 Jy ! Component: 2800 - total flux cleaned = -0.00604214 Jy ! Component: 2850 - total flux cleaned = -0.0061087 Jy ! Component: 2900 - total flux cleaned = -0.00620139 Jy ! Component: 2950 - total flux cleaned = -0.00630646 Jy ! Component: 3000 - total flux cleaned = -0.00638449 Jy ! Component: 3050 - total flux cleaned = -0.00647504 Jy ! Component: 3100 - total flux cleaned = -0.0065135 Jy ! Component: 3150 - total flux cleaned = -0.00660283 Jy ! Component: 3200 - total flux cleaned = -0.00665346 Jy ! Component: 3250 - total flux cleaned = -0.00669131 Jy ! Component: 3300 - total flux cleaned = -0.00677893 Jy ! Component: 3350 - total flux cleaned = -0.00680384 Jy ! Component: 3400 - total flux cleaned = -0.0068903 Jy ! Component: 3450 - total flux cleaned = -0.00691491 Jy ! Component: 3500 - total flux cleaned = -0.0069638 Jy ! Component: 3550 - total flux cleaned = -0.00701237 Jy ! Component: 3600 - total flux cleaned = -0.00704867 Jy ! Component: 3650 - total flux cleaned = -0.00714466 Jy ! Component: 3700 - total flux cleaned = -0.00716855 Jy ! Component: 3750 - total flux cleaned = -0.00722784 Jy ! Component: 3800 - total flux cleaned = -0.00727516 Jy ! Component: 3850 - total flux cleaned = -0.00731035 Jy ! Component: 3900 - total flux cleaned = -0.00739204 Jy ! Component: 3950 - total flux cleaned = -0.00745011 Jy ! Component: 4000 - total flux cleaned = -0.00749634 Jy ! Component: 4050 - total flux cleaned = -0.00757674 Jy ! Total flux subtracted in 4096 components = -0.00758821 Jy ! Clean residual min=-0.000812 max=0.000746 Jy/beam ! Clean residual mean=-0.000010 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.0709769 Jy keep ! Adding 255 model components to the UV plane model. ! The established model now contains 325 components and 0.0709769 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J2305+8242_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.751 x 11.5 at -31.42 degrees (North through East) ! Clean map min=-0.0015956 max=0.075587 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J2305+8242_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0755872 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000198683 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.788557 0.788557 1.57711 3.15423 6.30846 12.6169 25.2338 50.4676 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.075 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 380.441 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J2305+8242_S_uvs.log closed on Wed Apr 6 23:04:53 2016