! Started logfile: /scr/pima/bg219h_uvs/J2110-0126_S_uvs.log on Thu Apr 7 09:11:22 2016 obs /scr/pima/bg219h_uvs/J2110-0126_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J2110-0126_S_uva.fits ! AN table 1: 42 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.85119 visibilities/baseline/integration-bin. ! Found source: J2110-0126 ! ! 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 5148 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/bg219h_uvs/J2110-0126_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002188Jy sigma=21.228445 ! Fit after self-cal, rms=0.904156Jy sigma=19.096903 ! 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.85 mas, bmaj=6.483 mas, bpa=-5.165 degrees ! Estimated noise=0.621985 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.0756064 Jy ! Component: 100 - total flux cleaned = 0.0960487 Jy ! Total flux subtracted in 100 components = 0.0960487 Jy ! Clean residual min=-0.005721 max=0.009258 Jy/beam ! Clean residual mean=0.000011 rms=0.001662 Jy/beam ! Combined flux in latest and established models = 0.0960487 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0960487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071774Jy sigma=1.446773 ! Fit after self-cal, rms=0.071373Jy sigma=1.441834 ! 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.228 mas, bmaj=7.227 mas, bpa=-4.187 degrees ! Estimated noise=0.493694 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.011431 Jy ! Component: 100 - total flux cleaned = 0.0166872 Jy ! Component: 150 - total flux cleaned = 0.0191165 Jy ! Component: 200 - total flux cleaned = 0.0198484 Jy ! Total flux subtracted in 200 components = 0.0198484 Jy ! Clean residual min=-0.004625 max=0.006747 Jy/beam ! Clean residual mean=0.000000 rms=0.001563 Jy/beam ! Combined flux in latest and established models = 0.115897 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 15 components and 0.115897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069981Jy sigma=1.401051 ! Fit after self-cal, rms=0.069943Jy sigma=1.400173 ! 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.228 x 7.227 at -4.187 degrees (North through East) ! Clean map min=-0.0045453 max=0.099578 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* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.069943Jy sigma=1.400173 ! Fit after self-cal, rms=0.069943Jy sigma=1.400173 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=7.227 mas, bpa=-4.187 degrees ! Estimated noise=0.493694 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.000594341 Jy ! Component: 100 - total flux cleaned = 0.000629202 Jy ! Component: 150 - total flux cleaned = 0.000658991 Jy ! Component: 200 - total flux cleaned = 0.00071214 Jy ! Total flux subtracted in 200 components = 0.00071214 Jy ! Clean residual min=-0.004554 max=0.006600 Jy/beam ! Clean residual mean=-0.000001 rms=0.001556 Jy/beam ! Combined flux in latest and established models = 0.116609 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 29 components and 0.116609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069924Jy sigma=1.399383 ! Fit after self-cal, rms=0.069923Jy sigma=1.399362 ! 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.069923Jy sigma=1.399362 ! Fit after self-cal, rms=0.068920Jy sigma=1.393007 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.24 mas, bmaj=7.285 mas, bpa=-4.495 degrees ! Estimated noise=0.481642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00244971 Jy ! Component: 100 - total flux cleaned = -0.00370648 Jy ! Component: 150 - total flux cleaned = -0.00452929 Jy ! Component: 200 - total flux cleaned = -0.00502227 Jy ! Total flux subtracted in 200 components = -0.00502227 Jy ! Clean residual min=-0.003981 max=0.006899 Jy/beam ! Clean residual mean=-0.000002 rms=0.001457 Jy/beam ! Combined flux in latest and established models = 0.111587 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 50 components and 0.111587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068795Jy sigma=1.391866 ! Fit after self-cal, rms=0.068804Jy sigma=1.391764 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 (62.5, 27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00634608 Jy ! Component: 100 - total flux cleaned = 0.00956057 Jy ! Component: 150 - total flux cleaned = 0.01098 Jy ! Component: 200 - total flux cleaned = 0.0113999 Jy ! Total flux subtracted in 200 components = 0.0113999 Jy ! Clean residual min=-0.004464 max=0.005686 Jy/beam ! Clean residual mean=-0.000002 rms=0.001270 Jy/beam ! Combined flux in latest and established models = 0.122987 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 83 components and 0.122987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068148Jy sigma=1.379363 ! Fit after self-cal, rms=0.068079Jy sigma=1.377036 ! 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.068079Jy sigma=1.377036 ! Fit after self-cal, rms=0.067510Jy sigma=1.375701 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=7.31 mas, bpa=-4.715 degrees ! Estimated noise=0.476059 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102326 Jy ! Component: 100 - total flux cleaned = 0.00164769 Jy ! Component: 150 - total flux cleaned = 0.0020161 Jy ! Component: 200 - total flux cleaned = 0.00206677 Jy ! Total flux subtracted in 200 components = 0.00206677 Jy ! Clean residual min=-0.004272 max=0.005260 Jy/beam ! Clean residual mean=-0.000000 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.125054 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 94 components and 0.125054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067302Jy sigma=1.372998 ! Fit after self-cal, rms=0.067298Jy sigma=1.372507 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 (-26, -78). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00457003 Jy ! Component: 100 - total flux cleaned = 0.00624193 Jy ! Component: 150 - total flux cleaned = 0.00693468 Jy ! Component: 200 - total flux cleaned = 0.00727589 Jy ! Total flux subtracted in 200 components = 0.00727589 Jy ! Clean residual min=-0.003978 max=0.004090 Jy/beam ! Clean residual mean=0.000003 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.13233 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 131 components and 0.13233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066934Jy sigma=1.365627 ! Fit after self-cal, rms=0.066897Jy sigma=1.364700 ! 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.066897Jy sigma=1.364700 ! Fit after self-cal, rms=0.066318Jy sigma=1.363806 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.205 mas, bmaj=12.18 mas, bpa=-5.13 degrees ! Estimated noise=0.594754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110266 Jy ! Component: 100 - total flux cleaned = 0.00122684 Jy ! Component: 150 - total flux cleaned = 0.00122794 Jy ! Component: 200 - total flux cleaned = 0.000933282 Jy ! Total flux subtracted in 200 components = 0.000933282 Jy ! Clean residual min=-0.005618 max=0.004687 Jy/beam ! Clean residual mean=0.000010 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.133263 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 154 components and 0.133263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066260Jy sigma=1.363062 ! Fit after self-cal, rms=0.066248Jy sigma=1.362748 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 = 9.61603e-05 Jy ! Component: 100 - total flux cleaned = -4.64116e-05 Jy ! Component: 150 - total flux cleaned = -0.000175696 Jy ! Component: 200 - total flux cleaned = -0.000333139 Jy ! Total flux subtracted in 200 components = -0.000333139 Jy ! Clean residual min=-0.005586 max=0.004619 Jy/beam ! Clean residual mean=0.000011 rms=0.001477 Jy/beam ! Combined flux in latest and established models = 0.13293 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 168 components and 0.13293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066247Jy sigma=1.362916 ! Fit after self-cal, rms=0.066243Jy sigma=1.362846 ! 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.237 mas, bmaj=7.325 mas, bpa=-4.929 degrees ! Estimated noise=0.47043 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.237 x 7.325 at -4.929 degrees (North through East) ! Clean map min=-0.0039199 max=0.093708 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.854 mas, bmaj=6.562 mas, bpa=-5.839 degrees ! Estimated noise=0.59581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0722384 Jy ! Component: 100 - total flux cleaned = 0.0922104 Jy ! Component: 150 - total flux cleaned = 0.102855 Jy ! Component: 200 - total flux cleaned = 0.109905 Jy ! Total flux subtracted in 200 components = 0.109905 Jy ! Clean residual min=-0.004276 max=0.005705 Jy/beam ! Clean residual mean=0.000004 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.109905 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.109905 Jy ! Inverting map and beam ! Estimated beam: bmin=3.237 mas, bmaj=7.325 mas, bpa=-4.929 degrees ! Estimated noise=0.47043 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.00684162 Jy ! Component: 100 - total flux cleaned = 0.0114832 Jy ! Component: 150 - total flux cleaned = 0.0150456 Jy ! Component: 200 - total flux cleaned = 0.0177969 Jy ! Total flux subtracted in 200 components = 0.0177969 Jy ! Clean residual min=-0.004184 max=0.004179 Jy/beam ! Clean residual mean=0.000006 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.127702 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 60 components and 0.127702 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=7.205 mas, bmaj=12.18 mas, bpa=-5.13 degrees ! Estimated noise=0.594754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00278213 Jy ! Component: 100 - total flux cleaned = 0.00402672 Jy ! Component: 150 - total flux cleaned = 0.00467865 Jy ! Component: 200 - total flux cleaned = 0.00488645 Jy ! Total flux subtracted in 200 components = 0.00488645 Jy ! Clean residual min=-0.005686 max=0.004741 Jy/beam ! Clean residual mean=0.000011 rms=0.001504 Jy/beam ! Combined flux in latest and established models = 0.132589 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000181564 Jy ! Component: 100 - total flux cleaned = 0.000234696 Jy ! Component: 150 - total flux cleaned = 0.000283973 Jy ! Component: 200 - total flux cleaned = 0.000286461 Jy ! Total flux subtracted in 200 components = 0.000286461 Jy ! Clean residual min=-0.005613 max=0.004570 Jy/beam ! Clean residual mean=0.000010 rms=0.001467 Jy/beam ! Combined flux in latest and established models = 0.132875 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 109 components and 0.132875 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.237 mas, bmaj=7.325 mas, bpa=-4.929 degrees ! Estimated noise=0.47043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00155449 Jy ! Component: 100 - total flux cleaned = -0.00130643 Jy ! Component: 150 - total flux cleaned = -0.00091896 Jy ! Component: 200 - total flux cleaned = -0.000718157 Jy ! Total flux subtracted in 200 components = -0.000718157 Jy ! Clean residual min=-0.003903 max=0.003657 Jy/beam ! Clean residual mean=0.000004 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.132157 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 131 components and 0.132157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066240Jy sigma=1.363637 ! Fit after self-cal, rms=0.066230Jy sigma=1.363374 wmodel /scr/pima/bg219h_uvs/J2110-0126_S_map.mod ! Writing 131 model components to file: /scr/pima/bg219h_uvs/J2110-0126_S_map.mod wobs /scr/pima/bg219h_uvs/J2110-0126_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J2110-0126_S_uvs.fits wwins /scr/pima/bg219h_uvs/J2110-0126_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219h_uvs/J2110-0126_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 = -3.20073e-05 Jy ! Component: 100 - total flux cleaned = 0.000345703 Jy ! Component: 150 - total flux cleaned = 0.000525657 Jy ! Component: 200 - total flux cleaned = 0.000468594 Jy ! Component: 250 - total flux cleaned = 0.000303658 Jy ! Component: 300 - total flux cleaned = 0.000197828 Jy ! Component: 350 - total flux cleaned = -5.86255e-05 Jy ! Component: 400 - total flux cleaned = -5.78618e-05 Jy ! Component: 450 - total flux cleaned = 8.79477e-05 Jy ! Component: 500 - total flux cleaned = 0.000135414 Jy ! Component: 550 - total flux cleaned = 0.00018241 Jy ! Component: 600 - total flux cleaned = 0.000272781 Jy ! Component: 650 - total flux cleaned = 0.000360205 Jy ! Component: 700 - total flux cleaned = 0.000402148 Jy ! Component: 750 - total flux cleaned = 0.000568358 Jy ! Component: 800 - total flux cleaned = 0.000648983 Jy ! Component: 850 - total flux cleaned = 0.00080887 Jy ! Component: 900 - total flux cleaned = 0.000808806 Jy ! Component: 950 - total flux cleaned = 0.000962159 Jy ! Component: 1000 - total flux cleaned = 0.00092471 Jy ! Component: 1050 - total flux cleaned = 0.00103555 Jy ! Component: 1100 - total flux cleaned = 0.00103599 Jy ! Component: 1150 - total flux cleaned = 0.00110727 Jy ! Component: 1200 - total flux cleaned = 0.00117681 Jy ! Component: 1250 - total flux cleaned = 0.00124487 Jy ! Component: 1300 - total flux cleaned = 0.0012773 Jy ! Component: 1350 - total flux cleaned = 0.00124406 Jy ! Component: 1400 - total flux cleaned = 0.00130959 Jy ! Component: 1450 - total flux cleaned = 0.00134154 Jy ! Component: 1500 - total flux cleaned = 0.00137246 Jy ! Component: 1550 - total flux cleaned = 0.00137234 Jy ! Component: 1600 - total flux cleaned = 0.0014029 Jy ! Component: 1650 - total flux cleaned = 0.00143212 Jy ! Component: 1700 - total flux cleaned = 0.00146133 Jy ! Component: 1750 - total flux cleaned = 0.00148914 Jy ! Component: 1800 - total flux cleaned = 0.00143193 Jy ! Component: 1850 - total flux cleaned = 0.00140419 Jy ! Component: 1900 - total flux cleaned = 0.00145907 Jy ! Component: 1950 - total flux cleaned = 0.00137743 Jy ! Component: 2000 - total flux cleaned = 0.00127022 Jy ! Component: 2050 - total flux cleaned = 0.00121724 Jy ! Component: 2100 - total flux cleaned = 0.00116447 Jy ! Component: 2150 - total flux cleaned = 0.00106128 Jy ! Component: 2200 - total flux cleaned = 0.000984719 Jy ! Component: 2250 - total flux cleaned = 0.000934868 Jy ! Component: 2300 - total flux cleaned = 0.000860125 Jy ! Component: 2350 - total flux cleaned = 0.000859686 Jy ! Component: 2400 - total flux cleaned = 0.000762247 Jy ! Component: 2450 - total flux cleaned = 0.000762055 Jy ! Component: 2500 - total flux cleaned = 0.000690587 Jy ! Component: 2550 - total flux cleaned = 0.000690602 Jy ! Component: 2600 - total flux cleaned = 0.000644096 Jy ! Component: 2650 - total flux cleaned = 0.000758132 Jy ! Component: 2700 - total flux cleaned = 0.000621623 Jy ! Component: 2750 - total flux cleaned = 0.000554605 Jy ! Component: 2800 - total flux cleaned = 0.000665735 Jy ! Component: 2850 - total flux cleaned = 0.000599862 Jy ! Component: 2900 - total flux cleaned = 0.000599982 Jy ! Component: 2950 - total flux cleaned = 0.000600416 Jy ! Component: 3000 - total flux cleaned = 0.000664269 Jy ! Component: 3050 - total flux cleaned = 0.000727695 Jy ! Component: 3100 - total flux cleaned = 0.000811362 Jy ! Component: 3150 - total flux cleaned = 0.000749043 Jy ! Component: 3200 - total flux cleaned = 0.000790049 Jy ! Component: 3250 - total flux cleaned = 0.00077006 Jy ! Component: 3300 - total flux cleaned = 0.000810451 Jy ! Component: 3350 - total flux cleaned = 0.000810649 Jy ! Component: 3400 - total flux cleaned = 0.000830394 Jy ! Component: 3450 - total flux cleaned = 0.000849738 Jy ! Component: 3500 - total flux cleaned = 0.000830446 Jy ! Component: 3550 - total flux cleaned = 0.000811246 Jy ! Component: 3600 - total flux cleaned = 0.000811336 Jy ! Component: 3650 - total flux cleaned = 0.0008493 Jy ! Component: 3700 - total flux cleaned = 0.000905731 Jy ! Component: 3750 - total flux cleaned = 0.000924536 Jy ! Component: 3800 - total flux cleaned = 0.000980057 Jy ! Component: 3850 - total flux cleaned = 0.00103521 Jy ! Component: 3900 - total flux cleaned = 0.00107166 Jy ! Component: 3950 - total flux cleaned = 0.00112584 Jy ! Component: 4000 - total flux cleaned = 0.00107191 Jy ! Component: 4050 - total flux cleaned = 0.00116122 Jy ! Total flux subtracted in 4096 components = 0.00110785 Jy ! Clean residual min=-0.000931 max=0.001180 Jy/beam ! Clean residual mean=0.000000 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.133265 Jy keep ! Adding 328 model components to the UV plane model. ! The established model now contains 459 components and 0.133265 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J2110-0126_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.237 x 7.325 at -4.929 degrees (North through East) ! Clean map min=-0.0021393 max=0.092076 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J2110-0126_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0920759 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000328601 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.07064 1.07064 2.14128 4.28257 8.56513 17.1303 34.2605 68.5211 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.092 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 280.205 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J2110-0126_S_uvs.log closed on Thu Apr 7 09:11:26 2016