! Started logfile: /scr/pima/bg219b_uvs/J2315-1800_S_uvs.log on Thu Apr 7 01:35:36 2016 obs /scr/pima/bg219b_uvs/J2315-1800_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J2315-1800_S_uva.fits ! AN table 1: 61 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.769399 visibilities/baseline/integration-bin. ! Found source: J2315-1800 ! ! 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 8448 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/J2315-1800_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 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002461Jy sigma=20.706250 ! Fit after self-cal, rms=0.949611Jy sigma=19.588247 ! 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.459 mas, bmaj=6.722 mas, bpa=-5.171 degrees ! Estimated noise=0.604079 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.0383006 Jy ! Component: 100 - total flux cleaned = 0.0474224 Jy ! Total flux subtracted in 100 components = 0.0474224 Jy ! Clean residual min=-0.005477 max=0.005906 Jy/beam ! Clean residual mean=-0.000045 rms=0.001493 Jy/beam ! Combined flux in latest and established models = 0.0474224 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0474224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077749Jy sigma=1.557092 ! Fit after self-cal, rms=0.075776Jy sigma=1.516251 ! 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.912 mas, bmaj=7.82 mas, bpa=-5.501 degrees ! Estimated noise=0.402965 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.0104673 Jy ! Component: 100 - total flux cleaned = 0.0159172 Jy ! Component: 150 - total flux cleaned = 0.0192092 Jy ! Component: 200 - total flux cleaned = 0.0212838 Jy ! Total flux subtracted in 200 components = 0.0212838 Jy ! Clean residual min=-0.007242 max=0.006892 Jy/beam ! Clean residual mean=-0.000108 rms=0.002149 Jy/beam ! Combined flux in latest and established models = 0.0687063 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 53 components and 0.0687063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074425Jy sigma=1.485016 ! Fit after self-cal, rms=0.074336Jy sigma=1.483046 ! 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.912 x 7.82 at -5.501 degrees (North through East) ! Clean map min=-0.0070438 max=0.05367 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* SC 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* SC 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* SC 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* SC 1.00* ! ! ! Fit before self-cal, rms=0.074336Jy sigma=1.483046 ! Fit after self-cal, rms=0.074336Jy sigma=1.483046 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=7.82 mas, bpa=-5.501 degrees ! Estimated noise=0.402965 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.00193841 Jy ! Component: 100 - total flux cleaned = 0.00293649 Jy ! Component: 150 - total flux cleaned = 0.0032116 Jy ! Component: 200 - total flux cleaned = 0.00345767 Jy ! Total flux subtracted in 200 components = 0.00345767 Jy ! Clean residual min=-0.007216 max=0.006786 Jy/beam ! Clean residual mean=-0.000106 rms=0.002137 Jy/beam ! Combined flux in latest and established models = 0.0721639 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.0721639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074284Jy sigma=1.481808 ! Fit after self-cal, rms=0.074281Jy sigma=1.481624 ! 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.074281Jy sigma=1.481624 ! Fit after self-cal, rms=0.074281Jy sigma=1.481624 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=7.82 mas, bpa=-5.501 degrees ! Estimated noise=0.402965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000376238 Jy ! Component: 100 - total flux cleaned = 0.000552677 Jy ! Component: 150 - total flux cleaned = 0.000732843 Jy ! Component: 200 - total flux cleaned = 0.000827974 Jy ! Total flux subtracted in 200 components = 0.000827974 Jy ! Clean residual min=-0.007222 max=0.006708 Jy/beam ! Clean residual mean=-0.000106 rms=0.002131 Jy/beam ! Combined flux in latest and established models = 0.0729919 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.0729919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074264Jy sigma=1.481225 ! Fit after self-cal, rms=0.074266Jy sigma=1.481182 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.000231733 Jy ! Component: 100 - total flux cleaned = 0.000302222 Jy ! Component: 150 - total flux cleaned = 0.000366616 Jy ! Component: 200 - total flux cleaned = 0.000427342 Jy ! Total flux subtracted in 200 components = 0.000427342 Jy ! Clean residual min=-0.007219 max=0.006704 Jy/beam ! Clean residual mean=-0.000106 rms=0.002128 Jy/beam ! Combined flux in latest and established models = 0.0734192 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 60 components and 0.0734192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074254Jy sigma=1.480919 ! Fit after self-cal, rms=0.074256Jy sigma=1.480887 ! 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.074256Jy sigma=1.480887 ! Fit after self-cal, rms=0.074256Jy sigma=1.480887 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=7.82 mas, bpa=-5.501 degrees ! Estimated noise=0.402965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00015432 Jy ! Component: 100 - total flux cleaned = 0.000218158 Jy ! Component: 150 - total flux cleaned = 0.000256779 Jy ! Component: 200 - total flux cleaned = 0.000311216 Jy ! Total flux subtracted in 200 components = 0.000311216 Jy ! Clean residual min=-0.007211 max=0.006712 Jy/beam ! Clean residual mean=-0.000106 rms=0.002126 Jy/beam ! Combined flux in latest and established models = 0.0737304 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.0737304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074247Jy sigma=1.480679 ! Fit after self-cal, rms=0.074249Jy sigma=1.480653 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.000140177 Jy ! Component: 100 - total flux cleaned = 0.000179648 Jy ! Component: 150 - total flux cleaned = 0.000215843 Jy ! Component: 200 - total flux cleaned = 0.00024927 Jy ! Total flux subtracted in 200 components = 0.00024927 Jy ! Clean residual min=-0.007206 max=0.006728 Jy/beam ! Clean residual mean=-0.000106 rms=0.002125 Jy/beam ! Combined flux in latest and established models = 0.0739797 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 65 components and 0.0739797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074241Jy sigma=1.480482 ! Fit after self-cal, rms=0.074243Jy sigma=1.480464 ! 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.074243Jy sigma=1.480464 ! Fit after self-cal, rms=0.074243Jy sigma=1.480464 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.452 mas, bmaj=15.62 mas, bpa=1.185 degrees ! Estimated noise=0.531004 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0025973 Jy ! Component: 100 - total flux cleaned = 0.00299965 Jy ! Component: 150 - total flux cleaned = 0.00313303 Jy ! Component: 200 - total flux cleaned = 0.00326185 Jy ! Total flux subtracted in 200 components = 0.00326185 Jy ! Clean residual min=-0.014288 max=0.012866 Jy/beam ! Clean residual mean=-0.000239 rms=0.004558 Jy/beam ! Combined flux in latest and established models = 0.0772415 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 69 components and 0.0772415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074264Jy sigma=1.480679 ! Fit after self-cal, rms=0.074254Jy sigma=1.480323 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.00053486 Jy ! Component: 100 - total flux cleaned = 0.000581628 Jy ! Component: 150 - total flux cleaned = 0.000666721 Jy ! Component: 200 - total flux cleaned = 0.000785454 Jy ! Total flux subtracted in 200 components = 0.000785454 Jy ! Clean residual min=-0.014192 max=0.012846 Jy/beam ! Clean residual mean=-0.000238 rms=0.004552 Jy/beam ! Combined flux in latest and established models = 0.078027 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 70 components and 0.078027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074273Jy sigma=1.480576 ! Fit after self-cal, rms=0.074265Jy sigma=1.480236 ! 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.912 mas, bmaj=7.82 mas, bpa=-5.501 degrees ! Estimated noise=0.402965 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.912 x 7.82 at -5.501 degrees (North through East) ! Clean map min=-0.0070687 max=0.048728 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.459 mas, bmaj=6.722 mas, bpa=-5.171 degrees ! Estimated noise=0.604079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0398206 Jy ! Component: 100 - total flux cleaned = 0.0506287 Jy ! Component: 150 - total flux cleaned = 0.0570773 Jy ! Component: 200 - total flux cleaned = 0.0613746 Jy ! Total flux subtracted in 200 components = 0.0613746 Jy ! Clean residual min=-0.005492 max=0.005382 Jy/beam ! Clean residual mean=-0.000043 rms=0.001423 Jy/beam ! Combined flux in latest and established models = 0.0613746 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0613746 Jy ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=7.82 mas, bpa=-5.501 degrees ! Estimated noise=0.402965 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.00572357 Jy ! Component: 100 - total flux cleaned = 0.00898235 Jy ! Component: 150 - total flux cleaned = 0.0108984 Jy ! Component: 200 - total flux cleaned = 0.0120451 Jy ! Total flux subtracted in 200 components = 0.0120451 Jy ! Clean residual min=-0.007115 max=0.006728 Jy/beam ! Clean residual mean=-0.000106 rms=0.002123 Jy/beam ! Combined flux in latest and established models = 0.0734197 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 41 components and 0.0734197 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.452 mas, bmaj=15.62 mas, bpa=1.185 degrees ! Estimated noise=0.531004 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314089 Jy ! Component: 100 - total flux cleaned = 0.00387376 Jy ! Component: 150 - total flux cleaned = 0.00396399 Jy ! Component: 200 - total flux cleaned = 0.00409539 Jy ! Total flux subtracted in 200 components = 0.00409539 Jy ! Clean residual min=-0.014201 max=0.012828 Jy/beam ! Clean residual mean=-0.000239 rms=0.004553 Jy/beam ! Combined flux in latest and established models = 0.0775151 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.000126478 Jy ! Component: 100 - total flux cleaned = 0.000249648 Jy ! Component: 150 - total flux cleaned = 0.000367977 Jy ! Component: 200 - total flux cleaned = 0.000444066 Jy ! Total flux subtracted in 200 components = 0.000444066 Jy ! Clean residual min=-0.014186 max=0.012799 Jy/beam ! Clean residual mean=-0.000239 rms=0.004548 Jy/beam ! Combined flux in latest and established models = 0.0779592 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.0779592 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.912 mas, bmaj=7.82 mas, bpa=-5.501 degrees ! Estimated noise=0.402965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00187222 Jy ! Component: 100 - total flux cleaned = -0.00219647 Jy ! Component: 150 - total flux cleaned = -0.00230022 Jy ! Component: 200 - total flux cleaned = -0.00238824 Jy ! Total flux subtracted in 200 components = -0.00238824 Jy ! Clean residual min=-0.007186 max=0.006657 Jy/beam ! Clean residual mean=-0.000105 rms=0.002116 Jy/beam ! Combined flux in latest and established models = 0.0755709 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.0755709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074258Jy sigma=1.480151 ! Fit after self-cal, rms=0.074244Jy sigma=1.479894 wmodel /scr/pima/bg219b_uvs/J2315-1800_S_map.mod ! Writing 48 model components to file: /scr/pima/bg219b_uvs/J2315-1800_S_map.mod wobs /scr/pima/bg219b_uvs/J2315-1800_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J2315-1800_S_uvs.fits wwins /scr/pima/bg219b_uvs/J2315-1800_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219b_uvs/J2315-1800_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.000660862 Jy ! Component: 100 - total flux cleaned = -0.000891499 Jy ! Component: 150 - total flux cleaned = -0.00143873 Jy ! Component: 200 - total flux cleaned = -0.00237884 Jy ! Component: 250 - total flux cleaned = -0.00308139 Jy ! Component: 300 - total flux cleaned = -0.00414545 Jy ! Component: 350 - total flux cleaned = -0.00489479 Jy ! Component: 400 - total flux cleaned = -0.00562104 Jy ! Component: 450 - total flux cleaned = -0.0063278 Jy ! Component: 500 - total flux cleaned = -0.00701448 Jy ! Component: 550 - total flux cleaned = -0.00751486 Jy ! Component: 600 - total flux cleaned = -0.00800408 Jy ! Component: 650 - total flux cleaned = -0.00848578 Jy ! Component: 700 - total flux cleaned = -0.00919094 Jy ! Component: 750 - total flux cleaned = -0.00965165 Jy ! Component: 800 - total flux cleaned = -0.0100296 Jy ! Component: 850 - total flux cleaned = -0.0106226 Jy ! Component: 900 - total flux cleaned = -0.0110589 Jy ! Component: 950 - total flux cleaned = -0.0115591 Jy ! Component: 1000 - total flux cleaned = -0.0120484 Jy ! Component: 1050 - total flux cleaned = -0.0125994 Jy ! Component: 1100 - total flux cleaned = -0.0132086 Jy ! Component: 1150 - total flux cleaned = -0.0136744 Jy ! Component: 1200 - total flux cleaned = -0.0141992 Jy ! Component: 1250 - total flux cleaned = -0.0146515 Jy ! Component: 1300 - total flux cleaned = -0.01516 Jy ! Component: 1350 - total flux cleaned = -0.0155365 Jy ! Component: 1400 - total flux cleaned = -0.0160934 Jy ! Component: 1450 - total flux cleaned = -0.0164602 Jy ! Component: 1500 - total flux cleaned = -0.016882 Jy ! Component: 1550 - total flux cleaned = -0.0174165 Jy ! Component: 1600 - total flux cleaned = -0.0178864 Jy ! Component: 1650 - total flux cleaned = -0.0184655 Jy ! Component: 1700 - total flux cleaned = -0.0188656 Jy ! Component: 1750 - total flux cleaned = -0.0192048 Jy ! Component: 1800 - total flux cleaned = -0.0197075 Jy ! Component: 1850 - total flux cleaned = -0.0200939 Jy ! Component: 1900 - total flux cleaned = -0.0205314 Jy ! Component: 1950 - total flux cleaned = -0.0209098 Jy ! Component: 2000 - total flux cleaned = -0.0212852 Jy ! Component: 2050 - total flux cleaned = -0.0216559 Jy ! Component: 2100 - total flux cleaned = -0.0220761 Jy ! Component: 2150 - total flux cleaned = -0.0224394 Jy ! Component: 2200 - total flux cleaned = -0.022748 Jy ! Component: 2250 - total flux cleaned = -0.0230033 Jy ! Component: 2300 - total flux cleaned = -0.0235088 Jy ! Component: 2350 - total flux cleaned = -0.0238083 Jy ! Component: 2400 - total flux cleaned = -0.0242045 Jy ! Component: 2450 - total flux cleaned = -0.0245971 Jy ! Component: 2500 - total flux cleaned = -0.0248892 Jy ! Component: 2550 - total flux cleaned = -0.0253234 Jy ! Component: 2600 - total flux cleaned = -0.0255143 Jy ! Component: 2650 - total flux cleaned = -0.0258462 Jy ! Component: 2700 - total flux cleaned = -0.0260815 Jy ! Component: 2750 - total flux cleaned = -0.0263613 Jy ! Component: 2800 - total flux cleaned = -0.0265924 Jy ! Component: 2850 - total flux cleaned = -0.0269603 Jy ! Component: 2900 - total flux cleaned = -0.0270514 Jy ! Component: 2950 - total flux cleaned = -0.0274601 Jy ! Component: 3000 - total flux cleaned = -0.02773 Jy ! Component: 3050 - total flux cleaned = -0.0278641 Jy ! Component: 3100 - total flux cleaned = -0.0280861 Jy ! Component: 3150 - total flux cleaned = -0.0282632 Jy ! Component: 3200 - total flux cleaned = -0.0285704 Jy ! Component: 3250 - total flux cleaned = -0.0287011 Jy ! Component: 3300 - total flux cleaned = -0.0288745 Jy ! Component: 3350 - total flux cleaned = -0.02909 Jy ! Component: 3400 - total flux cleaned = -0.0292613 Jy ! Component: 3450 - total flux cleaned = -0.0294312 Jy ! Component: 3500 - total flux cleaned = -0.0296432 Jy ! Component: 3550 - total flux cleaned = -0.0299375 Jy ! Component: 3600 - total flux cleaned = -0.0301043 Jy ! Component: 3650 - total flux cleaned = -0.0301872 Jy ! Component: 3700 - total flux cleaned = -0.0303525 Jy ! Component: 3750 - total flux cleaned = -0.0303114 Jy ! Component: 3800 - total flux cleaned = -0.0304751 Jy ! Component: 3850 - total flux cleaned = -0.0305971 Jy ! Component: 3900 - total flux cleaned = -0.0306372 Jy ! Component: 3950 - total flux cleaned = -0.0306373 Jy ! Component: 4000 - total flux cleaned = -0.0308373 Jy ! Component: 4050 - total flux cleaned = -0.0308373 Jy ! Total flux subtracted in 4096 components = -0.0307579 Jy ! Clean residual min=-0.002274 max=0.002496 Jy/beam ! Clean residual mean=-0.000074 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.0448131 Jy keep ! Adding 567 model components to the UV plane model. ! The established model now contains 615 components and 0.044813 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J2315-1800_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.912 x 7.82 at -5.501 degrees (North through East) ! Clean map min=-0.0053764 max=0.048496 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J2315-1800_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0484955 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000893974 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -5.53025 5.53025 11.0605 22.121 44.242 88.484 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0026 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.048 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 54.247 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J2315-1800_S_uvs.log closed on Thu Apr 7 01:35:40 2016