! Started logfile: /scr/pima/rdv93_uvs/J1332-1402_S_uvs.log on Tue Oct 8 15:29:32 2013 obs /scr/pima/rdv93_uvs/J1332-1402_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1332-1402_S_uva.fits ! AN table 1: 44 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.981818 visibilities/baseline/integration-bin. ! Found source: J1332-1402 ! ! 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 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 7776 visibilities. select RR ! 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.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv93_uvs/J1332-1402_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014146Jy sigma=2.770820 ! Fit after self-cal, rms=0.858433Jy sigma=2.323491 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] 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.675 mas, bmaj=6.548 mas, bpa=-0.2095 degrees ! Estimated noise=6.30767 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.114786 Jy ! Component: 100 - total flux cleaned = 0.139816 Jy ! Total flux subtracted in 100 components = 0.139816 Jy ! Clean residual min=-0.007260 max=0.008641 Jy/beam ! Clean residual mean=0.000038 rms=0.002048 Jy/beam ! Combined flux in latest and established models = 0.139816 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.139816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075763Jy sigma=0.182785 ! Fit after self-cal, rms=0.075758Jy sigma=0.182776 ! 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.39 mas, bmaj=8.212 mas, bpa=-1.195 degrees ! Estimated noise=3.03382 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.00773275 Jy ! Component: 100 - total flux cleaned = 0.0119679 Jy ! Component: 150 - total flux cleaned = 0.0143689 Jy ! Component: 200 - total flux cleaned = 0.015284 Jy ! Total flux subtracted in 200 components = 0.015284 Jy ! Clean residual min=-0.005463 max=0.010095 Jy/beam ! Clean residual mean=0.000034 rms=0.001836 Jy/beam ! Combined flux in latest and established models = 0.1551 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 14 components and 0.1551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075347Jy sigma=0.178949 ! Fit after self-cal, rms=0.075343Jy sigma=0.178924 ! Inverting map ! Added new window around map position (6, 15.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00869559 Jy ! Component: 100 - total flux cleaned = 0.0112892 Jy ! Component: 150 - total flux cleaned = 0.0115237 Jy ! Component: 200 - total flux cleaned = 0.0114224 Jy ! Total flux subtracted in 200 components = 0.0114224 Jy ! Clean residual min=-0.005011 max=0.009813 Jy/beam ! Clean residual mean=0.000030 rms=0.001542 Jy/beam ! Combined flux in latest and established models = 0.166523 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 44 components and 0.166523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074360Jy sigma=0.175534 ! Fit after self-cal, rms=0.074201Jy sigma=0.175145 ! Inverting map ! Added new window around map position (0, 70.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00902973 Jy ! Component: 100 - total flux cleaned = 0.0139852 Jy ! Component: 150 - total flux cleaned = 0.0172461 Jy ! Component: 200 - total flux cleaned = 0.0190915 Jy ! Total flux subtracted in 200 components = 0.0190915 Jy ! Clean residual min=-0.004169 max=0.004223 Jy/beam ! Clean residual mean=0.000003 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.185614 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 88 components and 0.185614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073085Jy sigma=0.171039 ! Fit after self-cal, rms=0.072989Jy sigma=0.170711 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 0.96 KP 1.05 ! LA 1.13 MK 0.70 NL 1.03 OV 0.98 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.06 HN 1.06 KP 1.05 ! LA 1.03 MK 1.15 NL 1.07 OV 1.02 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.08 HN 0.98 KP 0.92 ! LA 0.97 MK 1.06 NL 1.16 OV 1.01 ! PT 1.08 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.03 HN 0.95 KP 0.83 ! LA 0.80 MK 1.24 NL 1.05 OV 0.86 ! PT 0.96 SC 0.98 ! ! ! Fit before self-cal, rms=0.072989Jy sigma=0.170711 ! Fit after self-cal, rms=0.063953Jy sigma=0.158869 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.371 mas, bmaj=8.215 mas, bpa=-1.039 degrees ! Estimated noise=3.05353 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.00266034 Jy ! Component: 100 - total flux cleaned = 0.00396108 Jy ! Component: 150 - total flux cleaned = 0.00469793 Jy ! Component: 200 - total flux cleaned = 0.00530437 Jy ! Total flux subtracted in 200 components = 0.00530437 Jy ! Clean residual min=-0.002926 max=0.002551 Jy/beam ! Clean residual mean=-0.000002 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.190919 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 121 components and 0.190919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063813Jy sigma=0.158371 ! Fit after self-cal, rms=0.063829Jy sigma=0.158234 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063829Jy sigma=0.158234 ! Fit after self-cal, rms=0.063703Jy sigma=0.158212 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.366 mas, bmaj=8.207 mas, bpa=-1.117 degrees ! Estimated noise=3.056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139566 Jy ! Component: 100 - total flux cleaned = 0.00209541 Jy ! Component: 150 - total flux cleaned = 0.00258016 Jy ! Component: 200 - total flux cleaned = 0.00302415 Jy ! Total flux subtracted in 200 components = 0.00302415 Jy ! Clean residual min=-0.002826 max=0.002466 Jy/beam ! Clean residual mean=-0.000003 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.193943 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 134 components and 0.193943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063630Jy sigma=0.157980 ! Fit after self-cal, rms=0.063626Jy sigma=0.157967 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.000699038 Jy ! Component: 100 - total flux cleaned = 0.000948405 Jy ! Component: 150 - total flux cleaned = 0.00118137 Jy ! Component: 200 - total flux cleaned = 0.00136595 Jy ! Total flux subtracted in 200 components = 0.00136595 Jy ! Clean residual min=-0.002782 max=0.002424 Jy/beam ! Clean residual mean=-0.000004 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.195309 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 144 components and 0.195309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063580Jy sigma=0.157842 ! Fit after self-cal, rms=0.063579Jy sigma=0.157837 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063579Jy sigma=0.157837 ! Fit after self-cal, rms=0.061323Jy sigma=0.155753 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.372 mas, bmaj=8.171 mas, bpa=-1.26 degrees ! Estimated noise=3.05891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159596 Jy ! Component: 100 - total flux cleaned = 0.00238257 Jy ! Component: 150 - total flux cleaned = 0.00273038 Jy ! Component: 200 - total flux cleaned = 0.00293713 Jy ! Total flux subtracted in 200 components = 0.00293713 Jy ! Clean residual min=-0.002293 max=0.001946 Jy/beam ! Clean residual mean=-0.000002 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.198246 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 163 components and 0.198246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061252Jy sigma=0.155599 ! Fit after self-cal, rms=0.061260Jy sigma=0.155547 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.000570846 Jy ! Component: 100 - total flux cleaned = 0.000755171 Jy ! Component: 150 - total flux cleaned = 0.000839553 Jy ! Component: 200 - total flux cleaned = 0.000892385 Jy ! Total flux subtracted in 200 components = 0.000892385 Jy ! Clean residual min=-0.002295 max=0.001904 Jy/beam ! Clean residual mean=-0.000003 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.199138 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 176 components and 0.199138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061229Jy sigma=0.155486 ! Fit after self-cal, rms=0.061228Jy sigma=0.155483 ! 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 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061228Jy sigma=0.155483 ! Fit after self-cal, rms=0.061119Jy sigma=0.155425 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.922 mas, bmaj=15.35 mas, bpa=2.581 degrees ! Estimated noise=3.521 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000952186 Jy ! Component: 100 - total flux cleaned = 0.0014508 Jy ! Component: 150 - total flux cleaned = 0.00187625 Jy ! Component: 200 - total flux cleaned = 0.00222299 Jy ! Total flux subtracted in 200 components = 0.00222299 Jy ! Clean residual min=-0.002276 max=0.002160 Jy/beam ! Clean residual mean=-0.000002 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.201361 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 192 components and 0.201361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061115Jy sigma=0.155394 ! Fit after self-cal, rms=0.061113Jy sigma=0.155384 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.000385269 Jy ! Component: 100 - total flux cleaned = 0.000592933 Jy ! Component: 150 - total flux cleaned = 0.000700425 Jy ! Component: 200 - total flux cleaned = 0.000765155 Jy ! Total flux subtracted in 200 components = 0.000765155 Jy ! Clean residual min=-0.002245 max=0.002120 Jy/beam ! Clean residual mean=-0.000003 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.202126 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 198 components and 0.202126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061115Jy sigma=0.155383 ! Fit after self-cal, rms=0.061113Jy sigma=0.155380 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061113Jy sigma=0.155380 ! Fit after self-cal, rms=0.061113Jy sigma=0.155380 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.061113Jy sigma=0.155380 ! Fit after self-cal, rms=0.060959Jy sigma=0.155371 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.652 mas, bmaj=6.479 mas, bpa=-0.5243 degrees ! Estimated noise=6.2749 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 (-50, -36.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00319759 Jy ! Component: 100 - total flux cleaned = 0.0032062 Jy ! Component: 150 - total flux cleaned = 0.00353748 Jy ! Component: 200 - total flux cleaned = 0.00363168 Jy ! Total flux subtracted in 200 components = 0.00363168 Jy ! Clean residual min=-0.003680 max=0.003882 Jy/beam ! Clean residual mean=0.000003 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.205758 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 229 components and 0.205758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060943Jy sigma=0.155396 ! Fit after self-cal, rms=0.060933Jy sigma=0.155346 ! Inverting map 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.37 mas, bmaj=8.16 mas, bpa=-1.318 degrees ! Estimated noise=3.05457 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00221672 Jy ! Component: 100 - total flux cleaned = -0.00312508 Jy ! Component: 150 - total flux cleaned = -0.00348523 Jy ! Component: 200 - total flux cleaned = -0.00361213 Jy ! Component: 250 - total flux cleaned = -0.00366954 Jy ! Component: 300 - total flux cleaned = -0.00374845 Jy ! Component: 350 - total flux cleaned = -0.00384668 Jy ! Component: 400 - total flux cleaned = -0.00389335 Jy ! Total flux subtracted in 400 components = -0.00389335 Jy ! Clean residual min=-0.001790 max=0.001948 Jy/beam ! Clean residual mean=-0.000003 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.201865 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 262 components and 0.201865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060826Jy sigma=0.155046 ! Fit after self-cal, rms=0.060818Jy sigma=0.155027 ! Inverting map ! Added new window around map position (-2.4, -52.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186322 Jy ! Component: 100 - total flux cleaned = 0.00282619 Jy ! Component: 150 - total flux cleaned = 0.00279017 Jy ! Component: 200 - total flux cleaned = 0.00278959 Jy ! Component: 250 - total flux cleaned = 0.00282004 Jy ! Component: 300 - total flux cleaned = 0.00290388 Jy ! Component: 350 - total flux cleaned = 0.00298223 Jy ! Component: 400 - total flux cleaned = 0.00303276 Jy ! Total flux subtracted in 400 components = 0.00303276 Jy ! Clean residual min=-0.001692 max=0.001533 Jy/beam ! Clean residual mean=-0.000005 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.204898 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 314 components and 0.204898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060732Jy sigma=0.154773 ! Fit after self-cal, rms=0.060731Jy sigma=0.154765 ! Inverting map dynam = dynam - 0.5 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) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000386537 Jy ! Component: 100 - total flux cleaned = 0.000435168 Jy ! Component: 150 - total flux cleaned = 0.000457007 Jy ! Component: 200 - total flux cleaned = 0.000435978 Jy ! Component: 250 - total flux cleaned = 0.000457557 Jy ! Component: 300 - total flux cleaned = 0.000477872 Jy ! Component: 350 - total flux cleaned = 0.000478179 Jy ! Component: 400 - total flux cleaned = 0.000458738 Jy ! Total flux subtracted in 400 components = 0.000458738 Jy ! Clean residual min=-0.001585 max=0.001505 Jy/beam ! Clean residual mean=-0.000006 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.205356 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 334 components and 0.205356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060701Jy sigma=0.154696 ! Fit after self-cal, rms=0.060701Jy sigma=0.154695 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. ! Applying 2560 buffered edits. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.060701Jy sigma=0.154695 ! Fit after self-cal, rms=0.060710Jy sigma=0.154678 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=8.157 mas, bpa=-1.336 degrees ! Estimated noise=3.05649 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000350742 Jy ! Component: 100 - total flux cleaned = 0.000371664 Jy ! Component: 150 - total flux cleaned = 0.000391453 Jy ! Component: 200 - total flux cleaned = 0.000353219 Jy ! Component: 250 - total flux cleaned = 0.000334424 Jy ! Component: 300 - total flux cleaned = 0.000297714 Jy ! Component: 350 - total flux cleaned = 0.000244582 Jy ! Component: 400 - total flux cleaned = 0.000244447 Jy ! Total flux subtracted in 400 components = 0.000244447 Jy ! Clean residual min=-0.001571 max=0.001517 Jy/beam ! Clean residual mean=-0.000005 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.205601 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 359 components and 0.205601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060686Jy sigma=0.154628 ! Fit after self-cal, rms=0.060688Jy sigma=0.154627 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.23869e-05 Jy ! Component: 100 - total flux cleaned = 7.53089e-05 Jy ! Component: 150 - total flux cleaned = 4.16035e-05 Jy ! Component: 200 - total flux cleaned = -8.02903e-06 Jy ! Component: 250 - total flux cleaned = -2.3981e-05 Jy ! Component: 300 - total flux cleaned = -3.97048e-05 Jy ! Component: 350 - total flux cleaned = -5.56349e-05 Jy ! Component: 400 - total flux cleaned = -7.08473e-05 Jy ! Total flux subtracted in 400 components = -7.08473e-05 Jy ! Clean residual min=-0.001554 max=0.001490 Jy/beam ! Clean residual mean=-0.000005 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.20553 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 375 components and 0.20553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060670Jy sigma=0.154590 ! Fit after self-cal, rms=0.060671Jy sigma=0.154589 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060671Jy sigma=0.154589 ! Fit after self-cal, rms=0.060604Jy sigma=0.154531 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.37 mas, bmaj=8.154 mas, bpa=-1.365 degrees ! Estimated noise=3.0581 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000174538 Jy ! Component: 100 - total flux cleaned = 0.00019406 Jy ! Component: 150 - total flux cleaned = 0.00021175 Jy ! Component: 200 - total flux cleaned = 0.000228836 Jy ! Component: 250 - total flux cleaned = 0.000277571 Jy ! Component: 300 - total flux cleaned = 0.000261373 Jy ! Component: 350 - total flux cleaned = 0.000261142 Jy ! Component: 400 - total flux cleaned = 0.000231033 Jy ! Total flux subtracted in 400 components = 0.000231033 Jy ! Clean residual min=-0.001616 max=0.001441 Jy/beam ! Clean residual mean=-0.000004 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.205761 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 398 components and 0.205761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060585Jy sigma=0.154491 ! Fit after self-cal, rms=0.060586Jy sigma=0.154490 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.19384e-05 Jy ! Component: 100 - total flux cleaned = 3.19006e-05 Jy ! Component: 150 - total flux cleaned = 3.22754e-05 Jy ! Component: 200 - total flux cleaned = 1.77178e-05 Jy ! Component: 250 - total flux cleaned = 1.77529e-05 Jy ! Component: 300 - total flux cleaned = 1.76652e-05 Jy ! Component: 350 - total flux cleaned = 4.20288e-06 Jy ! Component: 400 - total flux cleaned = 1.76596e-05 Jy ! Total flux subtracted in 400 components = 1.76596e-05 Jy ! Clean residual min=-0.001608 max=0.001420 Jy/beam ! Clean residual mean=-0.000004 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.205779 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 413 components and 0.205779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060573Jy sigma=0.154462 ! Fit after self-cal, rms=0.060573Jy sigma=0.154461 ! 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, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060573Jy sigma=0.154461 ! Fit after self-cal, rms=0.060186Jy sigma=0.152046 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.927 mas, bmaj=15.36 mas, bpa=2.445 degrees ! Estimated noise=3.52751 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000541819 Jy ! Component: 100 - total flux cleaned = 0.000693147 Jy ! Component: 150 - total flux cleaned = 0.000765434 Jy ! Component: 200 - total flux cleaned = 0.000828681 Jy ! Component: 250 - total flux cleaned = 0.000856287 Jy ! Component: 300 - total flux cleaned = 0.000869874 Jy ! Component: 350 - total flux cleaned = 0.000895135 Jy ! Component: 400 - total flux cleaned = 0.000883395 Jy ! Total flux subtracted in 400 components = 0.000883395 Jy ! Clean residual min=-0.001508 max=0.001748 Jy/beam ! Clean residual mean=-0.000006 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.206662 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 437 components and 0.206662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060186Jy sigma=0.152030 ! Fit after self-cal, rms=0.060197Jy sigma=0.152014 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 (-14.4, 96.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108094 Jy ! Component: 100 - total flux cleaned = 0.00132537 Jy ! Component: 150 - total flux cleaned = 0.00169981 Jy ! Component: 200 - total flux cleaned = 0.00189964 Jy ! Component: 250 - total flux cleaned = 0.00210178 Jy ! Component: 300 - total flux cleaned = 0.00234892 Jy ! Component: 350 - total flux cleaned = 0.0025758 Jy ! Component: 400 - total flux cleaned = 0.00270998 Jy ! Total flux subtracted in 400 components = 0.00270998 Jy ! Clean residual min=-0.001270 max=0.001094 Jy/beam ! Clean residual mean=-0.000006 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.209372 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 525 components and 0.209372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060148Jy sigma=0.151848 ! Fit after self-cal, rms=0.060145Jy sigma=0.151841 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=3.371 mas, bmaj=8.155 mas, bpa=-1.4 degrees ! Estimated noise=3.0655 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.371 x 8.155 at -1.4 degrees (North through East) ! Clean map min=-0.0022479 max=0.14174 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.651 mas, bmaj=6.469 mas, bpa=-0.5577 degrees ! Estimated noise=6.30199 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.114645 Jy ! Component: 100 - total flux cleaned = 0.139969 Jy ! Component: 150 - total flux cleaned = 0.149798 Jy ! Component: 200 - total flux cleaned = 0.157294 Jy ! Component: 250 - total flux cleaned = 0.163511 Jy ! Component: 300 - total flux cleaned = 0.168 Jy ! Component: 350 - total flux cleaned = 0.171579 Jy ! Component: 400 - total flux cleaned = 0.174641 Jy ! Total flux subtracted in 400 components = 0.174641 Jy ! Clean residual min=-0.003945 max=0.004069 Jy/beam ! Clean residual mean=0.000025 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.174641 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 69 model components to the UV plane model. ! The established model now contains 69 components and 0.174641 Jy ! Inverting map and beam ! Estimated beam: bmin=3.371 mas, bmaj=8.155 mas, bpa=-1.4 degrees ! Estimated noise=3.0655 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00603538 Jy ! Component: 100 - total flux cleaned = 0.0104237 Jy ! Component: 150 - total flux cleaned = 0.0132143 Jy ! Component: 200 - total flux cleaned = 0.0152961 Jy ! Component: 250 - total flux cleaned = 0.0171704 Jy ! Component: 300 - total flux cleaned = 0.0188454 Jy ! Component: 350 - total flux cleaned = 0.020296 Jy ! Component: 400 - total flux cleaned = 0.0216286 Jy ! Total flux subtracted in 400 components = 0.0216286 Jy ! Clean residual min=-0.002190 max=0.001879 Jy/beam ! Clean residual mean=0.000008 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.19627 Jy ! Adding 119 model components to the UV plane model. ! The established model now contains 186 components and 0.19627 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.927 mas, bmaj=15.36 mas, bpa=2.445 degrees ! Estimated noise=3.52751 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00273974 Jy ! Component: 100 - total flux cleaned = 0.00468447 Jy ! Component: 150 - total flux cleaned = 0.00605431 Jy ! Component: 200 - total flux cleaned = 0.00711768 Jy ! Component: 250 - total flux cleaned = 0.0081732 Jy ! Component: 300 - total flux cleaned = 0.00902444 Jy ! Component: 350 - total flux cleaned = 0.00961584 Jy ! Component: 400 - total flux cleaned = 0.0101148 Jy ! Total flux subtracted in 400 components = 0.0101148 Jy ! Clean residual min=-0.001644 max=0.001367 Jy/beam ! Clean residual mean=0.000002 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.206385 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000420749 Jy ! Component: 100 - total flux cleaned = 0.000810423 Jy ! Component: 150 - total flux cleaned = 0.00110584 Jy ! Component: 200 - total flux cleaned = 0.00132035 Jy ! Component: 250 - total flux cleaned = 0.00149518 Jy ! Component: 300 - total flux cleaned = 0.00166039 Jy ! Component: 350 - total flux cleaned = 0.0018168 Jy ! Component: 400 - total flux cleaned = 0.00196484 Jy ! Total flux subtracted in 400 components = 0.00196484 Jy ! Clean residual min=-0.001382 max=0.001225 Jy/beam ! Clean residual mean=0.000000 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.20835 Jy ! Adding 212 model components to the UV plane model. ! The established model now contains 391 components and 0.20835 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.371 mas, bmaj=8.155 mas, bpa=-1.4 degrees ! Estimated noise=3.0655 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228366 Jy ! Component: 100 - total flux cleaned = 0.000272261 Jy ! Component: 150 - total flux cleaned = 0.000439885 Jy ! Component: 200 - total flux cleaned = 0.000598552 Jy ! Component: 250 - total flux cleaned = 0.000711845 Jy ! Component: 300 - total flux cleaned = 0.00078367 Jy ! Component: 350 - total flux cleaned = 0.000888546 Jy ! Component: 400 - total flux cleaned = 0.000987855 Jy ! Total flux subtracted in 400 components = 0.000987855 Jy ! Clean residual min=-0.001509 max=0.001342 Jy/beam ! Clean residual mean=-0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.209338 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 448 components and 0.209338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060206Jy sigma=0.152024 ! Fit after self-cal, rms=0.060186Jy sigma=0.151987 wmodel /scr/pima/rdv93_uvs/J1332-1402_S_map.mod ! Writing 448 model components to file: /scr/pima/rdv93_uvs/J1332-1402_S_map.mod wobs /scr/pima/rdv93_uvs/J1332-1402_S_uvs.fits ! Applying 1400 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1332-1402_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1332-1402_S_map.win ! wwins: Wrote 6 windows to /scr/pima/rdv93_uvs/J1332-1402_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.000400268 Jy ! Component: 100 - total flux cleaned = -0.000425448 Jy ! Component: 150 - total flux cleaned = -0.000470776 Jy ! Component: 200 - total flux cleaned = -0.000492382 Jy ! Component: 250 - total flux cleaned = -0.000513934 Jy ! Component: 300 - total flux cleaned = -0.000576444 Jy ! Component: 350 - total flux cleaned = -0.000576782 Jy ! Component: 400 - total flux cleaned = -0.000656556 Jy ! Component: 450 - total flux cleaned = -0.00071488 Jy ! Component: 500 - total flux cleaned = -0.000810179 Jy ! Component: 550 - total flux cleaned = -0.000885086 Jy ! Component: 600 - total flux cleaned = -0.000903944 Jy ! Component: 650 - total flux cleaned = -0.000995403 Jy ! Component: 700 - total flux cleaned = -0.00103067 Jy ! Component: 750 - total flux cleaned = -0.00101287 Jy ! Component: 800 - total flux cleaned = -0.000943566 Jy ! Component: 850 - total flux cleaned = -0.000978356 Jy ! Component: 900 - total flux cleaned = -0.000995175 Jy ! Component: 950 - total flux cleaned = -0.00101189 Jy ! Component: 1000 - total flux cleaned = -0.00101202 Jy ! Component: 1050 - total flux cleaned = -0.000995789 Jy ! Component: 1100 - total flux cleaned = -0.000995814 Jy ! Component: 1150 - total flux cleaned = -0.00102786 Jy ! Component: 1200 - total flux cleaned = -0.000996166 Jy ! Component: 1250 - total flux cleaned = -0.000996199 Jy ! Component: 1300 - total flux cleaned = -0.000980916 Jy ! Component: 1350 - total flux cleaned = -0.000995965 Jy ! Component: 1400 - total flux cleaned = -0.000935748 Jy ! Component: 1450 - total flux cleaned = -0.00090594 Jy ! Component: 1500 - total flux cleaned = -0.00095036 Jy ! Component: 1550 - total flux cleaned = -0.000891444 Jy ! Component: 1600 - total flux cleaned = -0.00089127 Jy ! Component: 1650 - total flux cleaned = -0.000862401 Jy ! Component: 1700 - total flux cleaned = -0.000905141 Jy ! Component: 1750 - total flux cleaned = -0.000890796 Jy ! Component: 1800 - total flux cleaned = -0.00086279 Jy ! Component: 1850 - total flux cleaned = -0.000918327 Jy ! Component: 1900 - total flux cleaned = -0.000918421 Jy ! Component: 1950 - total flux cleaned = -0.000932217 Jy ! Component: 2000 - total flux cleaned = -0.000932327 Jy ! Component: 2050 - total flux cleaned = -0.000932316 Jy ! Component: 2100 - total flux cleaned = -0.000932216 Jy ! Component: 2150 - total flux cleaned = -0.000971962 Jy ! Component: 2200 - total flux cleaned = -0.000958718 Jy ! Component: 2250 - total flux cleaned = -0.000971696 Jy ! Component: 2300 - total flux cleaned = -0.00101043 Jy ! Component: 2350 - total flux cleaned = -0.00103604 Jy ! Component: 2400 - total flux cleaned = -0.00103607 Jy ! Component: 2450 - total flux cleaned = -0.00104872 Jy ! Component: 2500 - total flux cleaned = -0.00102378 Jy ! Component: 2550 - total flux cleaned = -0.00108638 Jy ! Component: 2600 - total flux cleaned = -0.00112352 Jy ! Component: 2650 - total flux cleaned = -0.00113585 Jy ! Component: 2700 - total flux cleaned = -0.00112381 Jy ! Component: 2750 - total flux cleaned = -0.00114819 Jy ! Component: 2800 - total flux cleaned = -0.00119644 Jy ! Component: 2850 - total flux cleaned = -0.00123239 Jy ! Component: 2900 - total flux cleaned = -0.00125616 Jy ! Component: 2950 - total flux cleaned = -0.00127985 Jy ! Component: 3000 - total flux cleaned = -0.00131518 Jy ! Component: 3050 - total flux cleaned = -0.00133852 Jy ! Component: 3100 - total flux cleaned = -0.00133847 Jy ! Component: 3150 - total flux cleaned = -0.0013615 Jy ! Component: 3200 - total flux cleaned = -0.00138441 Jy ! Component: 3250 - total flux cleaned = -0.00137302 Jy ! Component: 3300 - total flux cleaned = -0.00142977 Jy ! Component: 3350 - total flux cleaned = -0.00142992 Jy ! Component: 3400 - total flux cleaned = -0.00144115 Jy ! Component: 3450 - total flux cleaned = -0.00144112 Jy ! Component: 3500 - total flux cleaned = -0.00144105 Jy ! Component: 3550 - total flux cleaned = -0.00144096 Jy ! Component: 3600 - total flux cleaned = -0.00140806 Jy ! Component: 3650 - total flux cleaned = -0.00140811 Jy ! Component: 3700 - total flux cleaned = -0.00139724 Jy ! Component: 3750 - total flux cleaned = -0.00141875 Jy ! Component: 3800 - total flux cleaned = -0.00137583 Jy ! Component: 3850 - total flux cleaned = -0.00138649 Jy ! Component: 3900 - total flux cleaned = -0.00141838 Jy ! Component: 3950 - total flux cleaned = -0.00139729 Jy ! Component: 4000 - total flux cleaned = -0.00136572 Jy ! Component: 4050 - total flux cleaned = -0.0013762 Jy ! Total flux subtracted in 4096 components = -0.00135547 Jy ! Clean residual min=-0.000705 max=0.000659 Jy/beam ! Clean residual mean=0.000001 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.207982 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 715 components and 0.207982 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J1332-1402_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.371 x 8.155 at -1.4 degrees (North through East) ! Clean map min=-0.0013514 max=0.14314 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1332-1402_S_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.1431 rms= 0.00019 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1332-1402_S_uvs.log closed on Tue Oct 8 15:29:39 2013