! Started logfile: /scr/pima/rdv94_uvs/J1540-3906_X_uvs.log on Tue Oct 8 12:21:56 2013 obs /scr/pima/rdv94_uvs/J1540-3906_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J1540-3906_X_uva.fits ! AN table 1: 22 integrations on 6 of 6 possible baselines. ! AN table 2: 22 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1540-3906 ! ! 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 1408 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/J1540-3906_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:NL 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:MK self-cal status=correctable weight=1 ! 2:OV 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.002942Jy sigma=1.069213 ! Fit after self-cal, rms=0.900955Jy sigma=0.951028 ! 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=0.7929 mas, bmaj=8.432 mas, bpa=-15.31 degrees ! Estimated noise=32.2524 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.0743648 Jy ! Component: 100 - total flux cleaned = 0.0968261 Jy ! Total flux subtracted in 100 components = 0.0968261 Jy ! Clean residual min=-0.009299 max=0.010594 Jy/beam ! Clean residual mean=0.000004 rms=0.003173 Jy/beam ! Combined flux in latest and established models = 0.0968261 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0968261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082609Jy sigma=0.084120 ! Fit after self-cal, rms=0.082298Jy sigma=0.083932 ! 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=1.14 mas, bmaj=8.117 mas, bpa=-14.17 degrees ! Estimated noise=18.5203 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.0173739 Jy ! Component: 100 - total flux cleaned = 0.0254911 Jy ! Component: 150 - total flux cleaned = 0.0300672 Jy ! Component: 200 - total flux cleaned = 0.0331624 Jy ! Total flux subtracted in 200 components = 0.0331624 Jy ! Clean residual min=-0.006264 max=0.006718 Jy/beam ! Clean residual mean=0.000002 rms=0.002043 Jy/beam ! Combined flux in latest and established models = 0.129989 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 70 components and 0.129989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079323Jy sigma=0.079767 ! Fit after self-cal, rms=0.079427Jy sigma=0.079712 ! 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.98 KP 1.04 LA 1.02 NL 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.95 KP 0.95 LA 1.09 MK 1.04 ! OV 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.87 LA 1.14 NL 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.95 KP 0.98 LA 0.94 MK 1.09 ! OV 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.91 LA 1.03 NL 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.85 KP 0.83 LA 1.18 MK 0.93 ! OV 1.18 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.84 KP 0.99 LA 1.21 NL 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.90 KP 0.83 LA 1.27 MK 0.99 ! OV 1.01 ! ! ! Fit before self-cal, rms=0.079427Jy sigma=0.079712 ! Fit after self-cal, rms=0.077687Jy sigma=0.078188 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.145 mas, bmaj=8.184 mas, bpa=-14.02 degrees ! Estimated noise=18.3554 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.000294766 Jy ! Component: 100 - total flux cleaned = -0.000371295 Jy ! Component: 150 - total flux cleaned = -0.00031172 Jy ! Component: 200 - total flux cleaned = -0.000309186 Jy ! Total flux subtracted in 200 components = -0.000309186 Jy ! Clean residual min=-0.003744 max=0.003106 Jy/beam ! Clean residual mean=-0.000000 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.129679 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 83 components and 0.129679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077642Jy sigma=0.078127 ! Fit after self-cal, rms=0.077920Jy sigma=0.077974 ! 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.077920Jy sigma=0.077974 ! Fit after self-cal, rms=0.078330Jy sigma=0.077952 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.142 mas, bmaj=8.194 mas, bpa=-14.01 degrees ! Estimated noise=18.3561 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000281072 Jy ! Component: 100 - total flux cleaned = -0.000186509 Jy ! Component: 150 - total flux cleaned = -0.000107494 Jy ! Component: 200 - total flux cleaned = -5.22393e-05 Jy ! Total flux subtracted in 200 components = -5.22393e-05 Jy ! Clean residual min=-0.003698 max=0.002936 Jy/beam ! Clean residual mean=-0.000000 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.129627 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 97 components and 0.129627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078317Jy sigma=0.077935 ! Fit after self-cal, rms=0.078407Jy sigma=0.077928 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 = -2.71159e-05 Jy ! Component: 100 - total flux cleaned = 6.61178e-05 Jy ! Component: 150 - total flux cleaned = 0.000154123 Jy ! Component: 200 - total flux cleaned = 0.00018667 Jy ! Total flux subtracted in 200 components = 0.00018667 Jy ! Clean residual min=-0.003642 max=0.002905 Jy/beam ! Clean residual mean=-0.000000 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.129814 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 108 components and 0.129814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078398Jy sigma=0.077919 ! Fit after self-cal, rms=0.078404Jy sigma=0.077919 ! 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.078404Jy sigma=0.077919 ! Fit after self-cal, rms=0.078614Jy sigma=0.077912 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.14 mas, bmaj=8.2 mas, bpa=-14.02 degrees ! Estimated noise=18.3764 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00027814 Jy ! Component: 100 - total flux cleaned = 0.000362389 Jy ! Component: 150 - total flux cleaned = 0.000408754 Jy ! Component: 200 - total flux cleaned = 0.000423296 Jy ! Total flux subtracted in 200 components = 0.000423296 Jy ! Clean residual min=-0.003647 max=0.002937 Jy/beam ! Clean residual mean=-0.000000 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.130237 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 112 components and 0.130237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078608Jy sigma=0.077904 ! Fit after self-cal, rms=0.078639Jy sigma=0.077903 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 = 3.12621e-05 Jy ! Component: 100 - total flux cleaned = 7.40033e-05 Jy ! Component: 150 - total flux cleaned = 0.000101075 Jy ! Component: 200 - total flux cleaned = 0.000139934 Jy ! Total flux subtracted in 200 components = 0.000139934 Jy ! Clean residual min=-0.003639 max=0.002902 Jy/beam ! Clean residual mean=-0.000000 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.130377 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 118 components and 0.130377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078634Jy sigma=0.077898 ! Fit after self-cal, rms=0.078637Jy sigma=0.077898 ! 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.078637Jy sigma=0.077898 ! Fit after self-cal, rms=0.078743Jy sigma=0.077892 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.95 mas, bmaj=10.82 mas, bpa=-1.236 degrees ! Estimated noise=19.4062 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.96165e-05 Jy ! Component: 100 - total flux cleaned = 0.000110654 Jy ! Component: 150 - total flux cleaned = 0.000120084 Jy ! Component: 200 - total flux cleaned = 0.000128941 Jy ! Total flux subtracted in 200 components = 0.000128941 Jy ! Clean residual min=-0.002949 max=0.002508 Jy/beam ! Clean residual mean=-0.000000 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.130506 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 125 components and 0.130506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078743Jy sigma=0.077887 ! Fit after self-cal, rms=0.078754Jy sigma=0.077886 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 = 1.24773e-05 Jy ! Component: 100 - total flux cleaned = 2.1789e-05 Jy ! Component: 150 - total flux cleaned = 3.06206e-05 Jy ! Component: 200 - total flux cleaned = 3.10988e-05 Jy ! Total flux subtracted in 200 components = 3.10988e-05 Jy ! Clean residual min=-0.002931 max=0.002492 Jy/beam ! Clean residual mean=-0.000000 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.130537 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 133 components and 0.130537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078753Jy sigma=0.077884 ! Fit after self-cal, rms=0.078754Jy sigma=0.077884 ! 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:NL,true ! 1:NL 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:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV 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.078754Jy sigma=0.077884 ! Fit after self-cal, rms=0.078754Jy sigma=0.077884 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:NL 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:MK self-cal status=correctable weight=1 ! 2:OV 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.078754Jy sigma=0.077884 ! Fit after self-cal, rms=0.078545Jy sigma=0.077882 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=0.7803 mas, bmaj=8.558 mas, bpa=-15.15 degrees ! Estimated noise=31.5454 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 = 1.58286e-05 Jy ! Component: 100 - total flux cleaned = -0.000327476 Jy ! Component: 150 - total flux cleaned = -0.000328613 Jy ! Component: 200 - total flux cleaned = -0.000400022 Jy ! Total flux subtracted in 200 components = -0.000400022 Jy ! Clean residual min=-0.005474 max=0.005733 Jy/beam ! Clean residual mean=0.000000 rms=0.001504 Jy/beam ! Combined flux in latest and established models = 0.130137 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 155 components and 0.130137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078588Jy sigma=0.077904 ! Fit after self-cal, rms=0.078586Jy sigma=0.077900 ! 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=1.136 mas, bmaj=8.208 mas, bpa=-14.04 degrees ! Estimated noise=18.3569 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.000228131 Jy ! Component: 100 - total flux cleaned = -5.2447e-05 Jy ! Component: 150 - total flux cleaned = 8.36431e-05 Jy ! Component: 200 - total flux cleaned = 0.000172416 Jy ! Component: 250 - total flux cleaned = 0.00022796 Jy ! Component: 300 - total flux cleaned = 0.000275535 Jy ! Component: 350 - total flux cleaned = 0.000363913 Jy ! Component: 400 - total flux cleaned = 0.000456521 Jy ! Total flux subtracted in 400 components = 0.000456521 Jy ! Clean residual min=-0.003676 max=0.002859 Jy/beam ! Clean residual mean=-0.000000 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.130594 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 179 components and 0.130594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078538Jy sigma=0.077877 ! Fit after self-cal, rms=0.078542Jy sigma=0.077875 ! 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 = -5.21921e-05 Jy ! Component: 100 - total flux cleaned = 1.3858e-05 Jy ! Component: 150 - total flux cleaned = 7.4516e-05 Jy ! Component: 200 - total flux cleaned = 0.000131723 Jy ! Component: 250 - total flux cleaned = 0.000175308 Jy ! Component: 300 - total flux cleaned = 0.000217139 Jy ! Component: 350 - total flux cleaned = 0.000227274 Jy ! Component: 400 - total flux cleaned = 0.00024659 Jy ! Total flux subtracted in 400 components = 0.00024659 Jy ! Clean residual min=-0.003650 max=0.002814 Jy/beam ! Clean residual mean=-0.000000 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.13084 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 191 components and 0.13084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078533Jy sigma=0.077870 ! Fit after self-cal, rms=0.078535Jy sigma=0.077870 ! 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078535Jy sigma=0.077870 ! Fit after self-cal, rms=0.078624Jy sigma=0.077868 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.137 mas, bmaj=8.208 mas, bpa=-14.03 degrees ! Estimated noise=18.354 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.34078e-05 Jy ! Component: 100 - total flux cleaned = -6.56505e-05 Jy ! Component: 150 - total flux cleaned = -5.59563e-05 Jy ! Component: 200 - total flux cleaned = -3.65929e-05 Jy ! Component: 250 - total flux cleaned = -3.6768e-05 Jy ! Component: 300 - total flux cleaned = -3.67298e-05 Jy ! Component: 350 - total flux cleaned = -3.67196e-05 Jy ! Component: 400 - total flux cleaned = -3.64263e-05 Jy ! Total flux subtracted in 400 components = -3.64263e-05 Jy ! Clean residual min=-0.003638 max=0.002747 Jy/beam ! Clean residual mean=-0.000000 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.130804 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 200 components and 0.130804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078618Jy sigma=0.077864 ! Fit after self-cal, rms=0.078619Jy sigma=0.077864 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 = 1.34544e-05 Jy ! Component: 100 - total flux cleaned = 2.27077e-05 Jy ! Component: 150 - total flux cleaned = 1.41065e-05 Jy ! Component: 200 - total flux cleaned = 5.7056e-06 Jy ! Component: 250 - total flux cleaned = -2.42108e-06 Jy ! Component: 300 - total flux cleaned = -1.04438e-05 Jy ! Component: 350 - total flux cleaned = -1.82826e-05 Jy ! Component: 400 - total flux cleaned = -2.59784e-05 Jy ! Total flux subtracted in 400 components = -2.59784e-05 Jy ! Clean residual min=-0.003632 max=0.002730 Jy/beam ! Clean residual mean=-0.000000 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.130778 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 209 components and 0.130778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078615Jy sigma=0.077861 ! Fit after self-cal, rms=0.078616Jy sigma=0.077861 ! 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.078616Jy sigma=0.077861 ! Fit after self-cal, rms=0.078712Jy sigma=0.077857 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.135 mas, bmaj=8.202 mas, bpa=-14.04 degrees ! Estimated noise=18.3696 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000280656 Jy ! Component: 100 - total flux cleaned = 0.000356736 Jy ! Component: 150 - total flux cleaned = 0.000407906 Jy ! Component: 200 - total flux cleaned = 0.000431798 Jy ! Component: 250 - total flux cleaned = 0.000424275 Jy ! Component: 300 - total flux cleaned = 0.000424277 Jy ! Component: 350 - total flux cleaned = 0.000424489 Jy ! Component: 400 - total flux cleaned = 0.000424664 Jy ! Total flux subtracted in 400 components = 0.000424664 Jy ! Clean residual min=-0.003606 max=0.002763 Jy/beam ! Clean residual mean=-0.000000 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.131202 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 212 components and 0.131202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078708Jy sigma=0.077854 ! Fit after self-cal, rms=0.078712Jy sigma=0.077853 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.71094e-05 Jy ! Component: 100 - total flux cleaned = 2.17092e-05 Jy ! Component: 150 - total flux cleaned = 1.43862e-05 Jy ! Component: 200 - total flux cleaned = 6.97691e-06 Jy ! Component: 250 - total flux cleaned = -7.65959e-06 Jy ! Component: 300 - total flux cleaned = -1.49939e-05 Jy ! Component: 350 - total flux cleaned = -2.20881e-05 Jy ! Component: 400 - total flux cleaned = -2.19796e-05 Jy ! Total flux subtracted in 400 components = -2.19796e-05 Jy ! Clean residual min=-0.003622 max=0.002726 Jy/beam ! Clean residual mean=-0.000000 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.13118 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 214 components and 0.13118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078708Jy sigma=0.077851 ! Fit after self-cal, rms=0.078709Jy sigma=0.077851 ! 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.078709Jy sigma=0.077851 ! Fit after self-cal, rms=0.084355Jy sigma=0.074629 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.957 mas, bmaj=10.84 mas, bpa=-1.033 degrees ! Estimated noise=19.7976 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178263 Jy ! Component: 100 - total flux cleaned = 0.00238118 Jy ! Component: 150 - total flux cleaned = 0.00251083 Jy ! Component: 200 - total flux cleaned = 0.00253353 Jy ! Component: 250 - total flux cleaned = 0.00255477 Jy ! Component: 300 - total flux cleaned = 0.00256472 Jy ! Component: 350 - total flux cleaned = 0.00257424 Jy ! Component: 400 - total flux cleaned = 0.00257455 Jy ! Total flux subtracted in 400 components = 0.00257455 Jy ! Clean residual min=-0.002826 max=0.002433 Jy/beam ! Clean residual mean=0.000001 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.133755 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 251 components and 0.133755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084312Jy sigma=0.074589 ! Fit after self-cal, rms=0.084722Jy sigma=0.074445 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 = -1.86469e-06 Jy ! Component: 100 - total flux cleaned = 2.15077e-05 Jy ! Component: 150 - total flux cleaned = 1.14285e-05 Jy ! Component: 200 - total flux cleaned = -7.19133e-06 Jy ! Component: 250 - total flux cleaned = -6.90034e-06 Jy ! Component: 300 - total flux cleaned = -1.52776e-05 Jy ! Component: 350 - total flux cleaned = -2.32152e-05 Jy ! Component: 400 - total flux cleaned = -3.87916e-05 Jy ! Total flux subtracted in 400 components = -3.87916e-05 Jy ! Clean residual min=-0.002850 max=0.002366 Jy/beam ! Clean residual mean=0.000001 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.133716 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 253 components and 0.133716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084711Jy sigma=0.074443 ! Fit after self-cal, rms=0.084724Jy sigma=0.074442 ! 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=1.14 mas, bmaj=8.166 mas, bpa=-13.99 degrees ! Estimated noise=18.7891 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.14 x 8.166 at -13.99 degrees (North through East) ! Clean map min=-0.0033052 max=0.095407 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=0.7839 mas, bmaj=8.507 mas, bpa=-15.11 degrees ! Estimated noise=32.4877 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0747309 Jy ! Component: 100 - total flux cleaned = 0.0980521 Jy ! Component: 150 - total flux cleaned = 0.11009 Jy ! Component: 200 - total flux cleaned = 0.116532 Jy ! Component: 250 - total flux cleaned = 0.119438 Jy ! Component: 300 - total flux cleaned = 0.121787 Jy ! Component: 350 - total flux cleaned = 0.123696 Jy ! Component: 400 - total flux cleaned = 0.12507 Jy ! Total flux subtracted in 400 components = 0.12507 Jy ! Clean residual min=-0.005331 max=0.005084 Jy/beam ! Clean residual mean=0.000001 rms=0.001391 Jy/beam ! Combined flux in latest and established models = 0.12507 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 52 model components to the UV plane model. ! The established model now contains 52 components and 0.12507 Jy ! Inverting map and beam ! Estimated beam: bmin=1.14 mas, bmaj=8.166 mas, bpa=-13.99 degrees ! Estimated noise=18.7891 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.00321565 Jy ! Component: 100 - total flux cleaned = 0.004645 Jy ! Component: 150 - total flux cleaned = 0.00529905 Jy ! Component: 200 - total flux cleaned = 0.00573906 Jy ! Component: 250 - total flux cleaned = 0.0059977 Jy ! Component: 300 - total flux cleaned = 0.00614984 Jy ! Component: 350 - total flux cleaned = 0.00625471 Jy ! Component: 400 - total flux cleaned = 0.00636922 Jy ! Total flux subtracted in 400 components = 0.00636922 Jy ! Clean residual min=-0.003770 max=0.002907 Jy/beam ! Clean residual mean=0.000001 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.131439 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 99 components and 0.131439 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=2.957 mas, bmaj=10.84 mas, bpa=-1.033 degrees ! Estimated noise=19.7976 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000156123 Jy ! Component: 100 - total flux cleaned = 0.000270111 Jy ! Component: 150 - total flux cleaned = 0.000361117 Jy ! Component: 200 - total flux cleaned = 0.000444416 Jy ! Component: 250 - total flux cleaned = 0.000532243 Jy ! Component: 300 - total flux cleaned = 0.000613821 Jy ! Component: 350 - total flux cleaned = 0.00069057 Jy ! Component: 400 - total flux cleaned = 0.000763012 Jy ! Total flux subtracted in 400 components = 0.000763012 Jy ! Clean residual min=-0.003128 max=0.002378 Jy/beam ! Clean residual mean=0.000001 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.132202 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 = 6.89183e-05 Jy ! Component: 100 - total flux cleaned = 0.000110219 Jy ! Component: 150 - total flux cleaned = 0.000150492 Jy ! Component: 200 - total flux cleaned = 0.000189904 Jy ! Component: 250 - total flux cleaned = 0.000220262 Jy ! Component: 300 - total flux cleaned = 0.000256965 Jy ! Component: 350 - total flux cleaned = 0.000293165 Jy ! Component: 400 - total flux cleaned = 0.0003284 Jy ! Total flux subtracted in 400 components = 0.0003284 Jy ! Clean residual min=-0.003019 max=0.002367 Jy/beam ! Clean residual mean=0.000001 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.13253 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 123 components and 0.13253 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.14 mas, bmaj=8.166 mas, bpa=-13.99 degrees ! Estimated noise=18.7891 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.57033e-05 Jy ! Component: 100 - total flux cleaned = 9.65133e-05 Jy ! Component: 150 - total flux cleaned = 0.000116108 Jy ! Component: 200 - total flux cleaned = 0.000144431 Jy ! Component: 250 - total flux cleaned = 0.000171687 Jy ! Component: 300 - total flux cleaned = 0.000180533 Jy ! Component: 350 - total flux cleaned = 0.000189039 Jy ! Component: 400 - total flux cleaned = 0.000214553 Jy ! Total flux subtracted in 400 components = 0.000214553 Jy ! Clean residual min=-0.003636 max=0.002883 Jy/beam ! Clean residual mean=0.000001 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.132745 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 149 components and 0.132745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084707Jy sigma=0.074441 ! Fit after self-cal, rms=0.084712Jy sigma=0.074438 wmodel /scr/pima/rdv94_uvs/J1540-3906_X_map.mod ! Writing 149 model components to file: /scr/pima/rdv94_uvs/J1540-3906_X_map.mod wobs /scr/pima/rdv94_uvs/J1540-3906_X_uvs.fits ! Applying 704 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J1540-3906_X_uvs.fits wwins /scr/pima/rdv94_uvs/J1540-3906_X_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv94_uvs/J1540-3906_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.0012651 Jy ! Component: 100 - total flux cleaned = -0.00183556 Jy ! Component: 150 - total flux cleaned = -0.00226859 Jy ! Component: 200 - total flux cleaned = -0.00262704 Jy ! Component: 250 - total flux cleaned = -0.00266471 Jy ! Component: 300 - total flux cleaned = -0.0027336 Jy ! Component: 350 - total flux cleaned = -0.00283528 Jy ! Component: 400 - total flux cleaned = -0.0027407 Jy ! Component: 450 - total flux cleaned = -0.00264711 Jy ! Component: 500 - total flux cleaned = -0.00249467 Jy ! Component: 550 - total flux cleaned = -0.00237511 Jy ! Component: 600 - total flux cleaned = -0.00228698 Jy ! Component: 650 - total flux cleaned = -0.00222937 Jy ! Component: 700 - total flux cleaned = -0.00217242 Jy ! Component: 750 - total flux cleaned = -0.00214433 Jy ! Component: 800 - total flux cleaned = -0.00208851 Jy ! Component: 850 - total flux cleaned = -0.0020609 Jy ! Component: 900 - total flux cleaned = -0.00206091 Jy ! Component: 950 - total flux cleaned = -0.00203395 Jy ! Component: 1000 - total flux cleaned = -0.00200728 Jy ! Component: 1050 - total flux cleaned = -0.00200726 Jy ! Component: 1100 - total flux cleaned = -0.00198085 Jy ! Component: 1150 - total flux cleaned = -0.00192911 Jy ! Component: 1200 - total flux cleaned = -0.00187733 Jy ! Component: 1250 - total flux cleaned = -0.00182584 Jy ! Component: 1300 - total flux cleaned = -0.00169725 Jy ! Component: 1350 - total flux cleaned = -0.00154322 Jy ! Component: 1400 - total flux cleaned = -0.00144059 Jy ! Component: 1450 - total flux cleaned = -0.00133776 Jy ! Component: 1500 - total flux cleaned = -0.00123478 Jy ! Component: 1550 - total flux cleaned = -0.00110566 Jy ! Component: 1600 - total flux cleaned = -0.00105353 Jy ! Component: 1650 - total flux cleaned = -0.000974652 Jy ! Component: 1700 - total flux cleaned = -0.000948208 Jy ! Component: 1750 - total flux cleaned = -0.000868026 Jy ! Component: 1800 - total flux cleaned = -0.000841016 Jy ! Component: 1850 - total flux cleaned = -0.000840782 Jy ! Component: 1900 - total flux cleaned = -0.000840492 Jy ! Component: 1950 - total flux cleaned = -0.000812652 Jy ! Component: 2000 - total flux cleaned = -0.000755734 Jy ! Component: 2050 - total flux cleaned = -0.000698123 Jy ! Component: 2100 - total flux cleaned = -0.000639801 Jy ! Component: 2150 - total flux cleaned = -0.000520528 Jy ! Component: 2200 - total flux cleaned = -0.000429073 Jy ! Component: 2250 - total flux cleaned = -0.00033588 Jy ! Component: 2300 - total flux cleaned = -0.000304603 Jy ! Component: 2350 - total flux cleaned = -0.0001764 Jy ! Component: 2400 - total flux cleaned = -4.50544e-05 Jy ! Component: 2450 - total flux cleaned = -1.11325e-05 Jy ! Component: 2500 - total flux cleaned = 5.79104e-05 Jy ! Component: 2550 - total flux cleaned = 9.30179e-05 Jy ! Component: 2600 - total flux cleaned = 9.21538e-05 Jy ! Component: 2650 - total flux cleaned = 0.000165651 Jy ! Component: 2700 - total flux cleaned = 0.00020372 Jy ! Component: 2750 - total flux cleaned = 0.000203239 Jy ! Component: 2800 - total flux cleaned = 0.000243239 Jy ! Component: 2850 - total flux cleaned = 0.000242867 Jy ! Component: 2900 - total flux cleaned = 0.000283291 Jy ! Component: 2950 - total flux cleaned = 0.000283105 Jy ! Component: 3000 - total flux cleaned = 0.000282899 Jy ! Component: 3050 - total flux cleaned = 0.000236409 Jy ! Component: 3100 - total flux cleaned = 0.000236272 Jy ! Component: 3150 - total flux cleaned = 0.000188771 Jy ! Component: 3200 - total flux cleaned = 0.000188055 Jy ! Component: 3250 - total flux cleaned = 0.000188964 Jy ! Component: 3300 - total flux cleaned = 0.000188414 Jy ! Component: 3350 - total flux cleaned = 0.000188563 Jy ! Component: 3400 - total flux cleaned = 0.000131996 Jy ! Component: 3450 - total flux cleaned = 0.000188011 Jy ! Component: 3500 - total flux cleaned = 0.000189662 Jy ! Component: 3550 - total flux cleaned = 0.000188485 Jy ! Component: 3600 - total flux cleaned = 0.000251836 Jy ! Component: 3650 - total flux cleaned = 0.000251197 Jy ! Component: 3700 - total flux cleaned = 0.000183815 Jy ! Component: 3750 - total flux cleaned = 0.0001839 Jy ! Component: 3800 - total flux cleaned = 0.000257279 Jy ! Component: 3850 - total flux cleaned = 0.000258251 Jy ! Component: 3900 - total flux cleaned = 0.000258682 Jy ! Component: 3950 - total flux cleaned = 0.000257929 Jy ! Component: 4000 - total flux cleaned = 0.000341669 Jy ! Component: 4050 - total flux cleaned = 0.000340915 Jy ! Total flux subtracted in 4096 components = 0.000431849 Jy ! Clean residual min=-0.005076 max=0.005360 Jy/beam ! Clean residual mean=0.000009 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.133177 Jy keep ! Adding 177 model components to the UV plane model. ! The established model now contains 326 components and 0.133177 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J1540-3906_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.14 x 8.166 at -13.99 degrees (North through East) ! Clean map min=-0.0059816 max=0.096648 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J1540-3906_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.0966 rms= 0.00121 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J1540-3906_X_uvs.log closed on Tue Oct 8 12:22:02 2013