! Started logfile: /scr/pima/rdv62_uvs/J0744-0629_X_uvs.log on Fri Nov 22 22:35:05 2013 obs /scr/pima/rdv62_uvs/J0744-0629_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv62_uvs/J0744-0629_X_uva.fits ! AN table 1: 35 integrations on 36 of 36 possible baselines. ! AN table 2: 32 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.938889 visibilities/baseline/integration-bin. ! Found source: J0744-0629 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 10140 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv62_uvs/J0744-0629_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 29 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 29 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.020026Jy sigma=2.880032 ! Fit after self-cal, rms=0.876332Jy sigma=1.430269 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9244 mas, bmaj=2.151 mas, bpa=-3.738 degrees ! Estimated noise=10.9496 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.162478 Jy ! Component: 100 - total flux cleaned = 0.248348 Jy ! Total flux subtracted in 100 components = 0.248348 Jy ! Clean residual min=-0.042578 max=0.059909 Jy/beam ! Clean residual mean=0.000596 rms=0.017441 Jy/beam ! Combined flux in latest and established models = 0.248348 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 48 components and 0.248348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151904Jy sigma=1.063529 ! Fit after self-cal, rms=0.152699Jy sigma=1.063018 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.347 mas, bmaj=2.993 mas, bpa=-3.862 degrees ! Estimated noise=3.97922 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.134502 Jy ! Component: 100 - total flux cleaned = 0.201331 Jy ! Component: 150 - total flux cleaned = 0.234773 Jy ! Component: 200 - total flux cleaned = 0.243623 Jy ! Total flux subtracted in 200 components = 0.243623 Jy ! Clean residual min=-0.072269 max=0.081752 Jy/beam ! Clean residual mean=0.001032 rms=0.027786 Jy/beam ! Combined flux in latest and established models = 0.491971 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.491971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163161Jy sigma=0.664210 ! Fit after self-cal, rms=0.163168Jy sigma=0.663368 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.44 FD 1.14 HN 1.17 KP 1.18 ! LA 0.85 MK 2.07 NL 1.55 PT 0.92 ! SC 2.63 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.16 FD 1.81 HN 1.23 KP 0.97 ! LA 0.96 MK 1.33 NL 1.74 OV 3.39 ! PT 0.59 SC 2.39 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.33 FD 1.12 HN 1.20 KP 1.11 ! LA 0.89 MK 1.86 NL 1.45 PT 0.94 ! SC 2.54 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 1.72 HN 1.19 KP 0.93 ! LA 0.93 MK 1.45 NL 1.59 OV 3.20 ! PT 0.63 SC 2.07 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.43 FD 1.41 HN 1.19 KP 0.94 ! LA 1.01 MK 2.31 NL 1.54 PT 0.83 ! SC 2.95 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 1.84 HN 1.23 KP 0.97 ! LA 0.91 MK 1.43 NL 1.79 OV 3.64 ! PT 0.63 SC 2.63 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.36 FD 1.52 HN 1.17 KP 1.01 ! LA 0.91 MK 2.20 NL 1.67 PT 0.83 ! SC 3.51 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 2.04 HN 1.39 KP 1.13 ! LA 0.90 MK 1.75 NL 1.90 OV 3.54 ! PT 0.61 SC 2.39 ! ! ! Fit before self-cal, rms=0.163168Jy sigma=0.663368 ! Fit after self-cal, rms=0.310255Jy sigma=0.268693 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.741 mas, bmaj=3.957 mas, bpa=-7.191 degrees ! Estimated noise=4.70962 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.2, 8.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0376739 Jy ! Component: 100 - total flux cleaned = 0.0365232 Jy ! Component: 150 - total flux cleaned = 0.0335024 Jy ! Component: 200 - total flux cleaned = 0.0325995 Jy ! Total flux subtracted in 200 components = 0.0325995 Jy ! Clean residual min=-0.024202 max=0.039834 Jy/beam ! Clean residual mean=-0.000059 rms=0.008517 Jy/beam ! Combined flux in latest and established models = 0.524571 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 78 components and 0.524571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.293665Jy sigma=0.247339 ! Fit after self-cal, rms=0.293225Jy sigma=0.229499 ! 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.293225Jy sigma=0.229499 ! Fit after self-cal, rms=0.240156Jy sigma=0.223053 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.723 mas, bmaj=3.801 mas, bpa=-6.251 degrees ! Estimated noise=4.50049 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00906245 Jy ! Component: 100 - total flux cleaned = 0.0106081 Jy ! Component: 150 - total flux cleaned = 0.0112027 Jy ! Component: 200 - total flux cleaned = 0.0117467 Jy ! Total flux subtracted in 200 components = 0.0117467 Jy ! Clean residual min=-0.017608 max=0.028304 Jy/beam ! Clean residual mean=0.000001 rms=0.006037 Jy/beam ! Combined flux in latest and established models = 0.536318 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 109 components and 0.536317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.232505Jy sigma=0.216199 ! Fit after self-cal, rms=0.229256Jy sigma=0.206076 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 (8.6, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0128864 Jy ! Component: 100 - total flux cleaned = 0.0135008 Jy ! Component: 150 - total flux cleaned = 0.0125301 Jy ! Component: 200 - total flux cleaned = 0.0116451 Jy ! Total flux subtracted in 200 components = 0.0116451 Jy ! Clean residual min=-0.014263 max=0.021452 Jy/beam ! Clean residual mean=-0.000052 rms=0.004869 Jy/beam ! Combined flux in latest and established models = 0.547962 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 135 components and 0.547963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.224066Jy sigma=0.201364 ! Fit after self-cal, rms=0.222399Jy sigma=0.197260 ! 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.222399Jy sigma=0.197260 ! Fit after self-cal, rms=0.193613Jy sigma=0.192674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.725 mas, bmaj=3.679 mas, bpa=-4.717 degrees ! Estimated noise=4.38335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00189019 Jy ! Component: 100 - total flux cleaned = 0.00282614 Jy ! Component: 150 - total flux cleaned = 0.00321257 Jy ! Component: 200 - total flux cleaned = 0.00321888 Jy ! Total flux subtracted in 200 components = 0.00321888 Jy ! Clean residual min=-0.012413 max=0.019176 Jy/beam ! Clean residual mean=0.000006 rms=0.003796 Jy/beam ! Combined flux in latest and established models = 0.551181 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 153 components and 0.551181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189983Jy sigma=0.190094 ! Fit after self-cal, rms=0.188908Jy sigma=0.187090 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 (1.2, -11.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00406683 Jy ! Component: 100 - total flux cleaned = 0.00644371 Jy ! Component: 150 - total flux cleaned = 0.00600524 Jy ! Component: 200 - total flux cleaned = 0.00530501 Jy ! Total flux subtracted in 200 components = 0.00530501 Jy ! Clean residual min=-0.011341 max=0.012060 Jy/beam ! Clean residual mean=-0.000030 rms=0.003110 Jy/beam ! Combined flux in latest and established models = 0.556486 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 177 components and 0.556486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183990Jy sigma=0.183398 ! Fit after self-cal, rms=0.183238Jy sigma=0.182931 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183238Jy sigma=0.182931 ! Fit after self-cal, rms=0.169312Jy sigma=0.180677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.522 mas, bmaj=5.832 mas, bpa=-5.529 degrees ! Estimated noise=3.08673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00327962 Jy ! Component: 100 - total flux cleaned = 0.00363439 Jy ! Component: 150 - total flux cleaned = 0.00364693 Jy ! Component: 200 - total flux cleaned = 0.00340431 Jy ! Total flux subtracted in 200 components = 0.00340431 Jy ! Clean residual min=-0.009298 max=0.009350 Jy/beam ! Clean residual mean=-0.000012 rms=0.002703 Jy/beam ! Combined flux in latest and established models = 0.559891 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 200 components and 0.559891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167885Jy sigma=0.178974 ! Fit after self-cal, rms=0.167607Jy sigma=0.178635 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.000853686 Jy ! Component: 100 - total flux cleaned = -0.00170508 Jy ! Component: 150 - total flux cleaned = -0.00229793 Jy ! Component: 200 - total flux cleaned = -0.00267096 Jy ! Total flux subtracted in 200 components = -0.00267096 Jy ! Clean residual min=-0.009307 max=0.008981 Jy/beam ! Clean residual mean=-0.000011 rms=0.002626 Jy/beam ! Combined flux in latest and established models = 0.55722 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 210 components and 0.55722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166764Jy sigma=0.178196 ! Fit after self-cal, rms=0.166561Jy sigma=0.177889 ! 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. ! Applying 2560 buffered edits. 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:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 2:SC,true ! 2:SC 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.166917Jy sigma=0.177814 ! Fit after self-cal, rms=0.166917Jy sigma=0.177814 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC 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 32 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.166917Jy sigma=0.177814 ! Fit after self-cal, rms=0.168462Jy sigma=0.177284 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=1.098 mas, bmaj=2.454 mas, bpa=-4.153 degrees ! Estimated noise=14.5926 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 (8.4, 23.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.010862 Jy ! Component: 100 - total flux cleaned = 0.0162887 Jy ! Component: 150 - total flux cleaned = 0.0196428 Jy ! Component: 200 - total flux cleaned = 0.0217009 Jy ! Total flux subtracted in 200 components = 0.0217009 Jy ! Clean residual min=-0.011010 max=0.011831 Jy/beam ! Clean residual mean=0.000012 rms=0.002508 Jy/beam ! Combined flux in latest and established models = 0.578921 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 239 components and 0.578921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165696Jy sigma=0.177323 ! Fit after self-cal, rms=0.165315Jy sigma=0.176518 ! Inverting map ! Added new window around map position (14, 16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00651179 Jy ! Component: 100 - total flux cleaned = 0.00821878 Jy ! Component: 150 - total flux cleaned = 0.0100946 Jy ! Component: 200 - total flux cleaned = 0.0109696 Jy ! Total flux subtracted in 200 components = 0.0109696 Jy ! Clean residual min=-0.010275 max=0.010485 Jy/beam ! Clean residual mean=0.000011 rms=0.002322 Jy/beam ! Combined flux in latest and established models = 0.58989 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 261 components and 0.58989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163165Jy sigma=0.176230 ! Fit after self-cal, rms=0.162916Jy sigma=0.175757 ! Inverting map ! Added new window around map position (12.2, -0.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00422594 Jy ! Component: 100 - total flux cleaned = 0.00683699 Jy ! Component: 150 - total flux cleaned = 0.00925249 Jy ! Component: 200 - total flux cleaned = 0.0105149 Jy ! Total flux subtracted in 200 components = 0.0105149 Jy ! Clean residual min=-0.009501 max=0.008606 Jy/beam ! Clean residual mean=0.000006 rms=0.002193 Jy/beam ! Combined flux in latest and established models = 0.600405 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 276 components and 0.600405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161033Jy sigma=0.175399 ! Fit after self-cal, rms=0.160866Jy sigma=0.175188 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.736 mas, bmaj=3.682 mas, bpa=-4.545 degrees ! Estimated noise=4.30138 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00617526 Jy ! Component: 100 - total flux cleaned = -0.00946048 Jy ! Component: 150 - total flux cleaned = -0.0107412 Jy ! Component: 200 - total flux cleaned = -0.0117651 Jy ! Component: 250 - total flux cleaned = -0.012566 Jy ! Component: 300 - total flux cleaned = -0.0130199 Jy ! Component: 350 - total flux cleaned = -0.013612 Jy ! Component: 400 - total flux cleaned = -0.0143144 Jy ! Total flux subtracted in 400 components = -0.0143144 Jy ! Clean residual min=-0.007014 max=0.006894 Jy/beam ! Clean residual mean=0.000012 rms=0.001858 Jy/beam ! Combined flux in latest and established models = 0.586091 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 306 components and 0.58609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159317Jy sigma=0.173200 ! Fit after self-cal, rms=0.159202Jy sigma=0.173060 ! 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.00179773 Jy ! Component: 100 - total flux cleaned = -0.00248754 Jy ! Component: 150 - total flux cleaned = -0.00289109 Jy ! Component: 200 - total flux cleaned = -0.00341178 Jy ! Component: 250 - total flux cleaned = -0.0036661 Jy ! Component: 300 - total flux cleaned = -0.00391559 Jy ! Component: 350 - total flux cleaned = -0.00440169 Jy ! Component: 400 - total flux cleaned = -0.0046385 Jy ! Total flux subtracted in 400 components = -0.0046385 Jy ! Clean residual min=-0.006773 max=0.006549 Jy/beam ! Clean residual mean=0.000010 rms=0.001732 Jy/beam ! Combined flux in latest and established models = 0.581452 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 320 components and 0.581452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158183Jy sigma=0.172409 ! Fit after self-cal, rms=0.158107Jy sigma=0.172364 ! 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. ! Applying 2560 buffered edits. 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 32 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.158426Jy sigma=0.172275 ! Fit after self-cal, rms=0.152113Jy sigma=0.171750 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.716 mas, bmaj=3.649 mas, bpa=-4.129 degrees ! Estimated noise=4.2682 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00111821 Jy ! Component: 100 - total flux cleaned = -0.000336766 Jy ! Component: 150 - total flux cleaned = -0.000106574 Jy ! Component: 200 - total flux cleaned = -0.000107791 Jy ! Component: 250 - total flux cleaned = -0.00010624 Jy ! Component: 300 - total flux cleaned = -0.000110338 Jy ! Component: 350 - total flux cleaned = -0.000214389 Jy ! Component: 400 - total flux cleaned = -0.000415452 Jy ! Total flux subtracted in 400 components = -0.000415452 Jy ! Clean residual min=-0.006382 max=0.005529 Jy/beam ! Clean residual mean=0.000010 rms=0.001584 Jy/beam ! Combined flux in latest and established models = 0.581037 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 340 components and 0.581037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151204Jy sigma=0.171450 ! Fit after self-cal, rms=0.151125Jy sigma=0.171376 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.000413599 Jy ! Component: 100 - total flux cleaned = 0.000614531 Jy ! Component: 150 - total flux cleaned = 0.000709756 Jy ! Component: 200 - total flux cleaned = 0.000524206 Jy ! Component: 250 - total flux cleaned = 0.000433454 Jy ! Component: 300 - total flux cleaned = 0.000343909 Jy ! Component: 350 - total flux cleaned = 0.000345752 Jy ! Component: 400 - total flux cleaned = 0.000171967 Jy ! Total flux subtracted in 400 components = 0.000171967 Jy ! Clean residual min=-0.006141 max=0.005325 Jy/beam ! Clean residual mean=0.000009 rms=0.001531 Jy/beam ! Combined flux in latest and established models = 0.581209 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 348 components and 0.581209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150495Jy sigma=0.171173 ! Fit after self-cal, rms=0.150457Jy sigma=0.171141 ! 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.150457Jy sigma=0.171141 ! Fit after self-cal, rms=0.149502Jy sigma=0.171000 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.718 mas, bmaj=3.638 mas, bpa=-3.74 degrees ! Estimated noise=4.25458 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00053161 Jy ! Component: 100 - total flux cleaned = -0.000242431 Jy ! Component: 150 - total flux cleaned = -0.000330652 Jy ! Component: 200 - total flux cleaned = -0.000243377 Jy ! Component: 250 - total flux cleaned = 9.98311e-06 Jy ! Component: 300 - total flux cleaned = 0.000253085 Jy ! Component: 350 - total flux cleaned = 0.00033272 Jy ! Component: 400 - total flux cleaned = 0.000333521 Jy ! Total flux subtracted in 400 components = 0.000333521 Jy ! Clean residual min=-0.005804 max=0.005192 Jy/beam ! Clean residual mean=0.000007 rms=0.001479 Jy/beam ! Combined flux in latest and established models = 0.581542 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 364 components and 0.581542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148938Jy sigma=0.170827 ! Fit after self-cal, rms=0.148881Jy sigma=0.170793 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.00067243 Jy ! Component: 100 - total flux cleaned = 0.000912323 Jy ! Component: 150 - total flux cleaned = 0.000992089 Jy ! Component: 200 - total flux cleaned = 0.00114605 Jy ! Component: 250 - total flux cleaned = 0.00122342 Jy ! Component: 300 - total flux cleaned = 0.00115118 Jy ! Component: 350 - total flux cleaned = 0.00108096 Jy ! Component: 400 - total flux cleaned = 0.00108123 Jy ! Total flux subtracted in 400 components = 0.00108123 Jy ! Clean residual min=-0.005744 max=0.005080 Jy/beam ! Clean residual mean=0.000007 rms=0.001450 Jy/beam ! Combined flux in latest and established models = 0.582623 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 376 components and 0.582623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148425Jy sigma=0.170672 ! Fit after self-cal, rms=0.148395Jy sigma=0.170658 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148395Jy sigma=0.170658 ! Fit after self-cal, rms=0.150930Jy sigma=0.138141 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.521 mas, bmaj=5.855 mas, bpa=-5.588 degrees ! Estimated noise=3.04552 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.67304e-05 Jy ! Component: 100 - total flux cleaned = 0.000256314 Jy ! Component: 150 - total flux cleaned = 0.000535276 Jy ! Component: 200 - total flux cleaned = 0.00073389 Jy ! Component: 250 - total flux cleaned = 0.000924986 Jy ! Component: 300 - total flux cleaned = 0.00104524 Jy ! Component: 350 - total flux cleaned = 0.00110416 Jy ! Component: 400 - total flux cleaned = 0.00116284 Jy ! Total flux subtracted in 400 components = 0.00116284 Jy ! Clean residual min=-0.005047 max=0.004591 Jy/beam ! Clean residual mean=0.000001 rms=0.001394 Jy/beam ! Combined flux in latest and established models = 0.583786 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 391 components and 0.583786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150885Jy sigma=0.137985 ! Fit after self-cal, rms=0.150950Jy sigma=0.137921 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 = -8.26579e-05 Jy ! Component: 100 - total flux cleaned = 0.000148428 Jy ! Component: 150 - total flux cleaned = 0.000312986 Jy ! Component: 200 - total flux cleaned = 0.000310861 Jy ! Component: 250 - total flux cleaned = 0.00025855 Jy ! Component: 300 - total flux cleaned = 0.000310143 Jy ! Component: 350 - total flux cleaned = 0.000160056 Jy ! Component: 400 - total flux cleaned = 0.000256588 Jy ! Total flux subtracted in 400 components = 0.000256588 Jy ! Clean residual min=-0.004979 max=0.004628 Jy/beam ! Clean residual mean=-0.000001 rms=0.001356 Jy/beam ! Combined flux in latest and established models = 0.584043 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 407 components and 0.584043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150906Jy sigma=0.137815 ! Fit after self-cal, rms=0.150924Jy sigma=0.137783 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=1.719 mas, bmaj=3.628 mas, bpa=-3.386 degrees ! Estimated noise=4.25164 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.719 x 3.628 at -3.386 degrees (North through East) ! Clean map min=-0.030664 max=0.23064 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.088 mas, bmaj=2.407 mas, bpa=-2.434 degrees ! Estimated noise=14.3198 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.201052 Jy ! Component: 100 - total flux cleaned = 0.301521 Jy ! Component: 150 - total flux cleaned = 0.369451 Jy ! Component: 200 - total flux cleaned = 0.417846 Jy ! Component: 250 - total flux cleaned = 0.453496 Jy ! Component: 300 - total flux cleaned = 0.476865 Jy ! Component: 350 - total flux cleaned = 0.487019 Jy ! Component: 400 - total flux cleaned = 0.497455 Jy ! Total flux subtracted in 400 components = 0.497455 Jy ! Clean residual min=-0.019846 max=0.022119 Jy/beam ! Clean residual mean=0.000091 rms=0.005096 Jy/beam ! Combined flux in latest and established models = 0.497455 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 115 model components to the UV plane model. ! The established model now contains 115 components and 0.497455 Jy ! Inverting map and beam ! Estimated beam: bmin=1.719 mas, bmaj=3.628 mas, bpa=-3.386 degrees ! Estimated noise=4.25164 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 (-9.2, 11.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0282084 Jy ! Component: 100 - total flux cleaned = 0.0436787 Jy ! Component: 150 - total flux cleaned = 0.0543462 Jy ! Component: 200 - total flux cleaned = 0.0606199 Jy ! Component: 250 - total flux cleaned = 0.06578 Jy ! Component: 300 - total flux cleaned = 0.0700084 Jy ! Component: 350 - total flux cleaned = 0.0735257 Jy ! Component: 400 - total flux cleaned = 0.0756952 Jy ! Total flux subtracted in 400 components = 0.0756952 Jy ! Clean residual min=-0.011385 max=0.013008 Jy/beam ! Clean residual mean=0.000023 rms=0.003121 Jy/beam ! Combined flux in latest and established models = 0.57315 Jy ! Adding 97 model components to the UV plane model. ! The established model now contains 208 components and 0.57315 Jy ! Inverting map ! Added new window around map position (9.4, -15.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00753709 Jy ! Component: 100 - total flux cleaned = 0.0133339 Jy ! Component: 150 - total flux cleaned = 0.0176486 Jy ! Component: 200 - total flux cleaned = 0.0207268 Jy ! Component: 250 - total flux cleaned = 0.0238689 Jy ! Component: 300 - total flux cleaned = 0.0260081 Jy ! Component: 350 - total flux cleaned = 0.0270247 Jy ! Component: 400 - total flux cleaned = 0.0277383 Jy ! Total flux subtracted in 400 components = 0.0277383 Jy ! Clean residual min=-0.007647 max=0.007032 Jy/beam ! Clean residual mean=0.000006 rms=0.002030 Jy/beam ! Combined flux in latest and established models = 0.600888 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 269 components and 0.600888 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.521 mas, bmaj=5.855 mas, bpa=-5.588 degrees ! Estimated noise=3.04552 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101774 Jy ! Component: 100 - total flux cleaned = 0.00214332 Jy ! Component: 150 - total flux cleaned = 0.00213891 Jy ! Component: 200 - total flux cleaned = 0.00214075 Jy ! Component: 250 - total flux cleaned = 0.00269006 Jy ! Component: 300 - total flux cleaned = 0.00338776 Jy ! Component: 350 - total flux cleaned = 0.00404737 Jy ! Component: 400 - total flux cleaned = 0.00499487 Jy ! Total flux subtracted in 400 components = 0.00499487 Jy ! Clean residual min=-0.006203 max=0.005668 Jy/beam ! Clean residual mean=0.000008 rms=0.001668 Jy/beam ! Combined flux in latest and established models = 0.605883 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.000605419 Jy ! Component: 100 - total flux cleaned = 0.0011942 Jy ! Component: 150 - total flux cleaned = 0.00175924 Jy ! Component: 200 - total flux cleaned = 0.00230672 Jy ! Component: 250 - total flux cleaned = 0.00257517 Jy ! Component: 300 - total flux cleaned = 0.00334064 Jy ! Component: 350 - total flux cleaned = 0.0035902 Jy ! Component: 400 - total flux cleaned = 0.00370891 Jy ! Total flux subtracted in 400 components = 0.00370891 Jy ! Clean residual min=-0.005516 max=0.005134 Jy/beam ! Clean residual mean=0.000004 rms=0.001484 Jy/beam ! Combined flux in latest and established models = 0.609592 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 344 components and 0.609592 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.719 mas, bmaj=3.628 mas, bpa=-3.386 degrees ! Estimated noise=4.25164 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000771261 Jy ! Component: 100 - total flux cleaned = 0.00141996 Jy ! Component: 150 - total flux cleaned = 0.0021891 Jy ! Component: 200 - total flux cleaned = 0.00248317 Jy ! Component: 250 - total flux cleaned = 0.00276468 Jy ! Component: 300 - total flux cleaned = 0.00317661 Jy ! Component: 350 - total flux cleaned = 0.00330685 Jy ! Component: 400 - total flux cleaned = 0.00356864 Jy ! Total flux subtracted in 400 components = 0.00356864 Jy ! Clean residual min=-0.005412 max=0.005075 Jy/beam ! Clean residual mean=0.000005 rms=0.001413 Jy/beam ! Combined flux in latest and established models = 0.613161 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 378 components and 0.613161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151871Jy sigma=0.138033 ! Fit after self-cal, rms=0.151061Jy sigma=0.137777 wmodel /scr/pima/rdv62_uvs/J0744-0629_X_map.mod ! Writing 378 model components to file: /scr/pima/rdv62_uvs/J0744-0629_X_map.mod wobs /scr/pima/rdv62_uvs/J0744-0629_X_uvs.fits ! Applying 280 buffered edits. ! Writing UV FITS file: /scr/pima/rdv62_uvs/J0744-0629_X_uvs.fits wwins /scr/pima/rdv62_uvs/J0744-0629_X_map.win ! wwins: Wrote 9 windows to /scr/pima/rdv62_uvs/J0744-0629_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00137851 Jy ! Component: 100 - total flux cleaned = -0.00137419 Jy ! Component: 150 - total flux cleaned = -0.0013725 Jy ! Component: 200 - total flux cleaned = -0.00202905 Jy ! Component: 250 - total flux cleaned = -0.00274705 Jy ! Component: 300 - total flux cleaned = -0.00352614 Jy ! Component: 350 - total flux cleaned = -0.00405933 Jy ! Component: 400 - total flux cleaned = -0.00465605 Jy ! Component: 450 - total flux cleaned = -0.00509578 Jy ! Component: 500 - total flux cleaned = -0.00552776 Jy ! Component: 550 - total flux cleaned = -0.00602257 Jy ! Component: 600 - total flux cleaned = -0.00637113 Jy ! Component: 650 - total flux cleaned = -0.00698615 Jy ! Component: 700 - total flux cleaned = -0.0071879 Jy ! Component: 750 - total flux cleaned = -0.0078496 Jy ! Component: 800 - total flux cleaned = -0.00811014 Jy ! Component: 850 - total flux cleaned = -0.00849651 Jy ! Component: 900 - total flux cleaned = -0.00862355 Jy ! Component: 950 - total flux cleaned = -0.00874839 Jy ! Component: 1000 - total flux cleaned = -0.00881105 Jy ! Component: 1050 - total flux cleaned = -0.00893398 Jy ! Component: 1100 - total flux cleaned = -0.00899521 Jy ! Component: 1150 - total flux cleaned = -0.00905431 Jy ! Component: 1200 - total flux cleaned = -0.0089362 Jy ! Component: 1250 - total flux cleaned = -0.00905432 Jy ! Component: 1300 - total flux cleaned = -0.00905477 Jy ! Component: 1350 - total flux cleaned = -0.00899744 Jy ! Component: 1400 - total flux cleaned = -0.00899701 Jy ! Component: 1450 - total flux cleaned = -0.0089401 Jy ! Component: 1500 - total flux cleaned = -0.00882873 Jy ! Component: 1550 - total flux cleaned = -0.00888317 Jy ! Component: 1600 - total flux cleaned = -0.00877302 Jy ! Component: 1650 - total flux cleaned = -0.00866365 Jy ! Component: 1700 - total flux cleaned = -0.00866309 Jy ! Component: 1750 - total flux cleaned = -0.00834352 Jy ! Component: 1800 - total flux cleaned = -0.0080261 Jy ! Component: 1850 - total flux cleaned = -0.00792132 Jy ! Component: 1900 - total flux cleaned = -0.00750587 Jy ! Component: 1950 - total flux cleaned = -0.00740335 Jy ! Component: 2000 - total flux cleaned = -0.00709634 Jy ! Component: 2050 - total flux cleaned = -0.00669077 Jy ! Component: 2100 - total flux cleaned = -0.00633844 Jy ! Component: 2150 - total flux cleaned = -0.00603902 Jy ! Component: 2200 - total flux cleaned = -0.00554314 Jy ! Component: 2250 - total flux cleaned = -0.00514945 Jy ! Component: 2300 - total flux cleaned = -0.00485624 Jy ! Component: 2350 - total flux cleaned = -0.00437069 Jy ! Component: 2400 - total flux cleaned = -0.00408154 Jy ! Component: 2450 - total flux cleaned = -0.00360258 Jy ! Component: 2500 - total flux cleaned = -0.00331717 Jy ! Component: 2550 - total flux cleaned = -0.0027493 Jy ! Component: 2600 - total flux cleaned = -0.00232575 Jy ! Component: 2650 - total flux cleaned = -0.00204571 Jy ! Component: 2700 - total flux cleaned = -0.0018136 Jy ! Component: 2750 - total flux cleaned = -0.00167526 Jy ! Component: 2800 - total flux cleaned = -0.00135333 Jy ! Component: 2850 - total flux cleaned = -0.00107895 Jy ! Component: 2900 - total flux cleaned = -0.000760875 Jy ! Component: 2950 - total flux cleaned = -0.000579818 Jy ! Component: 3000 - total flux cleaned = -0.00021948 Jy ! Component: 3050 - total flux cleaned = 0.000139244 Jy ! Component: 3100 - total flux cleaned = 0.000585607 Jy ! Component: 3150 - total flux cleaned = 0.000852416 Jy ! Component: 3200 - total flux cleaned = 0.00129492 Jy ! Component: 3250 - total flux cleaned = 0.00173514 Jy ! Component: 3300 - total flux cleaned = 0.00191066 Jy ! Component: 3350 - total flux cleaned = 0.00252261 Jy ! Component: 3400 - total flux cleaned = 0.00282734 Jy ! Component: 3450 - total flux cleaned = 0.00321822 Jy ! Component: 3500 - total flux cleaned = 0.00378103 Jy ! Component: 3550 - total flux cleaned = 0.00416985 Jy ! Component: 3600 - total flux cleaned = 0.00468718 Jy ! Component: 3650 - total flux cleaned = 0.00516044 Jy ! Component: 3700 - total flux cleaned = 0.00558996 Jy ! Component: 3750 - total flux cleaned = 0.00597581 Jy ! Component: 3800 - total flux cleaned = 0.0064894 Jy ! Component: 3850 - total flux cleaned = 0.00683121 Jy ! Component: 3900 - total flux cleaned = 0.00712975 Jy ! Component: 3950 - total flux cleaned = 0.00764101 Jy ! Component: 4000 - total flux cleaned = 0.00810874 Jy ! Component: 4050 - total flux cleaned = 0.00840604 Jy ! Total flux subtracted in 4096 components = 0.00878775 Jy ! Clean residual min=-0.002474 max=0.002433 Jy/beam ! Clean residual mean=-0.000008 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.621949 Jy keep ! Adding 231 model components to the UV plane model. ! The established model now contains 608 components and 0.621949 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv62_uvs/J0744-0629_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.719 x 3.628 at -3.386 degrees (North through East) ! Clean map min=-0.023295 max=0.23132 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv62_uvs/J0744-0629_X_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.2313 rms= 0.00076 Jy quit ! Quitting program ! Log file /scr/pima/rdv62_uvs/J0744-0629_X_uvs.log closed on Fri Nov 22 22:35:11 2013