! Started logfile: /scr/pima/rdv62_uvs/J1107-4449_X_uvs.log on Fri Nov 22 22:37:10 2013 obs /scr/pima/rdv62_uvs/J1107-4449_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv62_uvs/J1107-4449_X_uva.fits ! AN table 1: 7 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.598639 visibilities/baseline/integration-bin. ! Found source: J1107-4449 ! ! 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 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 352 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/rdv62_uvs/J1107-4449_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:KK 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 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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.501655Jy sigma=17.886604 ! Fit after self-cal, rms=0.601714Jy sigma=5.223672 ! 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 \] flag 1:KK ! Flagging baselines of antenna 1:KK in the currently selected channels. ![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.8847 mas, bmaj=13.64 mas, bpa=-20.32 degrees ! Estimated noise=10.3645 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.957 Jy ! Component: 100 - total flux cleaned = 1.29933 Jy ! Total flux subtracted in 100 components = 1.29933 Jy ! Clean residual min=-0.102245 max=0.140652 Jy/beam ! Clean residual mean=0.003427 rms=0.055540 Jy/beam ! Combined flux in latest and established models = 1.29933 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 41 components and 1.29933 Jy ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.463927Jy sigma=3.172002 ! Fit after self-cal, rms=0.467216Jy sigma=3.197069 ! Inverting map and beam ! Estimated beam: bmin=0.8942 mas, bmaj=13.62 mas, bpa=-20.24 degrees ! Estimated noise=9.81688 mJy/beam. 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.507 mas, bmaj=13.9 mas, bpa=-19.28 degrees ! Estimated noise=4.85416 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.181045 Jy ! Component: 100 - total flux cleaned = 0.227737 Jy ! Component: 150 - total flux cleaned = 0.265997 Jy ! Component: 200 - total flux cleaned = 0.290603 Jy ! Total flux subtracted in 200 components = 0.290603 Jy ! Clean residual min=-0.029004 max=0.028919 Jy/beam ! Clean residual mean=0.000906 rms=0.013455 Jy/beam ! Combined flux in latest and established models = 1.58993 Jy ! Performing phase self-cal ! Adding 126 model components to the UV plane model. ! The established model now contains 164 components and 1.58993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.410149Jy sigma=1.229159 ! Fit after self-cal, rms=0.410098Jy sigma=1.226540 ! 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KK 1.00* KP 1.05 LA 0.95 ! MK 0.91 OV 10.54 PT 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KK 1.00* KP 1.02 LA 0.94 ! MK 1.04 OV 12.52 PT 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KK 1.00* KP 0.93 LA 1.03 ! MK 1.00 OV 8.38 PT 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KK 1.00* KP 0.96 LA 0.99 ! MK 1.04 OV 7.54 PT 1.03 ! ! ! Fit before self-cal, rms=0.410098Jy sigma=1.226540 ! Fit after self-cal, rms=0.217672Jy sigma=0.793516 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.438 mas, bmaj=14.11 mas, bpa=-19.4 degrees ! Estimated noise=5.14235 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.000727766 Jy ! Component: 100 - total flux cleaned = 0.00035878 Jy ! Component: 150 - total flux cleaned = 0.00236019 Jy ! Component: 200 - total flux cleaned = 0.00427498 Jy ! Total flux subtracted in 200 components = 0.00427498 Jy ! Clean residual min=-0.005370 max=0.005307 Jy/beam ! Clean residual mean=0.000104 rms=0.001599 Jy/beam ! Combined flux in latest and established models = 1.59421 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 203 components and 1.59421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.216494Jy sigma=0.766797 ! Fit after self-cal, rms=0.216457Jy sigma=0.766427 ! 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.216457Jy sigma=0.766427 ! Fit after self-cal, rms=0.217154Jy sigma=0.764837 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.44 mas, bmaj=14.12 mas, bpa=-19.4 degrees ! Estimated noise=5.14592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000186573 Jy ! Component: 100 - total flux cleaned = -0.00110563 Jy ! Component: 150 - total flux cleaned = -0.0024092 Jy ! Component: 200 - total flux cleaned = -0.0039337 Jy ! Total flux subtracted in 200 components = -0.0039337 Jy ! Clean residual min=-0.003211 max=0.003250 Jy/beam ! Clean residual mean=-0.000008 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 1.59027 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 232 components and 1.59027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.216647Jy sigma=0.760441 ! Fit after self-cal, rms=0.216603Jy sigma=0.759807 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.00152583 Jy ! Component: 100 - total flux cleaned = -0.00231386 Jy ! Component: 150 - total flux cleaned = -0.0018458 Jy ! Component: 200 - total flux cleaned = -0.00149417 Jy ! Total flux subtracted in 200 components = -0.00149417 Jy ! Clean residual min=-0.001967 max=0.001971 Jy/beam ! Clean residual mean=0.000000 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 1.58878 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 280 components and 1.58878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.216131Jy sigma=0.757377 ! Fit after self-cal, rms=0.216152Jy sigma=0.757299 ! 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.216152Jy sigma=0.757299 ! Fit after self-cal, rms=0.215377Jy sigma=0.757064 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.438 mas, bmaj=14.12 mas, bpa=-19.41 degrees ! Estimated noise=5.14645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00173028 Jy ! Component: 100 - total flux cleaned = -0.00324117 Jy ! Component: 150 - total flux cleaned = -0.00462159 Jy ! Component: 200 - total flux cleaned = -0.00579296 Jy ! Total flux subtracted in 200 components = -0.00579296 Jy ! Clean residual min=-0.001649 max=0.001625 Jy/beam ! Clean residual mean=-0.000007 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 1.58298 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 299 components and 1.58298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.214857Jy sigma=0.756022 ! Fit after self-cal, rms=0.214886Jy sigma=0.755987 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.00124837 Jy ! Component: 100 - total flux cleaned = -0.00158641 Jy ! Component: 150 - total flux cleaned = -0.00134165 Jy ! Component: 200 - total flux cleaned = -0.00109666 Jy ! Total flux subtracted in 200 components = -0.00109666 Jy ! Clean residual min=-0.001366 max=0.001354 Jy/beam ! Clean residual mean=-0.000004 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 1.58189 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 327 components and 1.58189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.214559Jy sigma=0.755230 ! Fit after self-cal, rms=0.214556Jy sigma=0.755164 ! 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.214556Jy sigma=0.755164 ! Fit after self-cal, rms=0.215106Jy sigma=0.755099 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.634 mas, bmaj=23.94 mas, bpa=0.1989 degrees ! Estimated noise=4.8266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000456132 Jy ! Component: 100 - total flux cleaned = 0.000823421 Jy ! Component: 150 - total flux cleaned = 0.00114977 Jy ! Component: 200 - total flux cleaned = 0.00136794 Jy ! Total flux subtracted in 200 components = 0.00136794 Jy ! Clean residual min=-0.000751 max=0.000766 Jy/beam ! Clean residual mean=-0.000004 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 1.58326 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 369 components and 1.58326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.214948Jy sigma=0.754777 ! Fit after self-cal, rms=0.214971Jy sigma=0.754758 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.00059418 Jy ! Component: 100 - total flux cleaned = 0.000662307 Jy ! Component: 150 - total flux cleaned = 0.000760934 Jy ! Component: 200 - total flux cleaned = 0.000796497 Jy ! Total flux subtracted in 200 components = 0.000796497 Jy ! Clean residual min=-0.000626 max=0.000630 Jy/beam ! Clean residual mean=0.000011 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 1.58405 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 405 components and 1.58405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.214793Jy sigma=0.754552 ! Fit after self-cal, rms=0.214803Jy sigma=0.754545 ! 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 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.286207Jy sigma=1.242182 ! Fit after self-cal, rms=0.249927Jy sigma=0.862781 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KK 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 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.249927Jy sigma=0.862781 ! Fit after self-cal, rms=0.190860Jy sigma=0.811598 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.7389 mas, bmaj=15.61 mas, bpa=-20.42 degrees ! Estimated noise=8.01161 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.6, 0.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00483251 Jy ! Component: 100 - total flux cleaned = 0.00608325 Jy ! Component: 150 - total flux cleaned = 0.00659312 Jy ! Component: 200 - total flux cleaned = 0.00700892 Jy ! Total flux subtracted in 200 components = 0.00700892 Jy ! Clean residual min=-0.011275 max=0.009945 Jy/beam ! Clean residual mean=-0.000021 rms=0.003052 Jy/beam ! Combined flux in latest and established models = 1.59106 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 428 components and 1.59106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183993Jy sigma=0.778672 ! Fit after self-cal, rms=0.183383Jy sigma=0.746353 ! 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.019 mas, bmaj=15.14 mas, bpa=-20.17 degrees ! Estimated noise=4.55816 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 (16.6, -29). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168417 Jy ! Component: 100 - total flux cleaned = 0.00142164 Jy ! Component: 150 - total flux cleaned = 0.0016331 Jy ! Component: 200 - total flux cleaned = 0.00201083 Jy ! Component: 250 - total flux cleaned = 0.0020165 Jy ! Component: 300 - total flux cleaned = 0.00173409 Jy ! Component: 350 - total flux cleaned = 0.00148093 Jy ! Component: 400 - total flux cleaned = 0.0010044 Jy ! Total flux subtracted in 400 components = 0.0010044 Jy ! Clean residual min=-0.005372 max=0.004343 Jy/beam ! Clean residual mean=-0.000022 rms=0.001217 Jy/beam ! Combined flux in latest and established models = 1.59206 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 478 components and 1.59206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182011Jy sigma=0.737550 ! Fit after self-cal, rms=0.181874Jy sigma=0.737199 ! 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.000309154 Jy ! Component: 100 - total flux cleaned = -0.00097811 Jy ! Component: 150 - total flux cleaned = -0.00138809 Jy ! Component: 200 - total flux cleaned = -0.00147965 Jy ! Component: 250 - total flux cleaned = -0.00164698 Jy ! Component: 300 - total flux cleaned = -0.00164462 Jy ! Component: 350 - total flux cleaned = -0.00216861 Jy ! Component: 400 - total flux cleaned = -0.0022422 Jy ! Total flux subtracted in 400 components = -0.0022422 Jy ! Clean residual min=-0.004572 max=0.003847 Jy/beam ! Clean residual mean=0.000001 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 1.58982 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 521 components and 1.58982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181545Jy sigma=0.735530 ! Fit after self-cal, rms=0.181484Jy sigma=0.735390 ! 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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.241159Jy sigma=0.745160 ! Fit after self-cal, rms=0.181105Jy sigma=0.734789 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.02 mas, bmaj=15.14 mas, bpa=-20.17 degrees ! Estimated noise=4.56037 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.75739e-05 Jy ! Component: 100 - total flux cleaned = 0.000184599 Jy ! Component: 150 - total flux cleaned = 0.000107888 Jy ! Component: 200 - total flux cleaned = -3.88393e-05 Jy ! Component: 250 - total flux cleaned = -0.000106489 Jy ! Component: 300 - total flux cleaned = -0.000171422 Jy ! Component: 350 - total flux cleaned = -0.000299353 Jy ! Component: 400 - total flux cleaned = -0.000486465 Jy ! Total flux subtracted in 400 components = -0.000486465 Jy ! Clean residual min=-0.004482 max=0.003826 Jy/beam ! Clean residual mean=0.000005 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 1.58934 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 568 components and 1.58934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180790Jy sigma=0.733629 ! Fit after self-cal, rms=0.180775Jy sigma=0.733570 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.000416995 Jy ! Component: 100 - total flux cleaned = -0.00054093 Jy ! Component: 150 - total flux cleaned = -0.000839211 Jy ! Component: 200 - total flux cleaned = -0.00118816 Jy ! Component: 250 - total flux cleaned = -0.00118855 Jy ! Component: 300 - total flux cleaned = -0.00146656 Jy ! Component: 350 - total flux cleaned = -0.00162701 Jy ! Component: 400 - total flux cleaned = -0.00162806 Jy ! Total flux subtracted in 400 components = -0.00162806 Jy ! Clean residual min=-0.004302 max=0.003615 Jy/beam ! Clean residual mean=0.000004 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 1.58771 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 592 components and 1.58771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180569Jy sigma=0.732945 ! Fit after self-cal, rms=0.180553Jy sigma=0.732898 ! 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.180553Jy sigma=0.732898 ! Fit after self-cal, rms=0.180742Jy sigma=0.732751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.021 mas, bmaj=15.14 mas, bpa=-20.17 degrees ! Estimated noise=4.5615 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000172247 Jy ! Component: 100 - total flux cleaned = -0.000134925 Jy ! Component: 150 - total flux cleaned = -0.000304174 Jy ! Component: 200 - total flux cleaned = -0.000464612 Jy ! Component: 250 - total flux cleaned = -0.000568343 Jy ! Component: 300 - total flux cleaned = -0.000725441 Jy ! Component: 350 - total flux cleaned = -0.000927765 Jy ! Component: 400 - total flux cleaned = -0.00112424 Jy ! Total flux subtracted in 400 components = -0.00112424 Jy ! Clean residual min=-0.004086 max=0.003606 Jy/beam ! Clean residual mean=0.000004 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 1.58658 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 620 components and 1.58658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180532Jy sigma=0.732129 ! Fit after self-cal, rms=0.180521Jy sigma=0.732099 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.000416246 Jy ! Component: 100 - total flux cleaned = -0.000609138 Jy ! Component: 150 - total flux cleaned = -0.000893607 Jy ! Component: 200 - total flux cleaned = -0.00122039 Jy ! Component: 250 - total flux cleaned = -0.00149349 Jy ! Component: 300 - total flux cleaned = -0.00149377 Jy ! Component: 350 - total flux cleaned = -0.00167121 Jy ! Component: 400 - total flux cleaned = -0.00184478 Jy ! Total flux subtracted in 400 components = -0.00184478 Jy ! Clean residual min=-0.004007 max=0.003458 Jy/beam ! Clean residual mean=0.000005 rms=0.000828 Jy/beam ! Combined flux in latest and established models = 1.58474 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 640 components and 1.58474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180384Jy sigma=0.731681 ! Fit after self-cal, rms=0.180374Jy sigma=0.731653 ! 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.180374Jy sigma=0.731653 ! Fit after self-cal, rms=0.178943Jy sigma=0.687792 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.622 mas, bmaj=21.06 mas, bpa=-2.93 degrees ! Estimated noise=4.29145 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000315235 Jy ! Component: 100 - total flux cleaned = 0.000322597 Jy ! Component: 150 - total flux cleaned = 0.000269782 Jy ! Component: 200 - total flux cleaned = 0.000385497 Jy ! Component: 250 - total flux cleaned = 0.000364176 Jy ! Component: 300 - total flux cleaned = 0.000343894 Jy ! Component: 350 - total flux cleaned = 0.000288812 Jy ! Component: 400 - total flux cleaned = 0.000218381 Jy ! Total flux subtracted in 400 components = 0.000218381 Jy ! Clean residual min=-0.001915 max=0.001657 Jy/beam ! Clean residual mean=0.000013 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 1.58496 Jy selfcal ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 726 components and 1.58496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178841Jy sigma=0.687337 ! Fit after self-cal, rms=0.178828Jy sigma=0.687295 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 (-51.2, -10.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228708 Jy ! Component: 100 - total flux cleaned = -0.000145085 Jy ! Component: 150 - total flux cleaned = -0.000314145 Jy ! Component: 200 - total flux cleaned = -0.000550558 Jy ! Component: 250 - total flux cleaned = -0.000700737 Jy ! Component: 300 - total flux cleaned = -0.000844062 Jy ! Component: 350 - total flux cleaned = -0.000878009 Jy ! Component: 400 - total flux cleaned = -0.000813106 Jy ! Total flux subtracted in 400 components = -0.000813106 Jy ! Clean residual min=-0.000883 max=0.000921 Jy/beam ! Clean residual mean=0.000005 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 1.58414 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 795 components and 1.58414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178548Jy sigma=0.686521 ! Fit after self-cal, rms=0.178566Jy sigma=0.686505 ! 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.021 mas, bmaj=15.13 mas, bpa=-20.17 degrees ! Estimated noise=4.55961 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.021 x 15.13 at -20.17 degrees (North through East) ! Clean map min=-0.0083152 max=0.87919 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178566Jy sigma=0.686505 ! Fit after self-cal, rms=0.154574Jy sigma=0.516456 ! Inverting map and beam ! Estimated beam: bmin=1.022 mas, bmaj=15.12 mas, bpa=-20.16 degrees ! Estimated noise=4.56462 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000215205 Jy ! Component: 100 - total flux cleaned = -0.000329424 Jy ! Component: 150 - total flux cleaned = -0.000141804 Jy ! Component: 200 - total flux cleaned = -5.79361e-05 Jy ! Component: 250 - total flux cleaned = -5.92606e-05 Jy ! Component: 300 - total flux cleaned = 7.02937e-06 Jy ! Component: 350 - total flux cleaned = -0.000115249 Jy ! Component: 400 - total flux cleaned = -0.000173807 Jy ! Total flux subtracted in 400 components = -0.000173807 Jy ! Clean residual min=-0.002053 max=0.002255 Jy/beam ! Clean residual mean=-0.000000 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 1.58397 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 838 components and 1.58397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154069Jy sigma=0.514157 ! Fit after self-cal, rms=0.154074Jy sigma=0.514088 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000313428 Jy ! Component: 100 - total flux cleaned = -0.000426982 Jy ! Component: 150 - total flux cleaned = -0.000587269 Jy ! Component: 200 - total flux cleaned = -0.000587467 Jy ! Component: 250 - total flux cleaned = -0.000735304 Jy ! Component: 300 - total flux cleaned = -0.000879484 Jy ! Component: 350 - total flux cleaned = -0.00111496 Jy ! Component: 400 - total flux cleaned = -0.00129912 Jy ! Total flux subtracted in 400 components = -0.00129912 Jy ! Clean residual min=-0.002025 max=0.002177 Jy/beam ! Clean residual mean=-0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 1.58267 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 879 components and 1.58267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153820Jy sigma=0.513433 ! Fit after self-cal, rms=0.153829Jy sigma=0.513415 ! Inverting map ! Added new window around map position (21.4, 41.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000250503 Jy ! Component: 100 - total flux cleaned = 0.000351046 Jy ! Component: 150 - total flux cleaned = 0.000424515 Jy ! Component: 200 - total flux cleaned = 0.000563373 Jy ! Component: 250 - total flux cleaned = 0.000436382 Jy ! Component: 300 - total flux cleaned = 0.000432245 Jy ! Component: 350 - total flux cleaned = 0.000537641 Jy ! Component: 400 - total flux cleaned = 0.000382085 Jy ! Total flux subtracted in 400 components = 0.000382085 Jy ! Clean residual min=-0.001734 max=0.001578 Jy/beam ! Clean residual mean=-0.000004 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 1.58305 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 929 components and 1.58305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153471Jy sigma=0.512378 ! Fit after self-cal, rms=0.153474Jy sigma=0.512325 ! Inverting map ! Added new window around map position (41.6, 50.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.32035e-05 Jy ! Component: 100 - total flux cleaned = -3.97349e-05 Jy ! Component: 150 - total flux cleaned = -0.000103122 Jy ! Component: 200 - total flux cleaned = -9.95358e-05 Jy ! Component: 250 - total flux cleaned = -0.00024791 Jy ! Component: 300 - total flux cleaned = -0.000625191 Jy ! Component: 350 - total flux cleaned = -0.000990656 Jy ! Component: 400 - total flux cleaned = -0.00116912 Jy ! Total flux subtracted in 400 components = -0.00116912 Jy ! Clean residual min=-0.001712 max=0.001454 Jy/beam ! Clean residual mean=-0.000006 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 1.58188 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 988 components and 1.58188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153174Jy sigma=0.511653 ! Fit after self-cal, rms=0.153173Jy sigma=0.511608 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153173Jy sigma=0.511608 ! Fit after self-cal, rms=0.153122Jy sigma=0.511523 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.7406 mas, bmaj=15.6 mas, bpa=-20.42 degrees ! Estimated noise=8.03355 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.803736 Jy ! Component: 100 - total flux cleaned = 1.14692 Jy ! Component: 150 - total flux cleaned = 1.32334 Jy ! Component: 200 - total flux cleaned = 1.41967 Jy ! Component: 250 - total flux cleaned = 1.47583 Jy ! Component: 300 - total flux cleaned = 1.49865 Jy ! Component: 350 - total flux cleaned = 1.51432 Jy ! Component: 400 - total flux cleaned = 1.5239 Jy ! Total flux subtracted in 400 components = 1.5239 Jy ! Clean residual min=-0.022335 max=0.025411 Jy/beam ! Clean residual mean=0.000527 rms=0.007987 Jy/beam ! Combined flux in latest and established models = 1.5239 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 161 model components to the UV plane model. ! The established model now contains 161 components and 1.5239 Jy ! Inverting map and beam ! Estimated beam: bmin=1.022 mas, bmaj=15.12 mas, bpa=-20.16 degrees ! Estimated noise=4.56326 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 (49.2, -23). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131602 Jy ! Component: 100 - total flux cleaned = 0.0234227 Jy ! Component: 150 - total flux cleaned = 0.0323533 Jy ! Component: 200 - total flux cleaned = 0.0368968 Jy ! Component: 250 - total flux cleaned = 0.0418424 Jy ! Component: 300 - total flux cleaned = 0.0438092 Jy ! Component: 350 - total flux cleaned = 0.0450023 Jy ! Component: 400 - total flux cleaned = 0.0472741 Jy ! Total flux subtracted in 400 components = 0.0472741 Jy ! Clean residual min=-0.007803 max=0.006856 Jy/beam ! Clean residual mean=0.000116 rms=0.001923 Jy/beam ! Combined flux in latest and established models = 1.57118 Jy ! Adding 136 model components to the UV plane model. ! The established model now contains 297 components and 1.57118 Jy ! Inverting map ! Added new window around map position (-15, -28.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00120315 Jy ! Component: 100 - total flux cleaned = -0.00175962 Jy ! Component: 150 - total flux cleaned = -0.00210387 Jy ! Component: 200 - total flux cleaned = -0.00252287 Jy ! Component: 250 - total flux cleaned = -0.00278014 Jy ! Component: 300 - total flux cleaned = -0.00302245 Jy ! Component: 350 - total flux cleaned = -0.00383559 Jy ! Component: 400 - total flux cleaned = -0.00451546 Jy ! Total flux subtracted in 400 components = -0.00451546 Jy ! Clean residual min=-0.002535 max=0.002543 Jy/beam ! Clean residual mean=-0.000033 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 1.56666 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 360 components and 1.56666 Jy ! Inverting map ! Added new window around map position (-32.6, 1.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133202 Jy ! Component: 100 - total flux cleaned = 0.00193782 Jy ! Component: 150 - total flux cleaned = 0.00212142 Jy ! Component: 200 - total flux cleaned = 0.00168667 Jy ! Component: 250 - total flux cleaned = 0.00126397 Jy ! Component: 300 - total flux cleaned = 0.000759277 Jy ! Component: 350 - total flux cleaned = 0.000259597 Jy ! Component: 400 - total flux cleaned = -0.000238495 Jy ! Total flux subtracted in 400 components = -0.000238495 Jy ! Clean residual min=-0.002042 max=0.001803 Jy/beam ! Clean residual mean=-0.000018 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 1.56642 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 418 components and 1.56643 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=5.625 mas, bmaj=21.08 mas, bpa=-2.906 degrees ! Estimated noise=4.29112 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00112293 Jy ! Component: 100 - total flux cleaned = -0.0012981 Jy ! Component: 150 - total flux cleaned = -0.00135153 Jy ! Component: 200 - total flux cleaned = -0.0015039 Jy ! Component: 250 - total flux cleaned = -0.00160235 Jy ! Component: 300 - total flux cleaned = -0.00131072 Jy ! Component: 350 - total flux cleaned = -0.000777446 Jy ! Component: 400 - total flux cleaned = -0.000241019 Jy ! Total flux subtracted in 400 components = -0.000241019 Jy ! Clean residual min=-0.000969 max=0.001098 Jy/beam ! Clean residual mean=0.000003 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 1.56618 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) ! Added new window around map position (35.2, -51.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000703377 Jy ! Component: 100 - total flux cleaned = 0.00128365 Jy ! Component: 150 - total flux cleaned = 0.00178648 Jy ! Component: 200 - total flux cleaned = 0.00226114 Jy ! Component: 250 - total flux cleaned = 0.00276698 Jy ! Component: 300 - total flux cleaned = 0.00331195 Jy ! Component: 350 - total flux cleaned = 0.00381822 Jy ! Component: 400 - total flux cleaned = 0.00436266 Jy ! Total flux subtracted in 400 components = 0.00436266 Jy ! Clean residual min=-0.002147 max=0.001357 Jy/beam ! Clean residual mean=0.000024 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 1.57055 Jy ! Adding 172 model components to the UV plane model. ! The established model now contains 587 components and 1.57055 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.022 mas, bmaj=15.12 mas, bpa=-20.16 degrees ! Estimated noise=4.56326 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145075 Jy ! Component: 100 - total flux cleaned = 0.0014488 Jy ! Component: 150 - total flux cleaned = 0.0013105 Jy ! Component: 200 - total flux cleaned = 0.00130906 Jy ! Component: 250 - total flux cleaned = 0.00143954 Jy ! Component: 300 - total flux cleaned = 0.00195639 Jy ! Component: 350 - total flux cleaned = 0.00246865 Jy ! Component: 400 - total flux cleaned = 0.00291214 Jy ! Total flux subtracted in 400 components = 0.00291214 Jy ! Clean residual min=-0.002089 max=0.001630 Jy/beam ! Clean residual mean=0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 1.57346 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 641 components and 1.57346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156870Jy sigma=0.514873 ! Fit after self-cal, rms=0.156401Jy sigma=0.513479 wmodel /scr/pima/rdv62_uvs/J1107-4449_X_map.mod ! Writing 641 model components to file: /scr/pima/rdv62_uvs/J1107-4449_X_map.mod wobs /scr/pima/rdv62_uvs/J1107-4449_X_uvs.fits ! Applying 301 buffered edits. ! Writing UV FITS file: /scr/pima/rdv62_uvs/J1107-4449_X_uvs.fits wwins /scr/pima/rdv62_uvs/J1107-4449_X_map.win ! wwins: Wrote 9 windows to /scr/pima/rdv62_uvs/J1107-4449_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.000398394 Jy ! Component: 100 - total flux cleaned = -0.00046026 Jy ! Component: 150 - total flux cleaned = -0.000404321 Jy ! Component: 200 - total flux cleaned = -0.000404081 Jy ! Component: 250 - total flux cleaned = -0.000453272 Jy ! Component: 300 - total flux cleaned = -0.000453669 Jy ! Component: 350 - total flux cleaned = -0.000359974 Jy ! Component: 400 - total flux cleaned = -0.000268017 Jy ! Component: 450 - total flux cleaned = -0.000154761 Jy ! Component: 500 - total flux cleaned = -0.000154448 Jy ! Component: 550 - total flux cleaned = -8.76492e-05 Jy ! Component: 600 - total flux cleaned = -8.77066e-05 Jy ! Component: 650 - total flux cleaned = -6.57368e-05 Jy ! Component: 700 - total flux cleaned = -2.1984e-05 Jy ! Component: 750 - total flux cleaned = 4.3694e-05 Jy ! Component: 800 - total flux cleaned = 6.55153e-05 Jy ! Component: 850 - total flux cleaned = 0.000131046 Jy ! Component: 900 - total flux cleaned = 0.000240131 Jy ! Component: 950 - total flux cleaned = 0.000371401 Jy ! Component: 1000 - total flux cleaned = 0.000568243 Jy ! Component: 1050 - total flux cleaned = 0.000743888 Jy ! Component: 1100 - total flux cleaned = 0.000832186 Jy ! Component: 1150 - total flux cleaned = 0.000876739 Jy ! Component: 1200 - total flux cleaned = 0.00092142 Jy ! Component: 1250 - total flux cleaned = 0.00103504 Jy ! Component: 1300 - total flux cleaned = 0.0011272 Jy ! Component: 1350 - total flux cleaned = 0.00124381 Jy ! Component: 1400 - total flux cleaned = 0.00133833 Jy ! Component: 1450 - total flux cleaned = 0.00143431 Jy ! Component: 1500 - total flux cleaned = 0.00145866 Jy ! Component: 1550 - total flux cleaned = 0.00150793 Jy ! Component: 1600 - total flux cleaned = 0.00153358 Jy ! Component: 1650 - total flux cleaned = 0.0015076 Jy ! Component: 1700 - total flux cleaned = 0.00156005 Jy ! Component: 1750 - total flux cleaned = 0.00150652 Jy ! Component: 1800 - total flux cleaned = 0.00153383 Jy ! Component: 1850 - total flux cleaned = 0.00150585 Jy ! Component: 1900 - total flux cleaned = 0.00156287 Jy ! Component: 1950 - total flux cleaned = 0.00159193 Jy ! Component: 2000 - total flux cleaned = 0.00168104 Jy ! Component: 2050 - total flux cleaned = 0.00168085 Jy ! Component: 2100 - total flux cleaned = 0.0017744 Jy ! Component: 2150 - total flux cleaned = 0.00180616 Jy ! Component: 2200 - total flux cleaned = 0.00187168 Jy ! Component: 2250 - total flux cleaned = 0.00193859 Jy ! Component: 2300 - total flux cleaned = 0.00193842 Jy ! Component: 2350 - total flux cleaned = 0.00200948 Jy ! Component: 2400 - total flux cleaned = 0.00200927 Jy ! Component: 2450 - total flux cleaned = 0.00204587 Jy ! Component: 2500 - total flux cleaned = 0.00208459 Jy ! Component: 2550 - total flux cleaned = 0.00212432 Jy ! Component: 2600 - total flux cleaned = 0.00216498 Jy ! Component: 2650 - total flux cleaned = 0.0022068 Jy ! Component: 2700 - total flux cleaned = 0.00224886 Jy ! Component: 2750 - total flux cleaned = 0.00224848 Jy ! Component: 2800 - total flux cleaned = 0.00229433 Jy ! Component: 2850 - total flux cleaned = 0.00224817 Jy ! Component: 2900 - total flux cleaned = 0.00224784 Jy ! Component: 2950 - total flux cleaned = 0.0022465 Jy ! Component: 3000 - total flux cleaned = 0.00224618 Jy ! Component: 3050 - total flux cleaned = 0.00229976 Jy ! Component: 3100 - total flux cleaned = 0.00219226 Jy ! Component: 3150 - total flux cleaned = 0.00219326 Jy ! Component: 3200 - total flux cleaned = 0.00225182 Jy ! Component: 3250 - total flux cleaned = 0.00219308 Jy ! Component: 3300 - total flux cleaned = 0.0021319 Jy ! Component: 3350 - total flux cleaned = 0.0021321 Jy ! Component: 3400 - total flux cleaned = 0.0021954 Jy ! Component: 3450 - total flux cleaned = 0.00226264 Jy ! Component: 3500 - total flux cleaned = 0.00219359 Jy ! Component: 3550 - total flux cleaned = 0.00219569 Jy ! Component: 3600 - total flux cleaned = 0.0021946 Jy ! Component: 3650 - total flux cleaned = 0.00219468 Jy ! Component: 3700 - total flux cleaned = 0.00219421 Jy ! Component: 3750 - total flux cleaned = 0.00227585 Jy ! Component: 3800 - total flux cleaned = 0.00219375 Jy ! Component: 3850 - total flux cleaned = 0.00219403 Jy ! Component: 3900 - total flux cleaned = 0.00219179 Jy ! Component: 3950 - total flux cleaned = 0.00228132 Jy ! Component: 4000 - total flux cleaned = 0.00218814 Jy ! Component: 4050 - total flux cleaned = 0.00199575 Jy ! Total flux subtracted in 4096 components = 0.00219353 Jy ! Clean residual min=-0.005494 max=0.005551 Jy/beam ! Clean residual mean=-0.000091 rms=0.001894 Jy/beam ! Combined flux in latest and established models = 1.57565 Jy keep ! Adding 141 model components to the UV plane model. ! The established model now contains 778 components and 1.57565 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv62_uvs/J1107-4449_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.022 x 15.12 at -20.16 degrees (North through East) ! Clean map min=-0.014321 max=0.77111 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv62_uvs/J1107-4449_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.7711 rms= 0.00222 Jy quit ! Quitting program ! Log file /scr/pima/rdv62_uvs/J1107-4449_X_uvs.log closed on Fri Nov 22 22:37:20 2013