! Started logfile: /scr/pima/rdv94_uvs/J1540-3906_S_uvs.log on Tue Oct 8 12:21:47 2013 obs /scr/pima/rdv94_uvs/J1540-3906_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J1540-3906_S_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 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 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J1540-3906_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: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.500x0.500 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.024878Jy sigma=2.227683 ! Fit after self-cal, rms=0.904181Jy sigma=1.903637 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.277 mas, bmaj=33.63 mas, bpa=-14.94 degrees ! Estimated noise=22.5393 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0732148 Jy ! Component: 100 - total flux cleaned = 0.0997004 Jy ! Total flux subtracted in 100 components = 0.0997004 Jy ! Clean residual min=-0.010261 max=0.012351 Jy/beam ! Clean residual mean=0.000122 rms=0.003624 Jy/beam ! Combined flux in latest and established models = 0.0997004 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0997004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057406Jy sigma=0.119371 ! Fit after self-cal, rms=0.057168Jy sigma=0.119156 ! 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=5.009 mas, bmaj=31.07 mas, bpa=-13.4 degrees ! Estimated noise=9.47833 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.0166993 Jy ! Component: 100 - total flux cleaned = 0.0214738 Jy ! Component: 150 - total flux cleaned = 0.0249688 Jy ! Component: 200 - total flux cleaned = 0.0287956 Jy ! Total flux subtracted in 200 components = 0.0287956 Jy ! Clean residual min=-0.003661 max=0.003656 Jy/beam ! Clean residual mean=0.000056 rms=0.001478 Jy/beam ! Combined flux in latest and established models = 0.128496 Jy ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 109 components and 0.128496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052085Jy sigma=0.103341 ! Fit after self-cal, rms=0.052087Jy sigma=0.103269 ! 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.91 KP 1.02 LA 1.14 NL 1.18 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 KP 1.03 LA 1.15 MK 0.95 ! OV 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 KP 1.04 LA 1.00 NL 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.99 KP 1.11 LA 1.13 MK 0.97 ! OV 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 KP 0.98 LA 0.91 NL 1.12 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.06 KP 0.99 LA 0.95 MK 1.08 ! OV 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 KP 0.97 LA 0.74 NL 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.99 KP 0.94 LA 0.72 MK 1.19 ! OV 0.91 ! ! ! Fit before self-cal, rms=0.052087Jy sigma=0.103269 ! Fit after self-cal, rms=0.048924Jy sigma=0.093351 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.114 mas, bmaj=30.91 mas, bpa=-13.27 degrees ! Estimated noise=9.32144 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.00028963 Jy ! Component: 100 - total flux cleaned = 0.000222258 Jy ! Component: 150 - total flux cleaned = 0.000375525 Jy ! Component: 200 - total flux cleaned = 0.000664984 Jy ! Total flux subtracted in 200 components = 0.000664984 Jy ! Clean residual min=-0.000785 max=0.000774 Jy/beam ! Clean residual mean=0.000001 rms=0.000267 Jy/beam ! Combined flux in latest and established models = 0.129161 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 154 components and 0.129161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048732Jy sigma=0.093115 ! Fit after self-cal, rms=0.048962Jy sigma=0.092980 ! 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.048962Jy sigma=0.092980 ! Fit after self-cal, rms=0.049136Jy sigma=0.092970 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.113 mas, bmaj=30.87 mas, bpa=-13.27 degrees ! Estimated noise=9.32367 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000153149 Jy ! Component: 100 - total flux cleaned = 0.000241633 Jy ! Component: 150 - total flux cleaned = 0.000282266 Jy ! Component: 200 - total flux cleaned = 0.0003585 Jy ! Total flux subtracted in 200 components = 0.0003585 Jy ! Clean residual min=-0.000623 max=0.000616 Jy/beam ! Clean residual mean=-0.000000 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.129519 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 199 components and 0.129519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049029Jy sigma=0.092865 ! Fit after self-cal, rms=0.049084Jy sigma=0.092858 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.000153262 Jy ! Component: 100 - total flux cleaned = -0.000261645 Jy ! Component: 150 - total flux cleaned = -0.00033208 Jy ! Component: 200 - total flux cleaned = -0.000429362 Jy ! Total flux subtracted in 200 components = -0.000429362 Jy ! Clean residual min=-0.000531 max=0.000534 Jy/beam ! Clean residual mean=0.000000 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.12909 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 233 components and 0.12909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049006Jy sigma=0.092788 ! Fit after self-cal, rms=0.049035Jy sigma=0.092784 ! 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.049035Jy sigma=0.092784 ! Fit after self-cal, rms=0.049592Jy sigma=0.092768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.111 mas, bmaj=30.83 mas, bpa=-13.27 degrees ! Estimated noise=9.34686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200628 Jy ! Component: 100 - total flux cleaned = 0.000232671 Jy ! Component: 150 - total flux cleaned = 0.00029472 Jy ! Component: 200 - total flux cleaned = 0.00032443 Jy ! Total flux subtracted in 200 components = 0.00032443 Jy ! Clean residual min=-0.000466 max=0.000470 Jy/beam ! Clean residual mean=0.000000 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.129414 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 257 components and 0.129414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049532Jy sigma=0.092712 ! Fit after self-cal, rms=0.049571Jy sigma=0.092708 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.000117994 Jy ! Component: 100 - total flux cleaned = -0.000230291 Jy ! Component: 150 - total flux cleaned = -0.000203227 Jy ! Component: 200 - total flux cleaned = -0.000228542 Jy ! Total flux subtracted in 200 components = -0.000228542 Jy ! Clean residual min=-0.000418 max=0.000415 Jy/beam ! Clean residual mean=-0.000000 rms=0.000154 Jy/beam ! Combined flux in latest and established models = 0.129186 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 278 components and 0.129186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049527Jy sigma=0.092666 ! Fit after self-cal, rms=0.049546Jy sigma=0.092664 ! 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.049546Jy sigma=0.092664 ! Fit after self-cal, rms=0.049771Jy sigma=0.092650 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.32 mas, bmaj=41.82 mas, bpa=-0.4495 degrees ! Estimated noise=9.03181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00011586 Jy ! Component: 100 - total flux cleaned = -0.000279508 Jy ! Component: 150 - total flux cleaned = -0.00042846 Jy ! Component: 200 - total flux cleaned = -0.000498444 Jy ! Total flux subtracted in 200 components = -0.000498444 Jy ! Clean residual min=-0.000285 max=0.000283 Jy/beam ! Clean residual mean=-0.000000 rms=0.000108 Jy/beam ! Combined flux in latest and established models = 0.128688 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 332 components and 0.128688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049751Jy sigma=0.092623 ! Fit after self-cal, rms=0.049768Jy sigma=0.092620 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.000127786 Jy ! Component: 100 - total flux cleaned = -0.000178375 Jy ! Component: 150 - total flux cleaned = -0.00016336 Jy ! Component: 200 - total flux cleaned = -0.000238691 Jy ! Total flux subtracted in 200 components = -0.000238691 Jy ! Clean residual min=-0.000248 max=0.000246 Jy/beam ! Clean residual mean=-0.000000 rms=0.000099 Jy/beam ! Combined flux in latest and established models = 0.128449 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 382 components and 0.128449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049755Jy sigma=0.092602 ! Fit after self-cal, rms=0.049767Jy sigma=0.092601 ! 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.049767Jy sigma=0.092601 ! Fit after self-cal, rms=0.049767Jy sigma=0.092601 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.049767Jy sigma=0.092601 ! Fit after self-cal, rms=0.049543Jy sigma=0.092597 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.314 mas, bmaj=33.08 mas, bpa=-14.89 degrees ! Estimated noise=22.677 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.000404484 Jy ! Component: 100 - total flux cleaned = 5.35849e-05 Jy ! Component: 150 - total flux cleaned = 0.00024885 Jy ! Component: 200 - total flux cleaned = 0.000800323 Jy ! Total flux subtracted in 200 components = 0.000800323 Jy ! Clean residual min=-0.001439 max=0.001443 Jy/beam ! Clean residual mean=-0.000001 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.129249 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 439 components and 0.129249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049538Jy sigma=0.092594 ! Fit after self-cal, rms=0.049474Jy sigma=0.092581 ! 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=5.11 mas, bmaj=30.81 mas, bpa=-13.27 degrees ! Estimated noise=9.36044 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.000295744 Jy ! Component: 100 - total flux cleaned = 0.000211649 Jy ! Component: 150 - total flux cleaned = 0.000133452 Jy ! Component: 200 - total flux cleaned = 6.10503e-05 Jy ! Component: 250 - total flux cleaned = 0.000129601 Jy ! Component: 300 - total flux cleaned = 0.00026302 Jy ! Component: 350 - total flux cleaned = 0.000284846 Jy ! Component: 400 - total flux cleaned = 0.000242096 Jy ! Total flux subtracted in 400 components = 0.000242096 Jy ! Clean residual min=-0.000352 max=0.000351 Jy/beam ! Clean residual mean=0.000001 rms=0.000129 Jy/beam ! Combined flux in latest and established models = 0.129491 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 505 components and 0.129491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049404Jy sigma=0.092522 ! Fit after self-cal, rms=0.049439Jy sigma=0.092520 ! 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.000216308 Jy ! Component: 100 - total flux cleaned = -0.000217742 Jy ! Component: 150 - total flux cleaned = -0.000295183 Jy ! Component: 200 - total flux cleaned = -0.00036916 Jy ! Component: 250 - total flux cleaned = -0.000386598 Jy ! Component: 300 - total flux cleaned = -0.000438944 Jy ! Component: 350 - total flux cleaned = -0.000540614 Jy ! Component: 400 - total flux cleaned = -0.000639186 Jy ! Total flux subtracted in 400 components = -0.000639186 Jy ! Clean residual min=-0.000271 max=0.000271 Jy/beam ! Clean residual mean=-0.000001 rms=0.000101 Jy/beam ! Combined flux in latest and established models = 0.128852 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 567 components and 0.128852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049402Jy sigma=0.092478 ! Fit after self-cal, rms=0.049423Jy sigma=0.092477 ! 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.049423Jy sigma=0.092477 ! Fit after self-cal, rms=0.049108Jy sigma=0.092472 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.104 mas, bmaj=30.81 mas, bpa=-13.28 degrees ! Estimated noise=9.34358 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.0343e-05 Jy ! Component: 100 - total flux cleaned = -0.000181107 Jy ! Component: 150 - total flux cleaned = -0.000262392 Jy ! Component: 200 - total flux cleaned = -0.000340153 Jy ! Component: 250 - total flux cleaned = -0.000460222 Jy ! Component: 300 - total flux cleaned = -0.000563302 Jy ! Component: 350 - total flux cleaned = -0.000679225 Jy ! Component: 400 - total flux cleaned = -0.000821615 Jy ! Total flux subtracted in 400 components = -0.000821615 Jy ! Clean residual min=-0.000235 max=0.000234 Jy/beam ! Clean residual mean=-0.000001 rms=0.000086 Jy/beam ! Combined flux in latest and established models = 0.12803 Jy selfcal ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 626 components and 0.12803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049082Jy sigma=0.092441 ! Fit after self-cal, rms=0.049098Jy sigma=0.092440 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.34452e-05 Jy ! Component: 100 - total flux cleaned = -1.54366e-05 Jy ! Component: 150 - total flux cleaned = -4.36161e-05 Jy ! Component: 200 - total flux cleaned = -8.53477e-05 Jy ! Component: 250 - total flux cleaned = -8.5344e-05 Jy ! Component: 300 - total flux cleaned = -0.000151442 Jy ! Component: 350 - total flux cleaned = -0.000229328 Jy ! Component: 400 - total flux cleaned = -0.000254924 Jy ! Total flux subtracted in 400 components = -0.000254924 Jy ! Clean residual min=-0.000211 max=0.000211 Jy/beam ! Clean residual mean=0.000000 rms=0.000079 Jy/beam ! Combined flux in latest and established models = 0.127776 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 680 components and 0.127776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049077Jy sigma=0.092416 ! Fit after self-cal, rms=0.049088Jy sigma=0.092415 ! Inverting map ! Added new window around map position (-59, -110.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000131771 Jy ! Component: 100 - total flux cleaned = 0.000104982 Jy ! Component: 150 - total flux cleaned = 5.84251e-05 Jy ! Component: 200 - total flux cleaned = 6.54206e-05 Jy ! Component: 250 - total flux cleaned = 8.31946e-05 Jy ! Component: 300 - total flux cleaned = 0.000116675 Jy ! Component: 350 - total flux cleaned = 0.000148253 Jy ! Component: 400 - total flux cleaned = 0.000178015 Jy ! Total flux subtracted in 400 components = 0.000178015 Jy ! Clean residual min=-0.000322 max=0.000308 Jy/beam ! Clean residual mean=0.000001 rms=0.000086 Jy/beam ! Combined flux in latest and established models = 0.127954 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 718 components and 0.127953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049082Jy sigma=0.092410 ! Fit after self-cal, rms=0.049091Jy sigma=0.092409 ! 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.049091Jy sigma=0.092409 ! Fit after self-cal, rms=0.049465Jy sigma=0.092397 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.105 mas, bmaj=30.78 mas, bpa=-13.28 degrees ! Estimated noise=9.35728 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000132233 Jy ! Component: 100 - total flux cleaned = 0.000174354 Jy ! Component: 150 - total flux cleaned = 0.000215058 Jy ! Component: 200 - total flux cleaned = 0.000251097 Jy ! Component: 250 - total flux cleaned = 0.000270125 Jy ! Component: 300 - total flux cleaned = 0.000270061 Jy ! Component: 350 - total flux cleaned = 0.000278438 Jy ! Component: 400 - total flux cleaned = 0.000282496 Jy ! Total flux subtracted in 400 components = 0.000282496 Jy ! Clean residual min=-0.000355 max=0.000370 Jy/beam ! Clean residual mean=0.000002 rms=0.000096 Jy/beam ! Combined flux in latest and established models = 0.128236 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 765 components and 0.128236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049461Jy sigma=0.092394 ! Fit after self-cal, rms=0.049471Jy sigma=0.092392 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.000122321 Jy ! Component: 100 - total flux cleaned = 0.000198907 Jy ! Component: 150 - total flux cleaned = 0.00021978 Jy ! Component: 200 - total flux cleaned = 0.000235025 Jy ! Component: 250 - total flux cleaned = 0.000246002 Jy ! Component: 300 - total flux cleaned = 0.000249603 Jy ! Component: 350 - total flux cleaned = 0.000256314 Jy ! Component: 400 - total flux cleaned = 0.000262665 Jy ! Total flux subtracted in 400 components = 0.000262665 Jy ! Clean residual min=-0.000359 max=0.000382 Jy/beam ! Clean residual mean=0.000002 rms=0.000097 Jy/beam ! Combined flux in latest and established models = 0.128499 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 794 components and 0.128499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049470Jy sigma=0.092390 ! Fit after self-cal, rms=0.049475Jy sigma=0.092390 ! 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.049475Jy sigma=0.092390 ! Fit after self-cal, rms=0.050819Jy sigma=0.088122 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.31 mas, bmaj=41.8 mas, bpa=-0.4219 degrees ! Estimated noise=9.08823 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000368468 Jy ! Component: 100 - total flux cleaned = 0.00044722 Jy ! Component: 150 - total flux cleaned = 0.000430277 Jy ! Component: 200 - total flux cleaned = 0.000436657 Jy ! Component: 250 - total flux cleaned = 0.000436698 Jy ! Component: 300 - total flux cleaned = 0.000443111 Jy ! Component: 350 - total flux cleaned = 0.000453934 Jy ! Component: 400 - total flux cleaned = 0.000458922 Jy ! Total flux subtracted in 400 components = 0.000458922 Jy ! Clean residual min=-0.000443 max=0.000436 Jy/beam ! Clean residual mean=0.000004 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 0.128958 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 861 components and 0.128958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050813Jy sigma=0.088111 ! Fit after self-cal, rms=0.051028Jy sigma=0.088063 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-117, 6.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.1832e-05 Jy ! Component: 100 - total flux cleaned = -0.000160232 Jy ! Component: 150 - total flux cleaned = -0.000236695 Jy ! Component: 200 - total flux cleaned = -0.000369159 Jy ! Component: 250 - total flux cleaned = -0.000491888 Jy ! Component: 300 - total flux cleaned = -0.000629032 Jy ! Component: 350 - total flux cleaned = -0.000765826 Jy ! Component: 400 - total flux cleaned = -0.000888906 Jy ! Total flux subtracted in 400 components = -0.000888906 Jy ! Clean residual min=-0.000358 max=0.000439 Jy/beam ! Clean residual mean=-0.000001 rms=0.000098 Jy/beam ! Combined flux in latest and established models = 0.128069 Jy ! Performing phase self-cal ! Adding 105 model components to the UV plane model. ! The established model now contains 962 components and 0.128069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051021Jy sigma=0.088050 ! Fit after self-cal, rms=0.051033Jy sigma=0.088048 ! Inverting map ! Added new window around map position (25.5, -64.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.01886e-05 Jy ! Component: 100 - total flux cleaned = -0.000153546 Jy ! Component: 150 - total flux cleaned = -0.00019648 Jy ! Component: 200 - total flux cleaned = -0.000188835 Jy ! Component: 250 - total flux cleaned = -0.000160675 Jy ! Component: 300 - total flux cleaned = -0.000147125 Jy ! Component: 350 - total flux cleaned = -0.00012118 Jy ! Component: 400 - total flux cleaned = -0.000108676 Jy ! Total flux subtracted in 400 components = -0.000108676 Jy ! Clean residual min=-0.000219 max=0.000206 Jy/beam ! Clean residual mean=-0.000000 rms=0.000057 Jy/beam ! Combined flux in latest and established models = 0.12796 Jy ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 1070 components and 0.12796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051030Jy sigma=0.088036 ! Fit after self-cal, rms=0.051050Jy sigma=0.088034 ! 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=5.122 mas, bmaj=30.75 mas, bpa=-13.25 degrees ! Estimated noise=9.42448 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.122 x 30.75 at -13.25 degrees (North through East) ! Clean map min=-0.002622 max=0.085569 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=3.332 mas, bmaj=32.86 mas, bpa=-14.87 degrees ! Estimated noise=23.1313 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0744917 Jy ! Component: 100 - total flux cleaned = 0.0998862 Jy ! Component: 150 - total flux cleaned = 0.111496 Jy ! Component: 200 - total flux cleaned = 0.114229 Jy ! Component: 250 - total flux cleaned = 0.116809 Jy ! Component: 300 - total flux cleaned = 0.117993 Jy ! Component: 350 - total flux cleaned = 0.11771 Jy ! Component: 400 - total flux cleaned = 0.117836 Jy ! Total flux subtracted in 400 components = 0.117836 Jy ! Clean residual min=-0.003342 max=0.002790 Jy/beam ! Clean residual mean=0.000014 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.117837 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.117837 Jy ! Inverting map and beam ! Estimated beam: bmin=5.122 mas, bmaj=30.75 mas, bpa=-13.25 degrees ! Estimated noise=9.42448 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (105.5, 79.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00226743 Jy ! Component: 100 - total flux cleaned = 0.0031564 Jy ! Component: 150 - total flux cleaned = 0.0037298 Jy ! Component: 200 - total flux cleaned = 0.00437101 Jy ! Component: 250 - total flux cleaned = 0.00449195 Jy ! Component: 300 - total flux cleaned = 0.0044309 Jy ! Component: 350 - total flux cleaned = 0.00448546 Jy ! Component: 400 - total flux cleaned = 0.00458634 Jy ! Total flux subtracted in 400 components = 0.00458634 Jy ! Clean residual min=-0.001518 max=0.001234 Jy/beam ! Clean residual mean=0.000006 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.122423 Jy ! Adding 103 model components to the UV plane model. ! The established model now contains 196 components and 0.122423 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=11.31 mas, bmaj=41.8 mas, bpa=-0.4219 degrees ! Estimated noise=9.08823 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000639089 Jy ! Component: 100 - total flux cleaned = 0.000882832 Jy ! Component: 150 - total flux cleaned = 0.00102891 Jy ! Component: 200 - total flux cleaned = 0.00109559 Jy ! Component: 250 - total flux cleaned = 0.00103243 Jy ! Component: 300 - total flux cleaned = 0.00112283 Jy ! Component: 350 - total flux cleaned = 0.00112176 Jy ! Component: 400 - total flux cleaned = 0.00114788 Jy ! Total flux subtracted in 400 components = 0.00114788 Jy ! Clean residual min=-0.000808 max=0.000717 Jy/beam ! Clean residual mean=-0.000001 rms=0.000209 Jy/beam ! Combined flux in latest and established models = 0.123571 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 = 2.44254e-05 Jy ! Component: 100 - total flux cleaned = 2.40792e-05 Jy ! Component: 150 - total flux cleaned = -2.01322e-05 Jy ! Component: 200 - total flux cleaned = 1.50353e-06 Jy ! Component: 250 - total flux cleaned = -1.90222e-05 Jy ! Component: 300 - total flux cleaned = 4.13431e-05 Jy ! Component: 350 - total flux cleaned = 6.04957e-05 Jy ! Component: 400 - total flux cleaned = 4.20023e-05 Jy ! Total flux subtracted in 400 components = 4.20023e-05 Jy ! Clean residual min=-0.000639 max=0.000574 Jy/beam ! Clean residual mean=-0.000004 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.123613 Jy ! Adding 142 model components to the UV plane model. ! The established model now contains 334 components and 0.123613 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.122 mas, bmaj=30.75 mas, bpa=-13.25 degrees ! Estimated noise=9.42448 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000221618 Jy ! Component: 100 - total flux cleaned = -0.00014093 Jy ! Component: 150 - total flux cleaned = -3.48448e-05 Jy ! Component: 200 - total flux cleaned = -1.00005e-05 Jy ! Component: 250 - total flux cleaned = -0.00015881 Jy ! Component: 300 - total flux cleaned = -0.00032914 Jy ! Component: 350 - total flux cleaned = -0.000520031 Jy ! Component: 400 - total flux cleaned = -0.000708156 Jy ! Total flux subtracted in 400 components = -0.000708156 Jy ! Clean residual min=-0.000677 max=0.000714 Jy/beam ! Clean residual mean=-0.000000 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.122905 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 398 components and 0.122905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051249Jy sigma=0.088274 ! Fit after self-cal, rms=0.051197Jy sigma=0.088239 wmodel /scr/pima/rdv94_uvs/J1540-3906_S_map.mod ! Writing 398 model components to file: /scr/pima/rdv94_uvs/J1540-3906_S_map.mod wobs /scr/pima/rdv94_uvs/J1540-3906_S_uvs.fits ! Applying 704 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J1540-3906_S_uvs.fits wwins /scr/pima/rdv94_uvs/J1540-3906_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv94_uvs/J1540-3906_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.000164944 Jy ! Component: 100 - total flux cleaned = -0.000282875 Jy ! Component: 150 - total flux cleaned = -0.000233355 Jy ! Component: 200 - total flux cleaned = -0.000213884 Jy ! Component: 250 - total flux cleaned = -0.000240955 Jy ! Component: 300 - total flux cleaned = -0.0002761 Jy ! Component: 350 - total flux cleaned = -0.000396386 Jy ! Component: 400 - total flux cleaned = -0.000514535 Jy ! Component: 450 - total flux cleaned = -0.000622267 Jy ! Component: 500 - total flux cleaned = -0.000736392 Jy ! Component: 550 - total flux cleaned = -0.000832839 Jy ! Component: 600 - total flux cleaned = -0.000912278 Jy ! Component: 650 - total flux cleaned = -0.0010221 Jy ! Component: 700 - total flux cleaned = -0.00110733 Jy ! Component: 750 - total flux cleaned = -0.00122238 Jy ! Component: 800 - total flux cleaned = -0.00134381 Jy ! Component: 850 - total flux cleaned = -0.00143395 Jy ! Component: 900 - total flux cleaned = -0.00152332 Jy ! Component: 950 - total flux cleaned = -0.00159711 Jy ! Component: 1000 - total flux cleaned = -0.00167032 Jy ! Component: 1050 - total flux cleaned = -0.00169937 Jy ! Component: 1100 - total flux cleaned = -0.00174984 Jy ! Component: 1150 - total flux cleaned = -0.00180008 Jy ! Component: 1200 - total flux cleaned = -0.00184997 Jy ! Component: 1250 - total flux cleaned = -0.00188549 Jy ! Component: 1300 - total flux cleaned = -0.00195641 Jy ! Component: 1350 - total flux cleaned = -0.00204145 Jy ! Component: 1400 - total flux cleaned = -0.00211937 Jy ! Component: 1450 - total flux cleaned = -0.00219018 Jy ! Component: 1500 - total flux cleaned = -0.00226096 Jy ! Component: 1550 - total flux cleaned = -0.00233175 Jy ! Component: 1600 - total flux cleaned = -0.0023955 Jy ! Component: 1650 - total flux cleaned = -0.00246644 Jy ! Component: 1700 - total flux cleaned = -0.00253032 Jy ! Component: 1750 - total flux cleaned = -0.00259431 Jy ! Component: 1800 - total flux cleaned = -0.00265843 Jy ! Component: 1850 - total flux cleaned = -0.00271551 Jy ! Component: 1900 - total flux cleaned = -0.0027656 Jy ! Component: 1950 - total flux cleaned = -0.00281584 Jy ! Component: 2000 - total flux cleaned = -0.00286626 Jy ! Component: 2050 - total flux cleaned = -0.00291692 Jy ! Component: 2100 - total flux cleaned = -0.00296776 Jy ! Component: 2150 - total flux cleaned = -0.00300427 Jy ! Component: 2200 - total flux cleaned = -0.00307025 Jy ! Component: 2250 - total flux cleaned = -0.00312934 Jy ! Component: 2300 - total flux cleaned = -0.0031814 Jy ! Component: 2350 - total flux cleaned = -0.00324884 Jy ! Component: 2400 - total flux cleaned = -0.00331688 Jy ! Component: 2450 - total flux cleaned = -0.00338538 Jy ! Component: 2500 - total flux cleaned = -0.00342373 Jy ! Component: 2550 - total flux cleaned = -0.00347027 Jy ! Component: 2600 - total flux cleaned = -0.00350932 Jy ! Component: 2650 - total flux cleaned = -0.0035567 Jy ! Component: 2700 - total flux cleaned = -0.00358857 Jy ! Component: 2750 - total flux cleaned = -0.00364492 Jy ! Component: 2800 - total flux cleaned = -0.00363676 Jy ! Component: 2850 - total flux cleaned = -0.00363671 Jy ! Component: 2900 - total flux cleaned = -0.00363662 Jy ! Component: 2950 - total flux cleaned = -0.00363663 Jy ! Component: 3000 - total flux cleaned = -0.00364532 Jy ! Component: 3050 - total flux cleaned = -0.00366308 Jy ! Component: 3100 - total flux cleaned = -0.00367203 Jy ! Component: 3150 - total flux cleaned = -0.00369022 Jy ! Component: 3200 - total flux cleaned = -0.00368107 Jy ! Component: 3250 - total flux cleaned = -0.0036906 Jy ! Component: 3300 - total flux cleaned = -0.00368106 Jy ! Component: 3350 - total flux cleaned = -0.00368097 Jy ! Component: 3400 - total flux cleaned = -0.00367088 Jy ! Component: 3450 - total flux cleaned = -0.00368103 Jy ! Component: 3500 - total flux cleaned = -0.00368131 Jy ! Component: 3550 - total flux cleaned = -0.0036814 Jy ! Component: 3600 - total flux cleaned = -0.00369237 Jy ! Component: 3650 - total flux cleaned = -0.00369244 Jy ! Component: 3700 - total flux cleaned = -0.00370384 Jy ! Component: 3750 - total flux cleaned = -0.00371542 Jy ! Component: 3800 - total flux cleaned = -0.00372732 Jy ! Component: 3850 - total flux cleaned = -0.00372734 Jy ! Component: 3900 - total flux cleaned = -0.00373972 Jy ! Component: 3950 - total flux cleaned = -0.00375247 Jy ! Component: 4000 - total flux cleaned = -0.00375243 Jy ! Component: 4050 - total flux cleaned = -0.00376596 Jy ! Total flux subtracted in 4096 components = -0.00376605 Jy ! Clean residual min=-0.000784 max=0.000742 Jy/beam ! Clean residual mean=-0.000004 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.119139 Jy keep ! Adding 197 model components to the UV plane model. ! The established model now contains 591 components and 0.119139 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J1540-3906_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.122 x 30.75 at -13.25 degrees (North through East) ! Clean map min=-0.0025016 max=0.083982 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J1540-3906_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.0839 rms= 0.0003 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J1540-3906_S_uvs.log closed on Tue Oct 8 12:21:56 2013