! Started logfile: /scr/pima/rdv62_uvs/J1727+4530_X_uvs.log on Fri Nov 22 22:40:17 2013 obs /scr/pima/rdv62_uvs/J1727+4530_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv62_uvs/J1727+4530_X_uva.fits ! AN table 1: 57 integrations on 6 of 6 possible baselines. ! AN table 2: 33 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.872162 visibilities/baseline/integration-bin. ! Found source: J1727+4530 ! ! 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 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2920 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/rdv62_uvs/J1727+4530_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:NY self-cal status=correctable weight=1 ! 1:WZ self-cal status=correctable weight=1 ! 1:ZC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT 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. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.023340Jy sigma=1.926205 ! Fit after self-cal, rms=0.806002Jy sigma=1.499976 ! 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 \] flag 1:NY ! Flagging baselines of antenna 1:NY in the currently selected channels. flag 1:WZ ! Flagging baselines of antenna 1:WZ in the currently selected channels. flag 1:ZC ! Flagging baselines of antenna 1:ZC in the currently selected channels. ![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.81 mas, bmaj=11.07 mas, bpa=-55.36 degrees ! Estimated noise=17.6302 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.147553 Jy ! Component: 100 - total flux cleaned = 0.183203 Jy ! Total flux subtracted in 100 components = 0.183203 Jy ! Clean residual min=-0.014422 max=0.015955 Jy/beam ! Clean residual mean=-0.000107 rms=0.004713 Jy/beam ! Combined flux in latest and established models = 0.183203 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.183203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075130Jy sigma=0.143100 ! Fit after self-cal, rms=0.075119Jy sigma=0.142998 ! 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=2.246 mas, bmaj=11.52 mas, bpa=-56.54 degrees ! Estimated noise=9.01316 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.0227512 Jy ! Component: 100 - total flux cleaned = 0.0327961 Jy ! Component: 150 - total flux cleaned = 0.0386687 Jy ! Component: 200 - total flux cleaned = 0.041782 Jy ! Total flux subtracted in 200 components = 0.041782 Jy ! Clean residual min=-0.006237 max=0.005777 Jy/beam ! Clean residual mean=0.000059 rms=0.001934 Jy/beam ! Combined flux in latest and established models = 0.224985 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 52 components and 0.224985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069396Jy sigma=0.129639 ! Fit after self-cal, rms=0.069418Jy sigma=0.129550 ! 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.00* NY 0.00* WZ 0.00* ZC 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 0.99 KP 1.00 LA 0.94 ! OV 1.00 PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* NY 0.00* WZ 0.00* ZC 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 0.96 KP 0.94 LA 0.95 ! OV 0.99 PT 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* NY 0.00* WZ 0.00* ZC 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.07 KP 0.90 LA 0.99 ! OV 1.07 PT 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* NY 0.00* WZ 0.00* ZC 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 1.05 KP 0.97 LA 0.95 ! OV 0.99 PT 1.11 ! ! ! Fit before self-cal, rms=0.069418Jy sigma=0.129550 ! Fit after self-cal, rms=0.068355Jy sigma=0.126864 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.255 mas, bmaj=11.49 mas, bpa=-56.46 degrees ! Estimated noise=8.95159 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.000869263 Jy ! Component: 100 - total flux cleaned = 0.000967134 Jy ! Component: 150 - total flux cleaned = 0.000997486 Jy ! Component: 200 - total flux cleaned = 0.00102496 Jy ! Total flux subtracted in 200 components = 0.00102496 Jy ! Clean residual min=-0.002665 max=0.002851 Jy/beam ! Clean residual mean=0.000041 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.22601 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 74 components and 0.22601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068294Jy sigma=0.126756 ! Fit after self-cal, rms=0.068399Jy sigma=0.126723 ! 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.068399Jy sigma=0.126723 ! Fit after self-cal, rms=0.068367Jy sigma=0.126721 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.254 mas, bmaj=11.49 mas, bpa=-56.46 degrees ! Estimated noise=8.94592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.58766e-05 Jy ! Component: 100 - total flux cleaned = -4.97461e-05 Jy ! Component: 150 - total flux cleaned = -0.000123456 Jy ! Component: 200 - total flux cleaned = -0.000194223 Jy ! Total flux subtracted in 200 components = -0.000194223 Jy ! Clean residual min=-0.002693 max=0.002803 Jy/beam ! Clean residual mean=0.000043 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.225816 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 84 components and 0.225816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068348Jy sigma=0.126694 ! Fit after self-cal, rms=0.068349Jy sigma=0.126693 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.00011185 Jy ! Component: 100 - total flux cleaned = -0.000179045 Jy ! Component: 150 - total flux cleaned = -0.000221789 Jy ! Component: 200 - total flux cleaned = -0.000242928 Jy ! Total flux subtracted in 200 components = -0.000242928 Jy ! Clean residual min=-0.002708 max=0.002738 Jy/beam ! Clean residual mean=0.000041 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.225573 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 91 components and 0.225573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068335Jy sigma=0.126675 ! Fit after self-cal, rms=0.068337Jy sigma=0.126674 ! 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.068337Jy sigma=0.126674 ! Fit after self-cal, rms=0.068389Jy sigma=0.126563 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.253 mas, bmaj=11.49 mas, bpa=-56.45 degrees ! Estimated noise=8.9586 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000144862 Jy ! Component: 100 - total flux cleaned = 6.13854e-05 Jy ! Component: 150 - total flux cleaned = 2.10963e-05 Jy ! Component: 200 - total flux cleaned = 1.67086e-06 Jy ! Total flux subtracted in 200 components = 1.67086e-06 Jy ! Clean residual min=-0.002759 max=0.002694 Jy/beam ! Clean residual mean=0.000038 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.225574 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.225574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068375Jy sigma=0.126546 ! Fit after self-cal, rms=0.068375Jy sigma=0.126545 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.000105987 Jy ! Component: 100 - total flux cleaned = -8.69993e-05 Jy ! Component: 150 - total flux cleaned = -8.69763e-05 Jy ! Component: 200 - total flux cleaned = -6.89307e-05 Jy ! Total flux subtracted in 200 components = -6.89307e-05 Jy ! Clean residual min=-0.002741 max=0.002665 Jy/beam ! Clean residual mean=0.000038 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.225505 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 100 components and 0.225505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068364Jy sigma=0.126532 ! Fit after self-cal, rms=0.068366Jy sigma=0.126532 ! 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.068366Jy sigma=0.126532 ! Fit after self-cal, rms=0.068344Jy sigma=0.126435 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.68 mas, bmaj=11.59 mas, bpa=-57.89 degrees ! Estimated noise=9.02536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000164612 Jy ! Component: 100 - total flux cleaned = 0.000164932 Jy ! Component: 150 - total flux cleaned = 0.000177181 Jy ! Component: 200 - total flux cleaned = 0.000177191 Jy ! Total flux subtracted in 200 components = 0.000177191 Jy ! Clean residual min=-0.002537 max=0.002558 Jy/beam ! Clean residual mean=0.000045 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.225683 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 117 components and 0.225683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068336Jy sigma=0.126427 ! Fit after self-cal, rms=0.068336Jy sigma=0.126426 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 = -5.44704e-05 Jy ! Component: 100 - total flux cleaned = -4.27357e-05 Jy ! Component: 150 - total flux cleaned = -3.14282e-05 Jy ! Component: 200 - total flux cleaned = -2.06159e-05 Jy ! Total flux subtracted in 200 components = -2.06159e-05 Jy ! Clean residual min=-0.002541 max=0.002534 Jy/beam ! Clean residual mean=0.000045 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.225662 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 126 components and 0.225662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068330Jy sigma=0.126419 ! Fit after self-cal, rms=0.068332Jy sigma=0.126419 ! 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 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:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.069740Jy sigma=0.129475 ! Fit after self-cal, rms=0.069740Jy sigma=0.129475 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:NY self-cal status=correctable weight=1 ! 1:WZ self-cal status=correctable weight=1 ! 1:ZC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.069740Jy sigma=0.129475 ! Fit after self-cal, rms=0.068255Jy sigma=0.126416 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.808 mas, bmaj=11.07 mas, bpa=-55.12 degrees ! Estimated noise=14.9949 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.00134692 Jy ! Component: 100 - total flux cleaned = -0.000946947 Jy ! Component: 150 - total flux cleaned = -0.000715466 Jy ! Component: 200 - total flux cleaned = -0.000502148 Jy ! Total flux subtracted in 200 components = -0.000502148 Jy ! Clean residual min=-0.005729 max=0.006651 Jy/beam ! Clean residual mean=0.000011 rms=0.001801 Jy/beam ! Combined flux in latest and established models = 0.22516 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 149 components and 0.22516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068275Jy sigma=0.126507 ! Fit after self-cal, rms=0.068265Jy sigma=0.126471 ! 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=2.251 mas, bmaj=11.49 mas, bpa=-56.45 degrees ! Estimated noise=8.95428 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.000502419 Jy ! Component: 100 - total flux cleaned = 0.000467466 Jy ! Component: 150 - total flux cleaned = 0.000400322 Jy ! Component: 200 - total flux cleaned = 0.000370648 Jy ! Component: 250 - total flux cleaned = 0.000370789 Jy ! Component: 300 - total flux cleaned = 0.000327328 Jy ! Component: 350 - total flux cleaned = 0.000270001 Jy ! Component: 400 - total flux cleaned = 0.000235919 Jy ! Total flux subtracted in 400 components = 0.000235919 Jy ! Clean residual min=-0.002552 max=0.002525 Jy/beam ! Clean residual mean=0.000034 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.225396 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 179 components and 0.225396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068215Jy sigma=0.126378 ! Fit after self-cal, rms=0.068218Jy sigma=0.126375 ! 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 = -7.74868e-05 Jy ! Component: 100 - total flux cleaned = -0.000124608 Jy ! Component: 150 - total flux cleaned = -0.000153394 Jy ! Component: 200 - total flux cleaned = -0.000167214 Jy ! Component: 250 - total flux cleaned = -0.000166874 Jy ! Component: 300 - total flux cleaned = -0.000192854 Jy ! Component: 350 - total flux cleaned = -0.000192808 Jy ! Component: 400 - total flux cleaned = -0.000217617 Jy ! Total flux subtracted in 400 components = -0.000217617 Jy ! Clean residual min=-0.002527 max=0.002416 Jy/beam ! Clean residual mean=0.000033 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.225178 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 200 components and 0.225178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068207Jy sigma=0.126358 ! Fit after self-cal, rms=0.068208Jy sigma=0.126357 ! 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. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.069618Jy sigma=0.129409 ! Fit after self-cal, rms=0.068112Jy sigma=0.126354 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.251 mas, bmaj=11.49 mas, bpa=-56.45 degrees ! Estimated noise=8.94319 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00015492 Jy ! Component: 100 - total flux cleaned = 0.000154536 Jy ! Component: 150 - total flux cleaned = 0.000166659 Jy ! Component: 200 - total flux cleaned = 0.000154524 Jy ! Component: 250 - total flux cleaned = 0.000154409 Jy ! Component: 300 - total flux cleaned = 0.000154257 Jy ! Component: 350 - total flux cleaned = 0.000142973 Jy ! Component: 400 - total flux cleaned = 0.000132023 Jy ! Total flux subtracted in 400 components = 0.000132023 Jy ! Clean residual min=-0.002440 max=0.002384 Jy/beam ! Clean residual mean=0.000034 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.22531 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 219 components and 0.22531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068103Jy sigma=0.126342 ! Fit after self-cal, rms=0.068104Jy sigma=0.126342 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.32045e-05 Jy ! Component: 100 - total flux cleaned = -7.53669e-05 Jy ! Component: 150 - total flux cleaned = -7.52143e-05 Jy ! Component: 200 - total flux cleaned = -7.49275e-05 Jy ! Component: 250 - total flux cleaned = -7.47837e-05 Jy ! Component: 300 - total flux cleaned = -7.49198e-05 Jy ! Component: 350 - total flux cleaned = -7.47377e-05 Jy ! Component: 400 - total flux cleaned = -7.44142e-05 Jy ! Total flux subtracted in 400 components = -7.44142e-05 Jy ! Clean residual min=-0.002410 max=0.002344 Jy/beam ! Clean residual mean=0.000033 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.225236 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 226 components and 0.225236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068097Jy sigma=0.126334 ! Fit after self-cal, rms=0.068098Jy sigma=0.126333 ! 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.068098Jy sigma=0.126333 ! Fit after self-cal, rms=0.068130Jy sigma=0.126253 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.25 mas, bmaj=11.49 mas, bpa=-56.45 degrees ! Estimated noise=8.94983 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.10112e-05 Jy ! Component: 100 - total flux cleaned = 7.08319e-05 Jy ! Component: 150 - total flux cleaned = 7.09119e-05 Jy ! Component: 200 - total flux cleaned = 7.06178e-05 Jy ! Component: 250 - total flux cleaned = 7.05622e-05 Jy ! Component: 300 - total flux cleaned = 8.04424e-05 Jy ! Component: 350 - total flux cleaned = 8.03955e-05 Jy ! Component: 400 - total flux cleaned = 9.018e-05 Jy ! Total flux subtracted in 400 components = 9.018e-05 Jy ! Clean residual min=-0.002387 max=0.002339 Jy/beam ! Clean residual mean=0.000030 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.225326 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 232 components and 0.225326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068123Jy sigma=0.126244 ! Fit after self-cal, rms=0.068124Jy sigma=0.126244 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.24246e-05 Jy ! Component: 100 - total flux cleaned = -3.21645e-05 Jy ! Component: 150 - total flux cleaned = -2.26507e-05 Jy ! Component: 200 - total flux cleaned = -2.27189e-05 Jy ! Component: 250 - total flux cleaned = -1.36952e-05 Jy ! Component: 300 - total flux cleaned = -1.39407e-05 Jy ! Component: 350 - total flux cleaned = -1.41558e-05 Jy ! Component: 400 - total flux cleaned = -5.15452e-06 Jy ! Total flux subtracted in 400 components = -5.15452e-06 Jy ! Clean residual min=-0.002352 max=0.002346 Jy/beam ! Clean residual mean=0.000030 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.225321 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 238 components and 0.225321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068119Jy sigma=0.126237 ! Fit after self-cal, rms=0.068120Jy sigma=0.126237 ! Inverting map ! Added new window around map position (-51.2, -16.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132618 Jy ! Component: 100 - total flux cleaned = 0.001321 Jy ! Component: 150 - total flux cleaned = 0.00125858 Jy ! Component: 200 - total flux cleaned = 0.00121178 Jy ! Component: 250 - total flux cleaned = 0.00120923 Jy ! Component: 300 - total flux cleaned = 0.00123939 Jy ! Component: 350 - total flux cleaned = 0.00115339 Jy ! Component: 400 - total flux cleaned = 0.00104943 Jy ! Total flux subtracted in 400 components = 0.00104943 Jy ! Clean residual min=-0.002336 max=0.001802 Jy/beam ! Clean residual mean=0.000026 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.22637 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 290 components and 0.22637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067972Jy sigma=0.125998 ! Fit after self-cal, rms=0.067967Jy sigma=0.125984 ! 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.067967Jy sigma=0.125984 ! Fit after self-cal, rms=0.067174Jy sigma=0.122237 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.68 mas, bmaj=11.59 mas, bpa=-57.91 degrees ! Estimated noise=9.02767 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000237437 Jy ! Component: 100 - total flux cleaned = -0.000155124 Jy ! Component: 150 - total flux cleaned = -0.000155081 Jy ! Component: 200 - total flux cleaned = -0.00015675 Jy ! Component: 250 - total flux cleaned = -0.000116602 Jy ! Component: 300 - total flux cleaned = -7.81536e-05 Jy ! Component: 350 - total flux cleaned = -6.0243e-05 Jy ! Component: 400 - total flux cleaned = -2.59106e-05 Jy ! Total flux subtracted in 400 components = -2.59106e-05 Jy ! Clean residual min=-0.002297 max=0.001534 Jy/beam ! Clean residual mean=0.000018 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.226344 Jy selfcal ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 354 components and 0.226344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067141Jy sigma=0.122190 ! Fit after self-cal, rms=0.067162Jy sigma=0.122172 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.000171286 Jy ! Component: 100 - total flux cleaned = -0.000171681 Jy ! Component: 150 - total flux cleaned = -0.000154968 Jy ! Component: 200 - total flux cleaned = -0.000138801 Jy ! Component: 250 - total flux cleaned = -0.000123621 Jy ! Component: 300 - total flux cleaned = -0.000108732 Jy ! Component: 350 - total flux cleaned = -4.91788e-05 Jy ! Component: 400 - total flux cleaned = -3.45221e-05 Jy ! Total flux subtracted in 400 components = -3.45221e-05 Jy ! Clean residual min=-0.002210 max=0.001509 Jy/beam ! Clean residual mean=0.000018 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.22631 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 387 components and 0.22631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067146Jy sigma=0.122149 ! Fit after self-cal, rms=0.067146Jy sigma=0.122148 ! 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=2.252 mas, bmaj=11.49 mas, bpa=-56.46 degrees ! Estimated noise=8.96413 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.252 x 11.49 at -56.46 degrees (North through East) ! Clean map min=-0.0032271 max=0.19579 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.809 mas, bmaj=11.08 mas, bpa=-55.12 degrees ! Estimated noise=15.0445 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.147239 Jy ! Component: 100 - total flux cleaned = 0.182492 Jy ! Component: 150 - total flux cleaned = 0.19858 Jy ! Component: 200 - total flux cleaned = 0.200541 Jy ! Component: 250 - total flux cleaned = 0.202243 Jy ! Component: 300 - total flux cleaned = 0.203925 Jy ! Component: 350 - total flux cleaned = 0.204326 Jy ! Component: 400 - total flux cleaned = 0.204783 Jy ! Total flux subtracted in 400 components = 0.204783 Jy ! Clean residual min=-0.005320 max=0.005255 Jy/beam ! Clean residual mean=-0.000017 rms=0.001488 Jy/beam ! Combined flux in latest and established models = 0.204783 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 65 model components to the UV plane model. ! The established model now contains 65 components and 0.204783 Jy ! Inverting map and beam ! Estimated beam: bmin=2.252 mas, bmaj=11.49 mas, bpa=-56.46 degrees ! Estimated noise=8.96413 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.00481486 Jy ! Component: 100 - total flux cleaned = 0.00736099 Jy ! Component: 150 - total flux cleaned = 0.00858579 Jy ! Component: 200 - total flux cleaned = 0.00882811 Jy ! Component: 250 - total flux cleaned = 0.00882698 Jy ! Component: 300 - total flux cleaned = 0.00914098 Jy ! Component: 350 - total flux cleaned = 0.00950184 Jy ! Component: 400 - total flux cleaned = 0.00990796 Jy ! Total flux subtracted in 400 components = 0.00990796 Jy ! Clean residual min=-0.003099 max=0.002188 Jy/beam ! Clean residual mean=0.000046 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.214691 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 143 components and 0.214691 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.68 mas, bmaj=11.59 mas, bpa=-57.91 degrees ! Estimated noise=9.02767 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00089905 Jy ! Component: 100 - total flux cleaned = 0.00136129 Jy ! Component: 150 - total flux cleaned = 0.00163869 Jy ! Component: 200 - total flux cleaned = 0.00184328 Jy ! Component: 250 - total flux cleaned = 0.0020393 Jy ! Component: 300 - total flux cleaned = 0.00222823 Jy ! Component: 350 - total flux cleaned = 0.0023865 Jy ! Component: 400 - total flux cleaned = 0.00256538 Jy ! Total flux subtracted in 400 components = 0.00256538 Jy ! Clean residual min=-0.002785 max=0.001892 Jy/beam ! Clean residual mean=0.000059 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.217257 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.000223694 Jy ! Component: 100 - total flux cleaned = 0.000393303 Jy ! Component: 150 - total flux cleaned = 0.000582245 Jy ! Component: 200 - total flux cleaned = 0.000720966 Jy ! Component: 250 - total flux cleaned = 0.000966328 Jy ! Component: 300 - total flux cleaned = 0.00111921 Jy ! Component: 350 - total flux cleaned = 0.00128931 Jy ! Component: 400 - total flux cleaned = 0.00149534 Jy ! Total flux subtracted in 400 components = 0.00149534 Jy ! Clean residual min=-0.002620 max=0.001735 Jy/beam ! Clean residual mean=0.000054 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.218752 Jy ! Adding 102 model components to the UV plane model. ! The established model now contains 232 components and 0.218752 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.252 mas, bmaj=11.49 mas, bpa=-56.46 degrees ! Estimated noise=8.96413 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000196588 Jy ! Component: 100 - total flux cleaned = -0.000305216 Jy ! Component: 150 - total flux cleaned = -0.000366153 Jy ! Component: 200 - total flux cleaned = -0.000403954 Jy ! Component: 250 - total flux cleaned = -0.000385752 Jy ! Component: 300 - total flux cleaned = -0.000331196 Jy ! Component: 350 - total flux cleaned = -0.000296673 Jy ! Component: 400 - total flux cleaned = -0.000176934 Jy ! Total flux subtracted in 400 components = -0.000176934 Jy ! Clean residual min=-0.002521 max=0.001882 Jy/beam ! Clean residual mean=0.000041 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.218575 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 262 components and 0.218575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067173Jy sigma=0.122212 ! Fit after self-cal, rms=0.067175Jy sigma=0.122204 wmodel /scr/pima/rdv62_uvs/J1727+4530_X_map.mod ! Writing 262 model components to file: /scr/pima/rdv62_uvs/J1727+4530_X_map.mod wobs /scr/pima/rdv62_uvs/J1727+4530_X_uvs.fits ! Applying 1845 buffered edits. ! Writing UV FITS file: /scr/pima/rdv62_uvs/J1727+4530_X_uvs.fits wwins /scr/pima/rdv62_uvs/J1727+4530_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv62_uvs/J1727+4530_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.000478711 Jy ! Component: 100 - total flux cleaned = -0.000447134 Jy ! Component: 150 - total flux cleaned = -0.00055671 Jy ! Component: 200 - total flux cleaned = -0.000736198 Jy ! Component: 250 - total flux cleaned = -0.000760114 Jy ! Component: 300 - total flux cleaned = -0.000828777 Jy ! Component: 350 - total flux cleaned = -0.000762437 Jy ! Component: 400 - total flux cleaned = -0.000677855 Jy ! Component: 450 - total flux cleaned = -0.000616491 Jy ! Component: 500 - total flux cleaned = -0.000576283 Jy ! Component: 550 - total flux cleaned = -0.000517569 Jy ! Component: 600 - total flux cleaned = -0.000460544 Jy ! Component: 650 - total flux cleaned = -0.000441696 Jy ! Component: 700 - total flux cleaned = -0.000405101 Jy ! Component: 750 - total flux cleaned = -0.000351618 Jy ! Component: 800 - total flux cleaned = -0.000316571 Jy ! Component: 850 - total flux cleaned = -0.000282268 Jy ! Component: 900 - total flux cleaned = -0.000231755 Jy ! Component: 950 - total flux cleaned = -0.000215136 Jy ! Component: 1000 - total flux cleaned = -0.000166136 Jy ! Component: 1050 - total flux cleaned = -0.000134132 Jy ! Component: 1100 - total flux cleaned = -0.00014986 Jy ! Component: 1150 - total flux cleaned = -8.71064e-05 Jy ! Component: 1200 - total flux cleaned = -8.70581e-05 Jy ! Component: 1250 - total flux cleaned = -0.00010214 Jy ! Component: 1300 - total flux cleaned = -0.000117187 Jy ! Component: 1350 - total flux cleaned = -0.000147203 Jy ! Component: 1400 - total flux cleaned = -0.000162079 Jy ! Component: 1450 - total flux cleaned = -0.000162076 Jy ! Component: 1500 - total flux cleaned = -0.000191392 Jy ! Component: 1550 - total flux cleaned = -0.000191404 Jy ! Component: 1600 - total flux cleaned = -0.000191424 Jy ! Component: 1650 - total flux cleaned = -0.000162685 Jy ! Component: 1700 - total flux cleaned = -0.000191376 Jy ! Component: 1750 - total flux cleaned = -0.00019122 Jy ! Component: 1800 - total flux cleaned = -0.000162885 Jy ! Component: 1850 - total flux cleaned = -0.000148717 Jy ! Component: 1900 - total flux cleaned = -0.000134609 Jy ! Component: 1950 - total flux cleaned = -0.000120553 Jy ! Component: 2000 - total flux cleaned = -0.000134539 Jy ! Component: 2050 - total flux cleaned = -0.000120433 Jy ! Component: 2100 - total flux cleaned = -0.000106426 Jy ! Component: 2150 - total flux cleaned = -9.24183e-05 Jy ! Component: 2200 - total flux cleaned = -0.000106302 Jy ! Component: 2250 - total flux cleaned = -9.22988e-05 Jy ! Component: 2300 - total flux cleaned = -7.83639e-05 Jy ! Component: 2350 - total flux cleaned = -6.44464e-05 Jy ! Component: 2400 - total flux cleaned = -9.22922e-05 Jy ! Component: 2450 - total flux cleaned = -6.45708e-05 Jy ! Component: 2500 - total flux cleaned = -6.46284e-05 Jy ! Component: 2550 - total flux cleaned = -7.85876e-05 Jy ! Component: 2600 - total flux cleaned = -5.07616e-05 Jy ! Component: 2650 - total flux cleaned = -7.85166e-05 Jy ! Component: 2700 - total flux cleaned = -5.07395e-05 Jy ! Component: 2750 - total flux cleaned = -5.07201e-05 Jy ! Component: 2800 - total flux cleaned = -2.29934e-05 Jy ! Component: 2850 - total flux cleaned = -2.29752e-05 Jy ! Component: 2900 - total flux cleaned = -3.68321e-05 Jy ! Component: 2950 - total flux cleaned = -3.68533e-05 Jy ! Component: 3000 - total flux cleaned = -9.11352e-06 Jy ! Component: 3050 - total flux cleaned = -3.68036e-05 Jy ! Component: 3100 - total flux cleaned = -9.09384e-06 Jy ! Component: 3150 - total flux cleaned = 4.82056e-06 Jy ! Component: 3200 - total flux cleaned = 4.77931e-06 Jy ! Component: 3250 - total flux cleaned = 3.26952e-05 Jy ! Component: 3300 - total flux cleaned = 3.26809e-05 Jy ! Component: 3350 - total flux cleaned = 3.27418e-05 Jy ! Component: 3400 - total flux cleaned = 4.67476e-05 Jy ! Component: 3450 - total flux cleaned = 3.28627e-05 Jy ! Component: 3500 - total flux cleaned = 1.88235e-05 Jy ! Component: 3550 - total flux cleaned = 4.6913e-05 Jy ! Component: 3600 - total flux cleaned = 3.28531e-05 Jy ! Component: 3650 - total flux cleaned = 3.28991e-05 Jy ! Component: 3700 - total flux cleaned = 3.2893e-05 Jy ! Component: 3750 - total flux cleaned = 4.60801e-06 Jy ! Component: 3800 - total flux cleaned = -9.56677e-06 Jy ! Component: 3850 - total flux cleaned = -2.38458e-05 Jy ! Component: 3900 - total flux cleaned = -3.81173e-05 Jy ! Component: 3950 - total flux cleaned = -2.37869e-05 Jy ! Component: 4000 - total flux cleaned = -9.42259e-06 Jy ! Component: 4050 - total flux cleaned = -6.68973e-05 Jy ! Total flux subtracted in 4096 components = -9.56019e-05 Jy ! Clean residual min=-0.000785 max=0.000762 Jy/beam ! Clean residual mean=0.000002 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.218479 Jy keep ! Adding 256 model components to the UV plane model. ! The established model now contains 518 components and 0.218479 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv62_uvs/J1727+4530_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.252 x 11.49 at -56.46 degrees (North through East) ! Clean map min=-0.0037319 max=0.19562 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv62_uvs/J1727+4530_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.1956 rms= 0.00031 Jy quit ! Quitting program ! Log file /scr/pima/rdv62_uvs/J1727+4530_X_uvs.log closed on Fri Nov 22 22:40:23 2013