! Started logfile: /scr/pima/bg219e_uvs/J1427+2632_S_uvs.log on Thu Apr 7 06:46:39 2016 obs /scr/pima/bg219e_uvs/J1427+2632_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1427+2632_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.564516 visibilities/baseline/integration-bin. ! Found source: J1427+2632 ! ! 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 5040 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/bg219e_uvs/J1427+2632_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 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002049Jy sigma=25.156756 ! Fit after self-cal, rms=0.958537Jy sigma=24.136945 ! 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=6.855 mas, bmaj=8.965 mas, bpa=6.581 degrees ! Estimated noise=0.599345 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.0339111 Jy ! Component: 100 - total flux cleaned = 0.041318 Jy ! Total flux subtracted in 100 components = 0.041318 Jy ! Clean residual min=-0.004117 max=0.003593 Jy/beam ! Clean residual mean=0.000002 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.041318 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.041318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054280Jy sigma=1.276203 ! Fit after self-cal, rms=0.052293Jy sigma=1.226788 ! 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=7.6 mas, bmaj=9.822 mas, bpa=22.68 degrees ! Estimated noise=0.450368 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.00312156 Jy ! Component: 100 - total flux cleaned = 0.00360809 Jy ! Component: 150 - total flux cleaned = 0.00381474 Jy ! Component: 200 - total flux cleaned = 0.00396475 Jy ! Total flux subtracted in 200 components = 0.00396475 Jy ! Clean residual min=-0.002631 max=0.002555 Jy/beam ! Clean residual mean=-0.000001 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.0452828 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 18 components and 0.0452828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052083Jy sigma=1.222211 ! Fit after self-cal, rms=0.052081Jy sigma=1.222070 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.6 x 9.822 at 22.68 degrees (North through East) ! Clean map min=-0.0025606 max=0.044951 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* 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* 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* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.01 HN 0.85 KP 1.13 ! LA 0.96 NL 0.97 OV 0.94 PT 0.99 ! SC 0.92 ! ! ! Fit before self-cal, rms=0.052081Jy sigma=1.222070 ! Fit after self-cal, rms=0.051582Jy sigma=1.221078 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.543 mas, bmaj=9.794 mas, bpa=22.33 degrees ! Estimated noise=0.446399 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.000220582 Jy ! Component: 100 - total flux cleaned = 0.000348287 Jy ! Component: 150 - total flux cleaned = 0.000435777 Jy ! Component: 200 - total flux cleaned = 0.000515412 Jy ! Total flux subtracted in 200 components = 0.000515412 Jy ! Clean residual min=-0.002535 max=0.002338 Jy/beam ! Clean residual mean=-0.000002 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.0457982 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 27 components and 0.0457982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051547Jy sigma=1.220222 ! Fit after self-cal, rms=0.051556Jy sigma=1.220036 ! 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.051556Jy sigma=1.220036 ! Fit after self-cal, rms=0.052275Jy sigma=1.217151 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.563 mas, bmaj=9.781 mas, bpa=23.38 degrees ! Estimated noise=0.450784 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000552737 Jy ! Component: 100 - total flux cleaned = 0.000608188 Jy ! Component: 150 - total flux cleaned = 0.000657916 Jy ! Component: 200 - total flux cleaned = 0.000681883 Jy ! Total flux subtracted in 200 components = 0.000681883 Jy ! Clean residual min=-0.002128 max=0.002301 Jy/beam ! Clean residual mean=-0.000001 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.0464801 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 32 components and 0.0464801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052247Jy sigma=1.216640 ! Fit after self-cal, rms=0.052280Jy sigma=1.216062 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 = 6.26477e-05 Jy ! Component: 100 - total flux cleaned = 0.000172158 Jy ! Component: 150 - total flux cleaned = 0.000212215 Jy ! Component: 200 - total flux cleaned = 0.000250389 Jy ! Total flux subtracted in 200 components = 0.000250389 Jy ! Clean residual min=-0.002045 max=0.002265 Jy/beam ! Clean residual mean=-0.000002 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.0467304 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 38 components and 0.0467304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052263Jy sigma=1.215688 ! Fit after self-cal, rms=0.052244Jy sigma=1.215451 ! 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.052244Jy sigma=1.215451 ! Fit after self-cal, rms=0.052682Jy sigma=1.215294 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.577 mas, bmaj=9.785 mas, bpa=23.66 degrees ! Estimated noise=0.45235 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000270997 Jy ! Component: 100 - total flux cleaned = 0.000385434 Jy ! Component: 150 - total flux cleaned = 0.000426585 Jy ! Component: 200 - total flux cleaned = 0.000483461 Jy ! Total flux subtracted in 200 components = 0.000483461 Jy ! Clean residual min=-0.002002 max=0.002204 Jy/beam ! Clean residual mean=-0.000002 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.0472139 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 45 components and 0.0472139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052663Jy sigma=1.214944 ! Fit after self-cal, rms=0.052686Jy sigma=1.214885 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 = 7.93348e-05 Jy ! Component: 100 - total flux cleaned = 0.000115572 Jy ! Component: 150 - total flux cleaned = 0.00016755 Jy ! Component: 200 - total flux cleaned = 0.000184064 Jy ! Total flux subtracted in 200 components = 0.000184064 Jy ! Clean residual min=-0.001988 max=0.002166 Jy/beam ! Clean residual mean=-0.000002 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.047398 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.047398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052673Jy sigma=1.214644 ! Fit after self-cal, rms=0.052671Jy sigma=1.214627 ! 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.052671Jy sigma=1.214627 ! Fit after self-cal, rms=0.052865Jy sigma=1.214593 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.388 mas, bmaj=11.47 mas, bpa=41.61 degrees ! Estimated noise=0.470198 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000290614 Jy ! Component: 100 - total flux cleaned = 0.00037936 Jy ! Component: 150 - total flux cleaned = 0.000464118 Jy ! Component: 200 - total flux cleaned = 0.000484685 Jy ! Total flux subtracted in 200 components = 0.000484685 Jy ! Clean residual min=-0.001949 max=0.002279 Jy/beam ! Clean residual mean=-0.000004 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.0478826 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 58 components and 0.0478826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052860Jy sigma=1.214463 ! Fit after self-cal, rms=0.052868Jy sigma=1.214426 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 = 5.3252e-05 Jy ! Component: 100 - total flux cleaned = 8.52677e-05 Jy ! Component: 150 - total flux cleaned = 0.000104907 Jy ! Component: 200 - total flux cleaned = 0.000114606 Jy ! Total flux subtracted in 200 components = 0.000114606 Jy ! Clean residual min=-0.001934 max=0.002276 Jy/beam ! Clean residual mean=-0.000004 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.0479972 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.0479972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052864Jy sigma=1.214331 ! Fit after self-cal, rms=0.052864Jy sigma=1.214317 ! 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=7.584 mas, bmaj=9.786 mas, bpa=23.76 degrees ! Estimated noise=0.452999 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.584 x 9.786 at 23.76 degrees (North through East) ! Clean map min=-0.0019907 max=0.044965 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=6.859 mas, bmaj=8.925 mas, bpa=7.162 degrees ! Estimated noise=0.596777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0357172 Jy ! Component: 100 - total flux cleaned = 0.0433055 Jy ! Component: 150 - total flux cleaned = 0.0439597 Jy ! Component: 200 - total flux cleaned = 0.0448549 Jy ! Total flux subtracted in 200 components = 0.0448549 Jy ! Clean residual min=-0.003105 max=0.003338 Jy/beam ! Clean residual mean=-0.000000 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.044855 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.044855 Jy ! Inverting map and beam ! Estimated beam: bmin=7.584 mas, bmaj=9.786 mas, bpa=23.76 degrees ! Estimated noise=0.452999 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.00102108 Jy ! Component: 100 - total flux cleaned = 0.00150344 Jy ! Component: 150 - total flux cleaned = 0.00171106 Jy ! Component: 200 - total flux cleaned = 0.00189447 Jy ! Total flux subtracted in 200 components = 0.00189447 Jy ! Clean residual min=-0.002088 max=0.002478 Jy/beam ! Clean residual mean=-0.000002 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.0467494 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.0467494 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=9.388 mas, bmaj=11.47 mas, bpa=41.61 degrees ! Estimated noise=0.470198 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00031832 Jy ! Component: 100 - total flux cleaned = 0.000540774 Jy ! Component: 150 - total flux cleaned = 0.00070653 Jy ! Component: 200 - total flux cleaned = 0.000831318 Jy ! Total flux subtracted in 200 components = 0.000831318 Jy ! Clean residual min=-0.001991 max=0.002410 Jy/beam ! Clean residual mean=-0.000004 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.0475807 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 = 6.36779e-05 Jy ! Component: 100 - total flux cleaned = 0.000122193 Jy ! Component: 150 - total flux cleaned = 0.000150159 Jy ! Component: 200 - total flux cleaned = 0.000189676 Jy ! Total flux subtracted in 200 components = 0.000189676 Jy ! Clean residual min=-0.001967 max=0.002357 Jy/beam ! Clean residual mean=-0.000004 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.0477704 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 39 components and 0.0477704 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.584 mas, bmaj=9.786 mas, bpa=23.76 degrees ! Estimated noise=0.452999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000323013 Jy ! Component: 100 - total flux cleaned = -0.000404683 Jy ! Component: 150 - total flux cleaned = -0.000357995 Jy ! Component: 200 - total flux cleaned = -0.000294038 Jy ! Total flux subtracted in 200 components = -0.000294038 Jy ! Clean residual min=-0.001957 max=0.002245 Jy/beam ! Clean residual mean=-0.000003 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.0474764 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.0474764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052882Jy sigma=1.214710 ! Fit after self-cal, rms=0.052882Jy sigma=1.214654 wmodel /scr/pima/bg219e_uvs/J1427+2632_S_map.mod ! Writing 48 model components to file: /scr/pima/bg219e_uvs/J1427+2632_S_map.mod wobs /scr/pima/bg219e_uvs/J1427+2632_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J1427+2632_S_uvs.fits wwins /scr/pima/bg219e_uvs/J1427+2632_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J1427+2632_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.000223267 Jy ! Component: 100 - total flux cleaned = 0.000151268 Jy ! Component: 150 - total flux cleaned = -8.80007e-06 Jy ! Component: 200 - total flux cleaned = -0.00021335 Jy ! Component: 250 - total flux cleaned = -0.000353043 Jy ! Component: 300 - total flux cleaned = -0.000459298 Jy ! Component: 350 - total flux cleaned = -0.000509669 Jy ! Component: 400 - total flux cleaned = -0.000533444 Jy ! Component: 450 - total flux cleaned = -0.00041429 Jy ! Component: 500 - total flux cleaned = -0.000299388 Jy ! Component: 550 - total flux cleaned = -0.000187434 Jy ! Component: 600 - total flux cleaned = -7.86883e-05 Jy ! Component: 650 - total flux cleaned = 2.64698e-05 Jy ! Component: 700 - total flux cleaned = -1.46582e-05 Jy ! Component: 750 - total flux cleaned = 0.000105675 Jy ! Component: 800 - total flux cleaned = 0.000125444 Jy ! Component: 850 - total flux cleaned = 0.000278896 Jy ! Component: 900 - total flux cleaned = 0.000335438 Jy ! Component: 950 - total flux cleaned = 0.000427364 Jy ! Component: 1000 - total flux cleaned = 0.000516989 Jy ! Component: 1050 - total flux cleaned = 0.000534577 Jy ! Component: 1100 - total flux cleaned = 0.000586418 Jy ! Component: 1150 - total flux cleaned = 0.000637169 Jy ! Component: 1200 - total flux cleaned = 0.000654149 Jy ! Component: 1250 - total flux cleaned = 0.000719957 Jy ! Component: 1300 - total flux cleaned = 0.000816274 Jy ! Component: 1350 - total flux cleaned = 0.000863892 Jy ! Component: 1400 - total flux cleaned = 0.0009414 Jy ! Component: 1450 - total flux cleaned = 0.000956499 Jy ! Component: 1500 - total flux cleaned = 0.00100171 Jy ! Component: 1550 - total flux cleaned = 0.00104612 Jy ! Component: 1600 - total flux cleaned = 0.00110402 Jy ! Component: 1650 - total flux cleaned = 0.00118973 Jy ! Component: 1700 - total flux cleaned = 0.00121788 Jy ! Component: 1750 - total flux cleaned = 0.0013151 Jy ! Component: 1800 - total flux cleaned = 0.00141041 Jy ! Component: 1850 - total flux cleaned = 0.00141007 Jy ! Component: 1900 - total flux cleaned = 0.00146314 Jy ! Component: 1950 - total flux cleaned = 0.00143697 Jy ! Component: 2000 - total flux cleaned = 0.00150195 Jy ! Component: 2050 - total flux cleaned = 0.00152764 Jy ! Component: 2100 - total flux cleaned = 0.00155299 Jy ! Component: 2150 - total flux cleaned = 0.001578 Jy ! Component: 2200 - total flux cleaned = 0.00161553 Jy ! Component: 2250 - total flux cleaned = 0.00167679 Jy ! Component: 2300 - total flux cleaned = 0.00170111 Jy ! Component: 2350 - total flux cleaned = 0.00172523 Jy ! Component: 2400 - total flux cleaned = 0.0017253 Jy ! Component: 2450 - total flux cleaned = 0.00177251 Jy ! Component: 2500 - total flux cleaned = 0.00179569 Jy ! Component: 2550 - total flux cleaned = 0.00180728 Jy ! Component: 2600 - total flux cleaned = 0.00185299 Jy ! Component: 2650 - total flux cleaned = 0.00188696 Jy ! Component: 2700 - total flux cleaned = 0.00189816 Jy ! Component: 2750 - total flux cleaned = 0.00194264 Jy ! Component: 2800 - total flux cleaned = 0.00193155 Jy ! Component: 2850 - total flux cleaned = 0.00198637 Jy ! Component: 2900 - total flux cleaned = 0.00201878 Jy ! Component: 2950 - total flux cleaned = 0.00205097 Jy ! Component: 3000 - total flux cleaned = 0.00205103 Jy ! Component: 3050 - total flux cleaned = 0.0020617 Jy ! Component: 3100 - total flux cleaned = 0.00207219 Jy ! Component: 3150 - total flux cleaned = 0.00207224 Jy ! Component: 3200 - total flux cleaned = 0.00209311 Jy ! Component: 3250 - total flux cleaned = 0.00210348 Jy ! Component: 3300 - total flux cleaned = 0.00208302 Jy ! Component: 3350 - total flux cleaned = 0.00211353 Jy ! Component: 3400 - total flux cleaned = 0.00211351 Jy ! Component: 3450 - total flux cleaned = 0.00210346 Jy ! Component: 3500 - total flux cleaned = 0.00212351 Jy ! Component: 3550 - total flux cleaned = 0.00211361 Jy ! Component: 3600 - total flux cleaned = 0.0021136 Jy ! Component: 3650 - total flux cleaned = 0.00208413 Jy ! Component: 3700 - total flux cleaned = 0.00206456 Jy ! Component: 3750 - total flux cleaned = 0.00205486 Jy ! Component: 3800 - total flux cleaned = 0.00204515 Jy ! Component: 3850 - total flux cleaned = 0.00200665 Jy ! Component: 3900 - total flux cleaned = 0.0019971 Jy ! Component: 3950 - total flux cleaned = 0.00198752 Jy ! Component: 4000 - total flux cleaned = 0.00197804 Jy ! Component: 4050 - total flux cleaned = 0.00194027 Jy ! Total flux subtracted in 4096 components = 0.00191215 Jy ! Clean residual min=-0.000623 max=0.000537 Jy/beam ! Clean residual mean=0.000001 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.0493885 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 342 components and 0.0493885 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J1427+2632_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.584 x 9.786 at 23.76 degrees (North through East) ! Clean map min=-0.0015703 max=0.044632 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1427+2632_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0446318 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170441 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.14565 1.14565 2.29129 4.58258 9.16517 18.3303 36.6607 73.3214 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.044 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 261.86 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1427+2632_S_uvs.log closed on Thu Apr 7 06:46:43 2016