! Started logfile: /scr/pima/rdv94_uvs/J0051-4226_S_uvs.log on Tue Oct 8 12:09:09 2013 obs /scr/pima/rdv94_uvs/J0051-4226_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0051-4226_S_uva.fits ! AN table 1: 2 integrations on 6 of 6 possible baselines. ! AN table 2: 2 integrations on 10 of 10 possible baselines. ! AN table 3: 4 integrations on 15 of 15 possible baselines. ! AN table 4: 9 integrations on 10 of 10 possible baselines. ! AN table 5: 2 integrations on 3 of 3 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0051-4226 ! ! 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 752 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J0051-4226_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:NL self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 4:FD self-cal status=correctable weight=1 ! 4:KP 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 ! 5:KP self-cal status=correctable weight=1 ! 5:MK self-cal status=correctable weight=1 ! 5:OV self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.157265Jy sigma=13.073007 ! Fit after self-cal, rms=0.481154Jy sigma=5.072644 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.805 mas, bmaj=13.8 mas, bpa=-17.85 degrees ! Estimated noise=3.10834 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.430651 Jy ! Component: 100 - total flux cleaned = 0.52516 Jy ! Total flux subtracted in 100 components = 0.52516 Jy ! Clean residual min=-0.021918 max=0.032426 Jy/beam ! Clean residual mean=0.000062 rms=0.006220 Jy/beam ! Combined flux in latest and established models = 0.52516 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.52516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138446Jy sigma=1.484167 ! Fit after self-cal, rms=0.138423Jy sigma=1.484086 ! 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=3.636 mas, bmaj=16.54 mas, bpa=-17.98 degrees ! Estimated noise=2.38694 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.0332432 Jy ! Component: 100 - total flux cleaned = 0.047854 Jy ! Component: 150 - total flux cleaned = 0.0511856 Jy ! Component: 200 - total flux cleaned = 0.0514555 Jy ! Total flux subtracted in 200 components = 0.0514555 Jy ! Clean residual min=-0.020570 max=0.022071 Jy/beam ! Clean residual mean=-0.000006 rms=0.005828 Jy/beam ! Combined flux in latest and established models = 0.576616 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.576616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130684Jy sigma=1.400601 ! Fit after self-cal, rms=0.130692Jy sigma=1.400545 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 KP 1.10 LA 1.20 NL 1.31 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.09 KP 1.14 LA 1.21 NL 1.21 ! OV 0.94 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.01 KP 1.10 LA 1.15 MK 0.97 ! NL 1.30 OV 0.90 ! ! Telescope amplitude corrections in sub-array 4: ! FD 1.04 KP 1.13 LA 1.17 MK 0.90 ! OV 0.93 ! ! A total of 6 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! KP 0.00* MK 0.00* OV 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.14 KP 1.02 LA 1.12 NL 1.35 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.12 KP 1.12 LA 1.08 NL 1.21 ! OV 0.94 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.12 KP 1.12 LA 1.05 MK 1.00 ! NL 1.34 OV 0.97 ! ! Telescope amplitude corrections in sub-array 4: ! FD 1.12 KP 1.11 LA 1.09 MK 0.95 ! OV 0.97 ! ! A total of 6 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! KP 0.00* MK 0.00* OV 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 KP 1.01 LA 0.95 NL 1.42 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.17 KP 0.95 LA 0.86 NL 1.29 ! OV 0.94 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.12 KP 0.95 LA 0.87 MK 1.03 ! NL 1.29 OV 1.01 ! ! Telescope amplitude corrections in sub-array 4: ! FD 1.09 KP 1.00 LA 0.88 MK 0.94 ! OV 0.98 ! ! A total of 6 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! KP 0.00* MK 0.00* OV 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.17 KP 0.90 LA 0.71 NL 1.28 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.11 KP 0.88 LA 0.74 NL 1.18 ! OV 0.83 ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.14 KP 0.91 LA 0.68 MK 1.10 ! NL 1.29 OV 0.84 ! ! Telescope amplitude corrections in sub-array 4: ! FD 1.11 KP 0.91 LA 0.72 MK 1.08 ! OV 0.83 ! ! A total of 6 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! KP 0.00* MK 0.00* OV 0.00* ! ! ! Fit before self-cal, rms=0.130692Jy sigma=1.400545 ! Fit after self-cal, rms=0.073178Jy sigma=0.681192 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.672 mas, bmaj=16.45 mas, bpa=-18.49 degrees ! Estimated noise=2.43159 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.00301785 Jy ! Component: 100 - total flux cleaned = -0.00343364 Jy ! Component: 150 - total flux cleaned = -0.00359642 Jy ! Component: 200 - total flux cleaned = -0.00387417 Jy ! Total flux subtracted in 200 components = -0.00387417 Jy ! Clean residual min=-0.007058 max=0.007556 Jy/beam ! Clean residual mean=-0.000044 rms=0.001717 Jy/beam ! Combined flux in latest and established models = 0.572742 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 39 components and 0.572742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072223Jy sigma=0.667876 ! Fit after self-cal, rms=0.072583Jy sigma=0.667188 ! 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.072583Jy sigma=0.667188 ! Fit after self-cal, rms=0.072866Jy sigma=0.665264 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=16.42 mas, bpa=-18.47 degrees ! Estimated noise=2.42374 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00180358 Jy ! Component: 100 - total flux cleaned = -0.00206625 Jy ! Component: 150 - total flux cleaned = -0.00228118 Jy ! Component: 200 - total flux cleaned = -0.0024609 Jy ! Total flux subtracted in 200 components = -0.0024609 Jy ! Clean residual min=-0.006604 max=0.006921 Jy/beam ! Clean residual mean=-0.000044 rms=0.001613 Jy/beam ! Combined flux in latest and established models = 0.570281 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 50 components and 0.570281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072467Jy sigma=0.659982 ! Fit after self-cal, rms=0.072461Jy sigma=0.659923 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.000215573 Jy ! Component: 100 - total flux cleaned = -0.000352982 Jy ! Component: 150 - total flux cleaned = -0.000352384 Jy ! Component: 200 - total flux cleaned = -0.000411905 Jy ! Total flux subtracted in 200 components = -0.000411905 Jy ! Clean residual min=-0.006491 max=0.006734 Jy/beam ! Clean residual mean=-0.000044 rms=0.001593 Jy/beam ! Combined flux in latest and established models = 0.569869 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 64 components and 0.569869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072367Jy sigma=0.658376 ! Fit after self-cal, rms=0.072354Jy sigma=0.658339 ! 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.072354Jy sigma=0.658339 ! Fit after self-cal, rms=0.071130Jy sigma=0.628926 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.662 mas, bmaj=16.42 mas, bpa=-18.43 degrees ! Estimated noise=2.42291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000103595 Jy ! Component: 100 - total flux cleaned = -0.00019422 Jy ! Component: 150 - total flux cleaned = -0.000300263 Jy ! Component: 200 - total flux cleaned = -0.000348674 Jy ! Total flux subtracted in 200 components = -0.000348674 Jy ! Clean residual min=-0.003900 max=0.004506 Jy/beam ! Clean residual mean=-0.000030 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.56952 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 76 components and 0.56952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071108Jy sigma=0.628688 ! Fit after self-cal, rms=0.071120Jy sigma=0.628652 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.0477e-05 Jy ! Component: 100 - total flux cleaned = 6.4275e-06 Jy ! Component: 150 - total flux cleaned = -1.52529e-05 Jy ! Component: 200 - total flux cleaned = -3.63075e-05 Jy ! Total flux subtracted in 200 components = -3.63075e-05 Jy ! Clean residual min=-0.003905 max=0.004493 Jy/beam ! Clean residual mean=-0.000030 rms=0.001113 Jy/beam ! Combined flux in latest and established models = 0.569484 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.569484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071107Jy sigma=0.628489 ! Fit after self-cal, rms=0.071103Jy sigma=0.628481 ! 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.071103Jy sigma=0.628481 ! Fit after self-cal, rms=0.071200Jy sigma=0.628430 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.726 mas, bmaj=33.34 mas, bpa=-5.149 degrees ! Estimated noise=2.77132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.8448e-05 Jy ! Component: 100 - total flux cleaned = -1.56487e-05 Jy ! Component: 150 - total flux cleaned = 3.00763e-05 Jy ! Component: 200 - total flux cleaned = 4.42449e-05 Jy ! Total flux subtracted in 200 components = 4.42449e-05 Jy ! Clean residual min=-0.003449 max=0.003534 Jy/beam ! Clean residual mean=-0.000047 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.569528 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 91 components and 0.569528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071190Jy sigma=0.628412 ! Fit after self-cal, rms=0.071185Jy sigma=0.628383 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.55575e-05 Jy ! Component: 100 - total flux cleaned = 1.6156e-05 Jy ! Component: 150 - total flux cleaned = 2.90676e-05 Jy ! Component: 200 - total flux cleaned = 5.36487e-05 Jy ! Total flux subtracted in 200 components = 5.36487e-05 Jy ! Clean residual min=-0.003457 max=0.003489 Jy/beam ! Clean residual mean=-0.000047 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.569582 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 95 components and 0.569582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071182Jy sigma=0.628397 ! Fit after self-cal, rms=0.071178Jy sigma=0.628377 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 3:FD,true ! 3:FD self-cal status=fixed weight=1 selfant 3:KP,true ! 3:KP self-cal status=fixed weight=1 selfant 3:LA,true ! 3:LA self-cal status=fixed weight=1 selfant 3:MK,true ! 3:MK self-cal status=fixed weight=1 selfant 3:NL,true ! 3:NL 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:KP,true ! 4:KP 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 5:KP,true ! 5:KP self-cal status=fixed weight=1 selfant 5:MK,true ! 5:MK self-cal status=fixed weight=1 selfant 5:OV,true ! 5:OV self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072121Jy sigma=0.652959 ! Fit after self-cal, rms=0.072121Jy sigma=0.652959 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:NL self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 4:FD self-cal status=correctable weight=1 ! 4:KP 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 ! 5:KP self-cal status=correctable weight=1 ! 5:MK self-cal status=correctable weight=1 ! 5:OV 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 6 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 5. ! ! Fit before self-cal, rms=0.072121Jy sigma=0.652959 ! Fit after self-cal, rms=0.071164Jy sigma=0.628340 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.794 mas, bmaj=13.5 mas, bpa=-18.52 degrees ! Estimated noise=3.17893 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.000392531 Jy ! Component: 100 - total flux cleaned = -0.000479932 Jy ! Component: 150 - total flux cleaned = -0.000555981 Jy ! Component: 200 - total flux cleaned = -0.000696626 Jy ! Total flux subtracted in 200 components = -0.000696626 Jy ! Clean residual min=-0.005703 max=0.005588 Jy/beam ! Clean residual mean=-0.000011 rms=0.001445 Jy/beam ! Combined flux in latest and established models = 0.568885 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 105 components and 0.568885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071156Jy sigma=0.628115 ! Fit after self-cal, rms=0.071154Jy sigma=0.628081 ! 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.663 mas, bmaj=16.42 mas, bpa=-18.44 degrees ! Estimated noise=2.42357 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 (-40, 53). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00137108 Jy ! Component: 100 - total flux cleaned = 0.000559548 Jy ! Component: 150 - total flux cleaned = 0.000663567 Jy ! Component: 200 - total flux cleaned = 0.000760478 Jy ! Component: 250 - total flux cleaned = 0.000938998 Jy ! Component: 300 - total flux cleaned = 0.00110104 Jy ! Component: 350 - total flux cleaned = 0.0011708 Jy ! Component: 400 - total flux cleaned = 0.00137033 Jy ! Total flux subtracted in 400 components = 0.00137033 Jy ! Clean residual min=-0.003568 max=0.003366 Jy/beam ! Clean residual mean=-0.000024 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.570255 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 150 components and 0.570255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070360Jy sigma=0.621110 ! Fit after self-cal, rms=0.070355Jy sigma=0.620747 ! 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 = 9.47943e-05 Jy ! Component: 100 - total flux cleaned = 0.000276898 Jy ! Component: 150 - total flux cleaned = 0.000449187 Jy ! Component: 200 - total flux cleaned = 0.000557203 Jy ! Component: 250 - total flux cleaned = 0.000661022 Jy ! Component: 300 - total flux cleaned = 0.000858278 Jy ! Component: 350 - total flux cleaned = 0.000951547 Jy ! Component: 400 - total flux cleaned = 0.00113287 Jy ! Total flux subtracted in 400 components = 0.00113287 Jy ! Clean residual min=-0.003706 max=0.003385 Jy/beam ! Clean residual mean=-0.000022 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.571388 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 187 components and 0.571388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070118Jy sigma=0.619076 ! Fit after self-cal, rms=0.070120Jy sigma=0.619010 ! 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 6 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 5. ! ! Fit before self-cal, rms=0.071086Jy sigma=0.643838 ! Fit after self-cal, rms=0.070424Jy sigma=0.618098 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=16.42 mas, bpa=-18.44 degrees ! Estimated noise=2.42333 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111668 Jy ! Component: 100 - total flux cleaned = 0.00140344 Jy ! Component: 150 - total flux cleaned = 0.00135139 Jy ! Component: 200 - total flux cleaned = 0.00134972 Jy ! Component: 250 - total flux cleaned = 0.00162109 Jy ! Component: 300 - total flux cleaned = 0.00183519 Jy ! Component: 350 - total flux cleaned = 0.00204189 Jy ! Component: 400 - total flux cleaned = 0.00232075 Jy ! Total flux subtracted in 400 components = 0.00232075 Jy ! Clean residual min=-0.003628 max=0.003163 Jy/beam ! Clean residual mean=-0.000013 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.573709 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 227 components and 0.573709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070222Jy sigma=0.616661 ! Fit after self-cal, rms=0.070229Jy sigma=0.616604 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.000262045 Jy ! Component: 100 - total flux cleaned = 0.000503631 Jy ! Component: 150 - total flux cleaned = 0.000617328 Jy ! Component: 200 - total flux cleaned = 0.000729155 Jy ! Component: 250 - total flux cleaned = 0.000871825 Jy ! Component: 300 - total flux cleaned = 0.00101029 Jy ! Component: 350 - total flux cleaned = 0.00111277 Jy ! Component: 400 - total flux cleaned = 0.00127751 Jy ! Total flux subtracted in 400 components = 0.00127751 Jy ! Clean residual min=-0.003686 max=0.003162 Jy/beam ! Clean residual mean=-0.000013 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.574987 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 257 components and 0.574987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070109Jy sigma=0.615923 ! Fit after self-cal, rms=0.070103Jy sigma=0.615898 ! 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.070103Jy sigma=0.615898 ! Fit after self-cal, rms=0.070319Jy sigma=0.615346 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=16.41 mas, bpa=-18.43 degrees ! Estimated noise=2.42443 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000542332 Jy ! Component: 100 - total flux cleaned = 0.000801019 Jy ! Component: 150 - total flux cleaned = 0.000917774 Jy ! Component: 200 - total flux cleaned = 0.00102718 Jy ! Component: 250 - total flux cleaned = 0.00120098 Jy ! Component: 300 - total flux cleaned = 0.00133562 Jy ! Component: 350 - total flux cleaned = 0.00149768 Jy ! Component: 400 - total flux cleaned = 0.00159233 Jy ! Total flux subtracted in 400 components = 0.00159233 Jy ! Clean residual min=-0.003581 max=0.002885 Jy/beam ! Clean residual mean=-0.000007 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.576579 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 279 components and 0.576579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070183Jy sigma=0.614572 ! Fit after self-cal, rms=0.070186Jy sigma=0.614538 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.000243376 Jy ! Component: 100 - total flux cleaned = 0.000339521 Jy ! Component: 150 - total flux cleaned = 0.000401675 Jy ! Component: 200 - total flux cleaned = 0.000520348 Jy ! Component: 250 - total flux cleaned = 0.000549273 Jy ! Component: 300 - total flux cleaned = 0.000606487 Jy ! Component: 350 - total flux cleaned = 0.000662007 Jy ! Component: 400 - total flux cleaned = 0.000743773 Jy ! Total flux subtracted in 400 components = 0.000743773 Jy ! Clean residual min=-0.003637 max=0.002870 Jy/beam ! Clean residual mean=-0.000007 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.577322 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 291 components and 0.577323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070104Jy sigma=0.614135 ! Fit after self-cal, rms=0.070099Jy sigma=0.614125 ! 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.070099Jy sigma=0.614125 ! Fit after self-cal, rms=0.069715Jy sigma=0.604341 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.732 mas, bmaj=33.31 mas, bpa=-5.123 degrees ! Estimated noise=2.77203 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000429578 Jy ! Component: 100 - total flux cleaned = 0.00090428 Jy ! Component: 150 - total flux cleaned = 0.00121825 Jy ! Component: 200 - total flux cleaned = 0.0013901 Jy ! Component: 250 - total flux cleaned = 0.00151136 Jy ! Component: 300 - total flux cleaned = 0.00157018 Jy ! Component: 350 - total flux cleaned = 0.00166633 Jy ! Component: 400 - total flux cleaned = 0.00174191 Jy ! Total flux subtracted in 400 components = 0.00174191 Jy ! Clean residual min=-0.003816 max=0.002755 Jy/beam ! Clean residual mean=-0.000008 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.579065 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 319 components and 0.579065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069696Jy sigma=0.604147 ! Fit after self-cal, rms=0.069688Jy sigma=0.604120 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.000119106 Jy ! Component: 100 - total flux cleaned = 0.000176123 Jy ! Component: 150 - total flux cleaned = 0.000194519 Jy ! Component: 200 - total flux cleaned = 0.000230074 Jy ! Component: 250 - total flux cleaned = 0.000282888 Jy ! Component: 300 - total flux cleaned = 0.000335183 Jy ! Component: 350 - total flux cleaned = 0.000403453 Jy ! Component: 400 - total flux cleaned = 0.000454406 Jy ! Total flux subtracted in 400 components = 0.000454406 Jy ! Clean residual min=-0.003789 max=0.002722 Jy/beam ! Clean residual mean=-0.000008 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.579519 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 331 components and 0.579519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069672Jy sigma=0.604047 ! Fit after self-cal, rms=0.069667Jy sigma=0.604036 ! 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.666 mas, bmaj=16.41 mas, bpa=-18.43 degrees ! Estimated noise=2.42585 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.666 x 16.41 at -18.43 degrees (North through East) ! Clean map min=-0.0048232 max=0.52728 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.069667Jy sigma=0.604036 ! Fit after self-cal, rms=0.066324Jy sigma=0.520710 ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=16.39 mas, bpa=-18.44 degrees ! Estimated noise=2.4259 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000167801 Jy ! Component: 100 - total flux cleaned = 0.00027404 Jy ! Component: 150 - total flux cleaned = 0.000336703 Jy ! Component: 200 - total flux cleaned = 0.000426955 Jy ! Component: 250 - total flux cleaned = 0.000538774 Jy ! Component: 300 - total flux cleaned = 0.00056598 Jy ! Component: 350 - total flux cleaned = 0.000619443 Jy ! Component: 400 - total flux cleaned = 0.000619614 Jy ! Total flux subtracted in 400 components = 0.000619614 Jy ! Clean residual min=-0.003586 max=0.002652 Jy/beam ! Clean residual mean=-0.000006 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.580139 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 354 components and 0.580139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066239Jy sigma=0.520200 ! Fit after self-cal, rms=0.066237Jy sigma=0.520182 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000112669 Jy ! Component: 100 - total flux cleaned = 6.15467e-05 Jy ! Component: 150 - total flux cleaned = 8.63805e-05 Jy ! Component: 200 - total flux cleaned = 0.000110385 Jy ! Component: 250 - total flux cleaned = 0.000110249 Jy ! Component: 300 - total flux cleaned = 0.000133463 Jy ! Component: 350 - total flux cleaned = 0.000133935 Jy ! Component: 400 - total flux cleaned = 0.000133967 Jy ! Total flux subtracted in 400 components = 0.000133967 Jy ! Clean residual min=-0.003616 max=0.002638 Jy/beam ! Clean residual mean=-0.000006 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.580273 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 365 components and 0.580273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066178Jy sigma=0.519882 ! Fit after self-cal, rms=0.066174Jy sigma=0.519874 ! 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.066174Jy sigma=0.519874 ! Fit after self-cal, rms=0.066258Jy sigma=0.519817 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.795 mas, bmaj=13.48 mas, bpa=-18.54 degrees ! Estimated noise=3.18247 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.428281 Jy ! Component: 100 - total flux cleaned = 0.521682 Jy ! Component: 150 - total flux cleaned = 0.543735 Jy ! Component: 200 - total flux cleaned = 0.544692 Jy ! Component: 250 - total flux cleaned = 0.545561 Jy ! Component: 300 - total flux cleaned = 0.545317 Jy ! Component: 350 - total flux cleaned = 0.546153 Jy ! Component: 400 - total flux cleaned = 0.547069 Jy ! Total flux subtracted in 400 components = 0.547069 Jy ! Clean residual min=-0.005647 max=0.005803 Jy/beam ! Clean residual mean=0.000004 rms=0.001419 Jy/beam ! Combined flux in latest and established models = 0.547069 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 50 model components to the UV plane model. ! The established model now contains 50 components and 0.547069 Jy ! Inverting map and beam ! Estimated beam: bmin=3.664 mas, bmaj=16.39 mas, bpa=-18.44 degrees ! Estimated noise=2.42588 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00480847 Jy ! Component: 100 - total flux cleaned = 0.00676955 Jy ! Component: 150 - total flux cleaned = 0.0087873 Jy ! Component: 200 - total flux cleaned = 0.00979359 Jy ! Component: 250 - total flux cleaned = 0.0108238 Jy ! Component: 300 - total flux cleaned = 0.0116859 Jy ! Component: 350 - total flux cleaned = 0.0124028 Jy ! Component: 400 - total flux cleaned = 0.0133204 Jy ! Total flux subtracted in 400 components = 0.0133204 Jy ! Clean residual min=-0.004031 max=0.003829 Jy/beam ! Clean residual mean=0.000002 rms=0.000996 Jy/beam ! Combined flux in latest and established models = 0.56039 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 98 components and 0.56039 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=9.73 mas, bmaj=33.29 mas, bpa=-5.132 degrees ! Estimated noise=2.77364 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174042 Jy ! Component: 100 - total flux cleaned = 0.00308308 Jy ! Component: 150 - total flux cleaned = 0.00424579 Jy ! Component: 200 - total flux cleaned = 0.00537941 Jy ! Component: 250 - total flux cleaned = 0.00638947 Jy ! Component: 300 - total flux cleaned = 0.00717543 Jy ! Component: 350 - total flux cleaned = 0.00759894 Jy ! Component: 400 - total flux cleaned = 0.00796776 Jy ! Total flux subtracted in 400 components = 0.00796776 Jy ! Clean residual min=-0.003976 max=0.002765 Jy/beam ! Clean residual mean=-0.000006 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 0.568358 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 = 0.000388593 Jy ! Component: 100 - total flux cleaned = 0.000695219 Jy ! Component: 150 - total flux cleaned = 0.0010226 Jy ! Component: 200 - total flux cleaned = 0.00127665 Jy ! Component: 250 - total flux cleaned = 0.00155743 Jy ! Component: 300 - total flux cleaned = 0.00180213 Jy ! Component: 350 - total flux cleaned = 0.00204229 Jy ! Component: 400 - total flux cleaned = 0.00227808 Jy ! Total flux subtracted in 400 components = 0.00227808 Jy ! Clean residual min=-0.003919 max=0.002643 Jy/beam ! Clean residual mean=-0.000006 rms=0.000962 Jy/beam ! Combined flux in latest and established models = 0.570636 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 159 components and 0.570636 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.664 mas, bmaj=16.39 mas, bpa=-18.44 degrees ! Estimated noise=2.42588 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000422687 Jy ! Component: 100 - total flux cleaned = 0.000701126 Jy ! Component: 150 - total flux cleaned = 0.000887336 Jy ! Component: 200 - total flux cleaned = 0.00105872 Jy ! Component: 250 - total flux cleaned = 0.0010593 Jy ! Component: 300 - total flux cleaned = 0.0010087 Jy ! Component: 350 - total flux cleaned = 0.000960785 Jy ! Component: 400 - total flux cleaned = 0.000825269 Jy ! Total flux subtracted in 400 components = 0.000825269 Jy ! Clean residual min=-0.003920 max=0.002949 Jy/beam ! Clean residual mean=-0.000002 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.571461 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 199 components and 0.571461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066609Jy sigma=0.523480 ! Fit after self-cal, rms=0.066564Jy sigma=0.523168 wmodel /scr/pima/rdv94_uvs/J0051-4226_S_map.mod ! Writing 199 model components to file: /scr/pima/rdv94_uvs/J0051-4226_S_map.mod wobs /scr/pima/rdv94_uvs/J0051-4226_S_uvs.fits ! Applying 376 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0051-4226_S_uvs.fits wwins /scr/pima/rdv94_uvs/J0051-4226_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv94_uvs/J0051-4226_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00120121 Jy ! Component: 100 - total flux cleaned = -0.00181966 Jy ! Component: 150 - total flux cleaned = -0.00218806 Jy ! Component: 200 - total flux cleaned = -0.00243761 Jy ! Component: 250 - total flux cleaned = -0.00267707 Jy ! Component: 300 - total flux cleaned = -0.00281584 Jy ! Component: 350 - total flux cleaned = -0.00286058 Jy ! Component: 400 - total flux cleaned = -0.00281552 Jy ! Component: 450 - total flux cleaned = -0.00268746 Jy ! Component: 500 - total flux cleaned = -0.00239696 Jy ! Component: 550 - total flux cleaned = -0.00211295 Jy ! Component: 600 - total flux cleaned = -0.00179498 Jy ! Component: 650 - total flux cleaned = -0.00152303 Jy ! Component: 700 - total flux cleaned = -0.00121821 Jy ! Component: 750 - total flux cleaned = -0.00103174 Jy ! Component: 800 - total flux cleaned = -0.000738944 Jy ! Component: 850 - total flux cleaned = -0.000523686 Jy ! Component: 900 - total flux cleaned = -0.000311228 Jy ! Component: 950 - total flux cleaned = -3.3278e-05 Jy ! Component: 1000 - total flux cleaned = 0.000204817 Jy ! Component: 1050 - total flux cleaned = 0.000406106 Jy ! Component: 1100 - total flux cleaned = 0.000636436 Jy ! Component: 1150 - total flux cleaned = 0.000701637 Jy ! Component: 1200 - total flux cleaned = 0.000924723 Jy ! Component: 1250 - total flux cleaned = 0.00101918 Jy ! Component: 1300 - total flux cleaned = 0.0013282 Jy ! Component: 1350 - total flux cleaned = 0.00144979 Jy ! Component: 1400 - total flux cleaned = 0.00160007 Jy ! Component: 1450 - total flux cleaned = 0.00192533 Jy ! Component: 1500 - total flux cleaned = 0.00207063 Jy ! Component: 1550 - total flux cleaned = 0.00221415 Jy ! Component: 1600 - total flux cleaned = 0.00235605 Jy ! Component: 1650 - total flux cleaned = 0.00258055 Jy ! Component: 1700 - total flux cleaned = 0.00269145 Jy ! Component: 1750 - total flux cleaned = 0.00296467 Jy ! Component: 1800 - total flux cleaned = 0.00318067 Jy ! Component: 1850 - total flux cleaned = 0.00342108 Jy ! Component: 1900 - total flux cleaned = 0.00357953 Jy ! Component: 1950 - total flux cleaned = 0.00373607 Jy ! Component: 2000 - total flux cleaned = 0.00383965 Jy ! Component: 2050 - total flux cleaned = 0.00399372 Jy ! Component: 2100 - total flux cleaned = 0.00412059 Jy ! Component: 2150 - total flux cleaned = 0.00422159 Jy ! Component: 2200 - total flux cleaned = 0.00429657 Jy ! Component: 2250 - total flux cleaned = 0.00444486 Jy ! Component: 2300 - total flux cleaned = 0.00446923 Jy ! Component: 2350 - total flux cleaned = 0.00451746 Jy ! Component: 2400 - total flux cleaned = 0.00458927 Jy ! Component: 2450 - total flux cleaned = 0.00468438 Jy ! Component: 2500 - total flux cleaned = 0.00473141 Jy ! Component: 2550 - total flux cleaned = 0.00484882 Jy ! Component: 2600 - total flux cleaned = 0.00480223 Jy ! Component: 2650 - total flux cleaned = 0.00489445 Jy ! Component: 2700 - total flux cleaned = 0.00496285 Jy ! Component: 2750 - total flux cleaned = 0.00503077 Jy ! Component: 2800 - total flux cleaned = 0.00507569 Jy ! Component: 2850 - total flux cleaned = 0.00505331 Jy ! Component: 2900 - total flux cleaned = 0.00507567 Jy ! Component: 2950 - total flux cleaned = 0.00511982 Jy ! Component: 3000 - total flux cleaned = 0.00512022 Jy ! Component: 3050 - total flux cleaned = 0.00520743 Jy ! Component: 3100 - total flux cleaned = 0.00525079 Jy ! Component: 3150 - total flux cleaned = 0.00527222 Jy ! Component: 3200 - total flux cleaned = 0.00531503 Jy ! Component: 3250 - total flux cleaned = 0.00539976 Jy ! Component: 3300 - total flux cleaned = 0.00537847 Jy ! Component: 3350 - total flux cleaned = 0.00542022 Jy ! Component: 3400 - total flux cleaned = 0.0053994 Jy ! Component: 3450 - total flux cleaned = 0.00552341 Jy ! Component: 3500 - total flux cleaned = 0.00554382 Jy ! Component: 3550 - total flux cleaned = 0.00562548 Jy ! Component: 3600 - total flux cleaned = 0.00566612 Jy ! Component: 3650 - total flux cleaned = 0.00568621 Jy ! Component: 3700 - total flux cleaned = 0.00576667 Jy ! Component: 3750 - total flux cleaned = 0.00574657 Jy ! Component: 3800 - total flux cleaned = 0.00576651 Jy ! Component: 3850 - total flux cleaned = 0.00580599 Jy ! Component: 3900 - total flux cleaned = 0.00572709 Jy ! Component: 3950 - total flux cleaned = 0.00578589 Jy ! Component: 4000 - total flux cleaned = 0.00582476 Jy ! Component: 4050 - total flux cleaned = 0.0057664 Jy ! Total flux subtracted in 4096 components = 0.00576656 Jy ! Clean residual min=-0.001243 max=0.001116 Jy/beam ! Clean residual mean=0.000001 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.577227 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 484 components and 0.577227 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0051-4226_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.664 x 16.39 at -18.44 degrees (North through East) ! Clean map min=-0.0053064 max=0.53895 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0051-4226_S_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.5389 rms= 0.00037 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0051-4226_S_uvs.log closed on Tue Oct 8 12:09:15 2013