! Started logfile: /scr/pima/rdv93_uvs/J1107-4449_S_uvs.log on Tue Oct 8 15:28:31 2013 obs /scr/pima/rdv93_uvs/J1107-4449_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1107-4449_S_uva.fits ! AN table 1: 5 integrations on 1 of 1 possible baselines. ! AN table 2: 5 integrations on 3 of 3 possible baselines. ! AN table 3: 2 integrations on 3 of 3 possible baselines. ! AN table 4: 2 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.73913 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 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 136 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv93_uvs/J1107-4449_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:FT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 4:FD self-cal status=correctable weight=1 ! 4:LA self-cal status=correctable weight=1 ! 4:MK self-cal status=correctable weight=1 ! 4:OV self-cal status=correctable weight=1 ! 4:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Fit before self-cal, rms=2.021154Jy sigma=57.643744 ! Fit after self-cal, rms=0.849284Jy sigma=25.199612 ! 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:FT ! Flagging baselines of antenna 1:FT 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=3.279 mas, bmaj=28.63 mas, bpa=-16.45 degrees ! Estimated noise=5.17175 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 = 1.26491 Jy ! Component: 100 - total flux cleaned = 1.72358 Jy ! Total flux subtracted in 100 components = 1.72358 Jy ! Clean residual min=-0.164832 max=0.185325 Jy/beam ! Clean residual mean=-0.003406 rms=0.069486 Jy/beam ! Combined flux in latest and established models = 1.72358 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 31 components and 1.72358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.302949Jy sigma=8.950346 ! Fit after self-cal, rms=0.302721Jy sigma=8.948752 ! 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.792 mas, bmaj=45.34 mas, bpa=-17.59 degrees ! Estimated noise=2.75237 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.0791307 Jy ! Component: 100 - total flux cleaned = 0.0269833 Jy ! Component: 150 - total flux cleaned = -0.0152782 Jy ! Component: 200 - total flux cleaned = -0.0453134 Jy ! Total flux subtracted in 200 components = -0.0453134 Jy ! Clean residual min=-0.018992 max=0.018444 Jy/beam ! Clean residual mean=-0.001997 rms=0.010025 Jy/beam ! Combined flux in latest and established models = 1.67826 Jy ! Performing phase self-cal ! Adding 103 model components to the UV plane model. ! The established model now contains 120 components and 1.67826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.214813Jy sigma=6.348229 ! Fit after self-cal, rms=0.214715Jy sigma=6.347227 ! 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: ! FT 0.00* SC 0.00* ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! KP 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 4: ! FD 1.01 LA 1.06 MK 0.92 OV 1.00* ! PT 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FT 0.00* SC 0.00* ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! KP 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 4: ! FD 1.04 LA 1.00 MK 0.99 OV 1.00* ! PT 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FT 0.00* SC 0.00* ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! KP 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 4: ! FD 1.04 LA 1.02 MK 1.02 OV 1.00* ! PT 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FT 0.00* SC 0.00* ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* LA 0.00* PT 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! KP 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 4: ! FD 0.95 LA 0.88 MK 1.15 OV 1.00* ! PT 0.84 ! ! ! Fit before self-cal, rms=0.214715Jy sigma=6.347227 ! Fit after self-cal, rms=0.030433Jy sigma=0.337064 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.236 mas, bmaj=63.81 mas, bpa=-11.88 degrees ! Estimated noise=8.38315 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.000454307 Jy ! Component: 100 - total flux cleaned = 0.000163632 Jy ! Component: 150 - total flux cleaned = 0.00168801 Jy ! Component: 200 - total flux cleaned = 0.00242957 Jy ! Total flux subtracted in 200 components = 0.00242957 Jy ! Clean residual min=-0.006811 max=0.006672 Jy/beam ! Clean residual mean=-0.000002 rms=0.002151 Jy/beam ! Combined flux in latest and established models = 1.68069 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 144 components and 1.68069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.023049Jy sigma=0.258649 ! Fit after self-cal, rms=0.022742Jy sigma=0.248438 ! 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.022742Jy sigma=0.248438 ! Fit after self-cal, rms=0.021669Jy sigma=0.236634 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.231 mas, bmaj=63.81 mas, bpa=-11.88 degrees ! Estimated noise=8.36817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00027245 Jy ! Component: 100 - total flux cleaned = -0.00029081 Jy ! Component: 150 - total flux cleaned = -0.000440547 Jy ! Component: 200 - total flux cleaned = -0.00129506 Jy ! Total flux subtracted in 200 components = -0.00129506 Jy ! Clean residual min=-0.002441 max=0.002392 Jy/beam ! Clean residual mean=-0.000002 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 1.6794 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 188 components and 1.6794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.017583Jy sigma=0.191899 ! Fit after self-cal, rms=0.017343Jy sigma=0.190031 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.000297213 Jy ! Component: 100 - total flux cleaned = 0.000541983 Jy ! Component: 150 - total flux cleaned = 0.00173593 Jy ! Component: 200 - total flux cleaned = 0.00313506 Jy ! Total flux subtracted in 200 components = 0.00313506 Jy ! Clean residual min=-0.002747 max=0.002882 Jy/beam ! Clean residual mean=0.000026 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 1.68253 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 214 components and 1.68253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.015070Jy sigma=0.166315 ! Fit after self-cal, rms=0.014958Jy sigma=0.163386 ! 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.014958Jy sigma=0.163386 ! Fit after self-cal, rms=0.014769Jy sigma=0.159528 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.231 mas, bmaj=63.8 mas, bpa=-11.88 degrees ! Estimated noise=8.36477 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000104766 Jy ! Component: 100 - total flux cleaned = 0.000103677 Jy ! Component: 150 - total flux cleaned = 0.000100474 Jy ! Component: 200 - total flux cleaned = -3.28058e-05 Jy ! Total flux subtracted in 200 components = -3.28058e-05 Jy ! Clean residual min=-0.002171 max=0.002184 Jy/beam ! Clean residual mean=0.000002 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 1.6825 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 253 components and 1.6825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.013008Jy sigma=0.145339 ! Fit after self-cal, rms=0.012725Jy sigma=0.137845 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.03241e-05 Jy ! Component: 100 - total flux cleaned = 0.000145731 Jy ! Component: 150 - total flux cleaned = 0.000221077 Jy ! Component: 200 - total flux cleaned = 0.000146074 Jy ! Total flux subtracted in 200 components = 0.000146074 Jy ! Clean residual min=-0.001529 max=0.001521 Jy/beam ! Clean residual mean=0.000014 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 1.68265 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 285 components and 1.68265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.011302Jy sigma=0.122912 ! Fit after self-cal, rms=0.011215Jy sigma=0.121013 ! 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.011215Jy sigma=0.121013 ! Fit after self-cal, rms=0.011192Jy sigma=0.120628 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=19.09 mas, bmaj=63.37 mas, bpa=-4.427 degrees ! Estimated noise=8.12766 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000231425 Jy ! Component: 100 - total flux cleaned = 0.000352531 Jy ! Component: 150 - total flux cleaned = 0.000509828 Jy ! Component: 200 - total flux cleaned = 0.000696306 Jy ! Total flux subtracted in 200 components = 0.000696306 Jy ! Clean residual min=-0.000192 max=0.000194 Jy/beam ! Clean residual mean=0.000006 rms=0.000079 Jy/beam ! Combined flux in latest and established models = 1.68334 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 309 components and 1.68334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.011091Jy sigma=0.119471 ! Fit after self-cal, rms=0.011074Jy sigma=0.119336 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.000213073 Jy ! Component: 100 - total flux cleaned = -0.000366877 Jy ! Component: 150 - total flux cleaned = -0.000538005 Jy ! Component: 200 - total flux cleaned = -0.000765464 Jy ! Total flux subtracted in 200 components = -0.000765464 Jy ! Clean residual min=-0.000209 max=0.000203 Jy/beam ! Clean residual mean=-0.000007 rms=0.000087 Jy/beam ! Combined flux in latest and established models = 1.68258 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 328 components and 1.68258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.010950Jy sigma=0.117889 ! Fit after self-cal, rms=0.010935Jy sigma=0.117792 ! 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:SC,true ! 1:SC self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 3:KP,true ! 3:KP self-cal status=fixed weight=1 selfant 3:MK,true ! 3:MK self-cal status=fixed weight=1 selfant 3:OV,true ! 3:OV self-cal status=fixed weight=1 selfant 4:FD,true ! 4:FD self-cal status=fixed weight=1 selfant 4:LA,true ! 4:LA self-cal status=fixed weight=1 selfant 4:MK,true ! 4:MK self-cal status=fixed weight=1 selfant 4:OV,true ! 4:OV self-cal status=fixed weight=1 selfant 4:PT,true ! 4: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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.821860Jy sigma=25.852712 ! Fit after self-cal, rms=0.821860Jy sigma=25.852712 selfant "",false ! 1:FT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 4:FD self-cal status=correctable weight=1 ! 4:LA self-cal status=correctable weight=1 ! 4:MK self-cal status=correctable weight=1 ! 4:OV self-cal status=correctable weight=1 ! 4: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 5 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Fit before self-cal, rms=0.821860Jy sigma=25.852712 ! Fit after self-cal, rms=0.010929Jy sigma=0.117544 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.557 mas, bmaj=67.16 mas, bpa=-11.67 degrees ! Estimated noise=11.2991 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 = 5.93285e-07 Jy ! Component: 100 - total flux cleaned = -9.18735e-08 Jy ! Component: 150 - total flux cleaned = -1.67808e-06 Jy ! Component: 200 - total flux cleaned = -8.86765e-05 Jy ! Total flux subtracted in 200 components = -8.86765e-05 Jy ! Clean residual min=-0.001407 max=0.001427 Jy/beam ! Clean residual mean=0.000001 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 1.68249 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 365 components and 1.68249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.009427Jy sigma=0.101509 ! Fit after self-cal, rms=0.009315Jy sigma=0.100179 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.232 mas, bmaj=63.79 mas, bpa=-11.88 degrees ! Estimated noise=8.36579 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 = 4.85846e-06 Jy ! Component: 100 - total flux cleaned = -5.48892e-05 Jy ! Component: 150 - total flux cleaned = -0.000183707 Jy ! Component: 200 - total flux cleaned = -0.000190796 Jy ! Component: 250 - total flux cleaned = -0.000314668 Jy ! Component: 300 - total flux cleaned = -0.000755498 Jy ! Component: 350 - total flux cleaned = -0.000953343 Jy ! Component: 400 - total flux cleaned = -0.000886297 Jy ! Total flux subtracted in 400 components = -0.000886297 Jy ! Clean residual min=-0.006510 max=0.006389 Jy/beam ! Clean residual mean=-0.000010 rms=0.002780 Jy/beam ! Combined flux in latest and established models = 1.6816 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 408 components and 1.6816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.011020Jy sigma=0.219633 ! Fit after self-cal, rms=0.009209Jy sigma=0.100753 ! 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.000129587 Jy ! Component: 100 - total flux cleaned = -0.000405166 Jy ! Component: 150 - total flux cleaned = -0.000490445 Jy ! Component: 200 - total flux cleaned = -0.000615993 Jy ! Component: 250 - total flux cleaned = -0.00049096 Jy ! Component: 300 - total flux cleaned = -0.000286108 Jy ! Component: 350 - total flux cleaned = -0.000305223 Jy ! Component: 400 - total flux cleaned = -0.000344258 Jy ! Total flux subtracted in 400 components = -0.000344258 Jy ! Clean residual min=-0.010489 max=0.010633 Jy/beam ! Clean residual mean=0.000012 rms=0.002791 Jy/beam ! Combined flux in latest and established models = 1.68126 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 455 components and 1.68126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.007473Jy sigma=0.132363 ! Fit after self-cal, rms=0.006698Jy sigma=0.075020 ! 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 10 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! A total of 6 telescope corrections were flagged in sub-array 3. ! A total of 6 telescope corrections were flagged in sub-array 4. ! ! Fit before self-cal, rms=0.822374Jy sigma=25.865988 ! Fit after self-cal, rms=0.006669Jy sigma=0.074350 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.231 mas, bmaj=63.79 mas, bpa=-11.88 degrees ! Estimated noise=8.36462 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.47481e-05 Jy ! Component: 100 - total flux cleaned = 0.00014941 Jy ! Component: 150 - total flux cleaned = 9.84251e-05 Jy ! Component: 200 - total flux cleaned = -0.000106116 Jy ! Component: 250 - total flux cleaned = -0.000149274 Jy ! Component: 300 - total flux cleaned = -0.000101794 Jy ! Component: 350 - total flux cleaned = -0.000106375 Jy ! Component: 400 - total flux cleaned = -0.000299401 Jy ! Total flux subtracted in 400 components = -0.000299401 Jy ! Clean residual min=-0.001731 max=0.001719 Jy/beam ! Clean residual mean=0.000000 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 1.68096 Jy selfcal ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 524 components and 1.68096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.004344Jy sigma=0.063274 ! Fit after self-cal, rms=0.004163Jy sigma=0.046538 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 (54.8, -100.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000143566 Jy ! Component: 100 - total flux cleaned = 0.000143274 Jy ! Component: 150 - total flux cleaned = 0.000109069 Jy ! Component: 200 - total flux cleaned = 8.05802e-05 Jy ! Component: 250 - total flux cleaned = 6.75611e-05 Jy ! Component: 300 - total flux cleaned = 8.73508e-05 Jy ! Component: 350 - total flux cleaned = 9.60122e-05 Jy ! Component: 400 - total flux cleaned = 9.61496e-05 Jy ! Total flux subtracted in 400 components = 9.61496e-05 Jy ! Clean residual min=-0.000861 max=0.000870 Jy/beam ! Clean residual mean=0.000002 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 1.68106 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 579 components and 1.68106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.003636Jy sigma=0.040364 ! Fit after self-cal, rms=0.003619Jy sigma=0.040261 ! 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.003619Jy sigma=0.040261 ! Fit after self-cal, rms=0.003573Jy sigma=0.040344 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=63.79 mas, bpa=-11.88 degrees ! Estimated noise=8.36227 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140403 Jy ! Component: 100 - total flux cleaned = 0.000149312 Jy ! Component: 150 - total flux cleaned = 0.000149026 Jy ! Component: 200 - total flux cleaned = 0.000149103 Jy ! Component: 250 - total flux cleaned = 0.000154493 Jy ! Component: 300 - total flux cleaned = 0.000159252 Jy ! Component: 350 - total flux cleaned = 0.000154443 Jy ! Component: 400 - total flux cleaned = 0.000154317 Jy ! Total flux subtracted in 400 components = 0.000154317 Jy ! Clean residual min=-0.000837 max=0.000865 Jy/beam ! Clean residual mean=0.000001 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 1.68121 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 607 components and 1.68121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.003480Jy sigma=0.039531 ! Fit after self-cal, rms=0.003471Jy sigma=0.039486 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 = 7.88971e-05 Jy ! Component: 100 - total flux cleaned = 9.51483e-05 Jy ! Component: 150 - total flux cleaned = 0.000102735 Jy ! Component: 200 - total flux cleaned = 0.000106476 Jy ! Component: 250 - total flux cleaned = 9.9109e-05 Jy ! Component: 300 - total flux cleaned = 9.54965e-05 Jy ! Component: 350 - total flux cleaned = 8.84431e-05 Jy ! Component: 400 - total flux cleaned = 8.49057e-05 Jy ! Total flux subtracted in 400 components = 8.49057e-05 Jy ! Clean residual min=-0.000857 max=0.000871 Jy/beam ! Clean residual mean=0.000001 rms=0.000235 Jy/beam ! Combined flux in latest and established models = 1.6813 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 625 components and 1.6813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.003435Jy sigma=0.038709 ! Fit after self-cal, rms=0.003433Jy sigma=0.038685 ! 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.003433Jy sigma=0.038685 ! Fit after self-cal, rms=0.003382Jy sigma=0.037368 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=19.07 mas, bmaj=63.35 mas, bpa=-4.44 degrees ! Estimated noise=8.12773 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.58066e-05 Jy ! Component: 100 - total flux cleaned = 6.50211e-05 Jy ! Component: 150 - total flux cleaned = 7.51612e-05 Jy ! Component: 200 - total flux cleaned = 7.8191e-05 Jy ! Component: 250 - total flux cleaned = 7.88291e-05 Jy ! Component: 300 - total flux cleaned = 7.88247e-05 Jy ! Component: 350 - total flux cleaned = 7.88101e-05 Jy ! Component: 400 - total flux cleaned = 7.88073e-05 Jy ! Total flux subtracted in 400 components = 7.88073e-05 Jy ! Clean residual min=-0.000030 max=0.000030 Jy/beam ! Clean residual mean=0.000001 rms=0.000008 Jy/beam ! Combined flux in latest and established models = 1.68137 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 662 components and 1.68137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.003385Jy sigma=0.038435 ! Fit after self-cal, rms=0.003382Jy sigma=0.038420 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.33178e-05 Jy ! Component: 100 - total flux cleaned = 6.14577e-05 Jy ! Component: 150 - total flux cleaned = 6.85317e-05 Jy ! Component: 200 - total flux cleaned = 7.01422e-05 Jy ! Component: 250 - total flux cleaned = 6.9822e-05 Jy ! Component: 300 - total flux cleaned = 6.88773e-05 Jy ! Component: 350 - total flux cleaned = 6.76125e-05 Jy ! Component: 400 - total flux cleaned = 6.60137e-05 Jy ! Total flux subtracted in 400 components = 6.60137e-05 Jy ! Clean residual min=-0.000031 max=0.000032 Jy/beam ! Clean residual mean=0.000001 rms=0.000008 Jy/beam ! Combined flux in latest and established models = 1.68144 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 708 components and 1.68144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.003382Jy sigma=0.038440 ! Fit after self-cal, rms=0.003379Jy sigma=0.038426 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=63.8 mas, bpa=-11.88 degrees ! Estimated noise=8.36017 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.229 x 63.8 at -11.88 degrees (North through East) ! Clean map min=-0.02495 max=1.3509 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.003379Jy sigma=0.038426 ! Fit after self-cal, rms=0.003353Jy sigma=0.036947 ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=63.8 mas, bpa=-11.88 degrees ! Estimated noise=8.35997 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.28346e-05 Jy ! Component: 100 - total flux cleaned = 8.92125e-05 Jy ! Component: 150 - total flux cleaned = 0.000107442 Jy ! Component: 200 - total flux cleaned = 0.000117412 Jy ! Component: 250 - total flux cleaned = 0.000117345 Jy ! Component: 300 - total flux cleaned = 0.000117284 Jy ! Component: 350 - total flux cleaned = 0.000121476 Jy ! Component: 400 - total flux cleaned = 0.000121479 Jy ! Total flux subtracted in 400 components = 0.000121479 Jy ! Clean residual min=-0.000833 max=0.000831 Jy/beam ! Clean residual mean=0.000001 rms=0.000218 Jy/beam ! Combined flux in latest and established models = 1.68156 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 735 components and 1.68156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.003308Jy sigma=0.037707 ! Fit after self-cal, rms=0.003303Jy sigma=0.037685 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.4327e-05 Jy ! Component: 100 - total flux cleaned = 9.15488e-05 Jy ! Component: 150 - total flux cleaned = 8.83045e-05 Jy ! Component: 200 - total flux cleaned = 8.49605e-05 Jy ! Component: 250 - total flux cleaned = 7.83354e-05 Jy ! Component: 300 - total flux cleaned = 6.84875e-05 Jy ! Component: 350 - total flux cleaned = 5.88273e-05 Jy ! Component: 400 - total flux cleaned = 4.92648e-05 Jy ! Total flux subtracted in 400 components = 4.92648e-05 Jy ! Clean residual min=-0.000842 max=0.000849 Jy/beam ! Clean residual mean=0.000001 rms=0.000224 Jy/beam ! Combined flux in latest and established models = 1.68161 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 762 components and 1.68161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.003284Jy sigma=0.037255 ! Fit after self-cal, rms=0.003283Jy sigma=0.037239 ! 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.003283Jy sigma=0.037239 ! Fit after self-cal, rms=0.003259Jy sigma=0.037371 print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.556 mas, bmaj=67.17 mas, bpa=-11.67 degrees ! Estimated noise=11.2838 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.157691 Jy ! Component: 100 - total flux cleaned = -0.44531 Jy ! Component: 150 - total flux cleaned = -0.593057 Jy ! Component: 200 - total flux cleaned = -0.670724 Jy ! Component: 250 - total flux cleaned = -0.705879 Jy ! Component: 300 - total flux cleaned = -0.729238 Jy ! Component: 350 - total flux cleaned = -0.74018 Jy ! Component: 400 - total flux cleaned = -0.749254 Jy ! Total flux subtracted in 400 components = -0.749254 Jy ! Clean residual min=-0.554893 max=0.451839 Jy/beam ! Clean residual mean=-0.007024 rms=0.077172 Jy/beam ! Combined flux in latest and established models = -0.749254 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 87 model components to the UV plane model. ! The established model now contains 87 components and -0.749254 Jy ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=63.8 mas, bpa=-11.88 degrees ! Estimated noise=8.35836 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 (-28, 95.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.108819 Jy ! Component: 100 - total flux cleaned = 0.205287 Jy ! Component: 150 - total flux cleaned = 0.308434 Jy ! Component: 200 - total flux cleaned = 0.427896 Jy ! Component: 250 - total flux cleaned = 0.569909 Jy ! Component: 300 - total flux cleaned = 0.739183 Jy ! Component: 350 - total flux cleaned = 0.941325 Jy ! Component: 400 - total flux cleaned = 1.17291 Jy ! Total flux subtracted in 400 components = 1.17291 Jy ! Clean residual min=-0.212602 max=0.174799 Jy/beam ! Clean residual mean=0.005371 rms=0.093978 Jy/beam ! Combined flux in latest and established models = 0.423654 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 125 components and 0.423654 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=19.07 mas, bmaj=63.35 mas, bpa=-4.444 degrees ! Estimated noise=8.12771 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.110314 Jy ! Component: 100 - total flux cleaned = -0.323906 Jy ! Component: 150 - total flux cleaned = -0.573377 Jy ! Component: 200 - total flux cleaned = -0.899365 Jy ! Component: 250 - total flux cleaned = -1.32972 Jy ! Component: 300 - total flux cleaned = -1.89833 Jy ! Component: 350 - total flux cleaned = -2.5303 Jy ! Component: 400 - total flux cleaned = -3.33058 Jy ! Total flux subtracted in 400 components = -3.33058 Jy ! Clean residual min=-0.825793 max=0.943892 Jy/beam ! Clean residual mean=-0.031389 rms=0.430814 Jy/beam ! Combined flux in latest and established models = -2.90692 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 = -1.12524 Jy ! Component: 100 - total flux cleaned = -2.48842 Jy ! Component: 150 - total flux cleaned = -4.29502 Jy ! Component: 200 - total flux cleaned = -6.83308 Jy ! Component: 250 - total flux cleaned = -10.0571 Jy ! Component: 300 - total flux cleaned = -14.3432 Jy ! Component: 350 - total flux cleaned = -20.3687 Jy ! Component: 400 - total flux cleaned = -28.0384 Jy ! Total flux subtracted in 400 components = -28.0384 Jy ! Clean residual min=-7.911773 max=9.531535 Jy/beam ! Clean residual mean=-0.272642 rms=4.551797 Jy/beam ! Combined flux in latest and established models = -30.9454 Jy ! Adding 117 model components to the UV plane model. ! The established model now contains 216 components and -30.9453 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=63.8 mas, bpa=-11.88 degrees ! Estimated noise=8.35836 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.462248 Jy ! Component: 100 - total flux cleaned = 2.91173 Jy ! Component: 150 - total flux cleaned = 6.4493 Jy ! Component: 200 - total flux cleaned = 10.303 Jy ! Component: 250 - total flux cleaned = 14.82 Jy ! Component: 300 - total flux cleaned = 20.2006 Jy ! Component: 350 - total flux cleaned = 26.6328 Jy ! Component: 400 - total flux cleaned = 34.321 Jy ! Total flux subtracted in 400 components = 34.321 Jy ! Clean residual min=-6.552971 max=5.620173 Jy/beam ! Clean residual mean=0.236404 rms=2.480814 Jy/beam ! Combined flux in latest and established models = 3.37569 Jy selfcal ! Performing phase self-cal ! Adding 133 model components to the UV plane model. ! The established model now contains 285 components and 3.37568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=5.542510Jy sigma=165.510585 ! Fit after self-cal, rms=5.021058Jy sigma=149.294212 wmodel /scr/pima/rdv93_uvs/J1107-4449_S_map.mod ! Writing 285 model components to file: /scr/pima/rdv93_uvs/J1107-4449_S_map.mod wobs /scr/pima/rdv93_uvs/J1107-4449_S_uvs.fits ! Applying 97 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1107-4449_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1107-4449_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv93_uvs/J1107-4449_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 = -1.41047 Jy ! Component: 100 - total flux cleaned = -1.79459 Jy ! Component: 150 - total flux cleaned = -1.65615 Jy ! Component: 200 - total flux cleaned = -1.6549 Jy ! Component: 250 - total flux cleaned = -1.65396 Jy ! Component: 300 - total flux cleaned = -1.65315 Jy ! Component: 350 - total flux cleaned = -1.65296 Jy ! Component: 400 - total flux cleaned = -1.65298 Jy ! Component: 450 - total flux cleaned = -1.65311 Jy ! Component: 500 - total flux cleaned = -1.65379 Jy ! Component: 550 - total flux cleaned = -1.65443 Jy ! Component: 600 - total flux cleaned = -1.65478 Jy ! Component: 650 - total flux cleaned = -1.65511 Jy ! Component: 700 - total flux cleaned = -1.65535 Jy ! Component: 750 - total flux cleaned = -1.71376 Jy ! Component: 800 - total flux cleaned = -1.74343 Jy ! Component: 850 - total flux cleaned = -1.77528 Jy ! Component: 900 - total flux cleaned = -1.77632 Jy ! Component: 950 - total flux cleaned = -1.81906 Jy ! Component: 1000 - total flux cleaned = -1.8201 Jy ! Component: 1050 - total flux cleaned = -1.81594 Jy ! Component: 1100 - total flux cleaned = -1.87678 Jy ! Component: 1150 - total flux cleaned = -1.8834 Jy ! Component: 1200 - total flux cleaned = -1.8856 Jy ! Component: 1250 - total flux cleaned = -1.88788 Jy ! Component: 1300 - total flux cleaned = -1.89028 Jy ! Component: 1350 - total flux cleaned = -2.20361 Jy ! Component: 1400 - total flux cleaned = -2.19652 Jy ! Component: 1450 - total flux cleaned = -2.32416 Jy ! Component: 1500 - total flux cleaned = -2.62851 Jy ! Component: 1550 - total flux cleaned = -2.62864 Jy ! Component: 1600 - total flux cleaned = -3.01262 Jy ! Component: 1650 - total flux cleaned = -3.22978 Jy ! Component: 1700 - total flux cleaned = -3.23279 Jy ! Component: 1750 - total flux cleaned = -3.50777 Jy ! Component: 1800 - total flux cleaned = -3.83862 Jy ! Component: 1850 - total flux cleaned = -3.85698 Jy ! Component: 1900 - total flux cleaned = -3.85354 Jy ! Component: 1950 - total flux cleaned = -3.84764 Jy ! Component: 2000 - total flux cleaned = -4.34436 Jy ! Component: 2050 - total flux cleaned = -4.31248 Jy ! Component: 2100 - total flux cleaned = -5.62483 Jy ! Component: 2150 - total flux cleaned = -5.67325 Jy ! Component: 2200 - total flux cleaned = -5.68425 Jy ! Component: 2250 - total flux cleaned = -6.63825 Jy ! Component: 2300 - total flux cleaned = -6.68216 Jy ! Component: 2350 - total flux cleaned = -7.92044 Jy ! Component: 2400 - total flux cleaned = -7.91225 Jy ! Component: 2450 - total flux cleaned = -9.55628 Jy ! Component: 2500 - total flux cleaned = -11.4705 Jy ! Component: 2550 - total flux cleaned = -11.6864 Jy ! Component: 2600 - total flux cleaned = -9.48081 Jy ! Component: 2650 - total flux cleaned = -11.8816 Jy ! Component: 2700 - total flux cleaned = -14.6814 Jy ! Component: 2750 - total flux cleaned = -17.9832 Jy ! Component: 2800 - total flux cleaned = -18.2371 Jy ! Component: 2850 - total flux cleaned = -22.6248 Jy ! Component: 2900 - total flux cleaned = -22.9337 Jy ! Component: 2950 - total flux cleaned = -28.4894 Jy ! Component: 3000 - total flux cleaned = -22.4788 Jy ! Component: 3050 - total flux cleaned = -35.8075 Jy ! Component: 3100 - total flux cleaned = -36.2276 Jy ! Component: 3150 - total flux cleaned = -36.4636 Jy ! Component: 3200 - total flux cleaned = -46.6378 Jy ! Component: 3250 - total flux cleaned = -47.1371 Jy ! Component: 3300 - total flux cleaned = -59.4236 Jy ! Component: 3350 - total flux cleaned = -58.7837 Jy ! Component: 3400 - total flux cleaned = -74.4721 Jy ! Component: 3450 - total flux cleaned = -93.5634 Jy ! Component: 3500 - total flux cleaned = -94.9442 Jy ! Component: 3550 - total flux cleaned = -119.079 Jy ! Component: 3600 - total flux cleaned = -93.0028 Jy ! Component: 3650 - total flux cleaned = -120.486 Jy ! Component: 3700 - total flux cleaned = -120.124 Jy ! Component: 3750 - total flux cleaned = -156.405 Jy ! Component: 3800 - total flux cleaned = -197.409 Jy ! Component: 3850 - total flux cleaned = -147.865 Jy ! Component: 3900 - total flux cleaned = -253.503 Jy ! Component: 3950 - total flux cleaned = -256.044 Jy ! Component: 4000 - total flux cleaned = -326.099 Jy ! Component: 4050 - total flux cleaned = -326.737 Jy ! Total flux subtracted in 4096 components = -324.953 Jy ! Clean residual min=-5224.064941 max=5036.108398 Jy/beam ! Clean residual mean=-4.008692 rms=1191.138062 Jy/beam ! Combined flux in latest and established models = -321.578 Jy keep ! Adding 197 model components to the UV plane model. ! The established model now contains 482 components and -321.578 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J1107-4449_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.229 x 63.8 at -11.88 degrees (North through East) ! Clean map min=-4619.2 max=4609.6 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1107-4449_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= 4609.62 rms= 488.703 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1107-4449_S_uvs.log closed on Tue Oct 8 15:28:42 2013