! Started logfile: /scr/pima/rdv94_uvs/J0802-3810_X_uvs.log on Tue Oct 8 12:15:45 2013 obs /scr/pima/rdv94_uvs/J0802-3810_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0802-3810_X_uva.fits ! AN table 1: 22 integrations on 15 of 15 possible baselines. ! AN table 2: 22 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.824242 visibilities/baseline/integration-bin. ! Found source: J0802-3810 ! ! 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 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2176 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J0802-3810_X] 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:FD 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:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006678Jy sigma=1.375883 ! Fit after self-cal, rms=0.889582Jy sigma=1.220220 ! 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.332 mas, bmaj=8.559 mas, bpa=-7.716 degrees ! Estimated noise=23.4438 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.0904212 Jy ! Component: 100 - total flux cleaned = 0.112174 Jy ! Total flux subtracted in 100 components = 0.112174 Jy ! Clean residual min=-0.011177 max=0.011172 Jy/beam ! Clean residual mean=-0.000072 rms=0.003616 Jy/beam ! Combined flux in latest and established models = 0.112174 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.112174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084274Jy sigma=0.108200 ! Fit after self-cal, rms=0.084218Jy sigma=0.108070 ! 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=2.897 mas, bmaj=10.18 mas, bpa=-6.643 degrees ! Estimated noise=11.4995 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.0094647 Jy ! Component: 100 - total flux cleaned = 0.0131844 Jy ! Component: 150 - total flux cleaned = 0.0134908 Jy ! Component: 200 - total flux cleaned = 0.0136536 Jy ! Total flux subtracted in 200 components = 0.0136536 Jy ! Clean residual min=-0.005943 max=0.005672 Jy/beam ! Clean residual mean=-0.000016 rms=0.001749 Jy/beam ! Combined flux in latest and established models = 0.125828 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 66 components and 0.125828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083369Jy sigma=0.106446 ! Fit after self-cal, rms=0.083466Jy sigma=0.106432 ! 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: ! FD 0.94 KP 1.02 LA 1.12 MK 1.00* ! OV 0.95 PT 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.22 KP 0.96 LA 0.95 NL 1.03 ! OV 0.89 PT 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.99 LA 0.99 MK 1.00* ! OV 0.95 PT 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.20 KP 0.90 LA 0.89 NL 0.99 ! OV 1.04 PT 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.90 LA 1.03 MK 1.00* ! OV 1.07 PT 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.35 KP 0.85 LA 1.07 NL 1.08 ! OV 0.97 PT 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 0.89 LA 1.07 MK 1.00* ! OV 1.13 PT 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.12 KP 0.85 LA 1.06 NL 1.03 ! OV 0.98 PT 1.09 ! ! ! Fit before self-cal, rms=0.083466Jy sigma=0.106432 ! Fit after self-cal, rms=0.085253Jy sigma=0.104870 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.906 mas, bmaj=10.17 mas, bpa=-6.591 degrees ! Estimated noise=11.3756 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 = 2.28377e-05 Jy ! Component: 100 - total flux cleaned = 2.29426e-05 Jy ! Component: 150 - total flux cleaned = 4.57722e-05 Jy ! Component: 200 - total flux cleaned = 8.7293e-05 Jy ! Total flux subtracted in 200 components = 8.7293e-05 Jy ! Clean residual min=-0.003002 max=0.003530 Jy/beam ! Clean residual mean=0.000010 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.125915 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 77 components and 0.125915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085239Jy sigma=0.104854 ! Fit after self-cal, rms=0.085435Jy sigma=0.104771 ! 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.085435Jy sigma=0.104771 ! Fit after self-cal, rms=0.085569Jy sigma=0.104764 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.903 mas, bmaj=10.17 mas, bpa=-6.623 degrees ! Estimated noise=11.3804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.76907e-05 Jy ! Component: 100 - total flux cleaned = 7.89926e-05 Jy ! Component: 150 - total flux cleaned = 7.91017e-05 Jy ! Component: 200 - total flux cleaned = 7.94196e-05 Jy ! Total flux subtracted in 200 components = 7.94196e-05 Jy ! Clean residual min=-0.002825 max=0.003409 Jy/beam ! Clean residual mean=0.000010 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.125995 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.125995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085555Jy sigma=0.104756 ! Fit after self-cal, rms=0.085570Jy sigma=0.104755 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 = -4.38266e-05 Jy ! Component: 100 - total flux cleaned = -6.18151e-05 Jy ! Component: 150 - total flux cleaned = -6.18422e-05 Jy ! Component: 200 - total flux cleaned = -6.25887e-05 Jy ! Total flux subtracted in 200 components = -6.25887e-05 Jy ! Clean residual min=-0.002772 max=0.003388 Jy/beam ! Clean residual mean=0.000009 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.125932 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 89 components and 0.125932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085559Jy sigma=0.104749 ! Fit after self-cal, rms=0.085565Jy sigma=0.104749 ! 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.085565Jy sigma=0.104749 ! Fit after self-cal, rms=0.085452Jy sigma=0.104748 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.899 mas, bmaj=10.16 mas, bpa=-6.651 degrees ! Estimated noise=11.3754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.10817e-05 Jy ! Component: 100 - total flux cleaned = 7.07207e-05 Jy ! Component: 150 - total flux cleaned = 6.99192e-05 Jy ! Component: 200 - total flux cleaned = 6.95331e-05 Jy ! Total flux subtracted in 200 components = 6.95331e-05 Jy ! Clean residual min=-0.002741 max=0.003397 Jy/beam ! Clean residual mean=0.000010 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.126002 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 97 components and 0.126002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085441Jy sigma=0.104743 ! Fit after self-cal, rms=0.085446Jy sigma=0.104743 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.04995e-05 Jy ! Component: 100 - total flux cleaned = -5.04716e-05 Jy ! Component: 150 - total flux cleaned = -5.07212e-05 Jy ! Component: 200 - total flux cleaned = -3.72989e-05 Jy ! Total flux subtracted in 200 components = -3.72989e-05 Jy ! Clean residual min=-0.002704 max=0.003392 Jy/beam ! Clean residual mean=0.000009 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.125964 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 103 components and 0.125964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085438Jy sigma=0.104739 ! Fit after self-cal, rms=0.085443Jy sigma=0.104739 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.085443Jy sigma=0.104739 ! Fit after self-cal, rms=0.085326Jy sigma=0.104738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.369 mas, bmaj=11.05 mas, bpa=-4.173 degrees ! Estimated noise=11.2574 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000114057 Jy ! Component: 100 - total flux cleaned = 0.000113874 Jy ! Component: 150 - total flux cleaned = 0.000113569 Jy ! Component: 200 - total flux cleaned = 8.97316e-05 Jy ! Total flux subtracted in 200 components = 8.97316e-05 Jy ! Clean residual min=-0.002746 max=0.003603 Jy/beam ! Clean residual mean=0.000011 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.126054 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 114 components and 0.126054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085318Jy sigma=0.104736 ! Fit after self-cal, rms=0.085323Jy sigma=0.104735 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.2946e-07 Jy ! Component: 100 - total flux cleaned = 1.10703e-06 Jy ! Component: 150 - total flux cleaned = 1.38726e-06 Jy ! Component: 200 - total flux cleaned = 1.3089e-06 Jy ! Total flux subtracted in 200 components = 1.3089e-06 Jy ! Clean residual min=-0.002721 max=0.003591 Jy/beam ! Clean residual mean=0.000011 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.126055 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 116 components and 0.126055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085318Jy sigma=0.104734 ! Fit after self-cal, rms=0.085322Jy sigma=0.104733 ! 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:FD,true ! 1:FD 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:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT 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.086760Jy sigma=0.103924 ! Fit after self-cal, rms=0.086760Jy sigma=0.103924 selfant "",false ! 1:FD 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:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.086760Jy sigma=0.103924 ! Fit after self-cal, rms=0.085197Jy sigma=0.104733 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.328 mas, bmaj=8.544 mas, bpa=-7.779 degrees ! Estimated noise=23.0519 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.00128445 Jy ! Component: 100 - total flux cleaned = 0.000940965 Jy ! Component: 150 - total flux cleaned = 0.000281566 Jy ! Component: 200 - total flux cleaned = -0.000270259 Jy ! Total flux subtracted in 200 components = -0.000270259 Jy ! Clean residual min=-0.006305 max=0.006047 Jy/beam ! Clean residual mean=0.000001 rms=0.002085 Jy/beam ! Combined flux in latest and established models = 0.125785 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 132 components and 0.125785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085359Jy sigma=0.104971 ! Fit after self-cal, rms=0.085353Jy sigma=0.104918 ! 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=2.891 mas, bmaj=10.15 mas, bpa=-6.684 degrees ! Estimated noise=11.3593 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.00106824 Jy ! Component: 100 - total flux cleaned = -0.00100469 Jy ! Component: 150 - total flux cleaned = -0.000953779 Jy ! Component: 200 - total flux cleaned = -0.000887145 Jy ! Component: 250 - total flux cleaned = -0.000866776 Jy ! Component: 300 - total flux cleaned = -0.000788515 Jy ! Component: 350 - total flux cleaned = -0.000700264 Jy ! Component: 400 - total flux cleaned = -0.000634773 Jy ! Total flux subtracted in 400 components = -0.000634773 Jy ! Clean residual min=-0.002662 max=0.003458 Jy/beam ! Clean residual mean=0.000005 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.12515 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 173 components and 0.12515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085223Jy sigma=0.104741 ! Fit after self-cal, rms=0.085210Jy sigma=0.104735 ! Inverting map ! Added new window around map position (30.2, -17.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118771 Jy ! Component: 100 - total flux cleaned = 0.00149107 Jy ! Component: 150 - total flux cleaned = 0.00172066 Jy ! Component: 200 - total flux cleaned = 0.00208126 Jy ! Component: 250 - total flux cleaned = 0.00239967 Jy ! Component: 300 - total flux cleaned = 0.0029229 Jy ! Component: 350 - total flux cleaned = 0.00335571 Jy ! Component: 400 - total flux cleaned = 0.00378558 Jy ! Total flux subtracted in 400 components = 0.00378558 Jy ! Clean residual min=-0.002289 max=0.002088 Jy/beam ! Clean residual mean=-0.000002 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.128936 Jy ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 266 components and 0.128936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085000Jy sigma=0.104480 ! Fit after self-cal, rms=0.085039Jy sigma=0.104458 ! 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.000147889 Jy ! Component: 100 - total flux cleaned = 0.00050186 Jy ! Component: 150 - total flux cleaned = 0.00079683 Jy ! Component: 200 - total flux cleaned = 0.00107255 Jy ! Component: 250 - total flux cleaned = 0.00139197 Jy ! Component: 300 - total flux cleaned = 0.00166772 Jy ! Component: 350 - total flux cleaned = 0.00195669 Jy ! Component: 400 - total flux cleaned = 0.00220909 Jy ! Total flux subtracted in 400 components = 0.00220909 Jy ! Clean residual min=-0.002317 max=0.002170 Jy/beam ! Clean residual mean=-0.000002 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.131145 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 315 components and 0.131145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084974Jy sigma=0.104420 ! Fit after self-cal, rms=0.084994Jy sigma=0.104416 ! 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. 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.086484Jy sigma=0.103623 ! Fit after self-cal, rms=0.084493Jy sigma=0.104395 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.887 mas, bmaj=10.15 mas, bpa=-6.684 degrees ! Estimated noise=11.3166 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000400505 Jy ! Component: 100 - total flux cleaned = -0.000275451 Jy ! Component: 150 - total flux cleaned = -7.77175e-05 Jy ! Component: 200 - total flux cleaned = 5.27215e-05 Jy ! Component: 250 - total flux cleaned = 0.000224163 Jy ! Component: 300 - total flux cleaned = 0.000459671 Jy ! Component: 350 - total flux cleaned = 0.000662346 Jy ! Component: 400 - total flux cleaned = 0.000835003 Jy ! Total flux subtracted in 400 components = 0.000835003 Jy ! Clean residual min=-0.002200 max=0.001989 Jy/beam ! Clean residual mean=-0.000002 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.13198 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 351 components and 0.13198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084445Jy sigma=0.104363 ! Fit after self-cal, rms=0.084451Jy sigma=0.104360 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 = -5.44745e-05 Jy ! Component: 100 - total flux cleaned = 5.8696e-05 Jy ! Component: 150 - total flux cleaned = 0.000211028 Jy ! Component: 200 - total flux cleaned = 0.000274697 Jy ! Component: 250 - total flux cleaned = 0.000377594 Jy ! Component: 300 - total flux cleaned = 0.000417957 Jy ! Component: 350 - total flux cleaned = 0.000535153 Jy ! Component: 400 - total flux cleaned = 0.000592195 Jy ! Total flux subtracted in 400 components = 0.000592195 Jy ! Clean residual min=-0.002254 max=0.002013 Jy/beam ! Clean residual mean=-0.000002 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.132572 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 383 components and 0.132572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084422Jy sigma=0.104343 ! Fit after self-cal, rms=0.084429Jy sigma=0.104341 ! 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.084429Jy sigma=0.104341 ! Fit after self-cal, rms=0.084136Jy sigma=0.104335 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.885 mas, bmaj=10.13 mas, bpa=-6.662 degrees ! Estimated noise=11.2934 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000469634 Jy ! Component: 100 - total flux cleaned = -0.000447413 Jy ! Component: 150 - total flux cleaned = -0.000381947 Jy ! Component: 200 - total flux cleaned = -0.000342448 Jy ! Component: 250 - total flux cleaned = -0.000303621 Jy ! Component: 300 - total flux cleaned = -0.000228087 Jy ! Component: 350 - total flux cleaned = -0.000153791 Jy ! Component: 400 - total flux cleaned = -8.13987e-05 Jy ! Total flux subtracted in 400 components = -8.13987e-05 Jy ! Clean residual min=-0.002195 max=0.001900 Jy/beam ! Clean residual mean=-0.000003 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.132491 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 395 components and 0.132491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084108Jy sigma=0.104316 ! Fit after self-cal, rms=0.084109Jy sigma=0.104314 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.000107715 Jy ! Component: 100 - total flux cleaned = -1.29453e-05 Jy ! Component: 150 - total flux cleaned = 2.42207e-05 Jy ! Component: 200 - total flux cleaned = 9.61712e-05 Jy ! Component: 250 - total flux cleaned = 0.000148693 Jy ! Component: 300 - total flux cleaned = 0.000235117 Jy ! Component: 350 - total flux cleaned = 0.000269161 Jy ! Component: 400 - total flux cleaned = 0.000335954 Jy ! Total flux subtracted in 400 components = 0.000335954 Jy ! Clean residual min=-0.002214 max=0.001913 Jy/beam ! Clean residual mean=-0.000003 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.132827 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 424 components and 0.132827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084089Jy sigma=0.104302 ! Fit after self-cal, rms=0.084094Jy sigma=0.104301 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.084094Jy sigma=0.104301 ! Fit after self-cal, rms=0.097730Jy sigma=0.100321 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.364 mas, bmaj=11.04 mas, bpa=-4.121 degrees ! Estimated noise=11.4069 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179898 Jy ! Component: 100 - total flux cleaned = 0.00216728 Jy ! Component: 150 - total flux cleaned = 0.00231532 Jy ! Component: 200 - total flux cleaned = 0.00237787 Jy ! Component: 250 - total flux cleaned = 0.00247072 Jy ! Component: 300 - total flux cleaned = 0.00253989 Jy ! Component: 350 - total flux cleaned = 0.00260753 Jy ! Component: 400 - total flux cleaned = 0.00265735 Jy ! Total flux subtracted in 400 components = 0.00265735 Jy ! Clean residual min=-0.002051 max=0.001808 Jy/beam ! Clean residual mean=-0.000004 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.135484 Jy selfcal ! Performing phase self-cal ! Adding 87 model components to the UV plane model. ! The established model now contains 499 components and 0.135484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097687Jy sigma=0.100247 ! Fit after self-cal, rms=0.098056Jy sigma=0.100147 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.89939e-05 Jy ! Component: 100 - total flux cleaned = 1.29935e-05 Jy ! Component: 150 - total flux cleaned = -3.83903e-05 Jy ! Component: 200 - total flux cleaned = -3.83875e-05 Jy ! Component: 250 - total flux cleaned = -2.21829e-05 Jy ! Component: 300 - total flux cleaned = 2.42126e-05 Jy ! Component: 350 - total flux cleaned = 6.93273e-05 Jy ! Component: 400 - total flux cleaned = 0.000112984 Jy ! Total flux subtracted in 400 components = 0.000112984 Jy ! Clean residual min=-0.001976 max=0.001744 Jy/beam ! Clean residual mean=-0.000004 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.135597 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 544 components and 0.135597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098027Jy sigma=0.100139 ! Fit after self-cal, rms=0.098043Jy sigma=0.100138 ! 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=2.89 mas, bmaj=10.15 mas, bpa=-6.64 degrees ! Estimated noise=11.515 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.89 x 10.15 at -6.64 degrees (North through East) ! Clean map min=-0.0042596 max=0.11864 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.331 mas, bmaj=8.626 mas, bpa=-7.96 degrees ! Estimated noise=23.3566 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0897913 Jy ! Component: 100 - total flux cleaned = 0.1115 Jy ! Component: 150 - total flux cleaned = 0.116815 Jy ! Component: 200 - total flux cleaned = 0.117002 Jy ! Component: 250 - total flux cleaned = 0.116996 Jy ! Component: 300 - total flux cleaned = 0.118043 Jy ! Component: 350 - total flux cleaned = 0.119404 Jy ! Component: 400 - total flux cleaned = 0.120854 Jy ! Total flux subtracted in 400 components = 0.120854 Jy ! Clean residual min=-0.005092 max=0.004770 Jy/beam ! Clean residual mean=-0.000004 rms=0.001507 Jy/beam ! Combined flux in latest and established models = 0.120854 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 93 model components to the UV plane model. ! The established model now contains 93 components and 0.120854 Jy ! Inverting map and beam ! Estimated beam: bmin=2.89 mas, bmaj=10.15 mas, bpa=-6.64 degrees ! Estimated noise=11.515 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.0041462 Jy ! Component: 100 - total flux cleaned = 0.00633549 Jy ! Component: 150 - total flux cleaned = 0.00769761 Jy ! Component: 200 - total flux cleaned = 0.00899065 Jy ! Component: 250 - total flux cleaned = 0.0101663 Jy ! Component: 300 - total flux cleaned = 0.0104998 Jy ! Component: 350 - total flux cleaned = 0.0108055 Jy ! Component: 400 - total flux cleaned = 0.0111968 Jy ! Total flux subtracted in 400 components = 0.0111968 Jy ! Clean residual min=-0.002773 max=0.002588 Jy/beam ! Clean residual mean=0.000015 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.132051 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 163 components and 0.132051 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.364 mas, bmaj=11.04 mas, bpa=-4.121 degrees ! Estimated noise=11.4069 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000816001 Jy ! Component: 100 - total flux cleaned = 0.00118309 Jy ! Component: 150 - total flux cleaned = 0.00143784 Jy ! Component: 200 - total flux cleaned = 0.00155706 Jy ! Component: 250 - total flux cleaned = 0.00163254 Jy ! Component: 300 - total flux cleaned = 0.00170496 Jy ! Component: 350 - total flux cleaned = 0.00180839 Jy ! Component: 400 - total flux cleaned = 0.00190687 Jy ! Total flux subtracted in 400 components = 0.00190687 Jy ! Clean residual min=-0.002067 max=0.001985 Jy/beam ! Clean residual mean=0.000010 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.133958 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 = 3.05805e-05 Jy ! Component: 100 - total flux cleaned = 9.10677e-05 Jy ! Component: 150 - total flux cleaned = 0.000176924 Jy ! Component: 200 - total flux cleaned = 0.000232068 Jy ! Component: 250 - total flux cleaned = 0.000284554 Jy ! Component: 300 - total flux cleaned = 0.000310289 Jy ! Component: 350 - total flux cleaned = 0.000384861 Jy ! Component: 400 - total flux cleaned = 0.00045696 Jy ! Total flux subtracted in 400 components = 0.00045696 Jy ! Clean residual min=-0.002069 max=0.001834 Jy/beam ! Clean residual mean=0.000008 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.134415 Jy ! Adding 117 model components to the UV plane model. ! The established model now contains 268 components and 0.134415 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.89 mas, bmaj=10.15 mas, bpa=-6.64 degrees ! Estimated noise=11.515 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000143718 Jy ! Component: 100 - total flux cleaned = 0.000323737 Jy ! Component: 150 - total flux cleaned = 0.000397163 Jy ! Component: 200 - total flux cleaned = 0.000420744 Jy ! Component: 250 - total flux cleaned = 0.000420152 Jy ! Component: 300 - total flux cleaned = 0.00042012 Jy ! Component: 350 - total flux cleaned = 0.000441237 Jy ! Component: 400 - total flux cleaned = 0.000461671 Jy ! Total flux subtracted in 400 components = 0.000461671 Jy ! Clean residual min=-0.002236 max=0.002007 Jy/beam ! Clean residual mean=0.000005 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.134876 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 308 components and 0.134876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098081Jy sigma=0.100181 ! Fit after self-cal, rms=0.098037Jy sigma=0.100168 wmodel /scr/pima/rdv94_uvs/J0802-3810_X_map.mod ! Writing 308 model components to file: /scr/pima/rdv94_uvs/J0802-3810_X_map.mod wobs /scr/pima/rdv94_uvs/J0802-3810_X_uvs.fits ! Applying 1320 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0802-3810_X_uvs.fits wwins /scr/pima/rdv94_uvs/J0802-3810_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv94_uvs/J0802-3810_X_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.000737858 Jy ! Component: 100 - total flux cleaned = -0.00123571 Jy ! Component: 150 - total flux cleaned = -0.00172496 Jy ! Component: 200 - total flux cleaned = -0.00221419 Jy ! Component: 250 - total flux cleaned = -0.00264812 Jy ! Component: 300 - total flux cleaned = -0.00288061 Jy ! Component: 350 - total flux cleaned = -0.0031264 Jy ! Component: 400 - total flux cleaned = -0.00333718 Jy ! Component: 450 - total flux cleaned = -0.00353978 Jy ! Component: 500 - total flux cleaned = -0.00379963 Jy ! Component: 550 - total flux cleaned = -0.00402901 Jy ! Component: 600 - total flux cleaned = -0.00415022 Jy ! Component: 650 - total flux cleaned = -0.0042674 Jy ! Component: 700 - total flux cleaned = -0.00436219 Jy ! Component: 750 - total flux cleaned = -0.0044728 Jy ! Component: 800 - total flux cleaned = -0.00456297 Jy ! Component: 850 - total flux cleaned = -0.00466865 Jy ! Component: 900 - total flux cleaned = -0.00475478 Jy ! Component: 950 - total flux cleaned = -0.00485669 Jy ! Component: 1000 - total flux cleaned = -0.00487342 Jy ! Component: 1050 - total flux cleaned = -0.00498823 Jy ! Component: 1100 - total flux cleaned = -0.00506864 Jy ! Component: 1150 - total flux cleaned = -0.00506881 Jy ! Component: 1200 - total flux cleaned = -0.00510024 Jy ! Component: 1250 - total flux cleaned = -0.0051621 Jy ! Component: 1300 - total flux cleaned = -0.00519248 Jy ! Component: 1350 - total flux cleaned = -0.0051624 Jy ! Component: 1400 - total flux cleaned = -0.00519215 Jy ! Component: 1450 - total flux cleaned = -0.00517735 Jy ! Component: 1500 - total flux cleaned = -0.00516278 Jy ! Component: 1550 - total flux cleaned = -0.00514834 Jy ! Component: 1600 - total flux cleaned = -0.00511975 Jy ! Component: 1650 - total flux cleaned = -0.00509149 Jy ! Component: 1700 - total flux cleaned = -0.00507724 Jy ! Component: 1750 - total flux cleaned = -0.00503523 Jy ! Component: 1800 - total flux cleaned = -0.00502132 Jy ! Component: 1850 - total flux cleaned = -0.00499363 Jy ! Component: 1900 - total flux cleaned = -0.00497976 Jy ! Component: 1950 - total flux cleaned = -0.00495247 Jy ! Component: 2000 - total flux cleaned = -0.00493893 Jy ! Component: 2050 - total flux cleaned = -0.00493881 Jy ! Component: 2100 - total flux cleaned = -0.00495235 Jy ! Component: 2150 - total flux cleaned = -0.00495241 Jy ! Component: 2200 - total flux cleaned = -0.00495238 Jy ! Component: 2250 - total flux cleaned = -0.00496568 Jy ! Component: 2300 - total flux cleaned = -0.00492578 Jy ! Component: 2350 - total flux cleaned = -0.00492575 Jy ! Component: 2400 - total flux cleaned = -0.00491256 Jy ! Component: 2450 - total flux cleaned = -0.00489938 Jy ! Component: 2500 - total flux cleaned = -0.00489946 Jy ! Component: 2550 - total flux cleaned = -0.00487324 Jy ! Component: 2600 - total flux cleaned = -0.00488634 Jy ! Component: 2650 - total flux cleaned = -0.00488629 Jy ! Component: 2700 - total flux cleaned = -0.0048993 Jy ! Component: 2750 - total flux cleaned = -0.00493821 Jy ! Component: 2800 - total flux cleaned = -0.00489913 Jy ! Component: 2850 - total flux cleaned = -0.00491206 Jy ! Component: 2900 - total flux cleaned = -0.00493789 Jy ! Component: 2950 - total flux cleaned = -0.00491194 Jy ! Component: 3000 - total flux cleaned = -0.0049249 Jy ! Component: 3050 - total flux cleaned = -0.00492488 Jy ! Component: 3100 - total flux cleaned = -0.00491197 Jy ! Component: 3150 - total flux cleaned = -0.00492486 Jy ! Component: 3200 - total flux cleaned = -0.00492478 Jy ! Component: 3250 - total flux cleaned = -0.00492477 Jy ! Component: 3300 - total flux cleaned = -0.00491193 Jy ! Component: 3350 - total flux cleaned = -0.00491191 Jy ! Component: 3400 - total flux cleaned = -0.00488618 Jy ! Component: 3450 - total flux cleaned = -0.00489904 Jy ! Component: 3500 - total flux cleaned = -0.00491188 Jy ! Component: 3550 - total flux cleaned = -0.0049118 Jy ! Component: 3600 - total flux cleaned = -0.00489893 Jy ! Component: 3650 - total flux cleaned = -0.00486047 Jy ! Component: 3700 - total flux cleaned = -0.00482211 Jy ! Component: 3750 - total flux cleaned = -0.00475793 Jy ! Component: 3800 - total flux cleaned = -0.00471953 Jy ! Component: 3850 - total flux cleaned = -0.00469381 Jy ! Component: 3900 - total flux cleaned = -0.0046424 Jy ! Component: 3950 - total flux cleaned = -0.00460387 Jy ! Component: 4000 - total flux cleaned = -0.00456528 Jy ! Component: 4050 - total flux cleaned = -0.00455251 Jy ! Total flux subtracted in 4096 components = -0.00450108 Jy ! Clean residual min=-0.000705 max=0.000759 Jy/beam ! Clean residual mean=-0.000000 rms=0.000251 Jy/beam ! Combined flux in latest and established models = 0.130375 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 584 components and 0.130375 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0802-3810_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.89 x 10.15 at -6.64 degrees (North through East) ! Clean map min=-0.0051166 max=0.11673 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0802-3810_X_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.1167 rms= 0.00024 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0802-3810_X_uvs.log closed on Tue Oct 8 12:15:52 2013