! Started logfile: /scr/pima/rdv93_uvs/J0908+4150_X_uvs.log on Tue Oct 8 15:45:20 2013 obs /scr/pima/rdv93_uvs/J0908+4150_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J0908+4150_X_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.975309 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 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 6952 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/rdv93_uvs/J0908+4150_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: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.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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.004598Jy sigma=1.228887 ! Fit after self-cal, rms=0.938834Jy sigma=1.143812 ! 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.8853 mas, bmaj=1.114 mas, bpa=28.64 degrees ! Estimated noise=12.8077 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.0486173 Jy ! Component: 100 - total flux cleaned = 0.0598051 Jy ! Total flux subtracted in 100 components = 0.0598051 Jy ! Clean residual min=-0.003705 max=0.004932 Jy/beam ! Clean residual mean=-0.000002 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.0598051 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0598051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054649Jy sigma=0.063241 ! Fit after self-cal, rms=0.054081Jy sigma=0.062583 ! 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.16 mas, bmaj=1.431 mas, bpa=24.63 degrees ! Estimated noise=7.13584 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 (-1.2, -2.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00640419 Jy ! Component: 100 - total flux cleaned = 0.00955339 Jy ! Component: 150 - total flux cleaned = 0.0113197 Jy ! Component: 200 - total flux cleaned = 0.0125216 Jy ! Total flux subtracted in 200 components = 0.0125216 Jy ! Clean residual min=-0.002647 max=0.003014 Jy/beam ! Clean residual mean=-0.000009 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.0723267 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 36 components and 0.0723267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053544Jy sigma=0.061438 ! Fit after self-cal, rms=0.053533Jy sigma=0.061385 ! 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 0.95 FD 1.02 HN 1.00 KP 0.96 ! LA 1.09 MK 1.03 NL 0.93 OV 0.99 ! PT 1.02 SC 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 1.00 HN 0.99 LA 0.96 ! MK 0.96 NL 0.96 OV 0.95 PT 0.96 ! SC 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.08 HN 1.01 KP 0.90 ! LA 1.01 MK 1.05 NL 0.93 OV 0.97 ! PT 0.99 SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 1.06 HN 1.04 LA 0.93 ! MK 1.03 NL 1.06 OV 1.01 PT 0.96 ! SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.08 HN 1.01 KP 0.82 ! LA 1.03 MK 1.00 NL 1.01 OV 1.13 ! PT 0.92 SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 1.03 HN 1.08 LA 0.97 ! MK 0.98 NL 1.02 OV 1.07 PT 1.00 ! SC 0.92 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.05 HN 1.10 KP 0.91 ! LA 1.02 MK 1.08 NL 0.91 OV 0.97 ! PT 1.04 SC 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.91 FD 0.99 HN 1.08 LA 0.96 ! MK 1.08 NL 1.11 OV 0.97 PT 1.04 ! SC 1.06 ! ! ! Fit before self-cal, rms=0.053533Jy sigma=0.061385 ! Fit after self-cal, rms=0.054111Jy sigma=0.060977 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.168 mas, bmaj=1.447 mas, bpa=25.04 degrees ! Estimated noise=7.03659 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.000872176 Jy ! Component: 100 - total flux cleaned = 0.000927676 Jy ! Component: 150 - total flux cleaned = 0.000951475 Jy ! Component: 200 - total flux cleaned = 0.000992444 Jy ! Total flux subtracted in 200 components = 0.000992444 Jy ! Clean residual min=-0.002013 max=0.002238 Jy/beam ! Clean residual mean=-0.000005 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0733192 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 59 components and 0.0733192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054086Jy sigma=0.060936 ! Fit after self-cal, rms=0.054167Jy sigma=0.060918 ! 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.054167Jy sigma=0.060918 ! Fit after self-cal, rms=0.054215Jy sigma=0.060913 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.169 mas, bmaj=1.444 mas, bpa=24.97 degrees ! Estimated noise=7.0222 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000320487 Jy ! Component: 100 - total flux cleaned = 0.000427125 Jy ! Component: 150 - total flux cleaned = 0.000464688 Jy ! Component: 200 - total flux cleaned = 0.000481201 Jy ! Total flux subtracted in 200 components = 0.000481201 Jy ! Clean residual min=-0.001975 max=0.002141 Jy/beam ! Clean residual mean=-0.000004 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.0738004 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 62 components and 0.0738004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054200Jy sigma=0.060893 ! Fit after self-cal, rms=0.054207Jy sigma=0.060892 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 (-2.8, -7.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0020622 Jy ! Component: 100 - total flux cleaned = 0.00330504 Jy ! Component: 150 - total flux cleaned = 0.00414398 Jy ! Component: 200 - total flux cleaned = 0.00444721 Jy ! Total flux subtracted in 200 components = 0.00444721 Jy ! Clean residual min=-0.001831 max=0.001698 Jy/beam ! Clean residual mean=-0.000004 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0782476 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 76 components and 0.0782476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054115Jy sigma=0.060776 ! Fit after self-cal, rms=0.054109Jy sigma=0.060757 ! 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.054109Jy sigma=0.060757 ! Fit after self-cal, rms=0.054198Jy sigma=0.060739 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.167 mas, bmaj=1.446 mas, bpa=25.41 degrees ! Estimated noise=7.0155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00094349 Jy ! Component: 100 - total flux cleaned = 0.00140745 Jy ! Component: 150 - total flux cleaned = 0.00152516 Jy ! Component: 200 - total flux cleaned = 0.00157905 Jy ! Total flux subtracted in 200 components = 0.00157905 Jy ! Clean residual min=-0.001795 max=0.001591 Jy/beam ! Clean residual mean=-0.000005 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0798266 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 88 components and 0.0798266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054173Jy sigma=0.060715 ! Fit after self-cal, rms=0.054175Jy sigma=0.060711 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.000301243 Jy ! Component: 100 - total flux cleaned = 0.000369972 Jy ! Component: 150 - total flux cleaned = 0.000401553 Jy ! Component: 200 - total flux cleaned = 0.00040179 Jy ! Total flux subtracted in 200 components = 0.00040179 Jy ! Clean residual min=-0.001786 max=0.001587 Jy/beam ! Clean residual mean=-0.000005 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0802284 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 93 components and 0.0802284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054163Jy sigma=0.060703 ! Fit after self-cal, rms=0.054164Jy sigma=0.060702 ! 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.054164Jy sigma=0.060702 ! Fit after self-cal, rms=0.054190Jy sigma=0.060691 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.266 mas, bmaj=2.621 mas, bpa=24.95 degrees ! Estimated noise=7.93999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000514748 Jy ! Component: 100 - total flux cleaned = 0.000843187 Jy ! Component: 150 - total flux cleaned = 0.00100711 Jy ! Component: 200 - total flux cleaned = 0.00108479 Jy ! Total flux subtracted in 200 components = 0.00108479 Jy ! Clean residual min=-0.001790 max=0.001707 Jy/beam ! Clean residual mean=-0.000011 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.0813132 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 101 components and 0.0813132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054190Jy sigma=0.060688 ! Fit after self-cal, rms=0.054190Jy sigma=0.060686 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.000243447 Jy ! Component: 100 - total flux cleaned = 0.00031591 Jy ! Component: 150 - total flux cleaned = 0.000328371 Jy ! Component: 200 - total flux cleaned = 0.000340009 Jy ! Total flux subtracted in 200 components = 0.000340009 Jy ! Clean residual min=-0.001772 max=0.001698 Jy/beam ! Clean residual mean=-0.000011 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.0816532 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 111 components and 0.0816532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054190Jy sigma=0.060687 ! Fit after self-cal, rms=0.054191Jy sigma=0.060687 ! 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.054191Jy sigma=0.060687 ! Fit after self-cal, rms=0.054191Jy sigma=0.060687 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.054191Jy sigma=0.060687 ! Fit after self-cal, rms=0.053929Jy sigma=0.060684 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.8927 mas, bmaj=1.129 mas, bpa=29.28 degrees ! Estimated noise=12.6664 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 (42.2, 34). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00199503 Jy ! Component: 100 - total flux cleaned = 0.00166649 Jy ! Component: 150 - total flux cleaned = 0.00132115 Jy ! Component: 200 - total flux cleaned = 0.000950529 Jy ! Total flux subtracted in 200 components = 0.000950529 Jy ! Clean residual min=-0.003029 max=0.003102 Jy/beam ! Clean residual mean=-0.000001 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.0826037 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 133 components and 0.0826037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053899Jy sigma=0.060686 ! Fit after self-cal, rms=0.053891Jy sigma=0.060671 ! 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.168 mas, bmaj=1.448 mas, bpa=25.45 degrees ! Estimated noise=6.99373 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 (-22.6, 31.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000674536 Jy ! Component: 100 - total flux cleaned = 0.000631592 Jy ! Component: 150 - total flux cleaned = 0.000596053 Jy ! Component: 200 - total flux cleaned = 0.000662151 Jy ! Component: 250 - total flux cleaned = 0.000752363 Jy ! Component: 300 - total flux cleaned = 0.000751474 Jy ! Component: 350 - total flux cleaned = 0.000779096 Jy ! Component: 400 - total flux cleaned = 0.000804766 Jy ! Total flux subtracted in 400 components = 0.000804766 Jy ! Clean residual min=-0.001487 max=0.001535 Jy/beam ! Clean residual mean=-0.000003 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0834085 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 168 components and 0.0834085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053798Jy sigma=0.060563 ! Fit after self-cal, rms=0.053794Jy sigma=0.060556 ! Inverting map ! Added new window around map position (-34.4, -27.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109303 Jy ! Component: 100 - total flux cleaned = 0.00124073 Jy ! Component: 150 - total flux cleaned = 0.00140018 Jy ! Component: 200 - total flux cleaned = 0.00142975 Jy ! Component: 250 - total flux cleaned = 0.00148558 Jy ! Component: 300 - total flux cleaned = 0.00151152 Jy ! Component: 350 - total flux cleaned = 0.00151215 Jy ! Component: 400 - total flux cleaned = 0.00158397 Jy ! Total flux subtracted in 400 components = 0.00158397 Jy ! Clean residual min=-0.001493 max=0.001438 Jy/beam ! Clean residual mean=-0.000001 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.0849925 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 201 components and 0.0849924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053714Jy sigma=0.060471 ! Fit after self-cal, rms=0.053714Jy sigma=0.060466 ! 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.000232553 Jy ! Component: 100 - total flux cleaned = 0.000280017 Jy ! Component: 150 - total flux cleaned = 0.000256533 Jy ! Component: 200 - total flux cleaned = 0.000278561 Jy ! Component: 250 - total flux cleaned = 0.000278795 Jy ! Component: 300 - total flux cleaned = 0.000320835 Jy ! Component: 350 - total flux cleaned = 0.000340806 Jy ! Component: 400 - total flux cleaned = 0.000340549 Jy ! Total flux subtracted in 400 components = 0.000340549 Jy ! Clean residual min=-0.001481 max=0.001406 Jy/beam ! Clean residual mean=-0.000001 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.085333 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 218 components and 0.085333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053676Jy sigma=0.060431 ! Fit after self-cal, rms=0.053678Jy sigma=0.060430 ! 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.053678Jy sigma=0.060430 ! Fit after self-cal, rms=0.053625Jy sigma=0.060417 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.17 mas, bmaj=1.443 mas, bpa=25.02 degrees ! Estimated noise=6.98494 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000470716 Jy ! Component: 100 - total flux cleaned = 0.000628366 Jy ! Component: 150 - total flux cleaned = 0.000669594 Jy ! Component: 200 - total flux cleaned = 0.000649754 Jy ! Component: 250 - total flux cleaned = 0.000707817 Jy ! Component: 300 - total flux cleaned = 0.000688727 Jy ! Component: 350 - total flux cleaned = 0.000688689 Jy ! Component: 400 - total flux cleaned = 0.000671015 Jy ! Total flux subtracted in 400 components = 0.000671015 Jy ! Clean residual min=-0.001437 max=0.001366 Jy/beam ! Clean residual mean=-0.000001 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.086004 Jy selfcal ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 240 components and 0.086004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053593Jy sigma=0.060388 ! Fit after self-cal, rms=0.053592Jy sigma=0.060386 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.000156512 Jy ! Component: 100 - total flux cleaned = 0.000156417 Jy ! Component: 150 - total flux cleaned = 0.000139 Jy ! Component: 200 - total flux cleaned = 0.000139492 Jy ! Component: 250 - total flux cleaned = 0.000139444 Jy ! Component: 300 - total flux cleaned = 0.000155531 Jy ! Component: 350 - total flux cleaned = 0.000155565 Jy ! Component: 400 - total flux cleaned = 0.000139883 Jy ! Total flux subtracted in 400 components = 0.000139883 Jy ! Clean residual min=-0.001435 max=0.001342 Jy/beam ! Clean residual mean=-0.000000 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.0861439 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 249 components and 0.0861439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053570Jy sigma=0.060367 ! Fit after self-cal, rms=0.053571Jy sigma=0.060366 ! 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.053571Jy sigma=0.060366 ! Fit after self-cal, rms=0.053636Jy sigma=0.060357 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.169 mas, bmaj=1.441 mas, bpa=25 degrees ! Estimated noise=6.98581 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000387496 Jy ! Component: 100 - total flux cleaned = 0.000541068 Jy ! Component: 150 - total flux cleaned = 0.000557073 Jy ! Component: 200 - total flux cleaned = 0.000572813 Jy ! Component: 250 - total flux cleaned = 0.000588275 Jy ! Component: 300 - total flux cleaned = 0.000603123 Jy ! Component: 350 - total flux cleaned = 0.00058836 Jy ! Component: 400 - total flux cleaned = 0.000603014 Jy ! Total flux subtracted in 400 components = 0.000603014 Jy ! Clean residual min=-0.001429 max=0.001332 Jy/beam ! Clean residual mean=-0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0867469 Jy selfcal ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 260 components and 0.0867469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053616Jy sigma=0.060340 ! Fit after self-cal, rms=0.053617Jy sigma=0.060339 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.000109809 Jy ! Component: 100 - total flux cleaned = 0.000124428 Jy ! Component: 150 - total flux cleaned = 0.000138761 Jy ! Component: 200 - total flux cleaned = 0.000152573 Jy ! Component: 250 - total flux cleaned = 0.00016614 Jy ! Component: 300 - total flux cleaned = 0.000179806 Jy ! Component: 350 - total flux cleaned = 0.00019327 Jy ! Component: 400 - total flux cleaned = 0.000193214 Jy ! Total flux subtracted in 400 components = 0.000193214 Jy ! Clean residual min=-0.001428 max=0.001321 Jy/beam ! Clean residual mean=-0.000001 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.0869401 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 267 components and 0.0869401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053602Jy sigma=0.060326 ! Fit after self-cal, rms=0.053603Jy sigma=0.060326 ! 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.053603Jy sigma=0.060326 ! Fit after self-cal, rms=0.055245Jy sigma=0.059410 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.267 mas, bmaj=2.615 mas, bpa=25.65 degrees ! Estimated noise=7.98756 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000538097 Jy ! Component: 100 - total flux cleaned = 0.000880251 Jy ! Component: 150 - total flux cleaned = 0.00116122 Jy ! Component: 200 - total flux cleaned = 0.00132493 Jy ! Component: 250 - total flux cleaned = 0.00144058 Jy ! Component: 300 - total flux cleaned = 0.00152711 Jy ! Component: 350 - total flux cleaned = 0.00158874 Jy ! Component: 400 - total flux cleaned = 0.00164764 Jy ! Total flux subtracted in 400 components = 0.00164764 Jy ! Clean residual min=-0.001502 max=0.001294 Jy/beam ! Clean residual mean=-0.000002 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0885878 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 304 components and 0.0885878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055242Jy sigma=0.059399 ! Fit after self-cal, rms=0.055297Jy sigma=0.059378 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.000201011 Jy ! Component: 100 - total flux cleaned = 0.000259431 Jy ! Component: 150 - total flux cleaned = 0.000305803 Jy ! Component: 200 - total flux cleaned = 0.000323858 Jy ! Component: 250 - total flux cleaned = 0.00036717 Jy ! Component: 300 - total flux cleaned = 0.000400561 Jy ! Component: 350 - total flux cleaned = 0.000440962 Jy ! Component: 400 - total flux cleaned = 0.000480259 Jy ! Total flux subtracted in 400 components = 0.000480259 Jy ! Clean residual min=-0.001470 max=0.001283 Jy/beam ! Clean residual mean=-0.000002 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0890681 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 322 components and 0.0890681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055294Jy sigma=0.059374 ! Fit after self-cal, rms=0.055295Jy sigma=0.059374 ! 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.17 mas, bmaj=1.445 mas, bpa=25.25 degrees ! Estimated noise=7.05562 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.17 x 1.445 at 25.25 degrees (North through East) ! Clean map min=-0.0014627 max=0.062828 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=0.8954 mas, bmaj=1.128 mas, bpa=29.22 degrees ! Estimated noise=12.8076 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0487615 Jy ! Component: 100 - total flux cleaned = 0.0603585 Jy ! Component: 150 - total flux cleaned = 0.0658527 Jy ! Component: 200 - total flux cleaned = 0.0682504 Jy ! Component: 250 - total flux cleaned = 0.069862 Jy ! Component: 300 - total flux cleaned = 0.0713082 Jy ! Component: 350 - total flux cleaned = 0.0726264 Jy ! Component: 400 - total flux cleaned = 0.0737531 Jy ! Total flux subtracted in 400 components = 0.0737531 Jy ! Clean residual min=-0.003077 max=0.003085 Jy/beam ! Clean residual mean=-0.000002 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.0737531 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 48 model components to the UV plane model. ! The established model now contains 48 components and 0.0737531 Jy ! Inverting map and beam ! Estimated beam: bmin=1.17 mas, bmaj=1.445 mas, bpa=25.25 degrees ! Estimated noise=7.05562 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.00285554 Jy ! Component: 100 - total flux cleaned = 0.00442852 Jy ! Component: 150 - total flux cleaned = 0.00567393 Jy ! Component: 200 - total flux cleaned = 0.00688221 Jy ! Component: 250 - total flux cleaned = 0.0078819 Jy ! Component: 300 - total flux cleaned = 0.00861752 Jy ! Component: 350 - total flux cleaned = 0.00919042 Jy ! Component: 400 - total flux cleaned = 0.00971924 Jy ! Total flux subtracted in 400 components = 0.00971924 Jy ! Clean residual min=-0.001626 max=0.001504 Jy/beam ! Clean residual mean=-0.000003 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.0834723 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 96 components and 0.0834724 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=2.267 mas, bmaj=2.615 mas, bpa=25.65 degrees ! Estimated noise=7.98756 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000887304 Jy ! Component: 100 - total flux cleaned = 0.0017942 Jy ! Component: 150 - total flux cleaned = 0.00228176 Jy ! Component: 200 - total flux cleaned = 0.00271902 Jy ! Component: 250 - total flux cleaned = 0.00310872 Jy ! Component: 300 - total flux cleaned = 0.00340536 Jy ! Component: 350 - total flux cleaned = 0.0036751 Jy ! Component: 400 - total flux cleaned = 0.0039625 Jy ! Total flux subtracted in 400 components = 0.0039625 Jy ! Clean residual min=-0.001735 max=0.001379 Jy/beam ! Clean residual mean=-0.000003 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.0874349 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.000222562 Jy ! Component: 100 - total flux cleaned = 0.000392479 Jy ! Component: 150 - total flux cleaned = 0.000552071 Jy ! Component: 200 - total flux cleaned = 0.000685868 Jy ! Component: 250 - total flux cleaned = 0.000812716 Jy ! Component: 300 - total flux cleaned = 0.000917457 Jy ! Component: 350 - total flux cleaned = 0.00100292 Jy ! Component: 400 - total flux cleaned = 0.00107092 Jy ! Total flux subtracted in 400 components = 0.00107092 Jy ! Clean residual min=-0.001631 max=0.001288 Jy/beam ! Clean residual mean=-0.000002 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.0885058 Jy ! Adding 96 model components to the UV plane model. ! The established model now contains 185 components and 0.0885058 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.17 mas, bmaj=1.445 mas, bpa=25.25 degrees ! Estimated noise=7.05562 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.25527e-06 Jy ! Component: 100 - total flux cleaned = 6.81e-06 Jy ! Component: 150 - total flux cleaned = 3.23297e-05 Jy ! Component: 200 - total flux cleaned = 5.73481e-05 Jy ! Component: 250 - total flux cleaned = 5.68787e-05 Jy ! Component: 300 - total flux cleaned = 8.06181e-05 Jy ! Component: 350 - total flux cleaned = 8.07752e-05 Jy ! Component: 400 - total flux cleaned = 8.08479e-05 Jy ! Total flux subtracted in 400 components = 8.08479e-05 Jy ! Clean residual min=-0.001499 max=0.001360 Jy/beam ! Clean residual mean=-0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.0885866 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 224 components and 0.0885866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055391Jy sigma=0.059461 ! Fit after self-cal, rms=0.055380Jy sigma=0.059453 wmodel /scr/pima/rdv93_uvs/J0908+4150_X_map.mod ! Writing 224 model components to file: /scr/pima/rdv93_uvs/J0908+4150_X_map.mod wobs /scr/pima/rdv93_uvs/J0908+4150_X_uvs.fits ! Applying 1004 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J0908+4150_X_uvs.fits wwins /scr/pima/rdv93_uvs/J0908+4150_X_map.win ! wwins: Wrote 6 windows to /scr/pima/rdv93_uvs/J0908+4150_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.000298818 Jy ! Component: 100 - total flux cleaned = -0.000421983 Jy ! Component: 150 - total flux cleaned = -0.000469561 Jy ! Component: 200 - total flux cleaned = -0.000609088 Jy ! Component: 250 - total flux cleaned = -0.000699661 Jy ! Component: 300 - total flux cleaned = -0.000766382 Jy ! Component: 350 - total flux cleaned = -0.000875047 Jy ! Component: 400 - total flux cleaned = -0.000939192 Jy ! Component: 450 - total flux cleaned = -0.00106515 Jy ! Component: 500 - total flux cleaned = -0.00108604 Jy ! Component: 550 - total flux cleaned = -0.0011679 Jy ! Component: 600 - total flux cleaned = -0.00130825 Jy ! Component: 650 - total flux cleaned = -0.001427 Jy ! Component: 700 - total flux cleaned = -0.00150505 Jy ! Component: 750 - total flux cleaned = -0.00160142 Jy ! Component: 800 - total flux cleaned = -0.0016204 Jy ! Component: 850 - total flux cleaned = -0.00167711 Jy ! Component: 900 - total flux cleaned = -0.00173292 Jy ! Component: 950 - total flux cleaned = -0.00173314 Jy ! Component: 1000 - total flux cleaned = -0.00182429 Jy ! Component: 1050 - total flux cleaned = -0.00180632 Jy ! Component: 1100 - total flux cleaned = -0.00186003 Jy ! Component: 1150 - total flux cleaned = -0.00186003 Jy ! Component: 1200 - total flux cleaned = -0.00189531 Jy ! Component: 1250 - total flux cleaned = -0.00189536 Jy ! Component: 1300 - total flux cleaned = -0.00189543 Jy ! Component: 1350 - total flux cleaned = -0.00196389 Jy ! Component: 1400 - total flux cleaned = -0.00193005 Jy ! Component: 1450 - total flux cleaned = -0.00201451 Jy ! Component: 1500 - total flux cleaned = -0.00199774 Jy ! Component: 1550 - total flux cleaned = -0.00201439 Jy ! Component: 1600 - total flux cleaned = -0.00209694 Jy ! Component: 1650 - total flux cleaned = -0.00209682 Jy ! Component: 1700 - total flux cleaned = -0.00208066 Jy ! Component: 1750 - total flux cleaned = -0.00208063 Jy ! Component: 1800 - total flux cleaned = -0.00211269 Jy ! Component: 1850 - total flux cleaned = -0.00206471 Jy ! Component: 1900 - total flux cleaned = -0.00204885 Jy ! Component: 1950 - total flux cleaned = -0.00203312 Jy ! Component: 2000 - total flux cleaned = -0.00201757 Jy ! Component: 2050 - total flux cleaned = -0.00207986 Jy ! Component: 2100 - total flux cleaned = -0.00214165 Jy ! Component: 2150 - total flux cleaned = -0.00208017 Jy ! Component: 2200 - total flux cleaned = -0.00212592 Jy ! Component: 2250 - total flux cleaned = -0.0021261 Jy ! Component: 2300 - total flux cleaned = -0.00217145 Jy ! Component: 2350 - total flux cleaned = -0.0022613 Jy ! Component: 2400 - total flux cleaned = -0.00223146 Jy ! Component: 2450 - total flux cleaned = -0.00221671 Jy ! Component: 2500 - total flux cleaned = -0.00227568 Jy ! Component: 2550 - total flux cleaned = -0.00226121 Jy ! Component: 2600 - total flux cleaned = -0.00227573 Jy ! Component: 2650 - total flux cleaned = -0.00233383 Jy ! Component: 2700 - total flux cleaned = -0.00234827 Jy ! Component: 2750 - total flux cleaned = -0.00236259 Jy ! Component: 2800 - total flux cleaned = -0.00240562 Jy ! Component: 2850 - total flux cleaned = -0.00246233 Jy ! Component: 2900 - total flux cleaned = -0.002434 Jy ! Component: 2950 - total flux cleaned = -0.00250442 Jy ! Component: 3000 - total flux cleaned = -0.00253249 Jy ! Component: 3050 - total flux cleaned = -0.00254634 Jy ! Component: 3100 - total flux cleaned = -0.00247687 Jy ! Component: 3150 - total flux cleaned = -0.00249074 Jy ! Component: 3200 - total flux cleaned = -0.00247698 Jy ! Component: 3250 - total flux cleaned = -0.00254539 Jy ! Component: 3300 - total flux cleaned = -0.00257256 Jy ! Component: 3350 - total flux cleaned = -0.00258615 Jy ! Component: 3400 - total flux cleaned = -0.00254573 Jy ! Component: 3450 - total flux cleaned = -0.00257259 Jy ! Component: 3500 - total flux cleaned = -0.00261278 Jy ! Component: 3550 - total flux cleaned = -0.00262613 Jy ! Component: 3600 - total flux cleaned = -0.00263949 Jy ! Component: 3650 - total flux cleaned = -0.00266589 Jy ! Component: 3700 - total flux cleaned = -0.00265285 Jy ! Component: 3750 - total flux cleaned = -0.0027445 Jy ! Component: 3800 - total flux cleaned = -0.00266616 Jy ! Component: 3850 - total flux cleaned = -0.00267918 Jy ! Component: 3900 - total flux cleaned = -0.00267913 Jy ! Component: 3950 - total flux cleaned = -0.00269198 Jy ! Component: 4000 - total flux cleaned = -0.00267908 Jy ! Component: 4050 - total flux cleaned = -0.00265346 Jy ! Total flux subtracted in 4096 components = -0.00266624 Jy ! Clean residual min=-0.000826 max=0.000812 Jy/beam ! Clean residual mean=-0.000000 rms=0.000214 Jy/beam ! Combined flux in latest and established models = 0.0859204 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 510 components and 0.0859203 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J0908+4150_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.17 x 1.445 at 25.25 degrees (North through East) ! Clean map min=-0.0012228 max=0.062338 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J0908+4150_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.0623 rms= 0.00021 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J0908+4150_X_uvs.log closed on Tue Oct 8 15:45:26 2013