! Started logfile: /scr/pima/bg219b_uvs/J0409+0640_S_uvs.log on Thu Apr 7 01:12:13 2016 obs /scr/pima/bg219b_uvs/J0409+0640_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0409+0640_S_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.742857 visibilities/baseline/integration-bin. ! Found source: J0409+0640 ! ! 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 7488 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/bg219b_uvs/J0409+0640_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 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007630Jy sigma=22.946369 ! Fit after self-cal, rms=0.931522Jy sigma=21.267595 ! 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.235 mas, bmaj=7.134 mas, bpa=2.936 degrees ! Estimated noise=0.570973 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.0540954 Jy ! Component: 100 - total flux cleaned = 0.0663208 Jy ! Total flux subtracted in 100 components = 0.0663208 Jy ! Clean residual min=-0.004086 max=0.005104 Jy/beam ! Clean residual mean=-0.000000 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.0663208 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0663208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065935Jy sigma=1.406944 ! Fit after self-cal, rms=0.065424Jy sigma=1.399018 ! 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.935 mas, bmaj=8.459 mas, bpa=4.223 degrees ! Estimated noise=0.372779 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.00549199 Jy ! Component: 100 - total flux cleaned = 0.00778607 Jy ! Component: 150 - total flux cleaned = 0.00837479 Jy ! Component: 200 - total flux cleaned = 0.00867118 Jy ! Total flux subtracted in 200 components = 0.00867118 Jy ! Clean residual min=-0.002914 max=0.003481 Jy/beam ! Clean residual mean=-0.000008 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.074992 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 25 components and 0.074992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065006Jy sigma=1.389665 ! Fit after self-cal, rms=0.065008Jy sigma=1.389315 ! 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.935 x 8.459 at 4.223 degrees (North through East) ! Clean map min=-0.0029155 max=0.07077 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.95 FD 0.95 HN 1.01 KP 1.02 ! LA 1.01 MK 1.00 NL 0.99 OV 0.96 ! PT 1.09 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.06 HN 0.98 KP 1.04 ! LA 0.96 MK 0.94 NL 0.97 OV 0.99 ! PT 1.07 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.95 HN 1.02 KP 0.98 ! LA 0.94 MK 1.06 NL 1.00 OV 0.98 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.90 HN 1.11 KP 1.06 ! LA 0.89 MK 1.00 NL 0.99 OV 1.00 ! PT 1.01 SC 0.99 ! ! ! Fit before self-cal, rms=0.065008Jy sigma=1.389315 ! Fit after self-cal, rms=0.064650Jy sigma=1.385556 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.931 mas, bmaj=8.465 mas, bpa=4.512 degrees ! Estimated noise=0.37067 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.000197038 Jy ! Component: 100 - total flux cleaned = -0.000253364 Jy ! Component: 150 - total flux cleaned = -0.000327046 Jy ! Component: 200 - total flux cleaned = -0.00037065 Jy ! Total flux subtracted in 200 components = -0.00037065 Jy ! Clean residual min=-0.002842 max=0.003345 Jy/beam ! Clean residual mean=-0.000007 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.0746214 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.0746214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064629Jy sigma=1.385090 ! Fit after self-cal, rms=0.064628Jy sigma=1.384828 ! 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.064628Jy sigma=1.384828 ! Fit after self-cal, rms=0.064496Jy sigma=1.380284 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.917 mas, bmaj=8.48 mas, bpa=4.555 degrees ! Estimated noise=0.368904 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000420247 Jy ! Component: 100 - total flux cleaned = -0.000420753 Jy ! Component: 150 - total flux cleaned = -0.000440946 Jy ! Component: 200 - total flux cleaned = -0.00047496 Jy ! Total flux subtracted in 200 components = -0.00047496 Jy ! Clean residual min=-0.002417 max=0.003160 Jy/beam ! Clean residual mean=-0.000006 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.0741464 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.0741464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064483Jy sigma=1.379957 ! Fit after self-cal, rms=0.064491Jy sigma=1.379371 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 (23, 29). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00313986 Jy ! Component: 100 - total flux cleaned = 0.00499095 Jy ! Component: 150 - total flux cleaned = 0.00578086 Jy ! Component: 200 - total flux cleaned = 0.00603268 Jy ! Total flux subtracted in 200 components = 0.00603268 Jy ! Clean residual min=-0.002423 max=0.002356 Jy/beam ! Clean residual mean=-0.000003 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.0801791 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 58 components and 0.0801791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064333Jy sigma=1.374809 ! Fit after self-cal, rms=0.064303Jy sigma=1.374425 ! 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.064303Jy sigma=1.374425 ! Fit after self-cal, rms=0.064286Jy sigma=1.373014 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.913 mas, bmaj=8.489 mas, bpa=4.537 degrees ! Estimated noise=0.367803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000976904 Jy ! Component: 100 - total flux cleaned = 0.00125575 Jy ! Component: 150 - total flux cleaned = 0.00142769 Jy ! Component: 200 - total flux cleaned = 0.00148745 Jy ! Total flux subtracted in 200 components = 0.00148745 Jy ! Clean residual min=-0.002314 max=0.002100 Jy/beam ! Clean residual mean=-0.000003 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.0816665 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 79 components and 0.0816665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064246Jy sigma=1.371942 ! Fit after self-cal, rms=0.064252Jy sigma=1.371827 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.000250985 Jy ! Component: 100 - total flux cleaned = 0.00027824 Jy ! Component: 150 - total flux cleaned = 0.000326988 Jy ! Component: 200 - total flux cleaned = 0.000393645 Jy ! Total flux subtracted in 200 components = 0.000393645 Jy ! Clean residual min=-0.002296 max=0.002089 Jy/beam ! Clean residual mean=-0.000003 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0820602 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 92 components and 0.0820602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064234Jy sigma=1.371395 ! Fit after self-cal, rms=0.064231Jy sigma=1.371379 ! 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.064231Jy sigma=1.371379 ! Fit after self-cal, rms=0.064369Jy sigma=1.371305 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.642 mas, bmaj=11.74 mas, bpa=-2.113 degrees ! Estimated noise=0.428294 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000531913 Jy ! Component: 100 - total flux cleaned = 0.000793404 Jy ! Component: 150 - total flux cleaned = 0.000952863 Jy ! Component: 200 - total flux cleaned = 0.00106559 Jy ! Total flux subtracted in 200 components = 0.00106559 Jy ! Clean residual min=-0.001970 max=0.002328 Jy/beam ! Clean residual mean=-0.000005 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.0831258 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 103 components and 0.0831258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064366Jy sigma=1.371123 ! Fit after self-cal, rms=0.064370Jy sigma=1.371084 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.000177253 Jy ! Component: 100 - total flux cleaned = 0.000194607 Jy ! Component: 150 - total flux cleaned = 0.000165014 Jy ! Component: 200 - total flux cleaned = 0.000151853 Jy ! Total flux subtracted in 200 components = 0.000151853 Jy ! Clean residual min=-0.001939 max=0.002265 Jy/beam ! Clean residual mean=-0.000005 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.0832776 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 110 components and 0.0832777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064367Jy sigma=1.370999 ! Fit after self-cal, rms=0.064367Jy sigma=1.370992 ! 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.911 mas, bmaj=8.492 mas, bpa=4.631 degrees ! Estimated noise=0.367838 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.911 x 8.492 at 4.631 degrees (North through East) ! Clean map min=-0.0021563 max=0.070495 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.216 mas, bmaj=7.154 mas, bpa=3.256 degrees ! Estimated noise=0.56523 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0537275 Jy ! Component: 100 - total flux cleaned = 0.0660656 Jy ! Component: 150 - total flux cleaned = 0.0710735 Jy ! Component: 200 - total flux cleaned = 0.0729414 Jy ! Total flux subtracted in 200 components = 0.0729414 Jy ! Clean residual min=-0.003534 max=0.003743 Jy/beam ! Clean residual mean=-0.000001 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.0729414 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0729414 Jy ! Inverting map and beam ! Estimated beam: bmin=3.911 mas, bmaj=8.492 mas, bpa=4.631 degrees ! Estimated noise=0.367838 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) ! Added new window around map position (12, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00375264 Jy ! Component: 100 - total flux cleaned = 0.0062437 Jy ! Component: 150 - total flux cleaned = 0.00785824 Jy ! Component: 200 - total flux cleaned = 0.00868613 Jy ! Total flux subtracted in 200 components = 0.00868613 Jy ! Clean residual min=-0.002261 max=0.002242 Jy/beam ! Clean residual mean=-0.000004 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.0816275 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 54 components and 0.0816275 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.642 mas, bmaj=11.74 mas, bpa=-2.113 degrees ! Estimated noise=0.428294 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177154 Jy ! Component: 100 - total flux cleaned = 0.00250695 Jy ! Component: 150 - total flux cleaned = 0.00264119 Jy ! Component: 200 - total flux cleaned = 0.00267981 Jy ! Total flux subtracted in 200 components = 0.00267981 Jy ! Clean residual min=-0.002099 max=0.002105 Jy/beam ! Clean residual mean=-0.000007 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0843073 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.40804e-05 Jy ! Component: 100 - total flux cleaned = 6.3926e-05 Jy ! Component: 150 - total flux cleaned = 9.20011e-05 Jy ! Component: 200 - total flux cleaned = 0.000115875 Jy ! Total flux subtracted in 200 components = 0.000115875 Jy ! Clean residual min=-0.002033 max=0.002080 Jy/beam ! Clean residual mean=-0.000006 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.0844232 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 107 components and 0.0844232 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.911 mas, bmaj=8.492 mas, bpa=4.631 degrees ! Estimated noise=0.367838 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000215247 Jy ! Component: 100 - total flux cleaned = -0.000591295 Jy ! Component: 150 - total flux cleaned = -0.000684962 Jy ! Component: 200 - total flux cleaned = -0.000684045 Jy ! Total flux subtracted in 200 components = -0.000684045 Jy ! Clean residual min=-0.001905 max=0.001913 Jy/beam ! Clean residual mean=-0.000003 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.0837392 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 121 components and 0.0837392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064335Jy sigma=1.370157 ! Fit after self-cal, rms=0.064321Jy sigma=1.369740 wmodel /scr/pima/bg219b_uvs/J0409+0640_S_map.mod ! Writing 121 model components to file: /scr/pima/bg219b_uvs/J0409+0640_S_map.mod wobs /scr/pima/bg219b_uvs/J0409+0640_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J0409+0640_S_uvs.fits wwins /scr/pima/bg219b_uvs/J0409+0640_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219b_uvs/J0409+0640_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 = -1.16715e-06 Jy ! Component: 100 - total flux cleaned = -3.37945e-05 Jy ! Component: 150 - total flux cleaned = -0.000192322 Jy ! Component: 200 - total flux cleaned = -0.000406153 Jy ! Component: 250 - total flux cleaned = -0.000553381 Jy ! Component: 300 - total flux cleaned = -0.00069647 Jy ! Component: 350 - total flux cleaned = -0.000724304 Jy ! Component: 400 - total flux cleaned = -0.000778164 Jy ! Component: 450 - total flux cleaned = -0.000778302 Jy ! Component: 500 - total flux cleaned = -0.000880317 Jy ! Component: 550 - total flux cleaned = -0.000930088 Jy ! Component: 600 - total flux cleaned = -0.000905614 Jy ! Component: 650 - total flux cleaned = -0.000953813 Jy ! Component: 700 - total flux cleaned = -0.001072 Jy ! Component: 750 - total flux cleaned = -0.00123375 Jy ! Component: 800 - total flux cleaned = -0.00132445 Jy ! Component: 850 - total flux cleaned = -0.00141425 Jy ! Component: 900 - total flux cleaned = -0.00154645 Jy ! Component: 950 - total flux cleaned = -0.00171971 Jy ! Component: 1000 - total flux cleaned = -0.00186881 Jy ! Component: 1050 - total flux cleaned = -0.00197414 Jy ! Component: 1100 - total flux cleaned = -0.00205706 Jy ! Component: 1150 - total flux cleaned = -0.00219978 Jy ! Component: 1200 - total flux cleaned = -0.00232033 Jy ! Component: 1250 - total flux cleaned = -0.00237951 Jy ! Component: 1300 - total flux cleaned = -0.00249662 Jy ! Component: 1350 - total flux cleaned = -0.00251605 Jy ! Component: 1400 - total flux cleaned = -0.00259212 Jy ! Component: 1450 - total flux cleaned = -0.0026298 Jy ! Component: 1500 - total flux cleaned = -0.00270435 Jy ! Component: 1550 - total flux cleaned = -0.0027778 Jy ! Component: 1600 - total flux cleaned = -0.00285067 Jy ! Component: 1650 - total flux cleaned = -0.00294067 Jy ! Component: 1700 - total flux cleaned = -0.00294088 Jy ! Component: 1750 - total flux cleaned = -0.00304663 Jy ! Component: 1800 - total flux cleaned = -0.00309895 Jy ! Component: 1850 - total flux cleaned = -0.00313332 Jy ! Component: 1900 - total flux cleaned = -0.00323574 Jy ! Component: 1950 - total flux cleaned = -0.00328629 Jy ! Component: 2000 - total flux cleaned = -0.00331964 Jy ! Component: 2050 - total flux cleaned = -0.00338572 Jy ! Component: 2100 - total flux cleaned = -0.00341836 Jy ! Component: 2150 - total flux cleaned = -0.00348314 Jy ! Component: 2200 - total flux cleaned = -0.00349907 Jy ! Component: 2250 - total flux cleaned = -0.00356275 Jy ! Component: 2300 - total flux cleaned = -0.00360975 Jy ! Component: 2350 - total flux cleaned = -0.00359418 Jy ! Component: 2400 - total flux cleaned = -0.00367162 Jy ! Component: 2450 - total flux cleaned = -0.0037022 Jy ! Component: 2500 - total flux cleaned = -0.00376313 Jy ! Component: 2550 - total flux cleaned = -0.00373305 Jy ! Component: 2600 - total flux cleaned = -0.0037779 Jy ! Component: 2650 - total flux cleaned = -0.00374805 Jy ! Component: 2700 - total flux cleaned = -0.00374789 Jy ! Component: 2750 - total flux cleaned = -0.00373336 Jy ! Component: 2800 - total flux cleaned = -0.0037189 Jy ! Component: 2850 - total flux cleaned = -0.00376184 Jy ! Component: 2900 - total flux cleaned = -0.00373334 Jy ! Component: 2950 - total flux cleaned = -0.00373336 Jy ! Component: 3000 - total flux cleaned = -0.00373347 Jy ! Component: 3050 - total flux cleaned = -0.00376147 Jy ! Component: 3100 - total flux cleaned = -0.0037616 Jy ! Component: 3150 - total flux cleaned = -0.00378899 Jy ! Component: 3200 - total flux cleaned = -0.00376166 Jy ! Component: 3250 - total flux cleaned = -0.00381581 Jy ! Component: 3300 - total flux cleaned = -0.0038157 Jy ! Component: 3350 - total flux cleaned = -0.00380222 Jy ! Component: 3400 - total flux cleaned = -0.00374928 Jy ! Component: 3450 - total flux cleaned = -0.0037887 Jy ! Component: 3500 - total flux cleaned = -0.00378852 Jy ! Component: 3550 - total flux cleaned = -0.00376261 Jy ! Component: 3600 - total flux cleaned = -0.0038013 Jy ! Component: 3650 - total flux cleaned = -0.00377558 Jy ! Component: 3700 - total flux cleaned = -0.00377563 Jy ! Component: 3750 - total flux cleaned = -0.00380084 Jy ! Component: 3800 - total flux cleaned = -0.00382594 Jy ! Component: 3850 - total flux cleaned = -0.00385086 Jy ! Component: 3900 - total flux cleaned = -0.00383861 Jy ! Component: 3950 - total flux cleaned = -0.00387534 Jy ! Component: 4000 - total flux cleaned = -0.00391178 Jy ! Component: 4050 - total flux cleaned = -0.00388745 Jy ! Total flux subtracted in 4096 components = -0.00389946 Jy ! Clean residual min=-0.000669 max=0.000648 Jy/beam ! Clean residual mean=-0.000002 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.0798397 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 387 components and 0.0798398 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J0409+0640_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.911 x 8.492 at 4.631 degrees (North through East) ! Clean map min=-0.0014649 max=0.070025 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0409+0640_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.070025 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000215944 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.925144 0.925144 1.85029 3.70058 7.40115 14.8023 29.6046 59.2092 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.07 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 324.273 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0409+0640_S_uvs.log closed on Thu Apr 7 01:12:17 2016