! Started logfile: /scr/pima/rdv94_uvs/J2327+1524_X_uvs.log on Tue Oct 8 12:28:24 2013 obs /scr/pima/rdv94_uvs/J2327+1524_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J2327+1524_X_uva.fits ! AN table 1: 19 integrations on 28 of 28 possible baselines. ! AN table 2: 18 integrations on 21 of 21 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2327+1524 ! ! 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 3640 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/rdv94_uvs/J2327+1524_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 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV 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.019756Jy sigma=3.245836 ! Fit after self-cal, rms=0.833453Jy sigma=2.515511 ! 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=1.28 mas, bmaj=2.569 mas, bpa=-13.4 degrees ! Estimated noise=6.87966 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.144185 Jy ! Component: 100 - total flux cleaned = 0.195671 Jy ! Total flux subtracted in 100 components = 0.195671 Jy ! Clean residual min=-0.014892 max=0.022979 Jy/beam ! Clean residual mean=0.000036 rms=0.003924 Jy/beam ! Combined flux in latest and established models = 0.195671 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.195671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080094Jy sigma=0.245379 ! Fit after self-cal, rms=0.078936Jy sigma=0.243345 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0265207 Jy ! Component: 100 - total flux cleaned = 0.0366015 Jy ! Total flux subtracted in 100 components = 0.0366015 Jy ! Clean residual min=-0.010851 max=0.011287 Jy/beam ! Clean residual mean=0.000022 rms=0.002393 Jy/beam ! Combined flux in latest and established models = 0.232273 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 15 components and 0.232273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071719Jy sigma=0.209054 ! Fit after self-cal, rms=0.071582Jy sigma=0.208631 ! 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.586 mas, bmaj=2.731 mas, bpa=-13.99 degrees ! Estimated noise=3.9764 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.0082067 Jy ! Component: 100 - total flux cleaned = 0.0127056 Jy ! Component: 150 - total flux cleaned = 0.0149143 Jy ! Component: 200 - total flux cleaned = 0.0156753 Jy ! Total flux subtracted in 200 components = 0.0156753 Jy ! Clean residual min=-0.009301 max=0.007969 Jy/beam ! Clean residual mean=0.000015 rms=0.002116 Jy/beam ! Combined flux in latest and established models = 0.247948 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.247948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070827Jy sigma=0.204756 ! Fit after self-cal, rms=0.070845Jy sigma=0.204691 ! 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.99 FD 0.94 HN 0.95 KP 0.97 ! LA 1.09 MK 1.17 NL 1.07 OV 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 0.91 HN 0.95 KP 1.00 ! LA 1.08 NL 0.96 OV 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.38 FD 0.93 HN 0.87 KP 0.93 ! LA 1.04 MK 1.17 NL 1.05 OV 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.35 FD 0.93 HN 0.99 KP 0.92 ! LA 1.01 NL 0.98 OV 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.90 HN 0.98 KP 0.86 ! LA 1.09 MK 1.08 NL 1.05 OV 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.93 HN 1.01 KP 0.83 ! LA 1.06 NL 1.02 OV 1.12 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.95 HN 0.91 KP 0.93 ! LA 1.04 MK 1.22 NL 1.07 OV 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 0.94 HN 0.98 KP 0.87 ! LA 1.04 NL 1.05 OV 1.08 ! ! ! Fit before self-cal, rms=0.070845Jy sigma=0.204691 ! Fit after self-cal, rms=0.068460Jy sigma=0.190604 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.609 mas, bmaj=2.734 mas, bpa=-14.53 degrees ! Estimated noise=4.0067 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 (-6.8, 1.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00749411 Jy ! Component: 100 - total flux cleaned = 0.00832391 Jy ! Component: 150 - total flux cleaned = 0.0085758 Jy ! Component: 200 - total flux cleaned = 0.00899434 Jy ! Total flux subtracted in 200 components = 0.00899434 Jy ! Clean residual min=-0.003624 max=0.004019 Jy/beam ! Clean residual mean=-0.000011 rms=0.000940 Jy/beam ! Combined flux in latest and established models = 0.256943 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 48 components and 0.256943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067466Jy sigma=0.187604 ! Fit after self-cal, rms=0.067439Jy sigma=0.187259 ! 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.067439Jy sigma=0.187259 ! Fit after self-cal, rms=0.066851Jy sigma=0.187086 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.605 mas, bmaj=2.735 mas, bpa=-14.49 degrees ! Estimated noise=3.98708 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000947008 Jy ! Component: 100 - total flux cleaned = 0.000568273 Jy ! Component: 150 - total flux cleaned = 0.000635329 Jy ! Component: 200 - total flux cleaned = 0.000630403 Jy ! Total flux subtracted in 200 components = 0.000630403 Jy ! Clean residual min=-0.003022 max=0.003404 Jy/beam ! Clean residual mean=-0.000011 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.257573 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 63 components and 0.257573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066540Jy sigma=0.186496 ! Fit after self-cal, rms=0.066507Jy sigma=0.186451 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, 0.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00231328 Jy ! Component: 100 - total flux cleaned = 0.00275023 Jy ! Component: 150 - total flux cleaned = 0.00308061 Jy ! Component: 200 - total flux cleaned = 0.00337991 Jy ! Total flux subtracted in 200 components = 0.00337991 Jy ! Clean residual min=-0.002837 max=0.003071 Jy/beam ! Clean residual mean=-0.000011 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.260953 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 82 components and 0.260953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066228Jy sigma=0.185994 ! Fit after self-cal, rms=0.066170Jy sigma=0.185926 ! 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.066170Jy sigma=0.185926 ! Fit after self-cal, rms=0.065902Jy sigma=0.185858 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.602 mas, bmaj=2.738 mas, bpa=-14.48 degrees ! Estimated noise=3.97922 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000926402 Jy ! Component: 100 - total flux cleaned = 0.000693874 Jy ! Component: 150 - total flux cleaned = 0.000434238 Jy ! Component: 200 - total flux cleaned = 0.00043391 Jy ! Total flux subtracted in 200 components = 0.00043391 Jy ! Clean residual min=-0.002573 max=0.002606 Jy/beam ! Clean residual mean=-0.000010 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.261387 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 96 components and 0.261387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065741Jy sigma=0.185620 ! Fit after self-cal, rms=0.065698Jy sigma=0.185569 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.000317639 Jy ! Component: 100 - total flux cleaned = 0.000321954 Jy ! Component: 150 - total flux cleaned = 0.00040325 Jy ! Component: 200 - total flux cleaned = 0.000442097 Jy ! Total flux subtracted in 200 components = 0.000442097 Jy ! Clean residual min=-0.002457 max=0.002540 Jy/beam ! Clean residual mean=-0.000010 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.261829 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 110 components and 0.261829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065601Jy sigma=0.185444 ! Fit after self-cal, rms=0.065571Jy sigma=0.185413 ! 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.065571Jy sigma=0.185413 ! Fit after self-cal, rms=0.065539Jy sigma=0.185385 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.475 mas, bmaj=2.987 mas, bpa=-31.81 degrees ! Estimated noise=3.81821 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000723479 Jy ! Component: 100 - total flux cleaned = 0.00105568 Jy ! Component: 150 - total flux cleaned = 0.0013658 Jy ! Component: 200 - total flux cleaned = 0.00161944 Jy ! Total flux subtracted in 200 components = 0.00161944 Jy ! Clean residual min=-0.002175 max=0.002169 Jy/beam ! Clean residual mean=-0.000013 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.263448 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 132 components and 0.263449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065522Jy sigma=0.185307 ! Fit after self-cal, rms=0.065514Jy sigma=0.185298 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.000161414 Jy ! Component: 100 - total flux cleaned = 0.000401234 Jy ! Component: 150 - total flux cleaned = 0.000584664 Jy ! Component: 200 - total flux cleaned = 0.000737041 Jy ! Total flux subtracted in 200 components = 0.000737041 Jy ! Clean residual min=-0.002171 max=0.002175 Jy/beam ! Clean residual mean=-0.000012 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.264186 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 147 components and 0.264186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065498Jy sigma=0.185256 ! Fit after self-cal, rms=0.065491Jy sigma=0.185251 ! 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 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065491Jy sigma=0.185251 ! Fit after self-cal, rms=0.065491Jy sigma=0.185251 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 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV 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.065491Jy sigma=0.185251 ! Fit after self-cal, rms=0.065424Jy sigma=0.185240 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.302 mas, bmaj=2.553 mas, bpa=-14.07 degrees ! Estimated noise=6.90244 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.000611352 Jy ! Component: 100 - total flux cleaned = -0.00182756 Jy ! Component: 150 - total flux cleaned = -0.00244462 Jy ! Component: 200 - total flux cleaned = -0.00299626 Jy ! Total flux subtracted in 200 components = -0.00299626 Jy ! Clean residual min=-0.003457 max=0.003283 Jy/beam ! Clean residual mean=-0.000003 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.261189 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 169 components and 0.261189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065328Jy sigma=0.185229 ! Fit after self-cal, rms=0.065268Jy sigma=0.185136 ! 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.604 mas, bmaj=2.741 mas, bpa=-14.54 degrees ! Estimated noise=3.96918 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 (-37, -43.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112714 Jy ! Component: 100 - total flux cleaned = 0.00119303 Jy ! Component: 150 - total flux cleaned = 0.00129695 Jy ! Component: 200 - total flux cleaned = 0.0015902 Jy ! Component: 250 - total flux cleaned = 0.00194416 Jy ! Component: 300 - total flux cleaned = 0.00222879 Jy ! Component: 350 - total flux cleaned = 0.00230667 Jy ! Component: 400 - total flux cleaned = 0.00241564 Jy ! Total flux subtracted in 400 components = 0.00241564 Jy ! Clean residual min=-0.002225 max=0.001921 Jy/beam ! Clean residual mean=-0.000009 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.263605 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 209 components and 0.263605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065047Jy sigma=0.184729 ! Fit after self-cal, rms=0.065042Jy sigma=0.184706 ! 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.000234127 Jy ! Component: 100 - total flux cleaned = 0.000443298 Jy ! Component: 150 - total flux cleaned = 0.000637988 Jy ! Component: 200 - total flux cleaned = 0.000668272 Jy ! Component: 250 - total flux cleaned = 0.000637449 Jy ! Component: 300 - total flux cleaned = 0.000609209 Jy ! Component: 350 - total flux cleaned = 0.000553066 Jy ! Component: 400 - total flux cleaned = 0.000497982 Jy ! Total flux subtracted in 400 components = 0.000497982 Jy ! Clean residual min=-0.002216 max=0.001805 Jy/beam ! Clean residual mean=-0.000009 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.264103 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 240 components and 0.264103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064959Jy sigma=0.184590 ! Fit after self-cal, rms=0.064956Jy sigma=0.184584 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064956Jy sigma=0.184584 ! Fit after self-cal, rms=0.064879Jy sigma=0.184518 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.606 mas, bmaj=2.741 mas, bpa=-14.56 degrees ! Estimated noise=3.96226 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000152518 Jy ! Component: 100 - total flux cleaned = 0.000183549 Jy ! Component: 150 - total flux cleaned = 0.00024304 Jy ! Component: 200 - total flux cleaned = 0.000243666 Jy ! Component: 250 - total flux cleaned = 0.0002705 Jy ! Component: 300 - total flux cleaned = 0.000244165 Jy ! Component: 350 - total flux cleaned = 0.000170923 Jy ! Component: 400 - total flux cleaned = 0.000122765 Jy ! Total flux subtracted in 400 components = 0.000122765 Jy ! Clean residual min=-0.002072 max=0.001734 Jy/beam ! Clean residual mean=-0.000007 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.264226 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 272 components and 0.264226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064814Jy sigma=0.184409 ! Fit after self-cal, rms=0.064811Jy sigma=0.184403 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.000100285 Jy ! Component: 100 - total flux cleaned = -1.79751e-05 Jy ! Component: 150 - total flux cleaned = -0.000108547 Jy ! Component: 200 - total flux cleaned = -0.000218142 Jy ! Component: 250 - total flux cleaned = -0.000239519 Jy ! Component: 300 - total flux cleaned = -0.000324222 Jy ! Component: 350 - total flux cleaned = -0.000365881 Jy ! Component: 400 - total flux cleaned = -0.000426918 Jy ! Total flux subtracted in 400 components = -0.000426918 Jy ! Clean residual min=-0.002061 max=0.001686 Jy/beam ! Clean residual mean=-0.000007 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.263799 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 288 components and 0.263799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064769Jy sigma=0.184344 ! Fit after self-cal, rms=0.064766Jy sigma=0.184340 ! 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.064766Jy sigma=0.184340 ! Fit after self-cal, rms=0.064676Jy sigma=0.184325 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.606 mas, bmaj=2.742 mas, bpa=-14.56 degrees ! Estimated noise=3.95614 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000169526 Jy ! Component: 100 - total flux cleaned = -0.000214783 Jy ! Component: 150 - total flux cleaned = -0.000299604 Jy ! Component: 200 - total flux cleaned = -0.000320521 Jy ! Component: 250 - total flux cleaned = -0.000458412 Jy ! Component: 300 - total flux cleaned = -0.00047704 Jy ! Component: 350 - total flux cleaned = -0.000513697 Jy ! Component: 400 - total flux cleaned = -0.000604326 Jy ! Total flux subtracted in 400 components = -0.000604326 Jy ! Clean residual min=-0.001997 max=0.001646 Jy/beam ! Clean residual mean=-0.000007 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.263194 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 306 components and 0.263194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064640Jy sigma=0.184268 ! Fit after self-cal, rms=0.064637Jy sigma=0.184264 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 = 1.79915e-05 Jy ! Component: 100 - total flux cleaned = -5.70442e-05 Jy ! Component: 150 - total flux cleaned = -0.00016477 Jy ! Component: 200 - total flux cleaned = -0.000252288 Jy ! Component: 250 - total flux cleaned = -0.00030438 Jy ! Component: 300 - total flux cleaned = -0.000388555 Jy ! Component: 350 - total flux cleaned = -0.000438071 Jy ! Component: 400 - total flux cleaned = -0.000454592 Jy ! Total flux subtracted in 400 components = -0.000454592 Jy ! Clean residual min=-0.001979 max=0.001615 Jy/beam ! Clean residual mean=-0.000006 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.26274 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 330 components and 0.26274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064609Jy sigma=0.184225 ! Fit after self-cal, rms=0.064607Jy sigma=0.184222 ! 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.064607Jy sigma=0.184222 ! Fit after self-cal, rms=0.064044Jy sigma=0.178879 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.473 mas, bmaj=2.989 mas, bpa=-31.62 degrees ! Estimated noise=3.81105 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.71055e-07 Jy ! Component: 100 - total flux cleaned = -0.000124393 Jy ! Component: 150 - total flux cleaned = -0.000251524 Jy ! Component: 200 - total flux cleaned = -0.000370019 Jy ! Component: 250 - total flux cleaned = -0.000495333 Jy ! Component: 300 - total flux cleaned = -0.000600973 Jy ! Component: 350 - total flux cleaned = -0.000776812 Jy ! Component: 400 - total flux cleaned = -0.000958099 Jy ! Total flux subtracted in 400 components = -0.000958099 Jy ! Clean residual min=-0.001688 max=0.001520 Jy/beam ! Clean residual mean=-0.000007 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.261782 Jy selfcal ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 382 components and 0.261782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064035Jy sigma=0.178823 ! Fit after self-cal, rms=0.064044Jy sigma=0.178804 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.000323016 Jy ! Component: 100 - total flux cleaned = -0.000575843 Jy ! Component: 150 - total flux cleaned = -0.000802489 Jy ! Component: 200 - total flux cleaned = -0.00100841 Jy ! Component: 250 - total flux cleaned = -0.00118512 Jy ! Component: 300 - total flux cleaned = -0.00133511 Jy ! Component: 350 - total flux cleaned = -0.00149174 Jy ! Component: 400 - total flux cleaned = -0.00164422 Jy ! Total flux subtracted in 400 components = -0.00164422 Jy ! Clean residual min=-0.001644 max=0.001492 Jy/beam ! Clean residual mean=-0.000006 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.260137 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 410 components and 0.260138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064038Jy sigma=0.178779 ! Fit after self-cal, rms=0.064039Jy sigma=0.178776 ! 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.608 mas, bmaj=2.743 mas, bpa=-14.59 degrees ! Estimated noise=3.96956 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.608 x 2.743 at -14.59 degrees (North through East) ! Clean map min=-0.0039082 max=0.18023 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.305 mas, bmaj=2.556 mas, bpa=-14.08 degrees ! Estimated noise=6.91188 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.146108 Jy ! Component: 100 - total flux cleaned = 0.198437 Jy ! Component: 150 - total flux cleaned = 0.22149 Jy ! Component: 200 - total flux cleaned = 0.233235 Jy ! Component: 250 - total flux cleaned = 0.241085 Jy ! Component: 300 - total flux cleaned = 0.245226 Jy ! Component: 350 - total flux cleaned = 0.246978 Jy ! Component: 400 - total flux cleaned = 0.247167 Jy ! Total flux subtracted in 400 components = 0.247167 Jy ! Clean residual min=-0.004436 max=0.004444 Jy/beam ! Clean residual mean=0.000001 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.247167 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.247167 Jy ! Inverting map and beam ! Estimated beam: bmin=1.608 mas, bmaj=2.743 mas, bpa=-14.59 degrees ! Estimated noise=3.96956 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.00372335 Jy ! Component: 100 - total flux cleaned = 0.00547117 Jy ! Component: 150 - total flux cleaned = 0.00636849 Jy ! Component: 200 - total flux cleaned = 0.00707226 Jy ! Component: 250 - total flux cleaned = 0.00747342 Jy ! Component: 300 - total flux cleaned = 0.00784062 Jy ! Component: 350 - total flux cleaned = 0.00837451 Jy ! Component: 400 - total flux cleaned = 0.00880402 Jy ! Total flux subtracted in 400 components = 0.00880402 Jy ! Clean residual min=-0.002538 max=0.002209 Jy/beam ! Clean residual mean=-0.000004 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.255971 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 73 components and 0.255971 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.473 mas, bmaj=2.989 mas, bpa=-31.62 degrees ! Estimated noise=3.81105 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000743051 Jy ! Component: 100 - total flux cleaned = 0.000647556 Jy ! Component: 150 - total flux cleaned = 0.000553766 Jy ! Component: 200 - total flux cleaned = 0.000548799 Jy ! Component: 250 - total flux cleaned = 0.00066486 Jy ! Component: 300 - total flux cleaned = 0.000772716 Jy ! Component: 350 - total flux cleaned = 0.00084167 Jy ! Component: 400 - total flux cleaned = 0.00103032 Jy ! Total flux subtracted in 400 components = 0.00103032 Jy ! Clean residual min=-0.001888 max=0.001885 Jy/beam ! Clean residual mean=-0.000006 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.257001 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.39635e-07 Jy ! Component: 100 - total flux cleaned = 0.000111427 Jy ! Component: 150 - total flux cleaned = 8.4901e-05 Jy ! Component: 200 - total flux cleaned = 0.000188405 Jy ! Component: 250 - total flux cleaned = 0.000312354 Jy ! Component: 300 - total flux cleaned = 0.000359872 Jy ! Component: 350 - total flux cleaned = 0.000405528 Jy ! Component: 400 - total flux cleaned = 0.000473628 Jy ! Total flux subtracted in 400 components = 0.000473628 Jy ! Clean residual min=-0.001752 max=0.001778 Jy/beam ! Clean residual mean=-0.000006 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.257475 Jy ! Adding 96 model components to the UV plane model. ! The established model now contains 156 components and 0.257475 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.608 mas, bmaj=2.743 mas, bpa=-14.59 degrees ! Estimated noise=3.96956 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000306195 Jy ! Component: 100 - total flux cleaned = 0.00047216 Jy ! Component: 150 - total flux cleaned = 0.000724997 Jy ! Component: 200 - total flux cleaned = 0.000967747 Jy ! Component: 250 - total flux cleaned = 0.00120032 Jy ! Component: 300 - total flux cleaned = 0.00136928 Jy ! Component: 350 - total flux cleaned = 0.00153217 Jy ! Component: 400 - total flux cleaned = 0.00166386 Jy ! Total flux subtracted in 400 components = 0.00166386 Jy ! Clean residual min=-0.002137 max=0.001689 Jy/beam ! Clean residual mean=-0.000005 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.259138 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 195 components and 0.259138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064078Jy sigma=0.178990 ! Fit after self-cal, rms=0.064032Jy sigma=0.178948 wmodel /scr/pima/rdv94_uvs/J2327+1524_X_map.mod ! Writing 195 model components to file: /scr/pima/rdv94_uvs/J2327+1524_X_map.mod wobs /scr/pima/rdv94_uvs/J2327+1524_X_uvs.fits ! Applying 1820 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J2327+1524_X_uvs.fits wwins /scr/pima/rdv94_uvs/J2327+1524_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv94_uvs/J2327+1524_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.000918788 Jy ! Component: 100 - total flux cleaned = -0.00127518 Jy ! Component: 150 - total flux cleaned = -0.00154631 Jy ! Component: 200 - total flux cleaned = -0.00171822 Jy ! Component: 250 - total flux cleaned = -0.00188266 Jy ! Component: 300 - total flux cleaned = -0.00204093 Jy ! Component: 350 - total flux cleaned = -0.00221948 Jy ! Component: 400 - total flux cleaned = -0.00239362 Jy ! Component: 450 - total flux cleaned = -0.00261167 Jy ! Component: 500 - total flux cleaned = -0.00273045 Jy ! Component: 550 - total flux cleaned = -0.00282323 Jy ! Component: 600 - total flux cleaned = -0.00289174 Jy ! Component: 650 - total flux cleaned = -0.00282519 Jy ! Component: 700 - total flux cleaned = -0.00286937 Jy ! Component: 750 - total flux cleaned = -0.00286955 Jy ! Component: 800 - total flux cleaned = -0.00293265 Jy ! Component: 850 - total flux cleaned = -0.00291174 Jy ! Component: 900 - total flux cleaned = -0.00293228 Jy ! Component: 950 - total flux cleaned = -0.00297281 Jy ! Component: 1000 - total flux cleaned = -0.00301249 Jy ! Component: 1050 - total flux cleaned = -0.0029539 Jy ! Component: 1100 - total flux cleaned = -0.00303139 Jy ! Component: 1150 - total flux cleaned = -0.00297363 Jy ! Component: 1200 - total flux cleaned = -0.00295474 Jy ! Component: 1250 - total flux cleaned = -0.00293637 Jy ! Component: 1300 - total flux cleaned = -0.00291776 Jy ! Component: 1350 - total flux cleaned = -0.00277186 Jy ! Component: 1400 - total flux cleaned = -0.00273609 Jy ! Component: 1450 - total flux cleaned = -0.00270059 Jy ! Component: 1500 - total flux cleaned = -0.0026655 Jy ! Component: 1550 - total flux cleaned = -0.00263024 Jy ! Component: 1600 - total flux cleaned = -0.00257829 Jy ! Component: 1650 - total flux cleaned = -0.00256119 Jy ! Component: 1700 - total flux cleaned = -0.00247673 Jy ! Component: 1750 - total flux cleaned = -0.00251015 Jy ! Component: 1800 - total flux cleaned = -0.00252675 Jy ! Component: 1850 - total flux cleaned = -0.00246099 Jy ! Component: 1900 - total flux cleaned = -0.00246135 Jy ! Component: 1950 - total flux cleaned = -0.00252592 Jy ! Component: 2000 - total flux cleaned = -0.00254199 Jy ! Component: 2050 - total flux cleaned = -0.00255771 Jy ! Component: 2100 - total flux cleaned = -0.0025733 Jy ! Component: 2150 - total flux cleaned = -0.00260437 Jy ! Component: 2200 - total flux cleaned = -0.00261978 Jy ! Component: 2250 - total flux cleaned = -0.00260454 Jy ! Component: 2300 - total flux cleaned = -0.002665 Jy ! Component: 2350 - total flux cleaned = -0.0026502 Jy ! Component: 2400 - total flux cleaned = -0.00268007 Jy ! Component: 2450 - total flux cleaned = -0.00273934 Jy ! Component: 2500 - total flux cleaned = -0.00281281 Jy ! Component: 2550 - total flux cleaned = -0.00285642 Jy ! Component: 2600 - total flux cleaned = -0.00287091 Jy ! Component: 2650 - total flux cleaned = -0.00289956 Jy ! Component: 2700 - total flux cleaned = -0.00294243 Jy ! Component: 2750 - total flux cleaned = -0.00301318 Jy ! Component: 2800 - total flux cleaned = -0.00305534 Jy ! Component: 2850 - total flux cleaned = -0.00308307 Jy ! Component: 2900 - total flux cleaned = -0.00312457 Jy ! Component: 2950 - total flux cleaned = -0.00311091 Jy ! Component: 3000 - total flux cleaned = -0.00320657 Jy ! Component: 3050 - total flux cleaned = -0.0032744 Jy ! Component: 3100 - total flux cleaned = -0.00331478 Jy ! Component: 3150 - total flux cleaned = -0.00335494 Jy ! Component: 3200 - total flux cleaned = -0.0033548 Jy ! Component: 3250 - total flux cleaned = -0.00340773 Jy ! Component: 3300 - total flux cleaned = -0.00343411 Jy ! Component: 3350 - total flux cleaned = -0.00349973 Jy ! Component: 3400 - total flux cleaned = -0.00359096 Jy ! Component: 3450 - total flux cleaned = -0.00365575 Jy ! Component: 3500 - total flux cleaned = -0.0037074 Jy ! Component: 3550 - total flux cleaned = -0.00377164 Jy ! Component: 3600 - total flux cleaned = -0.00377166 Jy ! Component: 3650 - total flux cleaned = -0.0038478 Jy ! Component: 3700 - total flux cleaned = -0.00387317 Jy ! Component: 3750 - total flux cleaned = -0.00394868 Jy ! Component: 3800 - total flux cleaned = -0.00403623 Jy ! Component: 3850 - total flux cleaned = -0.00401119 Jy ! Component: 3900 - total flux cleaned = -0.00404843 Jy ! Component: 3950 - total flux cleaned = -0.00413469 Jy ! Component: 4000 - total flux cleaned = -0.00413458 Jy ! Component: 4050 - total flux cleaned = -0.00419566 Jy ! Total flux subtracted in 4096 components = -0.00424426 Jy ! Clean residual min=-0.000748 max=0.000648 Jy/beam ! Clean residual mean=-0.000002 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.254894 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 456 components and 0.254894 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J2327+1524_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.608 x 2.743 at -14.59 degrees (North through East) ! Clean map min=-0.0028883 max=0.17965 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J2327+1524_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.1796 rms= 0.00021 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J2327+1524_X_uvs.log closed on Tue Oct 8 12:28:30 2013