! Started logfile: /scr/pima/bg219g_uvs/J1112+3503_S_uvs.log on Thu Apr 7 07:14:30 2016 obs /scr/pima/bg219g_uvs/J1112+3503_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1112+3503_S_uva.fits ! AN table 1: 31 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.903226 visibilities/baseline/integration-bin. ! Found source: J1112+3503 ! ! 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 4032 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/bg219g_uvs/J1112+3503_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007607Jy sigma=23.332300 ! Fit after self-cal, rms=0.908561Jy sigma=20.947622 ! 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.98 mas, bmaj=10.23 mas, bpa=-50.7 degrees ! Estimated noise=0.776738 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.0777255 Jy ! Component: 100 - total flux cleaned = 0.0946825 Jy ! Total flux subtracted in 100 components = 0.0946825 Jy ! Clean residual min=-0.008054 max=0.009632 Jy/beam ! Clean residual mean=-0.000036 rms=0.002206 Jy/beam ! Combined flux in latest and established models = 0.0946825 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0946825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089671Jy sigma=1.880244 ! Fit after self-cal, rms=0.089116Jy sigma=1.871785 ! 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=3.784 mas, bmaj=9.951 mas, bpa=-51.76 degrees ! Estimated noise=0.52266 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.000592417 Jy ! Component: 100 - total flux cleaned = 0.000587132 Jy ! Component: 150 - total flux cleaned = 0.000576842 Jy ! Component: 200 - total flux cleaned = 0.00065927 Jy ! Total flux subtracted in 200 components = 0.00065927 Jy ! Clean residual min=-0.007301 max=0.010498 Jy/beam ! Clean residual mean=-0.000055 rms=0.002481 Jy/beam ! Combined flux in latest and established models = 0.0953418 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0953418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088930Jy sigma=1.863066 ! Fit after self-cal, rms=0.088918Jy sigma=1.862716 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.784 x 9.951 at -51.76 degrees (North through East) ! Clean map min=-0.0071715 max=0.098811 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 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* ! ! ! Fit before self-cal, rms=0.088918Jy sigma=1.862716 ! Fit after self-cal, rms=0.088918Jy sigma=1.862716 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.784 mas, bmaj=9.951 mas, bpa=-51.76 degrees ! Estimated noise=0.52266 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.000632958 Jy ! Component: 100 - total flux cleaned = -0.000631157 Jy ! Component: 150 - total flux cleaned = -0.000580894 Jy ! Component: 200 - total flux cleaned = -0.000580847 Jy ! Total flux subtracted in 200 components = -0.000580847 Jy ! Clean residual min=-0.007183 max=0.010426 Jy/beam ! Clean residual mean=-0.000056 rms=0.002461 Jy/beam ! Combined flux in latest and established models = 0.0947609 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.0947609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088865Jy sigma=1.861191 ! Fit after self-cal, rms=0.088861Jy sigma=1.861103 ! 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.088861Jy sigma=1.861103 ! Fit after self-cal, rms=0.088861Jy sigma=1.861103 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.784 mas, bmaj=9.951 mas, bpa=-51.76 degrees ! Estimated noise=0.52266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000271012 Jy ! Component: 100 - total flux cleaned = -0.00027153 Jy ! Component: 150 - total flux cleaned = -0.00027117 Jy ! Component: 200 - total flux cleaned = -0.000270903 Jy ! Total flux subtracted in 200 components = -0.000270903 Jy ! Clean residual min=-0.007137 max=0.010379 Jy/beam ! Clean residual mean=-0.000057 rms=0.002451 Jy/beam ! Combined flux in latest and established models = 0.09449 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 33 components and 0.09449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088829Jy sigma=1.860448 ! Fit after self-cal, rms=0.088827Jy sigma=1.860411 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 (32.5, 55.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00934939 Jy ! Component: 100 - total flux cleaned = 0.0118158 Jy ! Component: 150 - total flux cleaned = 0.0135146 Jy ! Component: 200 - total flux cleaned = 0.0142989 Jy ! Total flux subtracted in 200 components = 0.0142989 Jy ! Clean residual min=-0.006490 max=0.007528 Jy/beam ! Clean residual mean=-0.000029 rms=0.001882 Jy/beam ! Combined flux in latest and established models = 0.108789 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 65 components and 0.108789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087546Jy sigma=1.834910 ! Fit after self-cal, rms=0.087400Jy sigma=1.831235 ! 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.087400Jy sigma=1.831235 ! Fit after self-cal, rms=0.087400Jy sigma=1.831235 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.784 mas, bmaj=9.951 mas, bpa=-51.76 degrees ! Estimated noise=0.52266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024394 Jy ! Component: 100 - total flux cleaned = 0.00265682 Jy ! Component: 150 - total flux cleaned = 0.00284083 Jy ! Component: 200 - total flux cleaned = 0.00307749 Jy ! Total flux subtracted in 200 components = 0.00307749 Jy ! Clean residual min=-0.005905 max=0.006032 Jy/beam ! Clean residual mean=-0.000022 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 0.111866 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 88 components and 0.111866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087074Jy sigma=1.826477 ! Fit after self-cal, rms=0.087047Jy sigma=1.825595 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.00105281 Jy ! Component: 100 - total flux cleaned = 0.000821085 Jy ! Component: 150 - total flux cleaned = 0.000685101 Jy ! Component: 200 - total flux cleaned = 0.000561853 Jy ! Total flux subtracted in 200 components = 0.000561853 Jy ! Clean residual min=-0.005578 max=0.006064 Jy/beam ! Clean residual mean=-0.000019 rms=0.001581 Jy/beam ! Combined flux in latest and established models = 0.112428 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 113 components and 0.112428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086890Jy sigma=1.823460 ! Fit after self-cal, rms=0.086880Jy sigma=1.823050 ! 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.086880Jy sigma=1.823050 ! Fit after self-cal, rms=0.086880Jy sigma=1.823050 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.493 mas, bmaj=11.29 mas, bpa=-79.06 degrees ! Estimated noise=0.616133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000850408 Jy ! Component: 100 - total flux cleaned = 0.000435774 Jy ! Component: 150 - total flux cleaned = 0.000231618 Jy ! Component: 200 - total flux cleaned = 0.000172824 Jy ! Total flux subtracted in 200 components = 0.000172824 Jy ! Clean residual min=-0.005799 max=0.007043 Jy/beam ! Clean residual mean=-0.000033 rms=0.001961 Jy/beam ! Combined flux in latest and established models = 0.112601 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 127 components and 0.112601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086804Jy sigma=1.821826 ! Fit after self-cal, rms=0.086801Jy sigma=1.821512 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.000204915 Jy ! Component: 100 - total flux cleaned = 0.000316891 Jy ! Component: 150 - total flux cleaned = 0.000367373 Jy ! Component: 200 - total flux cleaned = 0.000269432 Jy ! Total flux subtracted in 200 components = 0.000269432 Jy ! Clean residual min=-0.005614 max=0.006920 Jy/beam ! Clean residual mean=-0.000030 rms=0.001879 Jy/beam ! Combined flux in latest and established models = 0.11287 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 132 components and 0.11287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086741Jy sigma=1.820687 ! Fit after self-cal, rms=0.086740Jy sigma=1.820537 ! 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=3.784 mas, bmaj=9.951 mas, bpa=-51.76 degrees ! Estimated noise=0.52266 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.784 x 9.951 at -51.76 degrees (North through East) ! Clean map min=-0.0055418 max=0.094631 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.98 mas, bmaj=10.23 mas, bpa=-50.7 degrees ! Estimated noise=0.776738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0776243 Jy ! Component: 100 - total flux cleaned = 0.0973804 Jy ! Component: 150 - total flux cleaned = 0.105257 Jy ! Component: 200 - total flux cleaned = 0.108339 Jy ! Total flux subtracted in 200 components = 0.108339 Jy ! Clean residual min=-0.007497 max=0.007916 Jy/beam ! Clean residual mean=-0.000021 rms=0.001863 Jy/beam ! Combined flux in latest and established models = 0.108339 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.108339 Jy ! Inverting map and beam ! Estimated beam: bmin=3.784 mas, bmaj=9.951 mas, bpa=-51.76 degrees ! Estimated noise=0.52266 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.005306 Jy ! Component: 100 - total flux cleaned = 0.00550049 Jy ! Component: 150 - total flux cleaned = 0.00593541 Jy ! Component: 200 - total flux cleaned = 0.00617919 Jy ! Total flux subtracted in 200 components = 0.00617919 Jy ! Clean residual min=-0.006102 max=0.006115 Jy/beam ! Clean residual mean=-0.000017 rms=0.001654 Jy/beam ! Combined flux in latest and established models = 0.114519 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 35 components and 0.114519 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.493 mas, bmaj=11.29 mas, bpa=-79.06 degrees ! Estimated noise=0.616133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000650623 Jy ! Component: 100 - total flux cleaned = 0.000190477 Jy ! Component: 150 - total flux cleaned = 1.43123e-05 Jy ! Component: 200 - total flux cleaned = -0.000279044 Jy ! Total flux subtracted in 200 components = -0.000279044 Jy ! Clean residual min=-0.005532 max=0.007186 Jy/beam ! Clean residual mean=-0.000029 rms=0.001946 Jy/beam ! Combined flux in latest and established models = 0.11424 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 = 9.90312e-07 Jy ! Component: 100 - total flux cleaned = 1.36577e-06 Jy ! Component: 150 - total flux cleaned = -5.58377e-05 Jy ! Component: 200 - total flux cleaned = -5.65906e-05 Jy ! Total flux subtracted in 200 components = -5.65906e-05 Jy ! Clean residual min=-0.005448 max=0.007123 Jy/beam ! Clean residual mean=-0.000027 rms=0.001886 Jy/beam ! Combined flux in latest and established models = 0.114183 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 62 components and 0.114183 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.784 mas, bmaj=9.951 mas, bpa=-51.76 degrees ! Estimated noise=0.52266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000734135 Jy ! Component: 100 - total flux cleaned = 0.00065316 Jy ! Component: 150 - total flux cleaned = 0.000657097 Jy ! Component: 200 - total flux cleaned = 0.000536604 Jy ! Total flux subtracted in 200 components = 0.000536604 Jy ! Clean residual min=-0.005755 max=0.006148 Jy/beam ! Clean residual mean=-0.000013 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.11472 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.11472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086764Jy sigma=1.821604 ! Fit after self-cal, rms=0.086735Jy sigma=1.821058 wmodel /scr/pima/bg219g_uvs/J1112+3503_S_map.mod ! Writing 80 model components to file: /scr/pima/bg219g_uvs/J1112+3503_S_map.mod wobs /scr/pima/bg219g_uvs/J1112+3503_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1112+3503_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1112+3503_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219g_uvs/J1112+3503_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.000879352 Jy ! Component: 100 - total flux cleaned = 0.000967666 Jy ! Component: 150 - total flux cleaned = 0.000636669 Jy ! Component: 200 - total flux cleaned = 0.000640468 Jy ! Component: 250 - total flux cleaned = 0.00013048 Jy ! Component: 300 - total flux cleaned = -0.000425173 Jy ! Component: 350 - total flux cleaned = -0.000889467 Jy ! Component: 400 - total flux cleaned = -0.00126918 Jy ! Component: 450 - total flux cleaned = -0.00169258 Jy ! Component: 500 - total flux cleaned = -0.00215856 Jy ! Component: 550 - total flux cleaned = -0.00260525 Jy ! Component: 600 - total flux cleaned = -0.00292949 Jy ! Component: 650 - total flux cleaned = -0.00319 Jy ! Component: 700 - total flux cleaned = -0.00349353 Jy ! Component: 750 - total flux cleaned = -0.00383609 Jy ! Component: 800 - total flux cleaned = -0.0041175 Jy ! Component: 850 - total flux cleaned = -0.00439345 Jy ! Component: 900 - total flux cleaned = -0.00484 Jy ! Component: 950 - total flux cleaned = -0.00505716 Jy ! Component: 1000 - total flux cleaned = -0.00531157 Jy ! Component: 1050 - total flux cleaned = -0.00539298 Jy ! Component: 1100 - total flux cleaned = -0.00551382 Jy ! Component: 1150 - total flux cleaned = -0.00574968 Jy ! Component: 1200 - total flux cleaned = -0.00590349 Jy ! Component: 1250 - total flux cleaned = -0.00601576 Jy ! Component: 1300 - total flux cleaned = -0.00612577 Jy ! Component: 1350 - total flux cleaned = -0.0063057 Jy ! Component: 1400 - total flux cleaned = -0.00644697 Jy ! Component: 1450 - total flux cleaned = -0.00665503 Jy ! Component: 1500 - total flux cleaned = -0.00692584 Jy ! Component: 1550 - total flux cleaned = -0.00715826 Jy ! Component: 1600 - total flux cleaned = -0.00732131 Jy ! Component: 1650 - total flux cleaned = -0.00760831 Jy ! Component: 1700 - total flux cleaned = -0.00779606 Jy ! Component: 1750 - total flux cleaned = -0.00798078 Jy ! Component: 1800 - total flux cleaned = -0.00813227 Jy ! Component: 1850 - total flux cleaned = -0.00828108 Jy ! Component: 1900 - total flux cleaned = -0.00848711 Jy ! Component: 1950 - total flux cleaned = -0.00877568 Jy ! Component: 2000 - total flux cleaned = -0.00888905 Jy ! Component: 2050 - total flux cleaned = -0.0090015 Jy ! Component: 2100 - total flux cleaned = -0.00905651 Jy ! Component: 2150 - total flux cleaned = -0.00911099 Jy ! Component: 2200 - total flux cleaned = -0.00913759 Jy ! Component: 2250 - total flux cleaned = -0.00911079 Jy ! Component: 2300 - total flux cleaned = -0.00916351 Jy ! Component: 2350 - total flux cleaned = -0.00903332 Jy ! Component: 2400 - total flux cleaned = -0.00903359 Jy ! Component: 2450 - total flux cleaned = -0.00908455 Jy ! Component: 2500 - total flux cleaned = -0.00908458 Jy ! Component: 2550 - total flux cleaned = -0.00910943 Jy ! Component: 2600 - total flux cleaned = -0.00910957 Jy ! Component: 2650 - total flux cleaned = -0.00910943 Jy ! Component: 2700 - total flux cleaned = -0.00915761 Jy ! Component: 2750 - total flux cleaned = -0.0091094 Jy ! Component: 2800 - total flux cleaned = -0.00899058 Jy ! Component: 2850 - total flux cleaned = -0.00896715 Jy ! Component: 2900 - total flux cleaned = -0.00892048 Jy ! Component: 2950 - total flux cleaned = -0.00882776 Jy ! Component: 3000 - total flux cleaned = -0.00880475 Jy ! Component: 3050 - total flux cleaned = -0.00875923 Jy ! Component: 3100 - total flux cleaned = -0.00871404 Jy ! Component: 3150 - total flux cleaned = -0.00862399 Jy ! Component: 3200 - total flux cleaned = -0.00851245 Jy ! Component: 3250 - total flux cleaned = -0.00851241 Jy ! Component: 3300 - total flux cleaned = -0.00840221 Jy ! Component: 3350 - total flux cleaned = -0.00831461 Jy ! Component: 3400 - total flux cleaned = -0.00822763 Jy ! Component: 3450 - total flux cleaned = -0.00816282 Jy ! Component: 3500 - total flux cleaned = -0.00809819 Jy ! Component: 3550 - total flux cleaned = -0.00796977 Jy ! Component: 3600 - total flux cleaned = -0.00790584 Jy ! Component: 3650 - total flux cleaned = -0.00777879 Jy ! Component: 3700 - total flux cleaned = -0.0077576 Jy ! Component: 3750 - total flux cleaned = -0.00765278 Jy ! Component: 3800 - total flux cleaned = -0.00767376 Jy ! Component: 3850 - total flux cleaned = -0.00769464 Jy ! Component: 3900 - total flux cleaned = -0.00771535 Jy ! Component: 3950 - total flux cleaned = -0.00771538 Jy ! Component: 4000 - total flux cleaned = -0.00777714 Jy ! Component: 4050 - total flux cleaned = -0.00777723 Jy ! Total flux subtracted in 4096 components = -0.00781821 Jy ! Clean residual min=-0.001358 max=0.001102 Jy/beam ! Clean residual mean=-0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.106901 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 368 components and 0.106901 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1112+3503_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.784 x 9.951 at -51.76 degrees (North through East) ! Clean map min=-0.0042044 max=0.092289 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1112+3503_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.092289 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000336722 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.09457 1.09457 2.18913 4.37827 8.75653 17.5131 35.0261 70.0523 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.092 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 274.081 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1112+3503_S_uvs.log closed on Thu Apr 7 07:14:34 2016