! Started logfile: /scr/pima/rdv93_uvs/J0908+4150_S_uvs.log on Tue Oct 8 15:27:13 2013 obs /scr/pima/rdv93_uvs/J0908+4150_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J0908+4150_S_uva.fits ! AN table 1: 22 integrations on 45 of 45 possible baselines. ! AN table 2: 22 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.938272 visibilities/baseline/integration-bin. ! Found source: J0908+4150 ! ! 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 6688 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv93_uvs/J0908+4150_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: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:OV 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: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.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.004220Jy sigma=1.196914 ! Fit after self-cal, rms=0.948338Jy sigma=1.120043 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.383 mas, bmaj=5.854 mas, bpa=30.88 degrees ! Estimated noise=15.1771 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.0423003 Jy ! Component: 100 - total flux cleaned = 0.0542378 Jy ! Total flux subtracted in 100 components = 0.0542378 Jy ! Clean residual min=-0.004979 max=0.006619 Jy/beam ! Clean residual mean=0.000071 rms=0.001375 Jy/beam ! Combined flux in latest and established models = 0.0542378 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0542378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053973Jy sigma=0.060904 ! Fit after self-cal, rms=0.052704Jy sigma=0.059282 ! 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=4.378 mas, bmaj=6.843 mas, bpa=27.43 degrees ! Estimated noise=7.67809 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.00802425 Jy ! Component: 100 - total flux cleaned = 0.0116396 Jy ! Component: 150 - total flux cleaned = 0.0127352 Jy ! Component: 200 - total flux cleaned = 0.0133008 Jy ! Total flux subtracted in 200 components = 0.0133008 Jy ! Clean residual min=-0.003574 max=0.006209 Jy/beam ! Clean residual mean=0.000079 rms=0.001154 Jy/beam ! Combined flux in latest and established models = 0.0675386 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 43 components and 0.0675386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052112Jy sigma=0.057049 ! Fit after self-cal, rms=0.052127Jy sigma=0.057018 ! 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: ! BR 1.02 FD 0.89 HN 0.93 KP 0.94 ! LA 1.13 MK 0.93 NL 1.09 OV 0.97 ! PT 0.96 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.94 HN 0.82 LA 1.00 ! MK 0.70 NL 1.15 OV 0.92 PT 1.12 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 0.99 KP 1.01 ! LA 1.05 MK 1.06 NL 1.06 OV 1.03 ! PT 0.99 SC 1.12 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 0.97 HN 0.99 LA 0.92 ! MK 1.10 NL 1.11 OV 1.02 PT 1.06 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 0.91 HN 0.95 KP 0.81 ! LA 0.98 MK 1.04 NL 1.25 OV 1.00 ! PT 1.07 SC 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 0.95 HN 0.83 LA 0.89 ! MK 1.06 NL 1.25 OV 1.01 PT 1.12 ! SC 0.91 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.24 FD 0.90 HN 0.96 KP 0.76 ! LA 0.81 MK 1.13 NL 1.03 OV 0.89 ! PT 1.01 SC 1.08 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 0.92 HN 0.87 LA 0.84 ! MK 1.39 NL 1.01 OV 0.88 PT 0.99 ! SC 0.91 ! ! ! Fit before self-cal, rms=0.052127Jy sigma=0.057018 ! Fit after self-cal, rms=0.050964Jy sigma=0.055815 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.465 mas, bmaj=6.854 mas, bpa=26.03 degrees ! Estimated noise=7.42429 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 (-55.2, -60.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00532451 Jy ! Component: 100 - total flux cleaned = 0.00759976 Jy ! Component: 150 - total flux cleaned = 0.00872773 Jy ! Component: 200 - total flux cleaned = 0.00960987 Jy ! Total flux subtracted in 200 components = 0.00960987 Jy ! Clean residual min=-0.002328 max=0.002592 Jy/beam ! Clean residual mean=0.000012 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.0771484 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 100 components and 0.0771484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050338Jy sigma=0.054890 ! Fit after self-cal, rms=0.050441Jy sigma=0.054767 ! 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.050441Jy sigma=0.054767 ! Fit after self-cal, rms=0.050212Jy sigma=0.054685 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.459 mas, bmaj=6.846 mas, bpa=26.07 degrees ! Estimated noise=7.38678 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135463 Jy ! Component: 100 - total flux cleaned = 0.00212551 Jy ! Component: 150 - total flux cleaned = 0.00272401 Jy ! Component: 200 - total flux cleaned = 0.00311854 Jy ! Total flux subtracted in 200 components = 0.00311854 Jy ! Clean residual min=-0.001960 max=0.002158 Jy/beam ! Clean residual mean=0.000005 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.080267 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 121 components and 0.0802669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050057Jy sigma=0.054513 ! Fit after self-cal, rms=0.050085Jy sigma=0.054494 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.000205585 Jy ! Component: 100 - total flux cleaned = 0.000364581 Jy ! Component: 150 - total flux cleaned = 0.000473062 Jy ! Component: 200 - total flux cleaned = 0.000592918 Jy ! Total flux subtracted in 200 components = 0.000592918 Jy ! Clean residual min=-0.001987 max=0.002039 Jy/beam ! Clean residual mean=0.000001 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.0808599 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 140 components and 0.0808598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050042Jy sigma=0.054460 ! Fit after self-cal, rms=0.050053Jy sigma=0.054457 ! 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.050053Jy sigma=0.054457 ! Fit after self-cal, rms=0.049756Jy sigma=0.054424 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.456 mas, bmaj=6.851 mas, bpa=26.08 degrees ! Estimated noise=7.33367 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.19274e-05 Jy ! Component: 100 - total flux cleaned = 3.91214e-05 Jy ! Component: 150 - total flux cleaned = 6.08095e-05 Jy ! Component: 200 - total flux cleaned = 0.000141683 Jy ! Total flux subtracted in 200 components = 0.000141683 Jy ! Clean residual min=-0.002050 max=0.002162 Jy/beam ! Clean residual mean=0.000001 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.0810015 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 153 components and 0.0810015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049723Jy sigma=0.054406 ! Fit after self-cal, rms=0.049729Jy sigma=0.054403 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 = 9.68288e-06 Jy ! Component: 100 - total flux cleaned = 0.000102395 Jy ! Component: 150 - total flux cleaned = 0.000153314 Jy ! Component: 200 - total flux cleaned = 0.000185004 Jy ! Total flux subtracted in 200 components = 0.000185004 Jy ! Clean residual min=-0.002061 max=0.002173 Jy/beam ! Clean residual mean=-0.000000 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.0811866 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 160 components and 0.0811866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049715Jy sigma=0.054393 ! Fit after self-cal, rms=0.049720Jy sigma=0.054392 ! Inverting map ! Added new window around map position (-90, -24.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158981 Jy ! Component: 100 - total flux cleaned = 0.00173542 Jy ! Component: 150 - total flux cleaned = 0.00176744 Jy ! Component: 200 - total flux cleaned = 0.00179508 Jy ! Total flux subtracted in 200 components = 0.00179508 Jy ! Clean residual min=-0.001855 max=0.001709 Jy/beam ! Clean residual mean=-0.000004 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.0829816 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 182 components and 0.0829816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049632Jy sigma=0.054307 ! Fit after self-cal, rms=0.049619Jy sigma=0.054294 ! 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.049619Jy sigma=0.054294 ! Fit after self-cal, rms=0.049241Jy sigma=0.054268 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.963 mas, bmaj=10.28 mas, bpa=23.6 degrees ! Estimated noise=7.78108 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000703819 Jy ! Component: 100 - total flux cleaned = 0.000833754 Jy ! Component: 150 - total flux cleaned = 0.000942856 Jy ! Component: 200 - total flux cleaned = 0.000992137 Jy ! Total flux subtracted in 200 components = 0.000992137 Jy ! Clean residual min=-0.002001 max=0.002102 Jy/beam ! Clean residual mean=-0.000013 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.0839738 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 211 components and 0.0839738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049210Jy sigma=0.054237 ! Fit after self-cal, rms=0.049212Jy sigma=0.054232 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.00016491 Jy ! Component: 100 - total flux cleaned = 0.000165615 Jy ! Component: 150 - total flux cleaned = 0.000206734 Jy ! Component: 200 - total flux cleaned = 0.000206545 Jy ! Total flux subtracted in 200 components = 0.000206545 Jy ! Clean residual min=-0.001925 max=0.002080 Jy/beam ! Clean residual mean=-0.000016 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0841803 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 233 components and 0.0841803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049201Jy sigma=0.054217 ! Fit after self-cal, rms=0.049200Jy sigma=0.054215 ! 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: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:OV,true ! 1:OV 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: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.049200Jy sigma=0.054215 ! Fit after self-cal, rms=0.049200Jy sigma=0.054215 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:OV 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: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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049200Jy sigma=0.054215 ! Fit after self-cal, rms=0.048781Jy sigma=0.054206 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.446 mas, bmaj=5.749 mas, bpa=29.8 degrees ! Estimated noise=14.4156 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.00071778 Jy ! Component: 100 - total flux cleaned = 0.000868696 Jy ! Component: 150 - total flux cleaned = 0.000808499 Jy ! Component: 200 - total flux cleaned = 0.00080845 Jy ! Total flux subtracted in 200 components = 0.00080845 Jy ! Clean residual min=-0.003008 max=0.002930 Jy/beam ! Clean residual mean=-0.000014 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.0849888 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 264 components and 0.0849888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048804Jy sigma=0.054241 ! Fit after self-cal, rms=0.048797Jy sigma=0.054224 ! 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=4.456 mas, bmaj=6.812 mas, bpa=25.94 degrees ! Estimated noise=7.22712 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.000268376 Jy ! Component: 100 - total flux cleaned = -0.00022027 Jy ! Component: 150 - total flux cleaned = -7.87863e-05 Jy ! Component: 200 - total flux cleaned = -1.42491e-05 Jy ! Component: 250 - total flux cleaned = 2.66021e-05 Jy ! Component: 300 - total flux cleaned = 8.44774e-05 Jy ! Component: 350 - total flux cleaned = 8.46714e-05 Jy ! Component: 400 - total flux cleaned = 0.000137946 Jy ! Total flux subtracted in 400 components = 0.000137946 Jy ! Clean residual min=-0.001711 max=0.001568 Jy/beam ! Clean residual mean=-0.000015 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.0851267 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 287 components and 0.0851267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048743Jy sigma=0.054190 ! Fit after self-cal, rms=0.048740Jy sigma=0.054188 ! 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 = -3.19915e-07 Jy ! Component: 100 - total flux cleaned = 3.49213e-05 Jy ! Component: 150 - total flux cleaned = 5.16997e-05 Jy ! Component: 200 - total flux cleaned = 8.47211e-05 Jy ! Component: 250 - total flux cleaned = 0.000131837 Jy ! Component: 300 - total flux cleaned = 0.000131704 Jy ! Component: 350 - total flux cleaned = 0.000146589 Jy ! Component: 400 - total flux cleaned = 0.000132227 Jy ! Total flux subtracted in 400 components = 0.000132227 Jy ! Clean residual min=-0.001676 max=0.001556 Jy/beam ! Clean residual mean=-0.000016 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.085259 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 303 components and 0.085259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048717Jy sigma=0.054169 ! Fit after self-cal, rms=0.048712Jy sigma=0.054168 ! 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048712Jy sigma=0.054168 ! Fit after self-cal, rms=0.048390Jy sigma=0.054158 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.454 mas, bmaj=6.824 mas, bpa=26.1 degrees ! Estimated noise=7.17413 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000270226 Jy ! Component: 100 - total flux cleaned = -0.000199378 Jy ! Component: 150 - total flux cleaned = -0.000136078 Jy ! Component: 200 - total flux cleaned = -9.1655e-05 Jy ! Component: 250 - total flux cleaned = -7.72507e-05 Jy ! Component: 300 - total flux cleaned = -9.06939e-05 Jy ! Component: 350 - total flux cleaned = -6.35792e-05 Jy ! Component: 400 - total flux cleaned = -6.37835e-05 Jy ! Total flux subtracted in 400 components = -6.37835e-05 Jy ! Clean residual min=-0.001664 max=0.001581 Jy/beam ! Clean residual mean=-0.000016 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.0851952 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 313 components and 0.0851952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048365Jy sigma=0.054143 ! Fit after self-cal, rms=0.048364Jy sigma=0.054142 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 = 5.79785e-05 Jy ! Component: 100 - total flux cleaned = 7.07167e-05 Jy ! Component: 150 - total flux cleaned = 8.35514e-05 Jy ! Component: 200 - total flux cleaned = 9.5925e-05 Jy ! Component: 250 - total flux cleaned = 9.55734e-05 Jy ! Component: 300 - total flux cleaned = 9.57612e-05 Jy ! Component: 350 - total flux cleaned = 9.60762e-05 Jy ! Component: 400 - total flux cleaned = 0.00010757 Jy ! Total flux subtracted in 400 components = 0.00010757 Jy ! Clean residual min=-0.001649 max=0.001571 Jy/beam ! Clean residual mean=-0.000016 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0853028 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 329 components and 0.0853028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048350Jy sigma=0.054130 ! Fit after self-cal, rms=0.048350Jy sigma=0.054129 ! 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.048350Jy sigma=0.054129 ! Fit after self-cal, rms=0.048274Jy sigma=0.054118 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.448 mas, bmaj=6.851 mas, bpa=26.2 degrees ! Estimated noise=7.14762 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000282011 Jy ! Component: 100 - total flux cleaned = -0.000256157 Jy ! Component: 150 - total flux cleaned = -0.000231363 Jy ! Component: 200 - total flux cleaned = -0.000195744 Jy ! Component: 250 - total flux cleaned = -0.000207162 Jy ! Component: 300 - total flux cleaned = -0.000184898 Jy ! Component: 350 - total flux cleaned = -0.000195908 Jy ! Component: 400 - total flux cleaned = -0.000196052 Jy ! Total flux subtracted in 400 components = -0.000196052 Jy ! Clean residual min=-0.001607 max=0.001590 Jy/beam ! Clean residual mean=-0.000016 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.0851067 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 342 components and 0.0851067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048260Jy sigma=0.054107 ! Fit after self-cal, rms=0.048261Jy sigma=0.054106 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 = 2.24471e-05 Jy ! Component: 100 - total flux cleaned = 3.33311e-05 Jy ! Component: 150 - total flux cleaned = 3.33808e-05 Jy ! Component: 200 - total flux cleaned = 3.33115e-05 Jy ! Component: 250 - total flux cleaned = 2.31363e-05 Jy ! Component: 300 - total flux cleaned = 2.32448e-05 Jy ! Component: 350 - total flux cleaned = 1.33247e-05 Jy ! Component: 400 - total flux cleaned = 1.31574e-05 Jy ! Total flux subtracted in 400 components = 1.31574e-05 Jy ! Clean residual min=-0.001588 max=0.001573 Jy/beam ! Clean residual mean=-0.000016 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0851199 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 347 components and 0.0851198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048252Jy sigma=0.054097 ! Fit after self-cal, rms=0.048253Jy sigma=0.054097 ! 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.048253Jy sigma=0.054097 ! Fit after self-cal, rms=0.051306Jy sigma=0.053083 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.964 mas, bmaj=10.33 mas, bpa=23.61 degrees ! Estimated noise=7.67525 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000204083 Jy ! Component: 100 - total flux cleaned = 0.000221269 Jy ! Component: 150 - total flux cleaned = 0.000220502 Jy ! Component: 200 - total flux cleaned = 0.000244437 Jy ! Component: 250 - total flux cleaned = 0.000245015 Jy ! Component: 300 - total flux cleaned = 0.000245633 Jy ! Component: 350 - total flux cleaned = 0.00026538 Jy ! Component: 400 - total flux cleaned = 0.000256174 Jy ! Total flux subtracted in 400 components = 0.000256174 Jy ! Clean residual min=-0.001770 max=0.001963 Jy/beam ! Clean residual mean=-0.000027 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.085376 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 372 components and 0.085376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051314Jy sigma=0.053061 ! Fit after self-cal, rms=0.051389Jy sigma=0.053033 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 (-40.8, 71.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00170823 Jy ! Component: 100 - total flux cleaned = 0.00235167 Jy ! Component: 150 - total flux cleaned = 0.00283414 Jy ! Component: 200 - total flux cleaned = 0.00321267 Jy ! Component: 250 - total flux cleaned = 0.00367226 Jy ! Component: 300 - total flux cleaned = 0.00397925 Jy ! Component: 350 - total flux cleaned = 0.00426208 Jy ! Component: 400 - total flux cleaned = 0.00450165 Jy ! Total flux subtracted in 400 components = 0.00450165 Jy ! Clean residual min=-0.001374 max=0.001441 Jy/beam ! Clean residual mean=-0.000018 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0898776 Jy ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 478 components and 0.0898776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051307Jy sigma=0.052895 ! Fit after self-cal, rms=0.051305Jy sigma=0.052883 ! Inverting map ! Added new window around map position (57.6, -72.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00055557 Jy ! Component: 100 - total flux cleaned = 0.000733168 Jy ! Component: 150 - total flux cleaned = 0.00104612 Jy ! Component: 200 - total flux cleaned = 0.00124637 Jy ! Component: 250 - total flux cleaned = 0.00138184 Jy ! Component: 300 - total flux cleaned = 0.00153608 Jy ! Component: 350 - total flux cleaned = 0.00168173 Jy ! Component: 400 - total flux cleaned = 0.00177403 Jy ! Total flux subtracted in 400 components = 0.00177403 Jy ! Clean residual min=-0.001049 max=0.001041 Jy/beam ! Clean residual mean=-0.000016 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.0916517 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 555 components and 0.0916516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051230Jy sigma=0.052794 ! Fit after self-cal, rms=0.051234Jy sigma=0.052789 ! 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=4.448 mas, bmaj=6.883 mas, bpa=26.21 degrees ! Estimated noise=7.19758 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.448 x 6.883 at 26.21 degrees (North through East) ! Clean map min=-0.0024238 max=0.051324 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.422 mas, bmaj=5.829 mas, bpa=30.11 degrees ! Estimated noise=14.4022 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.041209 Jy ! Component: 100 - total flux cleaned = 0.053135 Jy ! Component: 150 - total flux cleaned = 0.0586595 Jy ! Component: 200 - total flux cleaned = 0.0617182 Jy ! Component: 250 - total flux cleaned = 0.0633669 Jy ! Component: 300 - total flux cleaned = 0.0646891 Jy ! Component: 350 - total flux cleaned = 0.0657311 Jy ! Component: 400 - total flux cleaned = 0.0667106 Jy ! Total flux subtracted in 400 components = 0.0667106 Jy ! Clean residual min=-0.003336 max=0.003491 Jy/beam ! Clean residual mean=0.000023 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.0667106 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 80 model components to the UV plane model. ! The established model now contains 80 components and 0.0667106 Jy ! Inverting map and beam ! Estimated beam: bmin=4.448 mas, bmaj=6.883 mas, bpa=26.21 degrees ! Estimated noise=7.19758 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.00447318 Jy ! Component: 100 - total flux cleaned = 0.00740213 Jy ! Component: 150 - total flux cleaned = 0.00978315 Jy ! Component: 200 - total flux cleaned = 0.0116501 Jy ! Component: 250 - total flux cleaned = 0.0132217 Jy ! Component: 300 - total flux cleaned = 0.0147045 Jy ! Component: 350 - total flux cleaned = 0.0158168 Jy ! Component: 400 - total flux cleaned = 0.0166328 Jy ! Total flux subtracted in 400 components = 0.0166328 Jy ! Clean residual min=-0.001612 max=0.001847 Jy/beam ! Clean residual mean=0.000003 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.0833433 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 165 components and 0.0833433 Jy ! Inverting map ! Added new window around map position (-2.8, -7.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110544 Jy ! Component: 100 - total flux cleaned = 0.00177783 Jy ! Component: 150 - total flux cleaned = 0.00234952 Jy ! Component: 200 - total flux cleaned = 0.00297682 Jy ! Component: 250 - total flux cleaned = 0.00340204 Jy ! Component: 300 - total flux cleaned = 0.00381026 Jy ! Component: 350 - total flux cleaned = 0.00424404 Jy ! Component: 400 - total flux cleaned = 0.00458697 Jy ! Total flux subtracted in 400 components = 0.00458697 Jy ! Clean residual min=-0.001388 max=0.001334 Jy/beam ! Clean residual mean=-0.000000 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.0879303 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 235 components and 0.0879303 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=7.964 mas, bmaj=10.33 mas, bpa=23.61 degrees ! Estimated noise=7.67525 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102659 Jy ! Component: 100 - total flux cleaned = 0.0016196 Jy ! Component: 150 - total flux cleaned = 0.0022607 Jy ! Component: 200 - total flux cleaned = 0.00262238 Jy ! Component: 250 - total flux cleaned = 0.00296125 Jy ! Component: 300 - total flux cleaned = 0.00328085 Jy ! Component: 350 - total flux cleaned = 0.00350252 Jy ! Component: 400 - total flux cleaned = 0.00379411 Jy ! Total flux subtracted in 400 components = 0.00379411 Jy ! Clean residual min=-0.001086 max=0.001074 Jy/beam ! Clean residual mean=-0.000004 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.0917244 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.000229596 Jy ! Component: 100 - total flux cleaned = 0.000427594 Jy ! Component: 150 - total flux cleaned = 0.000666618 Jy ! Component: 200 - total flux cleaned = 0.00087423 Jy ! Component: 250 - total flux cleaned = 0.00107607 Jy ! Component: 300 - total flux cleaned = 0.00131477 Jy ! Component: 350 - total flux cleaned = 0.00146207 Jy ! Component: 400 - total flux cleaned = 0.00162591 Jy ! Total flux subtracted in 400 components = 0.00162591 Jy ! Clean residual min=-0.000987 max=0.000955 Jy/beam ! Clean residual mean=-0.000005 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.0933503 Jy ! Adding 195 model components to the UV plane model. ! The established model now contains 427 components and 0.0933503 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.448 mas, bmaj=6.883 mas, bpa=26.21 degrees ! Estimated noise=7.19758 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00016565 Jy ! Component: 100 - total flux cleaned = -0.000260358 Jy ! Component: 150 - total flux cleaned = -0.000106932 Jy ! Component: 200 - total flux cleaned = 6.78444e-05 Jy ! Component: 250 - total flux cleaned = 0.000180178 Jy ! Component: 300 - total flux cleaned = 0.000342686 Jy ! Component: 350 - total flux cleaned = 0.000342626 Jy ! Component: 400 - total flux cleaned = 0.000471737 Jy ! Total flux subtracted in 400 components = 0.000471737 Jy ! Clean residual min=-0.001052 max=0.000989 Jy/beam ! Clean residual mean=-0.000004 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.0938221 Jy selfcal ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 472 components and 0.0938221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051135Jy sigma=0.052699 ! Fit after self-cal, rms=0.051112Jy sigma=0.052671 wmodel /scr/pima/rdv93_uvs/J0908+4150_S_map.mod ! Writing 472 model components to file: /scr/pima/rdv93_uvs/J0908+4150_S_map.mod wobs /scr/pima/rdv93_uvs/J0908+4150_S_uvs.fits ! Applying 1004 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J0908+4150_S_uvs.fits wwins /scr/pima/rdv93_uvs/J0908+4150_S_map.win ! wwins: Wrote 6 windows to /scr/pima/rdv93_uvs/J0908+4150_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.000207435 Jy ! Component: 100 - total flux cleaned = -0.000274825 Jy ! Component: 150 - total flux cleaned = -0.000291231 Jy ! Component: 200 - total flux cleaned = -0.000353075 Jy ! Component: 250 - total flux cleaned = -0.000398 Jy ! Component: 300 - total flux cleaned = -0.000470757 Jy ! Component: 350 - total flux cleaned = -0.00049924 Jy ! Component: 400 - total flux cleaned = -0.000597341 Jy ! Component: 450 - total flux cleaned = -0.00063879 Jy ! Component: 500 - total flux cleaned = -0.000760548 Jy ! Component: 550 - total flux cleaned = -0.000826967 Jy ! Component: 600 - total flux cleaned = -0.000905535 Jy ! Component: 650 - total flux cleaned = -0.000982963 Jy ! Component: 700 - total flux cleaned = -0.00108458 Jy ! Component: 750 - total flux cleaned = -0.00114684 Jy ! Component: 800 - total flux cleaned = -0.00118401 Jy ! Component: 850 - total flux cleaned = -0.00124464 Jy ! Component: 900 - total flux cleaned = -0.00126871 Jy ! Component: 950 - total flux cleaned = -0.00132789 Jy ! Component: 1000 - total flux cleaned = -0.00135129 Jy ! Component: 1050 - total flux cleaned = -0.00137429 Jy ! Component: 1100 - total flux cleaned = -0.00140862 Jy ! Component: 1150 - total flux cleaned = -0.00144255 Jy ! Component: 1200 - total flux cleaned = -0.00145351 Jy ! Component: 1250 - total flux cleaned = -0.00145345 Jy ! Component: 1300 - total flux cleaned = -0.00146436 Jy ! Component: 1350 - total flux cleaned = -0.00150753 Jy ! Component: 1400 - total flux cleaned = -0.00146478 Jy ! Component: 1450 - total flux cleaned = -0.00150712 Jy ! Component: 1500 - total flux cleaned = -0.00150714 Jy ! Component: 1550 - total flux cleaned = -0.00153816 Jy ! Component: 1600 - total flux cleaned = -0.00154829 Jy ! Component: 1650 - total flux cleaned = -0.00157871 Jy ! Component: 1700 - total flux cleaned = -0.00159906 Jy ! Component: 1750 - total flux cleaned = -0.00158901 Jy ! Component: 1800 - total flux cleaned = -0.00159898 Jy ! Component: 1850 - total flux cleaned = -0.0016186 Jy ! Component: 1900 - total flux cleaned = -0.00161866 Jy ! Component: 1950 - total flux cleaned = -0.001609 Jy ! Component: 2000 - total flux cleaned = -0.00159945 Jy ! Component: 2050 - total flux cleaned = -0.00158988 Jy ! Component: 2100 - total flux cleaned = -0.00158986 Jy ! Component: 2150 - total flux cleaned = -0.00158045 Jy ! Component: 2200 - total flux cleaned = -0.00157112 Jy ! Component: 2250 - total flux cleaned = -0.00153422 Jy ! Component: 2300 - total flux cleaned = -0.00151591 Jy ! Component: 2350 - total flux cleaned = -0.00149773 Jy ! Component: 2400 - total flux cleaned = -0.00148867 Jy ! Component: 2450 - total flux cleaned = -0.00146164 Jy ! Component: 2500 - total flux cleaned = -0.00144372 Jy ! Component: 2550 - total flux cleaned = -0.00143477 Jy ! Component: 2600 - total flux cleaned = -0.00141709 Jy ! Component: 2650 - total flux cleaned = -0.00139071 Jy ! Component: 2700 - total flux cleaned = -0.00136459 Jy ! Component: 2750 - total flux cleaned = -0.00135592 Jy ! Component: 2800 - total flux cleaned = -0.00135596 Jy ! Component: 2850 - total flux cleaned = -0.0013046 Jy ! Component: 2900 - total flux cleaned = -0.00132155 Jy ! Component: 2950 - total flux cleaned = -0.00130455 Jy ! Component: 3000 - total flux cleaned = -0.00126246 Jy ! Component: 3050 - total flux cleaned = -0.00126248 Jy ! Component: 3100 - total flux cleaned = -0.00125415 Jy ! Component: 3150 - total flux cleaned = -0.00120456 Jy ! Component: 3200 - total flux cleaned = -0.00119633 Jy ! Component: 3250 - total flux cleaned = -0.00115539 Jy ! Component: 3300 - total flux cleaned = -0.00113912 Jy ! Component: 3350 - total flux cleaned = -0.00113911 Jy ! Component: 3400 - total flux cleaned = -0.00107452 Jy ! Component: 3450 - total flux cleaned = -0.0010906 Jy ! Component: 3500 - total flux cleaned = -0.00103456 Jy ! Component: 3550 - total flux cleaned = -0.000994746 Jy ! Component: 3600 - total flux cleaned = -0.000986807 Jy ! Component: 3650 - total flux cleaned = -0.000939378 Jy ! Component: 3700 - total flux cleaned = -0.00092365 Jy ! Component: 3750 - total flux cleaned = -0.000876625 Jy ! Component: 3800 - total flux cleaned = -0.000853174 Jy ! Component: 3850 - total flux cleaned = -0.000798745 Jy ! Component: 3900 - total flux cleaned = -0.00075228 Jy ! Component: 3950 - total flux cleaned = -0.00076774 Jy ! Component: 4000 - total flux cleaned = -0.000729206 Jy ! Component: 4050 - total flux cleaned = -0.000698574 Jy ! Total flux subtracted in 4096 components = -0.000660383 Jy ! Clean residual min=-0.000382 max=0.000548 Jy/beam ! Clean residual mean=-0.000002 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.0931617 Jy keep ! Adding 247 model components to the UV plane model. ! The established model now contains 718 components and 0.0931616 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J0908+4150_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.448 x 6.883 at 26.21 degrees (North through East) ! Clean map min=-0.001714 max=0.051075 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J0908+4150_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.051 rms= 0.00014 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J0908+4150_S_uvs.log closed on Tue Oct 8 15:27:20 2013