! Started logfile: /scr/pima/rdv93_uvs/J1743-1658_S_uvs.log on Tue Oct 8 15:31:47 2013 obs /scr/pima/rdv93_uvs/J1743-1658_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1743-1658_S_uva.fits ! AN table 1: 44 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.988889 visibilities/baseline/integration-bin. ! Found source: J1743-1658 ! ! 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 7832 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/J1743-1658_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.012588Jy sigma=2.023994 ! Fit after self-cal, rms=0.901980Jy sigma=1.754589 ! 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.901 mas, bmaj=6.94 mas, bpa=3.539 degrees ! Estimated noise=9.37389 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.0764912 Jy ! Component: 100 - total flux cleaned = 0.0995584 Jy ! Total flux subtracted in 100 components = 0.0995584 Jy ! Clean residual min=-0.005637 max=0.010380 Jy/beam ! Clean residual mean=-0.000002 rms=0.001696 Jy/beam ! Combined flux in latest and established models = 0.0995584 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0995584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065200Jy sigma=0.127065 ! Fit after self-cal, rms=0.065150Jy sigma=0.126907 ! Inverting map ! Added new window around map position (4, 4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011505 Jy ! Component: 100 - total flux cleaned = 0.018513 Jy ! Total flux subtracted in 100 components = 0.018513 Jy ! Clean residual min=-0.004679 max=0.006671 Jy/beam ! Clean residual mean=-0.000009 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 0.118071 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 34 components and 0.118071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062971Jy sigma=0.117879 ! Fit after self-cal, rms=0.062880Jy sigma=0.117727 ! 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.837 mas, bmaj=8.708 mas, bpa=2.305 degrees ! Estimated noise=4.29141 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.00786565 Jy ! Component: 100 - total flux cleaned = 0.0117591 Jy ! Component: 150 - total flux cleaned = 0.0138831 Jy ! Component: 200 - total flux cleaned = 0.0144308 Jy ! Total flux subtracted in 200 components = 0.0144308 Jy ! Clean residual min=-0.003616 max=0.006251 Jy/beam ! Clean residual mean=-0.000020 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.132502 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 69 components and 0.132502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062334Jy sigma=0.114795 ! Fit after self-cal, rms=0.062293Jy sigma=0.114718 ! 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 0.99 FD 0.99 HN 0.98 KP 1.00 ! LA 1.21 MK 0.98 NL 0.96 OV 0.96 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.05 HN 1.16 KP 1.02 ! LA 1.05 MK 1.02 NL 1.04 OV 0.99 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.07 HN 0.99 KP 0.92 ! LA 1.01 MK 0.95 NL 1.10 OV 1.01 ! PT 1.08 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.80 FD 1.06 HN 1.00 KP 0.81 ! LA 0.86 MK 1.00 NL 1.02 OV 0.87 ! PT 0.94 SC 1.02 ! ! ! Fit before self-cal, rms=0.062293Jy sigma=0.114718 ! Fit after self-cal, rms=0.060211Jy sigma=0.109143 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.845 mas, bmaj=8.717 mas, bpa=2.098 degrees ! Estimated noise=4.23534 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 (15.6, 20). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00600392 Jy ! Component: 100 - total flux cleaned = 0.00842379 Jy ! Component: 150 - total flux cleaned = 0.00905052 Jy ! Component: 200 - total flux cleaned = 0.00928446 Jy ! Total flux subtracted in 200 components = 0.00928446 Jy ! Clean residual min=-0.002496 max=0.003180 Jy/beam ! Clean residual mean=-0.000003 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.141787 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 118 components and 0.141787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059751Jy sigma=0.107492 ! Fit after self-cal, rms=0.059718Jy sigma=0.107217 ! 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.059718Jy sigma=0.107217 ! Fit after self-cal, rms=0.059776Jy sigma=0.107185 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.842 mas, bmaj=8.702 mas, bpa=2.024 degrees ! Estimated noise=4.23627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208962 Jy ! Component: 100 - total flux cleaned = 0.00240087 Jy ! Component: 150 - total flux cleaned = 0.00243991 Jy ! Component: 200 - total flux cleaned = 0.00250466 Jy ! Total flux subtracted in 200 components = 0.00250466 Jy ! Clean residual min=-0.002325 max=0.002372 Jy/beam ! Clean residual mean=-0.000003 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.144291 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 142 components and 0.144291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059687Jy sigma=0.106913 ! Fit after self-cal, rms=0.059678Jy sigma=0.106862 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.000834682 Jy ! Component: 100 - total flux cleaned = 0.00104908 Jy ! Component: 150 - total flux cleaned = 0.00104841 Jy ! Component: 200 - total flux cleaned = 0.00100545 Jy ! Total flux subtracted in 200 components = 0.00100545 Jy ! Clean residual min=-0.002235 max=0.002458 Jy/beam ! Clean residual mean=-0.000002 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.145297 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 164 components and 0.145297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059650Jy sigma=0.106784 ! Fit after self-cal, rms=0.059649Jy sigma=0.106770 ! 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.059649Jy sigma=0.106770 ! Fit after self-cal, rms=0.059777Jy sigma=0.105515 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.839 mas, bmaj=8.735 mas, bpa=1.997 degrees ! Estimated noise=4.2419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000905277 Jy ! Component: 100 - total flux cleaned = 0.00101979 Jy ! Component: 150 - total flux cleaned = 0.000998023 Jy ! Component: 200 - total flux cleaned = 0.000943002 Jy ! Total flux subtracted in 200 components = 0.000943002 Jy ! Clean residual min=-0.001968 max=0.002139 Jy/beam ! Clean residual mean=-0.000001 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.14624 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 185 components and 0.14624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059755Jy sigma=0.105461 ! Fit after self-cal, rms=0.059770Jy sigma=0.105442 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.000404044 Jy ! Component: 100 - total flux cleaned = 0.000388758 Jy ! Component: 150 - total flux cleaned = 0.000359356 Jy ! Component: 200 - total flux cleaned = 0.000332399 Jy ! Total flux subtracted in 200 components = 0.000332399 Jy ! Clean residual min=-0.001938 max=0.002143 Jy/beam ! Clean residual mean=-0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.146572 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 197 components and 0.146572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059760Jy sigma=0.105423 ! Fit after self-cal, rms=0.059761Jy sigma=0.105421 ! 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.059761Jy sigma=0.105421 ! Fit after self-cal, rms=0.059877Jy sigma=0.105403 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.535 mas, bmaj=16.44 mas, bpa=6.809 degrees ! Estimated noise=4.39266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000168513 Jy ! Component: 100 - total flux cleaned = 0.00020953 Jy ! Component: 150 - total flux cleaned = 0.000253887 Jy ! Component: 200 - total flux cleaned = 0.000240675 Jy ! Total flux subtracted in 200 components = 0.000240675 Jy ! Clean residual min=-0.002446 max=0.002390 Jy/beam ! Clean residual mean=-0.000001 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.146813 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 210 components and 0.146813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059875Jy sigma=0.105389 ! Fit after self-cal, rms=0.059876Jy sigma=0.105385 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.79355e-05 Jy ! Component: 100 - total flux cleaned = 0.000112521 Jy ! Component: 150 - total flux cleaned = 0.00014181 Jy ! Component: 200 - total flux cleaned = 0.00016803 Jy ! Total flux subtracted in 200 components = 0.00016803 Jy ! Clean residual min=-0.002427 max=0.002391 Jy/beam ! Clean residual mean=-0.000000 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.146981 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 219 components and 0.146981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059876Jy sigma=0.105380 ! Fit after self-cal, rms=0.059877Jy sigma=0.105378 ! 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.059877Jy sigma=0.105378 ! Fit after self-cal, rms=0.059877Jy sigma=0.105378 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.059877Jy sigma=0.105378 ! Fit after self-cal, rms=0.059881Jy sigma=0.105376 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.9 mas, bmaj=6.965 mas, bpa=3.189 degrees ! Estimated noise=9.39977 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.00115727 Jy ! Component: 100 - total flux cleaned = -0.00131297 Jy ! Component: 150 - total flux cleaned = -0.00158459 Jy ! Component: 200 - total flux cleaned = -0.00183123 Jy ! Total flux subtracted in 200 components = -0.00183123 Jy ! Clean residual min=-0.003710 max=0.003269 Jy/beam ! Clean residual mean=-0.000001 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.14515 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 246 components and 0.14515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059905Jy sigma=0.105425 ! Fit after self-cal, rms=0.059889Jy sigma=0.105409 ! 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.845 mas, bmaj=8.748 mas, bpa=2.079 degrees ! Estimated noise=4.23885 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.000923696 Jy ! Component: 100 - total flux cleaned = 0.00127581 Jy ! Component: 150 - total flux cleaned = 0.00133287 Jy ! Component: 200 - total flux cleaned = 0.00136519 Jy ! Component: 250 - total flux cleaned = 0.00139442 Jy ! Component: 300 - total flux cleaned = 0.00143475 Jy ! Component: 350 - total flux cleaned = 0.00144732 Jy ! Component: 400 - total flux cleaned = 0.00145967 Jy ! Total flux subtracted in 400 components = 0.00145967 Jy ! Clean residual min=-0.001842 max=0.001989 Jy/beam ! Clean residual mean=-0.000000 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.146609 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 277 components and 0.146609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059863Jy sigma=0.105359 ! Fit after self-cal, rms=0.059866Jy sigma=0.105356 ! Inverting map ! Added new window around map position (63.6, 4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200993 Jy ! Component: 100 - total flux cleaned = 0.00332556 Jy ! Component: 150 - total flux cleaned = 0.00432235 Jy ! Component: 200 - total flux cleaned = 0.00483763 Jy ! Component: 250 - total flux cleaned = 0.00531834 Jy ! Component: 300 - total flux cleaned = 0.00570671 Jy ! Component: 350 - total flux cleaned = 0.00604349 Jy ! Component: 400 - total flux cleaned = 0.00631394 Jy ! Total flux subtracted in 400 components = 0.00631394 Jy ! Clean residual min=-0.001687 max=0.001548 Jy/beam ! Clean residual mean=-0.000002 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.152923 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 323 components and 0.152923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059752Jy sigma=0.105149 ! Fit after self-cal, rms=0.059744Jy sigma=0.105129 ! 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.000687996 Jy ! Component: 100 - total flux cleaned = 0.00114006 Jy ! Component: 150 - total flux cleaned = 0.00138846 Jy ! Component: 200 - total flux cleaned = 0.00162329 Jy ! Component: 250 - total flux cleaned = 0.00179063 Jy ! Component: 300 - total flux cleaned = 0.00193309 Jy ! Component: 350 - total flux cleaned = 0.00208729 Jy ! Component: 400 - total flux cleaned = 0.00220343 Jy ! Total flux subtracted in 400 components = 0.00220343 Jy ! Clean residual min=-0.001615 max=0.001366 Jy/beam ! Clean residual mean=-0.000002 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.155127 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 345 components and 0.155127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059713Jy sigma=0.105089 ! Fit after self-cal, rms=0.059713Jy sigma=0.105087 ! 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.059713Jy sigma=0.105087 ! Fit after self-cal, rms=0.059714Jy sigma=0.105075 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.849 mas, bmaj=8.761 mas, bpa=1.922 degrees ! Estimated noise=4.23164 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468792 Jy ! Component: 100 - total flux cleaned = 0.000624475 Jy ! Component: 150 - total flux cleaned = 0.000705591 Jy ! Component: 200 - total flux cleaned = 0.000767358 Jy ! Component: 250 - total flux cleaned = 0.000812454 Jy ! Component: 300 - total flux cleaned = 0.0008701 Jy ! Component: 350 - total flux cleaned = 0.000884054 Jy ! Component: 400 - total flux cleaned = 0.000937985 Jy ! Total flux subtracted in 400 components = 0.000937985 Jy ! Clean residual min=-0.001553 max=0.001372 Jy/beam ! Clean residual mean=-0.000002 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.156065 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 365 components and 0.156065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059694Jy sigma=0.105054 ! Fit after self-cal, rms=0.059696Jy sigma=0.105053 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 = 0.000169015 Jy ! Component: 100 - total flux cleaned = 0.000221247 Jy ! Component: 150 - total flux cleaned = 0.000259269 Jy ! Component: 200 - total flux cleaned = 0.000296245 Jy ! Component: 250 - total flux cleaned = 0.000332548 Jy ! Component: 300 - total flux cleaned = 0.000356604 Jy ! Component: 350 - total flux cleaned = 0.000391771 Jy ! Component: 400 - total flux cleaned = 0.000414637 Jy ! Total flux subtracted in 400 components = 0.000414637 Jy ! Clean residual min=-0.001548 max=0.001377 Jy/beam ! Clean residual mean=-0.000002 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.156479 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 379 components and 0.156479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059682Jy sigma=0.105040 ! Fit after self-cal, rms=0.059683Jy sigma=0.105040 ! 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.059683Jy sigma=0.105040 ! Fit after self-cal, rms=0.059826Jy sigma=0.105014 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.851 mas, bmaj=8.777 mas, bpa=1.921 degrees ! Estimated noise=4.23499 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000313234 Jy ! Component: 100 - total flux cleaned = 0.000353648 Jy ! Component: 150 - total flux cleaned = 0.000391469 Jy ! Component: 200 - total flux cleaned = 0.0004274 Jy ! Component: 250 - total flux cleaned = 0.000450247 Jy ! Component: 300 - total flux cleaned = 0.000472594 Jy ! Component: 350 - total flux cleaned = 0.000483326 Jy ! Component: 400 - total flux cleaned = 0.000494148 Jy ! Total flux subtracted in 400 components = 0.000494148 Jy ! Clean residual min=-0.001538 max=0.001416 Jy/beam ! Clean residual mean=-0.000002 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.156973 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 398 components and 0.156973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059813Jy sigma=0.105001 ! Fit after self-cal, rms=0.059815Jy sigma=0.105000 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 = 0.000145746 Jy ! Component: 100 - total flux cleaned = 0.00016701 Jy ! Component: 150 - total flux cleaned = 0.000198232 Jy ! Component: 200 - total flux cleaned = 0.000208534 Jy ! Component: 250 - total flux cleaned = 0.000228626 Jy ! Component: 300 - total flux cleaned = 0.000248212 Jy ! Component: 350 - total flux cleaned = 0.000257795 Jy ! Component: 400 - total flux cleaned = 0.000286545 Jy ! Total flux subtracted in 400 components = 0.000286545 Jy ! Clean residual min=-0.001520 max=0.001417 Jy/beam ! Clean residual mean=-0.000002 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.15726 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 411 components and 0.15726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059806Jy sigma=0.104991 ! Fit after self-cal, rms=0.059807Jy sigma=0.104990 ! 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.059807Jy sigma=0.104990 ! Fit after self-cal, rms=0.060374Jy sigma=0.103336 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.547 mas, bmaj=16.51 mas, bpa=6.77 degrees ! Estimated noise=4.38731 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000126153 Jy ! Component: 100 - total flux cleaned = 0.000268226 Jy ! Component: 150 - total flux cleaned = 0.000404836 Jy ! Component: 200 - total flux cleaned = 0.000536095 Jy ! Component: 250 - total flux cleaned = 0.000642374 Jy ! Component: 300 - total flux cleaned = 0.000738152 Jy ! Component: 350 - total flux cleaned = 0.000786266 Jy ! Component: 400 - total flux cleaned = 0.000846417 Jy ! Total flux subtracted in 400 components = 0.000846417 Jy ! Clean residual min=-0.001707 max=0.001478 Jy/beam ! Clean residual mean=-0.000000 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.158106 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 431 components and 0.158106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060377Jy sigma=0.103323 ! Fit after self-cal, rms=0.060401Jy sigma=0.103310 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 = 0.000169648 Jy ! Component: 100 - total flux cleaned = 0.000233488 Jy ! Component: 150 - total flux cleaned = 0.000276553 Jy ! Component: 200 - total flux cleaned = 0.00030375 Jy ! Component: 250 - total flux cleaned = 0.000329722 Jy ! Component: 300 - total flux cleaned = 0.000348389 Jy ! Component: 350 - total flux cleaned = 0.000354643 Jy ! Component: 400 - total flux cleaned = 0.000360368 Jy ! Total flux subtracted in 400 components = 0.000360368 Jy ! Clean residual min=-0.001687 max=0.001479 Jy/beam ! Clean residual mean=-0.000000 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.158467 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 445 components and 0.158467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060403Jy sigma=0.103306 ! Fit after self-cal, rms=0.060404Jy sigma=0.103306 ! 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.856 mas, bmaj=8.792 mas, bpa=1.967 degrees ! Estimated noise=4.25204 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.856 x 8.792 at 1.967 degrees (North through East) ! Clean map min=-0.0013949 max=0.099977 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.91 mas, bmaj=6.98 mas, bpa=3.089 degrees ! Estimated noise=9.46267 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0770209 Jy ! Component: 100 - total flux cleaned = 0.100649 Jy ! Component: 150 - total flux cleaned = 0.112665 Jy ! Component: 200 - total flux cleaned = 0.120558 Jy ! Component: 250 - total flux cleaned = 0.126022 Jy ! Component: 300 - total flux cleaned = 0.129803 Jy ! Component: 350 - total flux cleaned = 0.132707 Jy ! Component: 400 - total flux cleaned = 0.13489 Jy ! Total flux subtracted in 400 components = 0.13489 Jy ! Clean residual min=-0.003615 max=0.003644 Jy/beam ! Clean residual mean=0.000001 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.13489 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 72 model components to the UV plane model. ! The established model now contains 72 components and 0.13489 Jy ! Inverting map and beam ! Estimated beam: bmin=3.856 mas, bmaj=8.792 mas, bpa=1.967 degrees ! Estimated noise=4.25204 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.00506127 Jy ! Component: 100 - total flux cleaned = 0.00807487 Jy ! Component: 150 - total flux cleaned = 0.0103515 Jy ! Component: 200 - total flux cleaned = 0.0121914 Jy ! Component: 250 - total flux cleaned = 0.0137816 Jy ! Component: 300 - total flux cleaned = 0.0151774 Jy ! Component: 350 - total flux cleaned = 0.0163312 Jy ! Component: 400 - total flux cleaned = 0.0171973 Jy ! Total flux subtracted in 400 components = 0.0171973 Jy ! Clean residual min=-0.001857 max=0.001720 Jy/beam ! Clean residual mean=-0.000001 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.152087 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 157 components and 0.152087 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.547 mas, bmaj=16.51 mas, bpa=6.77 degrees ! Estimated noise=4.38731 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155428 Jy ! Component: 100 - total flux cleaned = 0.00263748 Jy ! Component: 150 - total flux cleaned = 0.00332989 Jy ! Component: 200 - total flux cleaned = 0.00381818 Jy ! Component: 250 - total flux cleaned = 0.00412301 Jy ! Component: 300 - total flux cleaned = 0.00434345 Jy ! Component: 350 - total flux cleaned = 0.00459391 Jy ! Component: 400 - total flux cleaned = 0.00482264 Jy ! Total flux subtracted in 400 components = 0.00482264 Jy ! Clean residual min=-0.001777 max=0.001675 Jy/beam ! Clean residual mean=-0.000001 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.15691 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.000168428 Jy ! Component: 100 - total flux cleaned = 0.000267194 Jy ! Component: 150 - total flux cleaned = 0.000322971 Jy ! Component: 200 - total flux cleaned = 0.000411341 Jy ! Component: 250 - total flux cleaned = 0.000478512 Jy ! Component: 300 - total flux cleaned = 0.000526657 Jy ! Component: 350 - total flux cleaned = 0.00060348 Jy ! Component: 400 - total flux cleaned = 0.000662492 Jy ! Total flux subtracted in 400 components = 0.000662492 Jy ! Clean residual min=-0.001736 max=0.001570 Jy/beam ! Clean residual mean=-0.000001 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.157572 Jy ! Adding 106 model components to the UV plane model. ! The established model now contains 254 components and 0.157572 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.856 mas, bmaj=8.792 mas, bpa=1.967 degrees ! Estimated noise=4.25204 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000241249 Jy ! Component: 100 - total flux cleaned = 0.000351204 Jy ! Component: 150 - total flux cleaned = 0.000454038 Jy ! Component: 200 - total flux cleaned = 0.00052653 Jy ! Component: 250 - total flux cleaned = 0.000640718 Jy ! Component: 300 - total flux cleaned = 0.000662287 Jy ! Component: 350 - total flux cleaned = 0.000725358 Jy ! Component: 400 - total flux cleaned = 0.000766031 Jy ! Total flux subtracted in 400 components = 0.000766031 Jy ! Clean residual min=-0.001574 max=0.001487 Jy/beam ! Clean residual mean=-0.000001 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.158338 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 294 components and 0.158338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060509Jy sigma=0.103412 ! Fit after self-cal, rms=0.060500Jy sigma=0.103402 wmodel /scr/pima/rdv93_uvs/J1743-1658_S_map.mod ! Writing 294 model components to file: /scr/pima/rdv93_uvs/J1743-1658_S_map.mod wobs /scr/pima/rdv93_uvs/J1743-1658_S_uvs.fits ! Applying 1400 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1743-1658_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1743-1658_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv93_uvs/J1743-1658_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.00023478 Jy ! Component: 100 - total flux cleaned = -0.000259813 Jy ! Component: 150 - total flux cleaned = -0.00023581 Jy ! Component: 200 - total flux cleaned = -0.000235905 Jy ! Component: 250 - total flux cleaned = -0.00021445 Jy ! Component: 300 - total flux cleaned = -0.000297 Jy ! Component: 350 - total flux cleaned = -0.000316717 Jy ! Component: 400 - total flux cleaned = -0.000413 Jy ! Component: 450 - total flux cleaned = -0.0004689 Jy ! Component: 500 - total flux cleaned = -0.000523618 Jy ! Component: 550 - total flux cleaned = -0.000558657 Jy ! Component: 600 - total flux cleaned = -0.000610802 Jy ! Component: 650 - total flux cleaned = -0.000661902 Jy ! Component: 700 - total flux cleaned = -0.000678659 Jy ! Component: 750 - total flux cleaned = -0.00071113 Jy ! Component: 800 - total flux cleaned = -0.000743103 Jy ! Component: 850 - total flux cleaned = -0.00079023 Jy ! Component: 900 - total flux cleaned = -0.000836638 Jy ! Component: 950 - total flux cleaned = -0.000851718 Jy ! Component: 1000 - total flux cleaned = -0.000881686 Jy ! Component: 1050 - total flux cleaned = -0.000911174 Jy ! Component: 1100 - total flux cleaned = -0.000954728 Jy ! Component: 1150 - total flux cleaned = -0.000997541 Jy ! Component: 1200 - total flux cleaned = -0.0010116 Jy ! Component: 1250 - total flux cleaned = -0.00101169 Jy ! Component: 1300 - total flux cleaned = -0.00105314 Jy ! Component: 1350 - total flux cleaned = -0.00105322 Jy ! Component: 1400 - total flux cleaned = -0.00106689 Jy ! Component: 1450 - total flux cleaned = -0.00109363 Jy ! Component: 1500 - total flux cleaned = -0.0011331 Jy ! Component: 1550 - total flux cleaned = -0.00114591 Jy ! Component: 1600 - total flux cleaned = -0.00114586 Jy ! Component: 1650 - total flux cleaned = -0.00114593 Jy ! Component: 1700 - total flux cleaned = -0.00118361 Jy ! Component: 1750 - total flux cleaned = -0.00118369 Jy ! Component: 1800 - total flux cleaned = -0.00123294 Jy ! Component: 1850 - total flux cleaned = -0.00125717 Jy ! Component: 1900 - total flux cleaned = -0.00126924 Jy ! Component: 1950 - total flux cleaned = -0.00130526 Jy ! Component: 2000 - total flux cleaned = -0.0013646 Jy ! Component: 2050 - total flux cleaned = -0.00137646 Jy ! Component: 2100 - total flux cleaned = -0.00143474 Jy ! Component: 2150 - total flux cleaned = -0.00143484 Jy ! Component: 2200 - total flux cleaned = -0.00149205 Jy ! Component: 2250 - total flux cleaned = -0.00151471 Jy ! Component: 2300 - total flux cleaned = -0.00151492 Jy ! Component: 2350 - total flux cleaned = -0.00153738 Jy ! Component: 2400 - total flux cleaned = -0.00159286 Jy ! Component: 2450 - total flux cleaned = -0.00161481 Jy ! Component: 2500 - total flux cleaned = -0.00165849 Jy ! Component: 2550 - total flux cleaned = -0.00166921 Jy ! Component: 2600 - total flux cleaned = -0.00166915 Jy ! Component: 2650 - total flux cleaned = -0.00169044 Jy ! Component: 2700 - total flux cleaned = -0.0017434 Jy ! Component: 2750 - total flux cleaned = -0.00174341 Jy ! Component: 2800 - total flux cleaned = -0.00180607 Jy ! Component: 2850 - total flux cleaned = -0.00181642 Jy ! Component: 2900 - total flux cleaned = -0.00187815 Jy ! Component: 2950 - total flux cleaned = -0.00188839 Jy ! Component: 3000 - total flux cleaned = -0.00192899 Jy ! Component: 3050 - total flux cleaned = -0.00196934 Jy ! Component: 3100 - total flux cleaned = -0.00196933 Jy ! Component: 3150 - total flux cleaned = -0.00198922 Jy ! Component: 3200 - total flux cleaned = -0.00201888 Jy ! Component: 3250 - total flux cleaned = -0.00202867 Jy ! Component: 3300 - total flux cleaned = -0.00209711 Jy ! Component: 3350 - total flux cleaned = -0.00207776 Jy ! Component: 3400 - total flux cleaned = -0.00210675 Jy ! Component: 3450 - total flux cleaned = -0.00212595 Jy ! Component: 3500 - total flux cleaned = -0.00213553 Jy ! Component: 3550 - total flux cleaned = -0.00216396 Jy ! Component: 3600 - total flux cleaned = -0.0021639 Jy ! Component: 3650 - total flux cleaned = -0.00215451 Jy ! Component: 3700 - total flux cleaned = -0.00221977 Jy ! Component: 3750 - total flux cleaned = -0.00221978 Jy ! Component: 3800 - total flux cleaned = -0.00223826 Jy ! Component: 3850 - total flux cleaned = -0.0022474 Jy ! Component: 3900 - total flux cleaned = -0.00222006 Jy ! Component: 3950 - total flux cleaned = -0.00227459 Jy ! Component: 4000 - total flux cleaned = -0.0023106 Jy ! Component: 4050 - total flux cleaned = -0.00226558 Jy ! Total flux subtracted in 4096 components = -0.00231038 Jy ! Clean residual min=-0.000544 max=0.000544 Jy/beam ! Clean residual mean=-0.000001 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.156028 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 581 components and 0.156028 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J1743-1658_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.856 x 8.792 at 1.967 degrees (North through East) ! Clean map min=-0.0012084 max=0.09946 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1743-1658_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.0994 rms= 0.00017 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1743-1658_S_uvs.log closed on Tue Oct 8 15:31:53 2013