! Started logfile: /scr/pima/rdv93_uvs/J2318+2404_S_uvs.log on Tue Oct 8 15:34:30 2013 obs /scr/pima/rdv93_uvs/J2318+2404_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J2318+2404_S_uva.fits ! AN table 1: 36 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2318+2404 ! ! 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 6480 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/J2318+2404_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 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.011869Jy sigma=2.869403 ! Fit after self-cal, rms=0.878885Jy sigma=2.480413 ! 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.065 mas, bmaj=5.542 mas, bpa=-7.846 degrees ! Estimated noise=6.15859 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.0954455 Jy ! Component: 100 - total flux cleaned = 0.116513 Jy ! Total flux subtracted in 100 components = 0.116513 Jy ! Clean residual min=-0.005688 max=0.006992 Jy/beam ! Clean residual mean=-0.000014 rms=0.001407 Jy/beam ! Combined flux in latest and established models = 0.116513 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.116513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.052118Jy sigma=0.141460 ! Fit after self-cal, rms=0.052110Jy sigma=0.141441 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.913 mas, bmaj=6.764 mas, bpa=-6.065 degrees ! Estimated noise=3.16756 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 (4, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00898773 Jy ! Component: 100 - total flux cleaned = 0.0135175 Jy ! Component: 150 - total flux cleaned = 0.0162542 Jy ! Component: 200 - total flux cleaned = 0.0177785 Jy ! Total flux subtracted in 200 components = 0.0177785 Jy ! Clean residual min=-0.003380 max=0.003069 Jy/beam ! Clean residual mean=-0.000003 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.134292 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 52 components and 0.134292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050831Jy sigma=0.136409 ! Fit after self-cal, rms=0.050801Jy sigma=0.136260 ! 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.97 FD 1.01 HN 0.91 KP 1.02 ! LA 1.15 MK 0.89 NL 0.98 OV 0.99 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.09 HN 0.98 KP 1.01 ! LA 0.98 MK 1.07 NL 0.98 OV 1.00 ! PT 1.07 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.13 HN 0.98 KP 0.90 ! LA 0.99 MK 1.05 NL 1.10 OV 1.02 ! PT 1.09 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.06 HN 0.93 KP 0.83 ! LA 0.81 MK 1.13 NL 0.99 OV 0.86 ! PT 0.95 SC 1.03 ! ! ! Fit before self-cal, rms=0.050801Jy sigma=0.136260 ! Fit after self-cal, rms=0.048032Jy sigma=0.128470 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.924 mas, bmaj=6.793 mas, bpa=-5.967 degrees ! Estimated noise=3.13451 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.000359623 Jy ! Component: 100 - total flux cleaned = 0.000325125 Jy ! Component: 150 - total flux cleaned = 0.000323618 Jy ! Component: 200 - total flux cleaned = 0.000323001 Jy ! Total flux subtracted in 200 components = 0.000323001 Jy ! Clean residual min=-0.001643 max=0.001563 Jy/beam ! Clean residual mean=0.000008 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.134615 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 74 components and 0.134615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047987Jy sigma=0.128362 ! Fit after self-cal, rms=0.048025Jy sigma=0.128316 ! 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.048025Jy sigma=0.128316 ! Fit after self-cal, rms=0.047984Jy sigma=0.128313 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.923 mas, bmaj=6.792 mas, bpa=-5.952 degrees ! Estimated noise=3.13181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.21873e-06 Jy ! Component: 100 - total flux cleaned = 2.96338e-05 Jy ! Component: 150 - total flux cleaned = -7.07208e-06 Jy ! Component: 200 - total flux cleaned = -2.41718e-05 Jy ! Total flux subtracted in 200 components = -2.41718e-05 Jy ! Clean residual min=-0.001634 max=0.001546 Jy/beam ! Clean residual mean=0.000008 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.134591 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 85 components and 0.134591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047966Jy sigma=0.128273 ! Fit after self-cal, rms=0.047965Jy sigma=0.128270 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 = -1.7349e-05 Jy ! Component: 100 - total flux cleaned = -3.35895e-05 Jy ! Component: 150 - total flux cleaned = -4.83588e-05 Jy ! Component: 200 - total flux cleaned = -6.2213e-05 Jy ! Total flux subtracted in 200 components = -6.2213e-05 Jy ! Clean residual min=-0.001631 max=0.001539 Jy/beam ! Clean residual mean=0.000008 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.134528 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 94 components and 0.134528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047955Jy sigma=0.128246 ! Fit after self-cal, rms=0.047955Jy sigma=0.128244 ! 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.047955Jy sigma=0.128244 ! Fit after self-cal, rms=0.047858Jy sigma=0.127987 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.924 mas, bmaj=6.803 mas, bpa=-6.061 degrees ! Estimated noise=3.13004 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.89521e-05 Jy ! Component: 100 - total flux cleaned = -0.000114324 Jy ! Component: 150 - total flux cleaned = -0.000126855 Jy ! Component: 200 - total flux cleaned = -0.000115751 Jy ! Total flux subtracted in 200 components = -0.000115751 Jy ! Clean residual min=-0.001544 max=0.001451 Jy/beam ! Clean residual mean=0.000006 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.134413 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 107 components and 0.134413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047850Jy sigma=0.127966 ! Fit after self-cal, rms=0.047851Jy sigma=0.127962 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.1493e-05 Jy ! Component: 100 - total flux cleaned = 4.26219e-05 Jy ! Component: 150 - total flux cleaned = 4.25549e-05 Jy ! Component: 200 - total flux cleaned = 4.21654e-05 Jy ! Total flux subtracted in 200 components = 4.21654e-05 Jy ! Clean residual min=-0.001553 max=0.001439 Jy/beam ! Clean residual mean=0.000006 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.134455 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 116 components and 0.134455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047845Jy sigma=0.127951 ! Fit after self-cal, rms=0.047845Jy sigma=0.127950 ! 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.047845Jy sigma=0.127950 ! Fit after self-cal, rms=0.047831Jy sigma=0.127944 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.815 mas, bmaj=10.24 mas, bpa=-7.116 degrees ! Estimated noise=3.52852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.07273e-05 Jy ! Component: 100 - total flux cleaned = -0.000120691 Jy ! Component: 150 - total flux cleaned = -0.000137292 Jy ! Component: 200 - total flux cleaned = -0.000144334 Jy ! Total flux subtracted in 200 components = -0.000144334 Jy ! Clean residual min=-0.001607 max=0.001568 Jy/beam ! Clean residual mean=0.000011 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.134311 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 127 components and 0.134311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047829Jy sigma=0.127941 ! Fit after self-cal, rms=0.047829Jy sigma=0.127939 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.90871e-06 Jy ! Component: 100 - total flux cleaned = 2.97609e-06 Jy ! Component: 150 - total flux cleaned = -3.28374e-06 Jy ! Component: 200 - total flux cleaned = -9.08161e-06 Jy ! Total flux subtracted in 200 components = -9.08161e-06 Jy ! Clean residual min=-0.001622 max=0.001556 Jy/beam ! Clean residual mean=0.000011 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.134301 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 135 components and 0.134301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047828Jy sigma=0.127937 ! Fit after self-cal, rms=0.047829Jy sigma=0.127936 ! 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 ![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.047829Jy sigma=0.127936 ! Fit after self-cal, rms=0.047829Jy sigma=0.127936 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 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.047829Jy sigma=0.127936 ! Fit after self-cal, rms=0.047748Jy sigma=0.127933 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.077 mas, bmaj=5.574 mas, bpa=-7.905 degrees ! Estimated noise=6.07395 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.000916563 Jy ! Component: 100 - total flux cleaned = -0.000973063 Jy ! Component: 150 - total flux cleaned = -0.00109213 Jy ! Component: 200 - total flux cleaned = -0.00124954 Jy ! Total flux subtracted in 200 components = -0.00124954 Jy ! Clean residual min=-0.003704 max=0.003447 Jy/beam ! Clean residual mean=0.000006 rms=0.000935 Jy/beam ! Combined flux in latest and established models = 0.133052 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 153 components and 0.133052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047816Jy sigma=0.128059 ! Fit after self-cal, rms=0.047814Jy sigma=0.128041 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.923 mas, bmaj=6.807 mas, bpa=-6.061 degrees ! Estimated noise=3.12293 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.00037896 Jy ! Component: 100 - total flux cleaned = 0.000655136 Jy ! Component: 150 - total flux cleaned = 0.000769924 Jy ! Component: 200 - total flux cleaned = 0.000785219 Jy ! Component: 250 - total flux cleaned = 0.000769067 Jy ! Component: 300 - total flux cleaned = 0.000768951 Jy ! Component: 350 - total flux cleaned = 0.000768158 Jy ! Component: 400 - total flux cleaned = 0.000755352 Jy ! Total flux subtracted in 400 components = 0.000755352 Jy ! Clean residual min=-0.001524 max=0.001438 Jy/beam ! Clean residual mean=0.000006 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.133807 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 170 components and 0.133807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047748Jy sigma=0.127924 ! Fit after self-cal, rms=0.047745Jy sigma=0.127920 ! 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 = 1.3942e-05 Jy ! Component: 100 - total flux cleaned = 1.44024e-05 Jy ! Component: 150 - total flux cleaned = -6.44693e-06 Jy ! Component: 200 - total flux cleaned = -6.20673e-06 Jy ! Component: 250 - total flux cleaned = 3.75376e-06 Jy ! Component: 300 - total flux cleaned = -5.72227e-06 Jy ! Component: 350 - total flux cleaned = -1.467e-05 Jy ! Component: 400 - total flux cleaned = -2.33922e-05 Jy ! Total flux subtracted in 400 components = -2.33922e-05 Jy ! Clean residual min=-0.001526 max=0.001408 Jy/beam ! Clean residual mean=0.000006 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.133784 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 180 components and 0.133784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047735Jy sigma=0.127903 ! Fit after self-cal, rms=0.047735Jy sigma=0.127902 ! 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.047735Jy sigma=0.127902 ! Fit after self-cal, rms=0.047659Jy sigma=0.127899 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.92 mas, bmaj=6.806 mas, bpa=-6.12 degrees ! Estimated noise=3.11868 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000218366 Jy ! Component: 100 - total flux cleaned = -0.000236066 Jy ! Component: 150 - total flux cleaned = -0.000252534 Jy ! Component: 200 - total flux cleaned = -0.000260579 Jy ! Component: 250 - total flux cleaned = -0.000268505 Jy ! Component: 300 - total flux cleaned = -0.0002758 Jy ! Component: 350 - total flux cleaned = -0.000275705 Jy ! Component: 400 - total flux cleaned = -0.00028259 Jy ! Total flux subtracted in 400 components = -0.00028259 Jy ! Clean residual min=-0.001549 max=0.001379 Jy/beam ! Clean residual mean=0.000006 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.133501 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 190 components and 0.133501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047652Jy sigma=0.127890 ! Fit after self-cal, rms=0.047651Jy sigma=0.127890 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.55583e-06 Jy ! Component: 100 - total flux cleaned = 5.773e-07 Jy ! Component: 150 - total flux cleaned = -5.9104e-06 Jy ! Component: 200 - total flux cleaned = -5.79766e-06 Jy ! Component: 250 - total flux cleaned = -1.21973e-05 Jy ! Component: 300 - total flux cleaned = -1.22256e-05 Jy ! Component: 350 - total flux cleaned = -1.83461e-05 Jy ! Component: 400 - total flux cleaned = -2.41025e-05 Jy ! Total flux subtracted in 400 components = -2.41025e-05 Jy ! Clean residual min=-0.001551 max=0.001382 Jy/beam ! Clean residual mean=0.000006 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.133477 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 192 components and 0.133477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047647Jy sigma=0.127884 ! Fit after self-cal, rms=0.047647Jy sigma=0.127883 ! 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.047647Jy sigma=0.127883 ! Fit after self-cal, rms=0.047617Jy sigma=0.127877 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.92 mas, bmaj=6.806 mas, bpa=-6.086 degrees ! Estimated noise=3.11533 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000126888 Jy ! Component: 100 - total flux cleaned = -0.000126738 Jy ! Component: 150 - total flux cleaned = -0.000126728 Jy ! Component: 200 - total flux cleaned = -0.000126809 Jy ! Component: 250 - total flux cleaned = -0.000132389 Jy ! Component: 300 - total flux cleaned = -0.000132448 Jy ! Component: 350 - total flux cleaned = -0.000138014 Jy ! Component: 400 - total flux cleaned = -0.000138033 Jy ! Total flux subtracted in 400 components = -0.000138033 Jy ! Clean residual min=-0.001551 max=0.001371 Jy/beam ! Clean residual mean=0.000006 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.133339 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 206 components and 0.133339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047613Jy sigma=0.127871 ! Fit after self-cal, rms=0.047614Jy sigma=0.127871 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.97744e-06 Jy ! Component: 100 - total flux cleaned = 1.03151e-05 Jy ! Component: 150 - total flux cleaned = 5.20606e-06 Jy ! Component: 200 - total flux cleaned = 2.4494e-07 Jy ! Component: 250 - total flux cleaned = -4.5906e-06 Jy ! Component: 300 - total flux cleaned = -9.38995e-06 Jy ! Component: 350 - total flux cleaned = -9.27519e-06 Jy ! Component: 400 - total flux cleaned = -1.40604e-05 Jy ! Total flux subtracted in 400 components = -1.40604e-05 Jy ! Clean residual min=-0.001559 max=0.001372 Jy/beam ! Clean residual mean=0.000006 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.133325 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 212 components and 0.133325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047611Jy sigma=0.127867 ! Fit after self-cal, rms=0.047611Jy sigma=0.127867 ! 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.047611Jy sigma=0.127867 ! Fit after self-cal, rms=0.047442Jy sigma=0.126224 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.814 mas, bmaj=10.24 mas, bpa=-7.03 degrees ! Estimated noise=3.51592 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000169248 Jy ! Component: 100 - total flux cleaned = 0.000155981 Jy ! Component: 150 - total flux cleaned = 0.000150723 Jy ! Component: 200 - total flux cleaned = 0.000141089 Jy ! Component: 250 - total flux cleaned = 0.000136326 Jy ! Component: 300 - total flux cleaned = 0.000131901 Jy ! Component: 350 - total flux cleaned = 0.00012765 Jy ! Component: 400 - total flux cleaned = 0.000123526 Jy ! Total flux subtracted in 400 components = 0.000123526 Jy ! Clean residual min=-0.001593 max=0.001487 Jy/beam ! Clean residual mean=0.000010 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.133449 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 221 components and 0.133449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047444Jy sigma=0.126225 ! Fit after self-cal, rms=0.047450Jy sigma=0.126219 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.17628e-06 Jy ! Component: 100 - total flux cleaned = -1.36107e-05 Jy ! Component: 150 - total flux cleaned = -1.745e-05 Jy ! Component: 200 - total flux cleaned = -2.12735e-05 Jy ! Component: 250 - total flux cleaned = -2.13826e-05 Jy ! Component: 300 - total flux cleaned = -2.50011e-05 Jy ! Component: 350 - total flux cleaned = -2.83958e-05 Jy ! Component: 400 - total flux cleaned = -2.84852e-05 Jy ! Total flux subtracted in 400 components = -2.84852e-05 Jy ! Clean residual min=-0.001586 max=0.001479 Jy/beam ! Clean residual mean=0.000010 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.13342 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 225 components and 0.13342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047451Jy sigma=0.126222 ! Fit after self-cal, rms=0.047451Jy sigma=0.126221 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=3.92 mas, bmaj=6.806 mas, bpa=-6.088 degrees ! Estimated noise=3.11561 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.92 x 6.806 at -6.088 degrees (North through East) ! Clean map min=-0.0015289 max=0.12108 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.081 mas, bmaj=5.576 mas, bpa=-7.849 degrees ! Estimated noise=6.06421 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0939161 Jy ! Component: 100 - total flux cleaned = 0.114947 Jy ! Component: 150 - total flux cleaned = 0.122905 Jy ! Component: 200 - total flux cleaned = 0.12681 Jy ! Component: 250 - total flux cleaned = 0.128487 Jy ! Component: 300 - total flux cleaned = 0.129929 Jy ! Component: 350 - total flux cleaned = 0.130929 Jy ! Component: 400 - total flux cleaned = 0.131457 Jy ! Total flux subtracted in 400 components = 0.131457 Jy ! Clean residual min=-0.003965 max=0.003516 Jy/beam ! Clean residual mean=0.000003 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.131457 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 60 model components to the UV plane model. ! The established model now contains 60 components and 0.131457 Jy ! Inverting map and beam ! Estimated beam: bmin=3.92 mas, bmaj=6.806 mas, bpa=-6.088 degrees ! Estimated noise=3.11561 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.0012442 Jy ! Component: 100 - total flux cleaned = 0.00170513 Jy ! Component: 150 - total flux cleaned = 0.001842 Jy ! Component: 200 - total flux cleaned = 0.00190141 Jy ! Component: 250 - total flux cleaned = 0.00195173 Jy ! Component: 300 - total flux cleaned = 0.00197464 Jy ! Component: 350 - total flux cleaned = 0.00197476 Jy ! Component: 400 - total flux cleaned = 0.00195664 Jy ! Total flux subtracted in 400 components = 0.00195664 Jy ! Clean residual min=-0.001572 max=0.001423 Jy/beam ! Clean residual mean=0.000006 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.133414 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 86 components and 0.133414 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.814 mas, bmaj=10.24 mas, bpa=-7.03 degrees ! Estimated noise=3.51592 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124686 Jy ! Component: 100 - total flux cleaned = 0.000153857 Jy ! Component: 150 - total flux cleaned = 0.000162384 Jy ! Component: 200 - total flux cleaned = 0.000161908 Jy ! Component: 250 - total flux cleaned = 0.000162071 Jy ! Component: 300 - total flux cleaned = 0.000154979 Jy ! Component: 350 - total flux cleaned = 0.000148021 Jy ! Component: 400 - total flux cleaned = 0.000148016 Jy ! Total flux subtracted in 400 components = 0.000148016 Jy ! Clean residual min=-0.001585 max=0.001534 Jy/beam ! Clean residual mean=0.000011 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.133562 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.23764e-07 Jy ! Component: 100 - total flux cleaned = -6.41969e-06 Jy ! Component: 150 - total flux cleaned = -1.24251e-05 Jy ! Component: 200 - total flux cleaned = -1.24342e-05 Jy ! Component: 250 - total flux cleaned = -1.24031e-05 Jy ! Component: 300 - total flux cleaned = -1.79177e-05 Jy ! Component: 350 - total flux cleaned = -1.7879e-05 Jy ! Component: 400 - total flux cleaned = -2.29433e-05 Jy ! Total flux subtracted in 400 components = -2.29433e-05 Jy ! Clean residual min=-0.001569 max=0.001527 Jy/beam ! Clean residual mean=0.000011 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.133539 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 103 components and 0.133539 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.92 mas, bmaj=6.806 mas, bpa=-6.088 degrees ! Estimated noise=3.11561 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000242933 Jy ! Component: 100 - total flux cleaned = -0.000205513 Jy ! Component: 150 - total flux cleaned = -0.000188526 Jy ! Component: 200 - total flux cleaned = -0.000142238 Jy ! Component: 250 - total flux cleaned = -0.000141799 Jy ! Component: 300 - total flux cleaned = -0.000155089 Jy ! Component: 350 - total flux cleaned = -0.000180531 Jy ! Component: 400 - total flux cleaned = -0.000192411 Jy ! Total flux subtracted in 400 components = -0.000192411 Jy ! Clean residual min=-0.001583 max=0.001417 Jy/beam ! Clean residual mean=0.000006 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.133346 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 114 components and 0.133346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047473Jy sigma=0.126283 ! Fit after self-cal, rms=0.047470Jy sigma=0.126277 wmodel /scr/pima/rdv93_uvs/J2318+2404_S_map.mod ! Writing 114 model components to file: /scr/pima/rdv93_uvs/J2318+2404_S_map.mod wobs /scr/pima/rdv93_uvs/J2318+2404_S_uvs.fits ! Applying 680 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J2318+2404_S_uvs.fits wwins /scr/pima/rdv93_uvs/J2318+2404_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv93_uvs/J2318+2404_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.000544307 Jy ! Component: 100 - total flux cleaned = -0.000749617 Jy ! Component: 150 - total flux cleaned = -0.000893761 Jy ! Component: 200 - total flux cleaned = -0.000961758 Jy ! Component: 250 - total flux cleaned = -0.000939609 Jy ! Component: 300 - total flux cleaned = -0.00098303 Jy ! Component: 350 - total flux cleaned = -0.000982445 Jy ! Component: 400 - total flux cleaned = -0.000981609 Jy ! Component: 450 - total flux cleaned = -0.000901673 Jy ! Component: 500 - total flux cleaned = -0.00092085 Jy ! Component: 550 - total flux cleaned = -0.000882681 Jy ! Component: 600 - total flux cleaned = -0.000920034 Jy ! Component: 650 - total flux cleaned = -0.000919848 Jy ! Component: 700 - total flux cleaned = -0.00088362 Jy ! Component: 750 - total flux cleaned = -0.000901384 Jy ! Component: 800 - total flux cleaned = -0.000901089 Jy ! Component: 850 - total flux cleaned = -0.000883581 Jy ! Component: 900 - total flux cleaned = -0.000933817 Jy ! Component: 950 - total flux cleaned = -0.000967077 Jy ! Component: 1000 - total flux cleaned = -0.00103277 Jy ! Component: 1050 - total flux cleaned = -0.00101645 Jy ! Component: 1100 - total flux cleaned = -0.00106445 Jy ! Component: 1150 - total flux cleaned = -0.00112757 Jy ! Component: 1200 - total flux cleaned = -0.00114311 Jy ! Component: 1250 - total flux cleaned = -0.00117389 Jy ! Component: 1300 - total flux cleaned = -0.00124978 Jy ! Component: 1350 - total flux cleaned = -0.0013245 Jy ! Component: 1400 - total flux cleaned = -0.00136886 Jy ! Component: 1450 - total flux cleaned = -0.0014422 Jy ! Component: 1500 - total flux cleaned = -0.00151458 Jy ! Component: 1550 - total flux cleaned = -0.00155758 Jy ! Component: 1600 - total flux cleaned = -0.00162831 Jy ! Component: 1650 - total flux cleaned = -0.00167007 Jy ! Component: 1700 - total flux cleaned = -0.0017255 Jy ! Component: 1750 - total flux cleaned = -0.00173912 Jy ! Component: 1800 - total flux cleaned = -0.00175284 Jy ! Component: 1850 - total flux cleaned = -0.00183381 Jy ! Component: 1900 - total flux cleaned = -0.00186035 Jy ! Component: 1950 - total flux cleaned = -0.00187351 Jy ! Component: 2000 - total flux cleaned = -0.00192588 Jy ! Component: 2050 - total flux cleaned = -0.00192595 Jy ! Component: 2100 - total flux cleaned = -0.00196447 Jy ! Component: 2150 - total flux cleaned = -0.00200277 Jy ! Component: 2200 - total flux cleaned = -0.00201556 Jy ! Component: 2250 - total flux cleaned = -0.00204074 Jy ! Component: 2300 - total flux cleaned = -0.00207806 Jy ! Component: 2350 - total flux cleaned = -0.00212713 Jy ! Component: 2400 - total flux cleaned = -0.00211497 Jy ! Component: 2450 - total flux cleaned = -0.00216329 Jy ! Component: 2500 - total flux cleaned = -0.0021632 Jy ! Component: 2550 - total flux cleaned = -0.00222244 Jy ! Component: 2600 - total flux cleaned = -0.00224584 Jy ! Component: 2650 - total flux cleaned = -0.00225748 Jy ! Component: 2700 - total flux cleaned = -0.00226887 Jy ! Component: 2750 - total flux cleaned = -0.00226887 Jy ! Component: 2800 - total flux cleaned = -0.00228024 Jy ! Component: 2850 - total flux cleaned = -0.00228029 Jy ! Component: 2900 - total flux cleaned = -0.00228038 Jy ! Component: 2950 - total flux cleaned = -0.00230273 Jy ! Component: 3000 - total flux cleaned = -0.00230253 Jy ! Component: 3050 - total flux cleaned = -0.00228072 Jy ! Component: 3100 - total flux cleaned = -0.00223712 Jy ! Component: 3150 - total flux cleaned = -0.00224801 Jy ! Component: 3200 - total flux cleaned = -0.00222646 Jy ! Component: 3250 - total flux cleaned = -0.00218377 Jy ! Component: 3300 - total flux cleaned = -0.00217334 Jy ! Component: 3350 - total flux cleaned = -0.00216276 Jy ! Component: 3400 - total flux cleaned = -0.00214187 Jy ! Component: 3450 - total flux cleaned = -0.00207958 Jy ! Component: 3500 - total flux cleaned = -0.00210014 Jy ! Component: 3550 - total flux cleaned = -0.00211036 Jy ! Component: 3600 - total flux cleaned = -0.00208996 Jy ! Component: 3650 - total flux cleaned = -0.00205961 Jy ! Component: 3700 - total flux cleaned = -0.00203953 Jy ! Component: 3750 - total flux cleaned = -0.00206963 Jy ! Component: 3800 - total flux cleaned = -0.00209955 Jy ! Component: 3850 - total flux cleaned = -0.00205006 Jy ! Component: 3900 - total flux cleaned = -0.00204022 Jy ! Component: 3950 - total flux cleaned = -0.00202076 Jy ! Component: 4000 - total flux cleaned = -0.00200129 Jy ! Component: 4050 - total flux cleaned = -0.00199173 Jy ! Total flux subtracted in 4096 components = -0.00201096 Jy ! Clean residual min=-0.000567 max=0.000549 Jy/beam ! Clean residual mean=0.000003 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.131335 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 386 components and 0.131335 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J2318+2404_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.92 x 6.806 at -6.088 degrees (North through East) ! Clean map min=-0.0010579 max=0.1206 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J2318+2404_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.1206 rms= 0.00018 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J2318+2404_S_uvs.log closed on Tue Oct 8 15:34:35 2013