! Started logfile: /scr/pima/rv100_uvs/J1430+3649_S_uvs.log on Mon Feb 29 13:28:05 2016 obs /scr/pima/rv100_uvs/J1430+3649_S_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J1430+3649_S_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.361793 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1430+3649 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 3712 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/rv100_uvs/J1430+3649_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 289 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 289 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 289 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 289 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.016542Jy sigma=8.512283 ! Fit after self-cal, rms=0.801015Jy sigma=6.666992 ! 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.752 mas, bmaj=5.417 mas, bpa=8.474 degrees ! Estimated noise=2.65645 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.157422 Jy ! Component: 100 - total flux cleaned = 0.191775 Jy ! Total flux subtracted in 100 components = 0.191775 Jy ! Clean residual min=-0.006860 max=0.009875 Jy/beam ! Clean residual mean=0.000024 rms=0.001723 Jy/beam ! Combined flux in latest and established models = 0.191775 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.191775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071243Jy sigma=0.481360 ! Fit after self-cal, rms=0.071237Jy sigma=0.481333 ! 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.259 mas, bmaj=7.066 mas, bpa=7.587 degrees ! Estimated noise=1.57763 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.0108169 Jy ! Component: 100 - total flux cleaned = 0.0134844 Jy ! Component: 150 - total flux cleaned = 0.0135731 Jy ! Component: 200 - total flux cleaned = 0.0135707 Jy ! Total flux subtracted in 200 components = 0.0135707 Jy ! Clean residual min=-0.003849 max=0.003720 Jy/beam ! Clean residual mean=0.000045 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.205345 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 17 components and 0.205345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069972Jy sigma=0.464599 ! Fit after self-cal, rms=0.069967Jy sigma=0.464533 ! 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.259 x 7.066 at 7.587 degrees (North through East) ! Clean map min=-0.0038122 max=0.20341 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: ! HN 1.03 KP 0.97 LA 1.01 MK 0.98 ! NL 1.00 NY 1.14 OV 0.99 PT 0.99 ! SC 0.97 WF 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 0.96 KP 1.00 LA 0.98 MK 0.98 ! NL 1.04 NY 1.17 OV 0.96 PT 1.03 ! SC 0.93 WF 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 1.00* KP 1.00* LA 1.00* MK 1.00* ! NL 1.00* NY 1.00* OV 1.00* PT 1.00* ! SC 1.00* WF 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HN 1.05 KP 0.99 LA 0.99 MK 0.96 ! NL 1.01 NY 1.14 OV 1.02 PT 1.03 ! SC 0.95 WF 0.99 ! ! ! Fit before self-cal, rms=0.069967Jy sigma=0.464533 ! Fit after self-cal, rms=0.069543Jy sigma=0.459855 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.27 mas, bmaj=7.056 mas, bpa=7.31 degrees ! Estimated noise=1.56858 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.000247365 Jy ! Component: 100 - total flux cleaned = -0.000296668 Jy ! Component: 150 - total flux cleaned = -0.000296725 Jy ! Component: 200 - total flux cleaned = -0.00029678 Jy ! Total flux subtracted in 200 components = -0.00029678 Jy ! Clean residual min=-0.003491 max=0.003405 Jy/beam ! Clean residual mean=0.000060 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.205048 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 23 components and 0.205048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069527Jy sigma=0.459744 ! Fit after self-cal, rms=0.069543Jy sigma=0.459701 ! 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.069543Jy sigma=0.459701 ! Fit after self-cal, rms=0.069692Jy sigma=0.452323 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=7.088 mas, bpa=7.249 degrees ! Estimated noise=1.57139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000539555 Jy ! Component: 100 - total flux cleaned = 0.000727174 Jy ! Component: 150 - total flux cleaned = 0.000828581 Jy ! Component: 200 - total flux cleaned = 0.000868049 Jy ! Total flux subtracted in 200 components = 0.000868049 Jy ! Clean residual min=-0.002722 max=0.002881 Jy/beam ! Clean residual mean=0.000097 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.205917 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 29 components and 0.205917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069678Jy sigma=0.452174 ! Fit after self-cal, rms=0.069697Jy sigma=0.452123 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 (34.5, 70). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000485441 Jy ! Component: 100 - total flux cleaned = 0.000313634 Jy ! Component: 150 - total flux cleaned = 0.000128055 Jy ! Component: 200 - total flux cleaned = 0.000126124 Jy ! Total flux subtracted in 200 components = 0.000126124 Jy ! Clean residual min=-0.002506 max=0.002440 Jy/beam ! Clean residual mean=0.000096 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.206043 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 52 components and 0.206043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069536Jy sigma=0.450981 ! Fit after self-cal, rms=0.069516Jy sigma=0.450938 ! 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.069516Jy sigma=0.450938 ! Fit after self-cal, rms=0.069375Jy sigma=0.450842 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=7.092 mas, bpa=7.153 degrees ! Estimated noise=1.57093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.94269e-05 Jy ! Component: 100 - total flux cleaned = -0.000136941 Jy ! Component: 150 - total flux cleaned = -0.000196994 Jy ! Component: 200 - total flux cleaned = -0.000168854 Jy ! Total flux subtracted in 200 components = -0.000168854 Jy ! Clean residual min=-0.002440 max=0.002323 Jy/beam ! Clean residual mean=0.000083 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.205874 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 61 components and 0.205874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069336Jy sigma=0.450644 ! Fit after self-cal, rms=0.069325Jy sigma=0.450637 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 = 2.32628e-05 Jy ! Component: 100 - total flux cleaned = 4.74064e-05 Jy ! Component: 150 - total flux cleaned = 9.2918e-05 Jy ! Component: 200 - total flux cleaned = 0.000114463 Jy ! Total flux subtracted in 200 components = 0.000114463 Jy ! Clean residual min=-0.002411 max=0.002327 Jy/beam ! Clean residual mean=0.000082 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.205988 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 66 components and 0.205988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069303Jy sigma=0.450538 ! Fit after self-cal, rms=0.069302Jy sigma=0.450536 ! 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.069302Jy sigma=0.450536 ! Fit after self-cal, rms=0.069249Jy sigma=0.450522 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.411 mas, bmaj=12.48 mas, bpa=1.356 degrees ! Estimated noise=1.86474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000353213 Jy ! Component: 100 - total flux cleaned = 0.000455373 Jy ! Component: 150 - total flux cleaned = 0.000490286 Jy ! Component: 200 - total flux cleaned = 0.000506632 Jy ! Total flux subtracted in 200 components = 0.000506632 Jy ! Clean residual min=-0.001927 max=0.002605 Jy/beam ! Clean residual mean=0.000157 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.206495 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 77 components and 0.206495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069243Jy sigma=0.450442 ! Fit after self-cal, rms=0.069242Jy sigma=0.450436 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.43936e-05 Jy ! Component: 100 - total flux cleaned = 8.15882e-05 Jy ! Component: 150 - total flux cleaned = 9.60741e-05 Jy ! Component: 200 - total flux cleaned = 0.00012241 Jy ! Total flux subtracted in 200 components = 0.00012241 Jy ! Clean residual min=-0.001946 max=0.002600 Jy/beam ! Clean residual mean=0.000156 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.206617 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 79 components and 0.206617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069238Jy sigma=0.450400 ! Fit after self-cal, rms=0.069237Jy sigma=0.450396 ! 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.272 mas, bmaj=7.092 mas, bpa=7.136 degrees ! Estimated noise=1.57034 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.272 x 7.092 at 7.136 degrees (North through East) ! Clean map min=-0.0027183 max=0.20244 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.761 mas, bmaj=5.448 mas, bpa=8.164 degrees ! Estimated noise=2.65502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.157297 Jy ! Component: 100 - total flux cleaned = 0.191601 Jy ! Component: 150 - total flux cleaned = 0.199593 Jy ! Component: 200 - total flux cleaned = 0.202232 Jy ! Total flux subtracted in 200 components = 0.202232 Jy ! Clean residual min=-0.004581 max=0.004915 Jy/beam ! Clean residual mean=0.000020 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.202232 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.202232 Jy ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=7.092 mas, bpa=7.136 degrees ! Estimated noise=1.57034 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.00325807 Jy ! Component: 100 - total flux cleaned = 0.00404118 Jy ! Component: 150 - total flux cleaned = 0.0040418 Jy ! Component: 200 - total flux cleaned = 0.0040406 Jy ! Total flux subtracted in 200 components = 0.0040406 Jy ! Clean residual min=-0.002528 max=0.002484 Jy/beam ! Clean residual mean=0.000076 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.206273 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 42 components and 0.206273 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.411 mas, bmaj=12.48 mas, bpa=1.356 degrees ! Estimated noise=1.86474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000797108 Jy ! Component: 100 - total flux cleaned = 0.000803598 Jy ! Component: 150 - total flux cleaned = 0.000714379 Jy ! Component: 200 - total flux cleaned = 0.00071537 Jy ! Total flux subtracted in 200 components = 0.00071537 Jy ! Clean residual min=-0.002073 max=0.002752 Jy/beam ! Clean residual mean=0.000149 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.206988 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 = 1.29349e-06 Jy ! Component: 100 - total flux cleaned = -1.92632e-05 Jy ! Component: 150 - total flux cleaned = -3.77654e-05 Jy ! Component: 200 - total flux cleaned = -5.65376e-05 Jy ! Total flux subtracted in 200 components = -5.65376e-05 Jy ! Clean residual min=-0.002020 max=0.002699 Jy/beam ! Clean residual mean=0.000150 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.206931 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 72 components and 0.206931 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=7.092 mas, bpa=7.136 degrees ! Estimated noise=1.57034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00051201 Jy ! Component: 100 - total flux cleaned = 0.000437573 Jy ! Component: 150 - total flux cleaned = 0.000306851 Jy ! Component: 200 - total flux cleaned = 0.000246262 Jy ! Total flux subtracted in 200 components = 0.000246262 Jy ! Clean residual min=-0.002422 max=0.002446 Jy/beam ! Clean residual mean=0.000066 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.207178 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.207178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069278Jy sigma=0.450642 ! Fit after self-cal, rms=0.069273Jy sigma=0.450617 wmodel /scr/pima/rv100_uvs/J1430+3649_S_map.mod ! Writing 81 model components to file: /scr/pima/rv100_uvs/J1430+3649_S_map.mod wobs /scr/pima/rv100_uvs/J1430+3649_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J1430+3649_S_uvs.fits wwins /scr/pima/rv100_uvs/J1430+3649_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv100_uvs/J1430+3649_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.000310723 Jy ! Component: 100 - total flux cleaned = 0.000787174 Jy ! Component: 150 - total flux cleaned = 0.00131123 Jy ! Component: 200 - total flux cleaned = 0.00152572 Jy ! Component: 250 - total flux cleaned = 0.00180066 Jy ! Component: 300 - total flux cleaned = 0.00196657 Jy ! Component: 350 - total flux cleaned = 0.00216081 Jy ! Component: 400 - total flux cleaned = 0.00228741 Jy ! Component: 450 - total flux cleaned = 0.00238013 Jy ! Component: 500 - total flux cleaned = 0.00244106 Jy ! Component: 550 - total flux cleaned = 0.00252992 Jy ! Component: 600 - total flux cleaned = 0.00258783 Jy ! Component: 650 - total flux cleaned = 0.00267293 Jy ! Component: 700 - total flux cleaned = 0.00275689 Jy ! Component: 750 - total flux cleaned = 0.00289479 Jy ! Component: 800 - total flux cleaned = 0.00294949 Jy ! Component: 850 - total flux cleaned = 0.00310967 Jy ! Component: 900 - total flux cleaned = 0.00321471 Jy ! Component: 950 - total flux cleaned = 0.00326635 Jy ! Component: 1000 - total flux cleaned = 0.00339366 Jy ! Component: 1050 - total flux cleaned = 0.00344359 Jy ! Component: 1100 - total flux cleaned = 0.00349356 Jy ! Component: 1150 - total flux cleaned = 0.00359143 Jy ! Component: 1200 - total flux cleaned = 0.00363953 Jy ! Component: 1250 - total flux cleaned = 0.0037107 Jy ! Component: 1300 - total flux cleaned = 0.00380479 Jy ! Component: 1350 - total flux cleaned = 0.00387399 Jy ! Component: 1400 - total flux cleaned = 0.00396591 Jy ! Component: 1450 - total flux cleaned = 0.00405678 Jy ! Component: 1500 - total flux cleaned = 0.0042142 Jy ! Component: 1550 - total flux cleaned = 0.00430324 Jy ! Component: 1600 - total flux cleaned = 0.00441315 Jy ! Component: 1650 - total flux cleaned = 0.00458698 Jy ! Component: 1700 - total flux cleaned = 0.00462974 Jy ! Component: 1750 - total flux cleaned = 0.00471513 Jy ! Component: 1800 - total flux cleaned = 0.00482112 Jy ! Component: 1850 - total flux cleaned = 0.00494698 Jy ! Component: 1900 - total flux cleaned = 0.00509223 Jy ! Component: 1950 - total flux cleaned = 0.00523583 Jy ! Component: 2000 - total flux cleaned = 0.00541882 Jy ! Component: 2050 - total flux cleaned = 0.0055195 Jy ! Component: 2100 - total flux cleaned = 0.00563902 Jy ! Component: 2150 - total flux cleaned = 0.00569825 Jy ! Component: 2200 - total flux cleaned = 0.00585561 Jy ! Component: 2250 - total flux cleaned = 0.00599221 Jy ! Component: 2300 - total flux cleaned = 0.00614651 Jy ! Component: 2350 - total flux cleaned = 0.00631886 Jy ! Component: 2400 - total flux cleaned = 0.00639478 Jy ! Component: 2450 - total flux cleaned = 0.006489 Jy ! Component: 2500 - total flux cleaned = 0.00656402 Jy ! Component: 2550 - total flux cleaned = 0.00671259 Jy ! Component: 2600 - total flux cleaned = 0.0068234 Jy ! Component: 2650 - total flux cleaned = 0.00696978 Jy ! Component: 2700 - total flux cleaned = 0.00702426 Jy ! Component: 2750 - total flux cleaned = 0.00715054 Jy ! Component: 2800 - total flux cleaned = 0.007258 Jy ! Component: 2850 - total flux cleaned = 0.00738252 Jy ! Component: 2900 - total flux cleaned = 0.00752363 Jy ! Component: 2950 - total flux cleaned = 0.00761111 Jy ! Component: 3000 - total flux cleaned = 0.00768078 Jy ! Component: 3050 - total flux cleaned = 0.0078712 Jy ! Component: 3100 - total flux cleaned = 0.00793985 Jy ! Component: 3150 - total flux cleaned = 0.00802524 Jy ! Component: 3200 - total flux cleaned = 0.00812726 Jy ! Component: 3250 - total flux cleaned = 0.00822839 Jy ! Component: 3300 - total flux cleaned = 0.00836235 Jy ! Component: 3350 - total flux cleaned = 0.00837904 Jy ! Component: 3400 - total flux cleaned = 0.00847826 Jy ! Component: 3450 - total flux cleaned = 0.00851115 Jy ! Component: 3500 - total flux cleaned = 0.00857657 Jy ! Component: 3550 - total flux cleaned = 0.00864168 Jy ! Component: 3600 - total flux cleaned = 0.00872264 Jy ! Component: 3650 - total flux cleaned = 0.00878694 Jy ! Component: 3700 - total flux cleaned = 0.00878717 Jy ! Component: 3750 - total flux cleaned = 0.00886664 Jy ! Component: 3800 - total flux cleaned = 0.00889828 Jy ! Component: 3850 - total flux cleaned = 0.00892984 Jy ! Component: 3900 - total flux cleaned = 0.0089769 Jy ! Component: 3950 - total flux cleaned = 0.00899251 Jy ! Component: 4000 - total flux cleaned = 0.00905464 Jy ! Component: 4050 - total flux cleaned = 0.00911646 Jy ! Total flux subtracted in 4096 components = 0.00914718 Jy ! Clean residual min=-0.001037 max=0.000922 Jy/beam ! Clean residual mean=0.000014 rms=0.000268 Jy/beam ! Combined flux in latest and established models = 0.216325 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 357 components and 0.216325 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J1430+3649_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.272 x 7.092 at 7.136 degrees (North through East) ! Clean map min=-0.0023865 max=0.2022 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J1430+3649_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.2022 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000267163 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.396384 0.396384 0.792767 1.58553 3.17107 6.34214 12.6843 25.3686 50.7371 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.202 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 756.842 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J1430+3649_S_uvs.log closed on Mon Feb 29 13:28:09 2016