! Started logfile: /scr/pima/rdv93_uvs/J1920-0236_S_uvs.log on Tue Oct 8 15:32:49 2013 obs /scr/pima/rdv93_uvs/J1920-0236_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1920-0236_S_uva.fits ! AN table 1: 44 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1920-0236 ! ! 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 7920 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/J1920-0236_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.053454Jy sigma=6.277328 ! Fit after self-cal, rms=0.730541Jy sigma=4.169770 ! 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=3.012 mas, bmaj=7.245 mas, bpa=-2.498 degrees ! Estimated noise=2.51088 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.212859 Jy ! Component: 100 - total flux cleaned = 0.266405 Jy ! Total flux subtracted in 100 components = 0.266405 Jy ! Clean residual min=-0.011786 max=0.026638 Jy/beam ! Clean residual mean=-0.000089 rms=0.003389 Jy/beam ! Combined flux in latest and established models = 0.266405 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.266405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094058Jy sigma=0.511708 ! Fit after self-cal, rms=0.093860Jy sigma=0.511196 ! Inverting map ! Added new window around map position (4, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0276798 Jy ! Component: 100 - total flux cleaned = 0.0426289 Jy ! Total flux subtracted in 100 components = 0.0426289 Jy ! Clean residual min=-0.009817 max=0.008898 Jy/beam ! Clean residual mean=-0.000025 rms=0.002268 Jy/beam ! Combined flux in latest and established models = 0.309034 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.309034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085649Jy sigma=0.429748 ! Fit after self-cal, rms=0.085186Jy sigma=0.427476 ! 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.772 mas, bmaj=8.407 mas, bpa=-1.933 degrees ! Estimated noise=1.41277 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.0131445 Jy ! Component: 100 - total flux cleaned = 0.0193887 Jy ! Component: 150 - total flux cleaned = 0.0227779 Jy ! Component: 200 - total flux cleaned = 0.0247751 Jy ! Total flux subtracted in 200 components = 0.0247751 Jy ! Clean residual min=-0.006134 max=0.007085 Jy/beam ! Clean residual mean=0.000025 rms=0.001616 Jy/beam ! Combined flux in latest and established models = 0.333809 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.333809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083806Jy sigma=0.411406 ! Fit after self-cal, rms=0.083736Jy sigma=0.410947 ! 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.01 FD 1.02 HN 0.96 KP 1.03 ! LA 1.15 MK 0.79 NL 1.01 OV 1.02 ! PT 1.05 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.09 HN 1.08 KP 1.03 ! LA 1.03 MK 1.12 NL 1.04 OV 1.04 ! PT 1.05 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.10 HN 0.97 KP 0.89 ! LA 0.97 MK 1.06 NL 1.09 OV 1.03 ! PT 1.08 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.06 HN 0.93 KP 0.83 ! LA 0.81 MK 1.17 NL 1.01 OV 0.87 ! PT 0.94 SC 1.00 ! ! ! Fit before self-cal, rms=0.083736Jy sigma=0.410947 ! Fit after self-cal, rms=0.066347Jy sigma=0.319182 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.777 mas, bmaj=8.409 mas, bpa=-1.683 degrees ! Estimated noise=1.40907 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.00119501 Jy ! Component: 100 - total flux cleaned = 0.00110834 Jy ! Component: 150 - total flux cleaned = 0.000959179 Jy ! Component: 200 - total flux cleaned = 0.000864394 Jy ! Total flux subtracted in 200 components = 0.000864394 Jy ! Clean residual min=-0.003909 max=0.003139 Jy/beam ! Clean residual mean=-0.000015 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.334674 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.334674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066271Jy sigma=0.318780 ! Fit after self-cal, rms=0.066260Jy sigma=0.318624 ! 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.066260Jy sigma=0.318624 ! Fit after self-cal, rms=0.066128Jy sigma=0.318603 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.773 mas, bmaj=8.405 mas, bpa=-1.702 degrees ! Estimated noise=1.40868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000393648 Jy ! Component: 100 - total flux cleaned = 0.00032737 Jy ! Component: 150 - total flux cleaned = 0.000238697 Jy ! Component: 200 - total flux cleaned = 0.000212777 Jy ! Total flux subtracted in 200 components = 0.000212777 Jy ! Clean residual min=-0.003868 max=0.003130 Jy/beam ! Clean residual mean=-0.000016 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.334886 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.334886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066080Jy sigma=0.318444 ! Fit after self-cal, rms=0.066068Jy sigma=0.318405 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.18865e-05 Jy ! Component: 100 - total flux cleaned = -2.16487e-05 Jy ! Component: 150 - total flux cleaned = -4.68794e-05 Jy ! Component: 200 - total flux cleaned = -6.96816e-05 Jy ! Total flux subtracted in 200 components = -6.96816e-05 Jy ! Clean residual min=-0.003858 max=0.003143 Jy/beam ! Clean residual mean=-0.000016 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.334817 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.334817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066032Jy sigma=0.318310 ! Fit after self-cal, rms=0.066023Jy sigma=0.318281 ! 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.066023Jy sigma=0.318281 ! Fit after self-cal, rms=0.058613Jy sigma=0.301963 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.775 mas, bmaj=8.391 mas, bpa=-1.766 degrees ! Estimated noise=1.40656 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0003408 Jy ! Component: 100 - total flux cleaned = 0.000437544 Jy ! Component: 150 - total flux cleaned = 0.000400013 Jy ! Component: 200 - total flux cleaned = 0.00036855 Jy ! Total flux subtracted in 200 components = 0.00036855 Jy ! Clean residual min=-0.001948 max=0.002343 Jy/beam ! Clean residual mean=-0.000015 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.335185 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.335185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058525Jy sigma=0.301566 ! Fit after self-cal, rms=0.058508Jy sigma=0.301471 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 (28.4, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00219803 Jy ! Component: 100 - total flux cleaned = 0.00330978 Jy ! Component: 150 - total flux cleaned = 0.0037796 Jy ! Component: 200 - total flux cleaned = 0.00387084 Jy ! Total flux subtracted in 200 components = 0.00387084 Jy ! Clean residual min=-0.001712 max=0.001921 Jy/beam ! Clean residual mean=-0.000011 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.339056 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 99 components and 0.339056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058423Jy sigma=0.300809 ! Fit after self-cal, rms=0.058415Jy sigma=0.300761 ! 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.058415Jy sigma=0.300761 ! Fit after self-cal, rms=0.058250Jy sigma=0.300630 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.268 mas, bmaj=12.81 mas, bpa=0.117 degrees ! Estimated noise=1.48755 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136265 Jy ! Component: 100 - total flux cleaned = 0.00222358 Jy ! Component: 150 - total flux cleaned = 0.00269947 Jy ! Component: 200 - total flux cleaned = 0.00285864 Jy ! Total flux subtracted in 200 components = 0.00285864 Jy ! Clean residual min=-0.001903 max=0.002162 Jy/beam ! Clean residual mean=-0.000016 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.341915 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 117 components and 0.341915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058240Jy sigma=0.300495 ! Fit after self-cal, rms=0.058235Jy sigma=0.300481 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.000199063 Jy ! Component: 100 - total flux cleaned = 0.000250435 Jy ! Component: 150 - total flux cleaned = 0.00028024 Jy ! Component: 200 - total flux cleaned = 0.000293899 Jy ! Total flux subtracted in 200 components = 0.000293899 Jy ! Clean residual min=-0.001888 max=0.002084 Jy/beam ! Clean residual mean=-0.000015 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.342209 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 136 components and 0.342209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058229Jy sigma=0.300440 ! Fit after self-cal, rms=0.058227Jy sigma=0.300436 ! 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.058227Jy sigma=0.300436 ! Fit after self-cal, rms=0.058227Jy sigma=0.300436 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058227Jy sigma=0.300436 ! Fit after self-cal, rms=0.058215Jy sigma=0.300417 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.996 mas, bmaj=7.185 mas, bpa=-2.61 degrees ! Estimated noise=2.48242 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.000473506 Jy ! Component: 100 - total flux cleaned = -0.000878209 Jy ! Component: 150 - total flux cleaned = -0.00101294 Jy ! Component: 200 - total flux cleaned = -0.00107709 Jy ! Total flux subtracted in 200 components = -0.00107709 Jy ! Clean residual min=-0.003178 max=0.003209 Jy/beam ! Clean residual mean=-0.000007 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.341131 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 162 components and 0.341131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058210Jy sigma=0.300484 ! Fit after self-cal, rms=0.058213Jy sigma=0.300458 ! 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.775 mas, bmaj=8.388 mas, bpa=-1.813 degrees ! Estimated noise=1.40699 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 (80.4, -48.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169542 Jy ! Component: 100 - total flux cleaned = 0.0023351 Jy ! Component: 150 - total flux cleaned = 0.00267256 Jy ! Component: 200 - total flux cleaned = 0.002828 Jy ! Component: 250 - total flux cleaned = 0.00289991 Jy ! Component: 300 - total flux cleaned = 0.00290027 Jy ! Component: 350 - total flux cleaned = 0.00290016 Jy ! Component: 400 - total flux cleaned = 0.00287108 Jy ! Total flux subtracted in 400 components = 0.00287108 Jy ! Clean residual min=-0.001657 max=0.001573 Jy/beam ! Clean residual mean=-0.000006 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.344002 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 212 components and 0.344002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058090Jy sigma=0.299794 ! Fit after self-cal, rms=0.058087Jy sigma=0.299761 ! 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.000243011 Jy ! Component: 100 - total flux cleaned = 0.00027352 Jy ! Component: 150 - total flux cleaned = 0.000274096 Jy ! Component: 200 - total flux cleaned = 0.00024883 Jy ! Component: 250 - total flux cleaned = 0.000249502 Jy ! Component: 300 - total flux cleaned = 0.000225772 Jy ! Component: 350 - total flux cleaned = 0.000225901 Jy ! Component: 400 - total flux cleaned = 0.000203914 Jy ! Total flux subtracted in 400 components = 0.000203914 Jy ! Clean residual min=-0.001596 max=0.001520 Jy/beam ! Clean residual mean=-0.000006 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.344206 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 245 components and 0.344206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058034Jy sigma=0.299547 ! Fit after self-cal, rms=0.058032Jy sigma=0.299533 ! 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058032Jy sigma=0.299533 ! Fit after self-cal, rms=0.057984Jy sigma=0.299498 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.772 mas, bmaj=8.379 mas, bpa=-1.773 degrees ! Estimated noise=1.40736 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000395256 Jy ! Component: 100 - total flux cleaned = 0.000371843 Jy ! Component: 150 - total flux cleaned = 0.000394895 Jy ! Component: 200 - total flux cleaned = 0.000437139 Jy ! Component: 250 - total flux cleaned = 0.000457541 Jy ! Component: 300 - total flux cleaned = 0.000457265 Jy ! Component: 350 - total flux cleaned = 0.000438472 Jy ! Component: 400 - total flux cleaned = 0.000420085 Jy ! Total flux subtracted in 400 components = 0.000420085 Jy ! Clean residual min=-0.001548 max=0.001436 Jy/beam ! Clean residual mean=-0.000007 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.344627 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 267 components and 0.344626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057948Jy sigma=0.299356 ! Fit after self-cal, rms=0.057946Jy sigma=0.299344 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 = 2.35999e-05 Jy ! Component: 100 - total flux cleaned = 4.2579e-05 Jy ! Component: 150 - total flux cleaned = 4.32364e-05 Jy ! Component: 200 - total flux cleaned = 4.33385e-05 Jy ! Component: 250 - total flux cleaned = 2.65704e-05 Jy ! Component: 300 - total flux cleaned = 1.00192e-05 Jy ! Component: 350 - total flux cleaned = -5.69855e-06 Jy ! Component: 400 - total flux cleaned = -2.1442e-05 Jy ! Total flux subtracted in 400 components = -2.1442e-05 Jy ! Clean residual min=-0.001521 max=0.001417 Jy/beam ! Clean residual mean=-0.000007 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.344605 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 285 components and 0.344605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057921Jy sigma=0.299252 ! Fit after self-cal, rms=0.057920Jy sigma=0.299243 ! 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.057920Jy sigma=0.299243 ! Fit after self-cal, rms=0.057769Jy sigma=0.299154 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.771 mas, bmaj=8.377 mas, bpa=-1.793 degrees ! Estimated noise=1.40751 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000409216 Jy ! Component: 100 - total flux cleaned = 0.000626547 Jy ! Component: 150 - total flux cleaned = 0.000751364 Jy ! Component: 200 - total flux cleaned = 0.000750948 Jy ! Component: 250 - total flux cleaned = 0.00076709 Jy ! Component: 300 - total flux cleaned = 0.000752115 Jy ! Component: 350 - total flux cleaned = 0.000782424 Jy ! Component: 400 - total flux cleaned = 0.000782222 Jy ! Total flux subtracted in 400 components = 0.000782222 Jy ! Clean residual min=-0.001469 max=0.001412 Jy/beam ! Clean residual mean=-0.000007 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.345387 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 303 components and 0.345387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057743Jy sigma=0.299061 ! Fit after self-cal, rms=0.057743Jy sigma=0.299053 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 = 4.1792e-05 Jy ! Component: 100 - total flux cleaned = 7.24387e-05 Jy ! Component: 150 - total flux cleaned = 8.65565e-05 Jy ! Component: 200 - total flux cleaned = 7.21143e-05 Jy ! Component: 250 - total flux cleaned = 4.4555e-05 Jy ! Component: 300 - total flux cleaned = 4.47113e-05 Jy ! Component: 350 - total flux cleaned = 4.44538e-05 Jy ! Component: 400 - total flux cleaned = 4.4364e-05 Jy ! Total flux subtracted in 400 components = 4.4364e-05 Jy ! Clean residual min=-0.001455 max=0.001391 Jy/beam ! Clean residual mean=-0.000006 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.345432 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 314 components and 0.345432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057726Jy sigma=0.298992 ! Fit after self-cal, rms=0.057726Jy sigma=0.298986 ! 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.057726Jy sigma=0.298986 ! Fit after self-cal, rms=0.057019Jy sigma=0.293450 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.26 mas, bmaj=12.8 mas, bpa=0.1575 degrees ! Estimated noise=1.492 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000655197 Jy ! Component: 100 - total flux cleaned = 0.000983518 Jy ! Component: 150 - total flux cleaned = 0.00107856 Jy ! Component: 200 - total flux cleaned = 0.00112633 Jy ! Component: 250 - total flux cleaned = 0.0011364 Jy ! Component: 300 - total flux cleaned = 0.00113634 Jy ! Component: 350 - total flux cleaned = 0.00118287 Jy ! Component: 400 - total flux cleaned = 0.00120044 Jy ! Total flux subtracted in 400 components = 0.00120044 Jy ! Clean residual min=-0.001604 max=0.001517 Jy/beam ! Clean residual mean=-0.000011 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.346632 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 349 components and 0.346632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057023Jy sigma=0.293415 ! Fit after self-cal, rms=0.057027Jy sigma=0.293401 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 = 8.73587e-05 Jy ! Component: 100 - total flux cleaned = 0.000208352 Jy ! Component: 150 - total flux cleaned = 0.00022521 Jy ! Component: 200 - total flux cleaned = 0.000241588 Jy ! Component: 250 - total flux cleaned = 0.000257104 Jy ! Component: 300 - total flux cleaned = 0.000264497 Jy ! Component: 350 - total flux cleaned = 0.000271721 Jy ! Component: 400 - total flux cleaned = 0.000278922 Jy ! Total flux subtracted in 400 components = 0.000278922 Jy ! Clean residual min=-0.001587 max=0.001513 Jy/beam ! Clean residual mean=-0.000011 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.346911 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 367 components and 0.346911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057029Jy sigma=0.293390 ! Fit after self-cal, rms=0.057028Jy sigma=0.293388 ! 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.769 mas, bmaj=8.376 mas, bpa=-1.8 degrees ! Estimated noise=1.40852 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.769 x 8.376 at -1.8 degrees (North through East) ! Clean map min=-0.0014483 max=0.27672 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.989 mas, bmaj=7.179 mas, bpa=-2.626 degrees ! Estimated noise=2.48313 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.210371 Jy ! Component: 100 - total flux cleaned = 0.268012 Jy ! Component: 150 - total flux cleaned = 0.296914 Jy ! Component: 200 - total flux cleaned = 0.312818 Jy ! Component: 250 - total flux cleaned = 0.321638 Jy ! Component: 300 - total flux cleaned = 0.326011 Jy ! Component: 350 - total flux cleaned = 0.328631 Jy ! Component: 400 - total flux cleaned = 0.330165 Jy ! Total flux subtracted in 400 components = 0.330165 Jy ! Clean residual min=-0.002994 max=0.002997 Jy/beam ! Clean residual mean=-0.000022 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.330165 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 57 model components to the UV plane model. ! The established model now contains 57 components and 0.330165 Jy ! Inverting map and beam ! Estimated beam: bmin=3.769 mas, bmaj=8.376 mas, bpa=-1.8 degrees ! Estimated noise=1.40852 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (7.2, -0.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0034589 Jy ! Component: 100 - total flux cleaned = 0.00581457 Jy ! Component: 150 - total flux cleaned = 0.00771327 Jy ! Component: 200 - total flux cleaned = 0.00931356 Jy ! Component: 250 - total flux cleaned = 0.0106966 Jy ! Component: 300 - total flux cleaned = 0.0119098 Jy ! Component: 350 - total flux cleaned = 0.0129882 Jy ! Component: 400 - total flux cleaned = 0.0136534 Jy ! Total flux subtracted in 400 components = 0.0136534 Jy ! Clean residual min=-0.001560 max=0.001503 Jy/beam ! Clean residual mean=-0.000011 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.343818 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 144 components and 0.343818 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=8.26 mas, bmaj=12.8 mas, bpa=0.1575 degrees ! Estimated noise=1.492 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119766 Jy ! Component: 100 - total flux cleaned = 0.00178862 Jy ! Component: 150 - total flux cleaned = 0.00210076 Jy ! Component: 200 - total flux cleaned = 0.00234974 Jy ! Component: 250 - total flux cleaned = 0.00254657 Jy ! Component: 300 - total flux cleaned = 0.00272209 Jy ! Component: 350 - total flux cleaned = 0.0028222 Jy ! Component: 400 - total flux cleaned = 0.00295399 Jy ! Total flux subtracted in 400 components = 0.00295399 Jy ! Clean residual min=-0.001589 max=0.001322 Jy/beam ! Clean residual mean=-0.000012 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.346772 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.000123 Jy ! Component: 100 - total flux cleaned = 0.000254778 Jy ! Component: 150 - total flux cleaned = 0.000362916 Jy ! Component: 200 - total flux cleaned = 0.000480514 Jy ! Component: 250 - total flux cleaned = 0.000578207 Jy ! Component: 300 - total flux cleaned = 0.000697102 Jy ! Component: 350 - total flux cleaned = 0.000784924 Jy ! Component: 400 - total flux cleaned = 0.000856734 Jy ! Total flux subtracted in 400 components = 0.000856734 Jy ! Clean residual min=-0.001553 max=0.001354 Jy/beam ! Clean residual mean=-0.000011 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.347629 Jy ! Adding 148 model components to the UV plane model. ! The established model now contains 285 components and 0.347629 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.769 mas, bmaj=8.376 mas, bpa=-1.8 degrees ! Estimated noise=1.40852 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000284716 Jy ! Component: 100 - total flux cleaned = 0.00043818 Jy ! Component: 150 - total flux cleaned = 0.000533377 Jy ! Component: 200 - total flux cleaned = 0.000645921 Jy ! Component: 250 - total flux cleaned = 0.00073124 Jy ! Component: 300 - total flux cleaned = 0.000792423 Jy ! Component: 350 - total flux cleaned = 0.000870491 Jy ! Component: 400 - total flux cleaned = 0.000907209 Jy ! Total flux subtracted in 400 components = 0.000907209 Jy ! Clean residual min=-0.001491 max=0.001318 Jy/beam ! Clean residual mean=-0.000006 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.348536 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 329 components and 0.348536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056991Jy sigma=0.293169 ! Fit after self-cal, rms=0.056984Jy sigma=0.293128 wmodel /scr/pima/rdv93_uvs/J1920-0236_S_map.mod ! Writing 329 model components to file: /scr/pima/rdv93_uvs/J1920-0236_S_map.mod wobs /scr/pima/rdv93_uvs/J1920-0236_S_uvs.fits ! Applying 1400 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1920-0236_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1920-0236_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv93_uvs/J1920-0236_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.000322269 Jy ! Component: 100 - total flux cleaned = -0.000299993 Jy ! Component: 150 - total flux cleaned = -0.000340961 Jy ! Component: 200 - total flux cleaned = -0.000461202 Jy ! Component: 250 - total flux cleaned = -0.000538593 Jy ! Component: 300 - total flux cleaned = -0.000632015 Jy ! Component: 350 - total flux cleaned = -0.000686216 Jy ! Component: 400 - total flux cleaned = -0.000774236 Jy ! Component: 450 - total flux cleaned = -0.00085932 Jy ! Component: 500 - total flux cleaned = -0.000859168 Jy ! Component: 550 - total flux cleaned = -0.000890921 Jy ! Component: 600 - total flux cleaned = -0.00095411 Jy ! Component: 650 - total flux cleaned = -0.0010471 Jy ! Component: 700 - total flux cleaned = -0.00112272 Jy ! Component: 750 - total flux cleaned = -0.00118189 Jy ! Component: 800 - total flux cleaned = -0.00124046 Jy ! Component: 850 - total flux cleaned = -0.00129775 Jy ! Component: 900 - total flux cleaned = -0.00132608 Jy ! Component: 950 - total flux cleaned = -0.00138202 Jy ! Component: 1000 - total flux cleaned = -0.00149181 Jy ! Component: 1050 - total flux cleaned = -0.00154584 Jy ! Component: 1100 - total flux cleaned = -0.00165246 Jy ! Component: 1150 - total flux cleaned = -0.00170486 Jy ! Component: 1200 - total flux cleaned = -0.00179556 Jy ! Component: 1250 - total flux cleaned = -0.00185927 Jy ! Component: 1300 - total flux cleaned = -0.00188447 Jy ! Component: 1350 - total flux cleaned = -0.00192183 Jy ! Component: 1400 - total flux cleaned = -0.00197116 Jy ! Component: 1450 - total flux cleaned = -0.00201993 Jy ! Component: 1500 - total flux cleaned = -0.00204412 Jy ! Component: 1550 - total flux cleaned = -0.00207976 Jy ! Component: 1600 - total flux cleaned = -0.00212686 Jy ! Component: 1650 - total flux cleaned = -0.00212699 Jy ! Component: 1700 - total flux cleaned = -0.00217302 Jy ! Component: 1750 - total flux cleaned = -0.00220713 Jy ! Component: 1800 - total flux cleaned = -0.00225215 Jy ! Component: 1850 - total flux cleaned = -0.00229651 Jy ! Component: 1900 - total flux cleaned = -0.00232975 Jy ! Component: 1950 - total flux cleaned = -0.00234074 Jy ! Component: 2000 - total flux cleaned = -0.00239502 Jy ! Component: 2050 - total flux cleaned = -0.00242734 Jy ! Component: 2100 - total flux cleaned = -0.00243794 Jy ! Component: 2150 - total flux cleaned = -0.00250147 Jy ! Component: 2200 - total flux cleaned = -0.0025642 Jy ! Component: 2250 - total flux cleaned = -0.00255388 Jy ! Component: 2300 - total flux cleaned = -0.00261567 Jy ! Component: 2350 - total flux cleaned = -0.00265652 Jy ! Component: 2400 - total flux cleaned = -0.00274759 Jy ! Component: 2450 - total flux cleaned = -0.00273751 Jy ! Component: 2500 - total flux cleaned = -0.00280723 Jy ! Component: 2550 - total flux cleaned = -0.00285645 Jy ! Component: 2600 - total flux cleaned = -0.00289561 Jy ! Component: 2650 - total flux cleaned = -0.00295387 Jy ! Component: 2700 - total flux cleaned = -0.00299224 Jy ! Component: 2750 - total flux cleaned = -0.00303043 Jy ! Component: 2800 - total flux cleaned = -0.00311583 Jy ! Component: 2850 - total flux cleaned = -0.00317221 Jy ! Component: 2900 - total flux cleaned = -0.0032095 Jy ! Component: 2950 - total flux cleaned = -0.00324649 Jy ! Component: 3000 - total flux cleaned = -0.00330169 Jy ! Component: 3050 - total flux cleaned = -0.0033291 Jy ! Component: 3100 - total flux cleaned = -0.00336541 Jy ! Component: 3150 - total flux cleaned = -0.00338348 Jy ! Component: 3200 - total flux cleaned = -0.00346415 Jy ! Component: 3250 - total flux cleaned = -0.00352633 Jy ! Component: 3300 - total flux cleaned = -0.00355283 Jy ! Component: 3350 - total flux cleaned = -0.00360545 Jy ! Component: 3400 - total flux cleaned = -0.00360547 Jy ! Component: 3450 - total flux cleaned = -0.00368336 Jy ! Component: 3500 - total flux cleaned = -0.00370912 Jy ! Component: 3550 - total flux cleaned = -0.00376893 Jy ! Component: 3600 - total flux cleaned = -0.00375188 Jy ! Component: 3650 - total flux cleaned = -0.0037772 Jy ! Component: 3700 - total flux cleaned = -0.00384424 Jy ! Component: 3750 - total flux cleaned = -0.00390247 Jy ! Component: 3800 - total flux cleaned = -0.00391891 Jy ! Component: 3850 - total flux cleaned = -0.00396826 Jy ! Component: 3900 - total flux cleaned = -0.00399279 Jy ! Component: 3950 - total flux cleaned = -0.00400091 Jy ! Component: 4000 - total flux cleaned = -0.00406563 Jy ! Component: 4050 - total flux cleaned = -0.00408978 Jy ! Total flux subtracted in 4096 components = -0.00410579 Jy ! Clean residual min=-0.000448 max=0.000534 Jy/beam ! Clean residual mean=-0.000002 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.34443 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 615 components and 0.34443 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J1920-0236_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.769 x 8.376 at -1.8 degrees (North through East) ! Clean map min=-0.0010643 max=0.27685 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1920-0236_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.2768 rms= 0.00014 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1920-0236_S_uvs.log closed on Tue Oct 8 15:32:55 2013