! Started logfile: /scr/pima/rdv94_uvs/J2327+1524_S_uvs.log on Tue Oct 8 12:28:18 2013 obs /scr/pima/rdv94_uvs/J2327+1524_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J2327+1524_S_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 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 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J2327+1524_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 ! 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.500x0.500 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.003895Jy sigma=3.556491 ! Fit after self-cal, rms=0.877397Jy sigma=3.067923 ! 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=4.597 mas, bmaj=9.944 mas, bpa=-13.22 degrees ! Estimated noise=6.35689 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.0995349 Jy ! Component: 100 - total flux cleaned = 0.12832 Jy ! Total flux subtracted in 100 components = 0.12832 Jy ! Clean residual min=-0.007374 max=0.011958 Jy/beam ! Clean residual mean=-0.000016 rms=0.002339 Jy/beam ! Combined flux in latest and established models = 0.12832 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.12832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050212Jy sigma=0.175159 ! Fit after self-cal, rms=0.050077Jy sigma=0.174811 ! 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=5.558 mas, bmaj=10.06 mas, bpa=-11.95 degrees ! Estimated noise=3.43368 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.0134318 Jy ! Component: 100 - total flux cleaned = 0.0178981 Jy ! Component: 150 - total flux cleaned = 0.0181656 Jy ! Component: 200 - total flux cleaned = 0.0178602 Jy ! Total flux subtracted in 200 components = 0.0178602 Jy ! Clean residual min=-0.005100 max=0.007404 Jy/beam ! Clean residual mean=0.000022 rms=0.001645 Jy/beam ! Combined flux in latest and established models = 0.14618 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 32 components and 0.14618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047504Jy sigma=0.160144 ! Fit after self-cal, rms=0.047458Jy sigma=0.159957 ! 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.87 FD 1.13 HN 1.09 KP 1.10 ! LA 1.21 MK 0.73 NL 0.98 OV 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.93 FD 1.08 HN 1.09 KP 1.10 ! LA 1.22 NL 0.93 OV 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.23 HN 1.15 KP 1.10 ! LA 1.09 MK 0.96 NL 1.03 OV 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.17 HN 1.14 KP 1.10 ! LA 1.09 NL 0.95 OV 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.19 HN 1.04 KP 0.91 ! LA 0.89 MK 1.00 NL 1.06 OV 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.11 HN 1.16 KP 0.96 ! LA 0.89 NL 1.01 OV 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.17 HN 0.94 KP 0.90 ! LA 0.75 MK 1.08 NL 0.99 OV 0.85 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 1.09 HN 1.01 KP 0.88 ! LA 0.72 NL 0.91 OV 0.92 ! ! ! Fit before self-cal, rms=0.047458Jy sigma=0.159957 ! Fit after self-cal, rms=0.039234Jy sigma=0.129267 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.553 mas, bmaj=10.02 mas, bpa=-11.75 degrees ! Estimated noise=3.39181 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-8, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00350511 Jy ! Component: 100 - total flux cleaned = 0.00410492 Jy ! Component: 150 - total flux cleaned = 0.0044014 Jy ! Component: 200 - total flux cleaned = 0.00457062 Jy ! Total flux subtracted in 200 components = 0.00457062 Jy ! Clean residual min=-0.001789 max=0.002277 Jy/beam ! Clean residual mean=-0.000006 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.150751 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 57 components and 0.150751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038895Jy sigma=0.128092 ! Fit after self-cal, rms=0.038914Jy sigma=0.127823 ! 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.038914Jy sigma=0.127823 ! Fit after self-cal, rms=0.038627Jy sigma=0.127615 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.532 mas, bmaj=10.02 mas, bpa=-11.62 degrees ! Estimated noise=3.38035 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182891 Jy ! Component: 100 - total flux cleaned = 0.00185908 Jy ! Component: 150 - total flux cleaned = 0.00195632 Jy ! Component: 200 - total flux cleaned = 0.0020127 Jy ! Total flux subtracted in 200 components = 0.0020127 Jy ! Clean residual min=-0.001534 max=0.001873 Jy/beam ! Clean residual mean=-0.000004 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.152764 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 74 components and 0.152764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038508Jy sigma=0.127231 ! Fit after self-cal, rms=0.038487Jy sigma=0.127180 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.000795636 Jy ! Component: 100 - total flux cleaned = 0.00113352 Jy ! Component: 150 - total flux cleaned = 0.00122414 Jy ! Component: 200 - total flux cleaned = 0.00120257 Jy ! Total flux subtracted in 200 components = 0.00120257 Jy ! Clean residual min=-0.001432 max=0.001791 Jy/beam ! Clean residual mean=-0.000003 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.153966 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 84 components and 0.153966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038450Jy sigma=0.127077 ! Fit after self-cal, rms=0.038445Jy sigma=0.127066 ! Inverting map ! Added new window around map position (-125.5, -64). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000950609 Jy ! Component: 100 - total flux cleaned = 0.000949015 Jy ! Component: 150 - total flux cleaned = 0.000948656 Jy ! Component: 200 - total flux cleaned = 0.00103803 Jy ! Total flux subtracted in 200 components = 0.00103803 Jy ! Clean residual min=-0.001407 max=0.001403 Jy/beam ! Clean residual mean=-0.000003 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.155004 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 113 components and 0.155004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038371Jy sigma=0.126818 ! Fit after self-cal, rms=0.038369Jy sigma=0.126802 ! 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.038369Jy sigma=0.126802 ! Fit after self-cal, rms=0.038165Jy sigma=0.126714 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.518 mas, bmaj=10.03 mas, bpa=-11.59 degrees ! Estimated noise=3.37123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000513927 Jy ! Component: 100 - total flux cleaned = 0.000445212 Jy ! Component: 150 - total flux cleaned = 0.000404349 Jy ! Component: 200 - total flux cleaned = 0.000367528 Jy ! Total flux subtracted in 200 components = 0.000367528 Jy ! Clean residual min=-0.001202 max=0.001283 Jy/beam ! Clean residual mean=-0.000002 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.155372 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 138 components and 0.155372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038132Jy sigma=0.126627 ! Fit after self-cal, rms=0.038126Jy sigma=0.126619 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.000127424 Jy ! Component: 100 - total flux cleaned = 0.000160789 Jy ! Component: 150 - total flux cleaned = 0.000191702 Jy ! Component: 200 - total flux cleaned = 0.000192085 Jy ! Total flux subtracted in 200 components = 0.000192085 Jy ! Clean residual min=-0.001190 max=0.001271 Jy/beam ! Clean residual mean=-0.000001 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.155564 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 158 components and 0.155564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038111Jy sigma=0.126581 ! Fit after self-cal, rms=0.038110Jy sigma=0.126579 ! 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.038110Jy sigma=0.126579 ! Fit after self-cal, rms=0.038019Jy sigma=0.126561 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.395 mas, bmaj=10.53 mas, bpa=-17.88 degrees ! Estimated noise=3.41984 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000264807 Jy ! Component: 100 - total flux cleaned = 0.000247677 Jy ! Component: 150 - total flux cleaned = 0.000234039 Jy ! Component: 200 - total flux cleaned = 0.000258022 Jy ! Total flux subtracted in 200 components = 0.000258022 Jy ! Clean residual min=-0.001177 max=0.001408 Jy/beam ! Clean residual mean=-0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.155822 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 187 components and 0.155822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038011Jy sigma=0.126522 ! Fit after self-cal, rms=0.038006Jy sigma=0.126516 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.70186e-07 Jy ! Component: 100 - total flux cleaned = 4.67014e-05 Jy ! Component: 150 - total flux cleaned = 5.65027e-05 Jy ! Component: 200 - total flux cleaned = 7.65008e-05 Jy ! Total flux subtracted in 200 components = 7.65008e-05 Jy ! Clean residual min=-0.001163 max=0.001398 Jy/beam ! Clean residual mean=-0.000001 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.155898 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 206 components and 0.155898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038001Jy sigma=0.126497 ! Fit after self-cal, rms=0.037999Jy sigma=0.126494 ! 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.037999Jy sigma=0.126494 ! Fit after self-cal, rms=0.037999Jy sigma=0.126494 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.037999Jy sigma=0.126494 ! Fit after self-cal, rms=0.037970Jy sigma=0.126487 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=4.544 mas, bmaj=9.986 mas, bpa=-13.25 degrees ! Estimated noise=6.15472 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.000614417 Jy ! Component: 100 - total flux cleaned = 0.000777565 Jy ! Component: 150 - total flux cleaned = 0.000858899 Jy ! Component: 200 - total flux cleaned = 0.000862685 Jy ! Total flux subtracted in 200 components = 0.000862685 Jy ! Clean residual min=-0.002689 max=0.002826 Jy/beam ! Clean residual mean=-0.000000 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.156761 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 226 components and 0.156761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038012Jy sigma=0.126636 ! Fit after self-cal, rms=0.038014Jy sigma=0.126612 ! 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=5.514 mas, bmaj=10.04 mas, bpa=-11.62 degrees ! Estimated noise=3.36748 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 = -1.14465e-05 Jy ! Component: 100 - total flux cleaned = -0.000106679 Jy ! Component: 150 - total flux cleaned = -0.000159029 Jy ! Component: 200 - total flux cleaned = -0.000160197 Jy ! Component: 250 - total flux cleaned = -0.000236094 Jy ! Component: 300 - total flux cleaned = -0.0003229 Jy ! Component: 350 - total flux cleaned = -0.000402537 Jy ! Component: 400 - total flux cleaned = -0.000461112 Jy ! Total flux subtracted in 400 components = -0.000461112 Jy ! Clean residual min=-0.001067 max=0.001133 Jy/beam ! Clean residual mean=-0.000000 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.1563 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 267 components and 0.1563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037952Jy sigma=0.126432 ! Fit after self-cal, rms=0.037946Jy sigma=0.126422 ! 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) ! Added new window around map position (63.5, -40.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00071682 Jy ! Component: 100 - total flux cleaned = 0.000610713 Jy ! Component: 150 - total flux cleaned = 0.000609513 Jy ! Component: 200 - total flux cleaned = 0.000693449 Jy ! Component: 250 - total flux cleaned = 0.000791493 Jy ! Component: 300 - total flux cleaned = 0.000845452 Jy ! Component: 350 - total flux cleaned = 0.000896507 Jy ! Component: 400 - total flux cleaned = 0.00094559 Jy ! Total flux subtracted in 400 components = 0.00094559 Jy ! Clean residual min=-0.001008 max=0.001067 Jy/beam ! Clean residual mean=0.000001 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.157245 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 307 components and 0.157246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037884Jy sigma=0.126211 ! Fit after self-cal, rms=0.037877Jy sigma=0.126194 ! Inverting map ! Added new window around map position (93, 122). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102648 Jy ! Component: 100 - total flux cleaned = 0.00153225 Jy ! Component: 150 - total flux cleaned = 0.00178239 Jy ! Component: 200 - total flux cleaned = 0.00189353 Jy ! Component: 250 - total flux cleaned = 0.00195479 Jy ! Component: 300 - total flux cleaned = 0.00195543 Jy ! Component: 350 - total flux cleaned = 0.00202857 Jy ! Component: 400 - total flux cleaned = 0.00209854 Jy ! Total flux subtracted in 400 components = 0.00209854 Jy ! Clean residual min=-0.000922 max=0.000895 Jy/beam ! Clean residual mean=0.000002 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.159344 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 356 components and 0.159344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037810Jy sigma=0.126003 ! Fit after self-cal, rms=0.037806Jy sigma=0.125986 ! 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.037806Jy sigma=0.125986 ! Fit after self-cal, rms=0.037736Jy sigma=0.125956 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.509 mas, bmaj=10.04 mas, bpa=-11.63 degrees ! Estimated noise=3.36427 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000596842 Jy ! Component: 100 - total flux cleaned = 0.00077724 Jy ! Component: 150 - total flux cleaned = 0.000956337 Jy ! Component: 200 - total flux cleaned = 0.00114121 Jy ! Component: 250 - total flux cleaned = 0.00128413 Jy ! Component: 300 - total flux cleaned = 0.00134543 Jy ! Component: 350 - total flux cleaned = 0.00147862 Jy ! Component: 400 - total flux cleaned = 0.00156436 Jy ! Total flux subtracted in 400 components = 0.00156436 Jy ! Clean residual min=-0.000912 max=0.000811 Jy/beam ! Clean residual mean=0.000002 rms=0.000197 Jy/beam ! Combined flux in latest and established models = 0.160908 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 404 components and 0.160908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037703Jy sigma=0.125861 ! Fit after self-cal, rms=0.037701Jy sigma=0.125856 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.000180951 Jy ! Component: 100 - total flux cleaned = 0.000281559 Jy ! Component: 150 - total flux cleaned = 0.000363966 Jy ! Component: 200 - total flux cleaned = 0.0004437 Jy ! Component: 250 - total flux cleaned = 0.00050874 Jy ! Component: 300 - total flux cleaned = 0.000597133 Jy ! Component: 350 - total flux cleaned = 0.000670516 Jy ! Component: 400 - total flux cleaned = 0.000730195 Jy ! Total flux subtracted in 400 components = 0.000730195 Jy ! Clean residual min=-0.000937 max=0.000758 Jy/beam ! Clean residual mean=0.000002 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.161639 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 427 components and 0.161639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037681Jy sigma=0.125803 ! Fit after self-cal, rms=0.037680Jy sigma=0.125801 ! 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.037680Jy sigma=0.125801 ! Fit after self-cal, rms=0.037652Jy sigma=0.125790 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.508 mas, bmaj=10.04 mas, bpa=-11.65 degrees ! Estimated noise=3.363 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026021 Jy ! Component: 100 - total flux cleaned = 0.000414197 Jy ! Component: 150 - total flux cleaned = 0.000491455 Jy ! Component: 200 - total flux cleaned = 0.000552862 Jy ! Component: 250 - total flux cleaned = 0.000599965 Jy ! Component: 300 - total flux cleaned = 0.000691365 Jy ! Component: 350 - total flux cleaned = 0.000757553 Jy ! Component: 400 - total flux cleaned = 0.000800514 Jy ! Total flux subtracted in 400 components = 0.000800514 Jy ! Clean residual min=-0.000919 max=0.000729 Jy/beam ! Clean residual mean=0.000002 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.162439 Jy selfcal ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 452 components and 0.162439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037635Jy sigma=0.125743 ! Fit after self-cal, rms=0.037634Jy sigma=0.125741 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.16474e-05 Jy ! Component: 100 - total flux cleaned = 0.00013643 Jy ! Component: 150 - total flux cleaned = 0.000168088 Jy ! Component: 200 - total flux cleaned = 0.000249981 Jy ! Component: 250 - total flux cleaned = 0.000319556 Jy ! Component: 300 - total flux cleaned = 0.000348914 Jy ! Component: 350 - total flux cleaned = 0.000396565 Jy ! Component: 400 - total flux cleaned = 0.000443209 Jy ! Total flux subtracted in 400 components = 0.000443209 Jy ! Clean residual min=-0.000926 max=0.000695 Jy/beam ! Clean residual mean=0.000002 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.162882 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 481 components and 0.162882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037623Jy sigma=0.125712 ! Fit after self-cal, rms=0.037622Jy sigma=0.125710 ! 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.037622Jy sigma=0.125710 ! Fit after self-cal, rms=0.037204Jy sigma=0.122471 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.386 mas, bmaj=10.53 mas, bpa=-18.03 degrees ! Estimated noise=3.42563 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00028661 Jy ! Component: 100 - total flux cleaned = 0.000390706 Jy ! Component: 150 - total flux cleaned = 0.000380802 Jy ! Component: 200 - total flux cleaned = 0.000371559 Jy ! Component: 250 - total flux cleaned = 0.000371818 Jy ! Component: 300 - total flux cleaned = 0.000363405 Jy ! Component: 350 - total flux cleaned = 0.000354973 Jy ! Component: 400 - total flux cleaned = 0.000347146 Jy ! Total flux subtracted in 400 components = 0.000347146 Jy ! Clean residual min=-0.000666 max=0.000703 Jy/beam ! Clean residual mean=0.000002 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.163229 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 530 components and 0.163229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037199Jy sigma=0.122434 ! Fit after self-cal, rms=0.037202Jy sigma=0.122426 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 (68, 114). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000478217 Jy ! Component: 100 - total flux cleaned = 0.000434601 Jy ! Component: 150 - total flux cleaned = 0.000394522 Jy ! Component: 200 - total flux cleaned = 0.000334104 Jy ! Component: 250 - total flux cleaned = 0.000300784 Jy ! Component: 300 - total flux cleaned = 0.000258574 Jy ! Component: 350 - total flux cleaned = 0.000228476 Jy ! Component: 400 - total flux cleaned = 0.000209185 Jy ! Total flux subtracted in 400 components = 0.000209185 Jy ! Clean residual min=-0.000563 max=0.000648 Jy/beam ! Clean residual mean=0.000000 rms=0.000139 Jy/beam ! Combined flux in latest and established models = 0.163439 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 585 components and 0.163439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037178Jy sigma=0.122358 ! Fit after self-cal, rms=0.037179Jy sigma=0.122355 ! 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=5.507 mas, bmaj=10.04 mas, bpa=-11.66 degrees ! Estimated noise=3.37133 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.507 x 10.04 at -11.66 degrees (North through East) ! Clean map min=-0.0012851 max=0.12333 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=4.537 mas, bmaj=10 mas, bpa=-13.32 degrees ! Estimated noise=6.15508 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0965147 Jy ! Component: 100 - total flux cleaned = 0.126585 Jy ! Component: 150 - total flux cleaned = 0.139955 Jy ! Component: 200 - total flux cleaned = 0.147011 Jy ! Component: 250 - total flux cleaned = 0.151003 Jy ! Component: 300 - total flux cleaned = 0.151979 Jy ! Component: 350 - total flux cleaned = 0.152899 Jy ! Component: 400 - total flux cleaned = 0.153822 Jy ! Total flux subtracted in 400 components = 0.153822 Jy ! Clean residual min=-0.003052 max=0.002775 Jy/beam ! Clean residual mean=-0.000010 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.153822 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 52 model components to the UV plane model. ! The established model now contains 52 components and 0.153822 Jy ! Inverting map and beam ! Estimated beam: bmin=5.507 mas, bmaj=10.04 mas, bpa=-11.66 degrees ! Estimated noise=3.37133 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.00244658 Jy ! Component: 100 - total flux cleaned = 0.00337675 Jy ! Component: 150 - total flux cleaned = 0.00416999 Jy ! Component: 200 - total flux cleaned = 0.00452259 Jy ! Component: 250 - total flux cleaned = 0.00483777 Jy ! Component: 300 - total flux cleaned = 0.00516828 Jy ! Component: 350 - total flux cleaned = 0.00551267 Jy ! Component: 400 - total flux cleaned = 0.00576535 Jy ! Total flux subtracted in 400 components = 0.00576535 Jy ! Clean residual min=-0.001221 max=0.001014 Jy/beam ! Clean residual mean=-0.000003 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.159588 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 122 components and 0.159588 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=8.386 mas, bmaj=10.53 mas, bpa=-18.03 degrees ! Estimated noise=3.42563 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000255416 Jy ! Component: 100 - total flux cleaned = 0.000601008 Jy ! Component: 150 - total flux cleaned = 0.000950067 Jy ! Component: 200 - total flux cleaned = 0.0012232 Jy ! Component: 250 - total flux cleaned = 0.00150628 Jy ! Component: 300 - total flux cleaned = 0.00177333 Jy ! Component: 350 - total flux cleaned = 0.00200331 Jy ! Component: 400 - total flux cleaned = 0.00217979 Jy ! Total flux subtracted in 400 components = 0.00217979 Jy ! Clean residual min=-0.000949 max=0.000797 Jy/beam ! Clean residual mean=-0.000003 rms=0.000241 Jy/beam ! Combined flux in latest and established models = 0.161768 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.000231541 Jy ! Component: 100 - total flux cleaned = 0.00037269 Jy ! Component: 150 - total flux cleaned = 0.000469265 Jy ! Component: 200 - total flux cleaned = 0.000582401 Jy ! Component: 250 - total flux cleaned = 0.000709648 Jy ! Component: 300 - total flux cleaned = 0.000779559 Jy ! Component: 350 - total flux cleaned = 0.00082964 Jy ! Component: 400 - total flux cleaned = 0.000813074 Jy ! Total flux subtracted in 400 components = 0.000813074 Jy ! Clean residual min=-0.000805 max=0.000686 Jy/beam ! Clean residual mean=-0.000002 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.162581 Jy ! Adding 137 model components to the UV plane model. ! The established model now contains 244 components and 0.162581 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.507 mas, bmaj=10.04 mas, bpa=-11.66 degrees ! Estimated noise=3.37133 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00039595 Jy ! Component: 100 - total flux cleaned = -0.000528072 Jy ! Component: 150 - total flux cleaned = -0.000528333 Jy ! Component: 200 - total flux cleaned = -0.000609435 Jy ! Component: 250 - total flux cleaned = -0.000590777 Jy ! Component: 300 - total flux cleaned = -0.000591283 Jy ! Component: 350 - total flux cleaned = -0.000591552 Jy ! Component: 400 - total flux cleaned = -0.000556172 Jy ! Total flux subtracted in 400 components = -0.000556172 Jy ! Clean residual min=-0.000753 max=0.000855 Jy/beam ! Clean residual mean=-0.000001 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.162024 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 303 components and 0.162024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037258Jy sigma=0.122553 ! Fit after self-cal, rms=0.037247Jy sigma=0.122527 wmodel /scr/pima/rdv94_uvs/J2327+1524_S_map.mod ! Writing 303 model components to file: /scr/pima/rdv94_uvs/J2327+1524_S_map.mod wobs /scr/pima/rdv94_uvs/J2327+1524_S_uvs.fits ! Applying 1820 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J2327+1524_S_uvs.fits wwins /scr/pima/rdv94_uvs/J2327+1524_S_map.win ! wwins: Wrote 6 windows to /scr/pima/rdv94_uvs/J2327+1524_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.000252931 Jy ! Component: 100 - total flux cleaned = 0.00031787 Jy ! Component: 150 - total flux cleaned = 0.000305774 Jy ! Component: 200 - total flux cleaned = 0.000282805 Jy ! Component: 250 - total flux cleaned = 0.000194898 Jy ! Component: 300 - total flux cleaned = 0.000120404 Jy ! Component: 350 - total flux cleaned = 2.69691e-05 Jy ! Component: 400 - total flux cleaned = -7.39878e-05 Jy ! Component: 450 - total flux cleaned = -0.000192254 Jy ! Component: 500 - total flux cleaned = -0.000307793 Jy ! Component: 550 - total flux cleaned = -0.000411501 Jy ! Component: 600 - total flux cleaned = -0.00054047 Jy ! Component: 650 - total flux cleaned = -0.000657811 Jy ! Component: 700 - total flux cleaned = -0.000781362 Jy ! Component: 750 - total flux cleaned = -0.000911083 Jy ! Component: 800 - total flux cleaned = -0.00100431 Jy ! Component: 850 - total flux cleaned = -0.00112914 Jy ! Component: 900 - total flux cleaned = -0.001219 Jy ! Component: 950 - total flux cleaned = -0.00129139 Jy ! Component: 1000 - total flux cleaned = -0.00135483 Jy ! Component: 1050 - total flux cleaned = -0.00140964 Jy ! Component: 1100 - total flux cleaned = -0.00148698 Jy ! Component: 1150 - total flux cleaned = -0.00151743 Jy ! Component: 1200 - total flux cleaned = -0.00157778 Jy ! Component: 1250 - total flux cleaned = -0.00161509 Jy ! Component: 1300 - total flux cleaned = -0.001652 Jy ! Component: 1350 - total flux cleaned = -0.00169594 Jy ! Component: 1400 - total flux cleaned = -0.0017539 Jy ! Component: 1450 - total flux cleaned = -0.00178253 Jy ! Component: 1500 - total flux cleaned = -0.0018181 Jy ! Component: 1550 - total flux cleaned = -0.00186026 Jy ! Component: 1600 - total flux cleaned = -0.00188116 Jy ! Component: 1650 - total flux cleaned = -0.0019087 Jy ! Component: 1700 - total flux cleaned = -0.00192922 Jy ! Component: 1750 - total flux cleaned = -0.00195632 Jy ! Component: 1800 - total flux cleaned = -0.00194289 Jy ! Component: 1850 - total flux cleaned = -0.00196292 Jy ! Component: 1900 - total flux cleaned = -0.0019432 Jy ! Component: 1950 - total flux cleaned = -0.00198262 Jy ! Component: 2000 - total flux cleaned = -0.00198262 Jy ! Component: 2050 - total flux cleaned = -0.00199557 Jy ! Component: 2100 - total flux cleaned = -0.0019891 Jy ! Component: 2150 - total flux cleaned = -0.00198908 Jy ! Component: 2200 - total flux cleaned = -0.00201446 Jy ! Component: 2250 - total flux cleaned = -0.00200812 Jy ! Component: 2300 - total flux cleaned = -0.00200809 Jy ! Component: 2350 - total flux cleaned = -0.00202049 Jy ! Component: 2400 - total flux cleaned = -0.00203899 Jy ! Component: 2450 - total flux cleaned = -0.00203908 Jy ! Component: 2500 - total flux cleaned = -0.00202697 Jy ! Component: 2550 - total flux cleaned = -0.00206329 Jy ! Component: 2600 - total flux cleaned = -0.0020693 Jy ! Component: 2650 - total flux cleaned = -0.00206928 Jy ! Component: 2700 - total flux cleaned = -0.00208709 Jy ! Component: 2750 - total flux cleaned = -0.00208119 Jy ! Component: 2800 - total flux cleaned = -0.00207537 Jy ! Component: 2850 - total flux cleaned = -0.00212213 Jy ! Component: 2900 - total flux cleaned = -0.00209886 Jy ! Component: 2950 - total flux cleaned = -0.00212204 Jy ! Component: 3000 - total flux cleaned = -0.00212202 Jy ! Component: 3050 - total flux cleaned = -0.00213351 Jy ! Component: 3100 - total flux cleaned = -0.0021449 Jy ! Component: 3150 - total flux cleaned = -0.00213359 Jy ! Component: 3200 - total flux cleaned = -0.00215054 Jy ! Component: 3250 - total flux cleaned = -0.00215052 Jy ! Component: 3300 - total flux cleaned = -0.00215052 Jy ! Component: 3350 - total flux cleaned = -0.0021617 Jy ! Component: 3400 - total flux cleaned = -0.00216174 Jy ! Component: 3450 - total flux cleaned = -0.00217281 Jy ! Component: 3500 - total flux cleaned = -0.00218935 Jy ! Component: 3550 - total flux cleaned = -0.00217285 Jy ! Component: 3600 - total flux cleaned = -0.00218382 Jy ! Component: 3650 - total flux cleaned = -0.00218929 Jy ! Component: 3700 - total flux cleaned = -0.00220562 Jy ! Component: 3750 - total flux cleaned = -0.0022219 Jy ! Component: 3800 - total flux cleaned = -0.00220032 Jy ! Component: 3850 - total flux cleaned = -0.00222725 Jy ! Component: 3900 - total flux cleaned = -0.00223258 Jy ! Component: 3950 - total flux cleaned = -0.00222186 Jy ! Component: 4000 - total flux cleaned = -0.00223255 Jy ! Component: 4050 - total flux cleaned = -0.00225913 Jy ! Total flux subtracted in 4096 components = -0.00226975 Jy ! Clean residual min=-0.000381 max=0.000361 Jy/beam ! Clean residual mean=0.000000 rms=0.000100 Jy/beam ! Combined flux in latest and established models = 0.159755 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 587 components and 0.159755 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J2327+1524_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.507 x 10.04 at -11.66 degrees (North through East) ! Clean map min=-0.001251 max=0.12294 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J2327+1524_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.1229 rms= 9e-05 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J2327+1524_S_uvs.log closed on Tue Oct 8 12:28:24 2013