! Started logfile: /scr/pima/rdv95_uvs/J1434+1952_S_uvs.log on Wed Nov 6 20:47:25 2013 obs /scr/pima/rdv95_uvs/J1434+1952_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J1434+1952_S_uva.fits ! AN table 1: 20 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1434+1952 ! ! 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 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 3600 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv95_uvs/J1434+1952_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.026459Jy sigma=3.082511 ! Fit after self-cal, rms=0.811115Jy sigma=2.374141 ! 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=2.883 mas, bmaj=7.363 mas, bpa=5.692 degrees ! Estimated noise=7.96056 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.14995 Jy ! Component: 100 - total flux cleaned = 0.191582 Jy ! Total flux subtracted in 100 components = 0.191582 Jy ! Clean residual min=-0.009773 max=0.017658 Jy/beam ! Clean residual mean=0.000006 rms=0.003526 Jy/beam ! Combined flux in latest and established models = 0.191582 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.191582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062755Jy sigma=0.195793 ! Fit after self-cal, rms=0.062417Jy sigma=0.195310 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.541 mas, bmaj=8.109 mas, bpa=4.554 degrees ! Estimated noise=4.1354 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.0247565 Jy ! Component: 100 - total flux cleaned = 0.0352827 Jy ! Component: 150 - total flux cleaned = 0.0406559 Jy ! Component: 200 - total flux cleaned = 0.0438412 Jy ! Total flux subtracted in 200 components = 0.0438412 Jy ! Clean residual min=-0.005215 max=0.008874 Jy/beam ! Clean residual mean=0.000000 rms=0.001743 Jy/beam ! Combined flux in latest and established models = 0.235424 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 29 components and 0.235424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056064Jy sigma=0.160011 ! Fit after self-cal, rms=0.055929Jy sigma=0.159802 ! 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 1.00 FD 0.99 HN 1.05 KP 0.93 ! LA 1.18 MK 0.92 NL 1.06 OV 0.95 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.08 KP 1.00 ! LA 1.03 MK 0.94 NL 1.08 OV 1.03 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 1.07 KP 0.99 ! LA 0.94 MK 0.94 NL 1.14 OV 1.03 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 0.90 KP 0.93 ! LA 0.82 MK 1.02 NL 1.04 OV 0.84 ! PT 0.92 SC 1.01 ! ! ! Fit before self-cal, rms=0.055929Jy sigma=0.159802 ! Fit after self-cal, rms=0.050508Jy sigma=0.138506 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.518 mas, bmaj=8.144 mas, bpa=4.533 degrees ! Estimated noise=4.08478 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 (-18.8, -10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00634491 Jy ! Component: 100 - total flux cleaned = 0.00908085 Jy ! Component: 150 - total flux cleaned = 0.0100625 Jy ! Component: 200 - total flux cleaned = 0.0101273 Jy ! Total flux subtracted in 200 components = 0.0101273 Jy ! Clean residual min=-0.002476 max=0.003908 Jy/beam ! Clean residual mean=-0.000001 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.245551 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 55 components and 0.245551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049785Jy sigma=0.135622 ! Fit after self-cal, rms=0.049782Jy sigma=0.135516 ! Inverting map ! Added new window around map position (-4.8, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00248879 Jy ! Component: 100 - total flux cleaned = 0.0022813 Jy ! Component: 150 - total flux cleaned = 0.00222254 Jy ! Component: 200 - total flux cleaned = 0.00211555 Jy ! Total flux subtracted in 200 components = 0.00211555 Jy ! Clean residual min=-0.002215 max=0.003302 Jy/beam ! Clean residual mean=-0.000000 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.247667 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 80 components and 0.247667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049495Jy sigma=0.134837 ! Fit after self-cal, rms=0.049478Jy sigma=0.134794 ! Inverting map ! Added new window around map position (-35.2, -28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00221544 Jy ! Component: 100 - total flux cleaned = 0.00262309 Jy ! Component: 150 - total flux cleaned = 0.00287034 Jy ! Component: 200 - total flux cleaned = 0.00295914 Jy ! Total flux subtracted in 200 components = 0.00295914 Jy ! Clean residual min=-0.001844 max=0.002013 Jy/beam ! Clean residual mean=0.000001 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.250626 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 104 components and 0.250626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049300Jy sigma=0.134248 ! Fit after self-cal, rms=0.049296Jy sigma=0.134225 ! 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.049296Jy sigma=0.134225 ! Fit after self-cal, rms=0.049310Jy sigma=0.134120 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.516 mas, bmaj=8.145 mas, bpa=4.614 degrees ! Estimated noise=4.08959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000787227 Jy ! Component: 100 - total flux cleaned = 0.00107634 Jy ! Component: 150 - total flux cleaned = 0.00116901 Jy ! Component: 200 - total flux cleaned = 0.00122665 Jy ! Total flux subtracted in 200 components = 0.00122665 Jy ! Clean residual min=-0.001774 max=0.001747 Jy/beam ! Clean residual mean=0.000002 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.251852 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 135 components and 0.251852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049253Jy sigma=0.133979 ! Fit after self-cal, rms=0.049252Jy sigma=0.133970 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.0001411 Jy ! Component: 100 - total flux cleaned = 0.000223069 Jy ! Component: 150 - total flux cleaned = 0.000300915 Jy ! Component: 200 - total flux cleaned = 0.000350097 Jy ! Total flux subtracted in 200 components = 0.000350097 Jy ! Clean residual min=-0.001671 max=0.001650 Jy/beam ! Clean residual mean=0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.252203 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 151 components and 0.252203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049219Jy sigma=0.133899 ! Fit after self-cal, rms=0.049218Jy sigma=0.133894 ! 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.049218Jy sigma=0.133894 ! Fit after self-cal, rms=0.049252Jy sigma=0.133886 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.516 mas, bmaj=8.145 mas, bpa=4.649 degrees ! Estimated noise=4.09276 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00016016 Jy ! Component: 100 - total flux cleaned = 0.000209304 Jy ! Component: 150 - total flux cleaned = 0.00023227 Jy ! Component: 200 - total flux cleaned = 0.000297364 Jy ! Total flux subtracted in 200 components = 0.000297364 Jy ! Clean residual min=-0.001606 max=0.001612 Jy/beam ! Clean residual mean=0.000002 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.2525 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 170 components and 0.2525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049227Jy sigma=0.133829 ! Fit after self-cal, rms=0.049227Jy sigma=0.133825 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 = 8.34269e-05 Jy ! Component: 100 - total flux cleaned = 0.000185997 Jy ! Component: 150 - total flux cleaned = 0.000205927 Jy ! Component: 200 - total flux cleaned = 0.000243512 Jy ! Total flux subtracted in 200 components = 0.000243512 Jy ! Clean residual min=-0.001522 max=0.001599 Jy/beam ! Clean residual mean=0.000003 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.252743 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 184 components and 0.252743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049209Jy sigma=0.133785 ! Fit after self-cal, rms=0.049208Jy sigma=0.133783 ! 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.049208Jy sigma=0.133783 ! Fit after self-cal, rms=0.049230Jy sigma=0.133780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.244 mas, bmaj=10.96 mas, bpa=8.781 degrees ! Estimated noise=4.31177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000227947 Jy ! Component: 100 - total flux cleaned = 0.000354671 Jy ! Component: 150 - total flux cleaned = 0.000399896 Jy ! Component: 200 - total flux cleaned = 0.000372621 Jy ! Total flux subtracted in 200 components = 0.000372621 Jy ! Clean residual min=-0.002003 max=0.001569 Jy/beam ! Clean residual mean=0.000005 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.253116 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 207 components and 0.253116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049226Jy sigma=0.133752 ! Fit after self-cal, rms=0.049223Jy sigma=0.133749 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.000114503 Jy ! Component: 100 - total flux cleaned = 0.000114901 Jy ! Component: 150 - total flux cleaned = 9.12778e-05 Jy ! Component: 200 - total flux cleaned = 5.77399e-05 Jy ! Total flux subtracted in 200 components = 5.77399e-05 Jy ! Clean residual min=-0.001964 max=0.001570 Jy/beam ! Clean residual mean=0.000005 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.253174 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 224 components and 0.253174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049220Jy sigma=0.133731 ! Fit after self-cal, rms=0.049218Jy sigma=0.133729 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049218Jy sigma=0.133729 ! Fit after self-cal, rms=0.049218Jy sigma=0.133729 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049218Jy sigma=0.133729 ! Fit after self-cal, rms=0.049235Jy sigma=0.133726 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=2.86 mas, bmaj=7.387 mas, bpa=5.794 degrees ! Estimated noise=7.91615 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.00174053 Jy ! Component: 100 - total flux cleaned = -0.00192179 Jy ! Component: 150 - total flux cleaned = -0.0019854 Jy ! Component: 200 - total flux cleaned = -0.00223142 Jy ! Total flux subtracted in 200 components = -0.00223142 Jy ! Clean residual min=-0.003000 max=0.002990 Jy/beam ! Clean residual mean=0.000006 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.250942 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 249 components and 0.250942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049255Jy sigma=0.133860 ! Fit after self-cal, rms=0.049254Jy sigma=0.133840 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.518 mas, bmaj=8.145 mas, bpa=4.664 degrees ! Estimated noise=4.09464 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.00122696 Jy ! Component: 100 - total flux cleaned = 0.00156423 Jy ! Component: 150 - total flux cleaned = 0.00170047 Jy ! Component: 200 - total flux cleaned = 0.00174865 Jy ! Component: 250 - total flux cleaned = 0.00179321 Jy ! Component: 300 - total flux cleaned = 0.00181309 Jy ! Component: 350 - total flux cleaned = 0.00183163 Jy ! Component: 400 - total flux cleaned = 0.0018323 Jy ! Total flux subtracted in 400 components = 0.0018323 Jy ! Clean residual min=-0.001475 max=0.001628 Jy/beam ! Clean residual mean=0.000003 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.252774 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 290 components and 0.252774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049191Jy sigma=0.133667 ! Fit after self-cal, rms=0.049193Jy sigma=0.133664 ! Inverting map ! Added new window around map position (-94.4, 82). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000959106 Jy ! Component: 100 - total flux cleaned = 0.00117798 Jy ! Component: 150 - total flux cleaned = 0.00132423 Jy ! Component: 200 - total flux cleaned = 0.00145119 Jy ! Component: 250 - total flux cleaned = 0.00150866 Jy ! Component: 300 - total flux cleaned = 0.00161135 Jy ! Component: 350 - total flux cleaned = 0.00168342 Jy ! Component: 400 - total flux cleaned = 0.00177304 Jy ! Total flux subtracted in 400 components = 0.00177304 Jy ! Clean residual min=-0.001325 max=0.001762 Jy/beam ! Clean residual mean=0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.254547 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 338 components and 0.254547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049086Jy sigma=0.133409 ! Fit after self-cal, rms=0.049079Jy sigma=0.133404 ! Inverting map ! Added new window around map position (64.8, -100.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000603049 Jy ! Component: 100 - total flux cleaned = 0.000597539 Jy ! Component: 150 - total flux cleaned = 0.000766779 Jy ! Component: 200 - total flux cleaned = 0.000818909 Jy ! Component: 250 - total flux cleaned = 0.00091946 Jy ! Component: 300 - total flux cleaned = 0.000991818 Jy ! Component: 350 - total flux cleaned = 0.00103855 Jy ! Component: 400 - total flux cleaned = 0.00101635 Jy ! Total flux subtracted in 400 components = 0.00101635 Jy ! Clean residual min=-0.001220 max=0.001152 Jy/beam ! Clean residual mean=0.000000 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.255564 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 382 components and 0.255564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048998Jy sigma=0.133214 ! Fit after self-cal, rms=0.048996Jy sigma=0.133209 ! Inverting map dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000186606 Jy ! Component: 100 - total flux cleaned = 0.000186155 Jy ! Component: 150 - total flux cleaned = 0.000186355 Jy ! Component: 200 - total flux cleaned = 0.00020536 Jy ! Component: 250 - total flux cleaned = 0.000205458 Jy ! Component: 300 - total flux cleaned = 0.000223874 Jy ! Component: 350 - total flux cleaned = 0.000223905 Jy ! Component: 400 - total flux cleaned = 0.000223986 Jy ! Total flux subtracted in 400 components = 0.000223986 Jy ! Clean residual min=-0.001153 max=0.001097 Jy/beam ! Clean residual mean=-0.000000 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.255788 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 422 components and 0.255788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048964Jy sigma=0.133132 ! Fit after self-cal, rms=0.048964Jy sigma=0.133131 ! 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.048964Jy sigma=0.133131 ! Fit after self-cal, rms=0.048923Jy sigma=0.133111 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.519 mas, bmaj=8.144 mas, bpa=4.654 degrees ! Estimated noise=4.09132 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000166548 Jy ! Component: 100 - total flux cleaned = 0.000224706 Jy ! Component: 150 - total flux cleaned = 0.000280135 Jy ! Component: 200 - total flux cleaned = 0.000280227 Jy ! Component: 250 - total flux cleaned = 0.000297626 Jy ! Component: 300 - total flux cleaned = 0.000347838 Jy ! Component: 350 - total flux cleaned = 0.000363996 Jy ! Component: 400 - total flux cleaned = 0.000396231 Jy ! Total flux subtracted in 400 components = 0.000396231 Jy ! Clean residual min=-0.001068 max=0.001059 Jy/beam ! Clean residual mean=0.000000 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.256184 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 444 components and 0.256184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048896Jy sigma=0.133050 ! Fit after self-cal, rms=0.048895Jy sigma=0.133049 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.61385e-05 Jy ! Component: 100 - total flux cleaned = 1.54137e-05 Jy ! Component: 150 - total flux cleaned = 1.54412e-05 Jy ! Component: 200 - total flux cleaned = 3.08136e-05 Jy ! Component: 250 - total flux cleaned = 4.56992e-05 Jy ! Component: 300 - total flux cleaned = 6.02031e-05 Jy ! Component: 350 - total flux cleaned = 6.0315e-05 Jy ! Component: 400 - total flux cleaned = 3.21269e-05 Jy ! Total flux subtracted in 400 components = 3.21269e-05 Jy ! Clean residual min=-0.001025 max=0.001005 Jy/beam ! Clean residual mean=0.000000 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.256216 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 460 components and 0.256216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048875Jy sigma=0.133005 ! Fit after self-cal, rms=0.048875Jy sigma=0.133004 ! 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.048875Jy sigma=0.133004 ! Fit after self-cal, rms=0.048886Jy sigma=0.133001 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.52 mas, bmaj=8.144 mas, bpa=4.636 degrees ! Estimated noise=4.09192 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000115182 Jy ! Component: 100 - total flux cleaned = 0.000130356 Jy ! Component: 150 - total flux cleaned = 0.000116363 Jy ! Component: 200 - total flux cleaned = 0.000130927 Jy ! Component: 250 - total flux cleaned = 0.000144576 Jy ! Component: 300 - total flux cleaned = 0.000131112 Jy ! Component: 350 - total flux cleaned = 0.000117962 Jy ! Component: 400 - total flux cleaned = 0.00014416 Jy ! Total flux subtracted in 400 components = 0.00014416 Jy ! Clean residual min=-0.000970 max=0.000998 Jy/beam ! Clean residual mean=0.000000 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.25636 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 473 components and 0.25636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048869Jy sigma=0.132963 ! Fit after self-cal, rms=0.048869Jy sigma=0.132963 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 (99.6, -36.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000275347 Jy ! Component: 100 - total flux cleaned = -0.000452278 Jy ! Component: 150 - total flux cleaned = -0.000569715 Jy ! Component: 200 - total flux cleaned = -0.000671169 Jy ! Component: 250 - total flux cleaned = -0.000694297 Jy ! Component: 300 - total flux cleaned = -0.000798557 Jy ! Component: 350 - total flux cleaned = -0.000818575 Jy ! Component: 400 - total flux cleaned = -0.00078236 Jy ! Total flux subtracted in 400 components = -0.00078236 Jy ! Clean residual min=-0.000962 max=0.000925 Jy/beam ! Clean residual mean=-0.000001 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.255578 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 519 components and 0.255578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048786Jy sigma=0.132842 ! Fit after self-cal, rms=0.048788Jy sigma=0.132837 ! 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.048788Jy sigma=0.132837 ! Fit after self-cal, rms=0.048377Jy sigma=0.130591 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.243 mas, bmaj=10.95 mas, bpa=8.697 degrees ! Estimated noise=4.31114 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.6259e-05 Jy ! Component: 100 - total flux cleaned = 3.11744e-05 Jy ! Component: 150 - total flux cleaned = -4.71281e-06 Jy ! Component: 200 - total flux cleaned = -6.13537e-05 Jy ! Component: 250 - total flux cleaned = -0.000104064 Jy ! Component: 300 - total flux cleaned = -0.00017594 Jy ! Component: 350 - total flux cleaned = -0.000275307 Jy ! Component: 400 - total flux cleaned = -0.000352131 Jy ! Total flux subtracted in 400 components = -0.000352131 Jy ! Clean residual min=-0.000886 max=0.000812 Jy/beam ! Clean residual mean=-0.000002 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.255226 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 568 components and 0.255226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048373Jy sigma=0.130559 ! Fit after self-cal, rms=0.048377Jy sigma=0.130555 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 = 9.93108e-05 Jy ! Component: 100 - total flux cleaned = 0.00012915 Jy ! Component: 150 - total flux cleaned = 0.000120548 Jy ! Component: 200 - total flux cleaned = 0.000102909 Jy ! Component: 250 - total flux cleaned = 6.87542e-05 Jy ! Component: 300 - total flux cleaned = 3.53668e-05 Jy ! Component: 350 - total flux cleaned = -5.62912e-06 Jy ! Component: 400 - total flux cleaned = -3.00067e-05 Jy ! Total flux subtracted in 400 components = -3.00067e-05 Jy ! Clean residual min=-0.000865 max=0.000757 Jy/beam ! Clean residual mean=-0.000001 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.255196 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 604 components and 0.255196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048374Jy sigma=0.130539 ! Fit after self-cal, rms=0.048375Jy sigma=0.130539 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=3.522 mas, bmaj=8.145 mas, bpa=4.624 degrees ! Estimated noise=4.09652 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.522 x 8.145 at 4.624 degrees (North through East) ! Clean map min=-0.0016671 max=0.19457 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=2.866 mas, bmaj=7.385 mas, bpa=5.794 degrees ! Estimated noise=7.92515 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.149076 Jy ! Component: 100 - total flux cleaned = 0.192805 Jy ! Component: 150 - total flux cleaned = 0.212286 Jy ! Component: 200 - total flux cleaned = 0.222356 Jy ! Component: 250 - total flux cleaned = 0.228495 Jy ! Component: 300 - total flux cleaned = 0.232617 Jy ! Component: 350 - total flux cleaned = 0.235595 Jy ! Component: 400 - total flux cleaned = 0.237515 Jy ! Total flux subtracted in 400 components = 0.237515 Jy ! Clean residual min=-0.003246 max=0.003607 Jy/beam ! Clean residual mean=0.000006 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.237515 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 60 model components to the UV plane model. ! The established model now contains 60 components and 0.237515 Jy ! Inverting map and beam ! Estimated beam: bmin=3.522 mas, bmaj=8.145 mas, bpa=4.624 degrees ! Estimated noise=4.09652 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.00448861 Jy ! Component: 100 - total flux cleaned = 0.00727757 Jy ! Component: 150 - total flux cleaned = 0.00891278 Jy ! Component: 200 - total flux cleaned = 0.0103023 Jy ! Component: 250 - total flux cleaned = 0.0111493 Jy ! Component: 300 - total flux cleaned = 0.0116269 Jy ! Component: 350 - total flux cleaned = 0.0118493 Jy ! Component: 400 - total flux cleaned = 0.0120069 Jy ! Total flux subtracted in 400 components = 0.0120069 Jy ! Clean residual min=-0.001845 max=0.001716 Jy/beam ! Clean residual mean=0.000001 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.249521 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 131 components and 0.249522 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.243 mas, bmaj=10.95 mas, bpa=8.697 degrees ! Estimated noise=4.31114 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119849 Jy ! Component: 100 - total flux cleaned = 0.00198454 Jy ! Component: 150 - total flux cleaned = 0.00284253 Jy ! Component: 200 - total flux cleaned = 0.00354275 Jy ! Component: 250 - total flux cleaned = 0.00401537 Jy ! Component: 300 - total flux cleaned = 0.00433104 Jy ! Component: 350 - total flux cleaned = 0.00457023 Jy ! Component: 400 - total flux cleaned = 0.00482619 Jy ! Total flux subtracted in 400 components = 0.00482619 Jy ! Clean residual min=-0.001283 max=0.001112 Jy/beam ! Clean residual mean=0.000000 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.254348 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.000188872 Jy ! Component: 100 - total flux cleaned = 0.00031776 Jy ! Component: 150 - total flux cleaned = 0.000391866 Jy ! Component: 200 - total flux cleaned = 0.000511757 Jy ! Component: 250 - total flux cleaned = 0.000558512 Jy ! Component: 300 - total flux cleaned = 0.00064839 Jy ! Component: 350 - total flux cleaned = 0.00073595 Jy ! Component: 400 - total flux cleaned = 0.000799701 Jy ! Total flux subtracted in 400 components = 0.000799701 Jy ! Clean residual min=-0.001210 max=0.001004 Jy/beam ! Clean residual mean=-0.000001 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.255147 Jy ! Adding 118 model components to the UV plane model. ! The established model now contains 246 components and 0.255147 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.522 mas, bmaj=8.145 mas, bpa=4.624 degrees ! Estimated noise=4.09652 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00022106 Jy ! Component: 100 - total flux cleaned = -0.000481958 Jy ! Component: 150 - total flux cleaned = -0.000718767 Jy ! Component: 200 - total flux cleaned = -0.000829909 Jy ! Component: 250 - total flux cleaned = -0.000935873 Jy ! Component: 300 - total flux cleaned = -0.00103715 Jy ! Component: 350 - total flux cleaned = -0.00106974 Jy ! Component: 400 - total flux cleaned = -0.00106968 Jy ! Total flux subtracted in 400 components = -0.00106968 Jy ! Clean residual min=-0.001282 max=0.001261 Jy/beam ! Clean residual mean=-0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.254078 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 293 components and 0.254077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048597Jy sigma=0.131013 ! Fit after self-cal, rms=0.048592Jy sigma=0.130991 wmodel /scr/pima/rdv95_uvs/J1434+1952_S_map.mod ! Writing 293 model components to file: /scr/pima/rdv95_uvs/J1434+1952_S_map.mod wobs /scr/pima/rdv95_uvs/J1434+1952_S_uvs.fits ! Applying 1800 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J1434+1952_S_uvs.fits wwins /scr/pima/rdv95_uvs/J1434+1952_S_map.win ! wwins: Wrote 7 windows to /scr/pima/rdv95_uvs/J1434+1952_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.000322832 Jy ! Component: 100 - total flux cleaned = -0.000531191 Jy ! Component: 150 - total flux cleaned = -0.000630465 Jy ! Component: 200 - total flux cleaned = -0.000687677 Jy ! Component: 250 - total flux cleaned = -0.000724005 Jy ! Component: 300 - total flux cleaned = -0.000758804 Jy ! Component: 350 - total flux cleaned = -0.000724189 Jy ! Component: 400 - total flux cleaned = -0.000741069 Jy ! Component: 450 - total flux cleaned = -0.000724949 Jy ! Component: 500 - total flux cleaned = -0.00066123 Jy ! Component: 550 - total flux cleaned = -0.000660951 Jy ! Component: 600 - total flux cleaned = -0.000660961 Jy ! Component: 650 - total flux cleaned = -0.000675833 Jy ! Component: 700 - total flux cleaned = -0.000661243 Jy ! Component: 750 - total flux cleaned = -0.000647151 Jy ! Component: 800 - total flux cleaned = -0.000661321 Jy ! Component: 850 - total flux cleaned = -0.00066137 Jy ! Component: 900 - total flux cleaned = -0.000688587 Jy ! Component: 950 - total flux cleaned = -0.000661803 Jy ! Component: 1000 - total flux cleaned = -0.000648756 Jy ! Component: 1050 - total flux cleaned = -0.000674827 Jy ! Component: 1100 - total flux cleaned = -0.000725657 Jy ! Component: 1150 - total flux cleaned = -0.000713215 Jy ! Component: 1200 - total flux cleaned = -0.000738352 Jy ! Component: 1250 - total flux cleaned = -0.0007997 Jy ! Component: 1300 - total flux cleaned = -0.000811617 Jy ! Component: 1350 - total flux cleaned = -0.00081147 Jy ! Component: 1400 - total flux cleaned = -0.000787751 Jy ! Component: 1450 - total flux cleaned = -0.000858299 Jy ! Component: 1500 - total flux cleaned = -0.000858242 Jy ! Component: 1550 - total flux cleaned = -0.000823649 Jy ! Component: 1600 - total flux cleaned = -0.000846484 Jy ! Component: 1650 - total flux cleaned = -0.000857804 Jy ! Component: 1700 - total flux cleaned = -0.000824234 Jy ! Component: 1750 - total flux cleaned = -0.000835359 Jy ! Component: 1800 - total flux cleaned = -0.000824335 Jy ! Component: 1850 - total flux cleaned = -0.000813389 Jy ! Component: 1900 - total flux cleaned = -0.000791539 Jy ! Component: 1950 - total flux cleaned = -0.000780795 Jy ! Component: 2000 - total flux cleaned = -0.000801988 Jy ! Component: 2050 - total flux cleaned = -0.000749132 Jy ! Component: 2100 - total flux cleaned = -0.000738746 Jy ! Component: 2150 - total flux cleaned = -0.00074924 Jy ! Component: 2200 - total flux cleaned = -0.000738884 Jy ! Component: 2250 - total flux cleaned = -0.000779995 Jy ! Component: 2300 - total flux cleaned = -0.000769755 Jy ! Component: 2350 - total flux cleaned = -0.00080031 Jy ! Component: 2400 - total flux cleaned = -0.000810295 Jy ! Component: 2450 - total flux cleaned = -0.000860409 Jy ! Component: 2500 - total flux cleaned = -0.000850454 Jy ! Component: 2550 - total flux cleaned = -0.000900052 Jy ! Component: 2600 - total flux cleaned = -0.000899992 Jy ! Component: 2650 - total flux cleaned = -0.000909768 Jy ! Component: 2700 - total flux cleaned = -0.000890251 Jy ! Component: 2750 - total flux cleaned = -0.000919322 Jy ! Component: 2800 - total flux cleaned = -0.000948217 Jy ! Component: 2850 - total flux cleaned = -0.000957761 Jy ! Component: 2900 - total flux cleaned = -0.000957716 Jy ! Component: 2950 - total flux cleaned = -0.000938723 Jy ! Component: 3000 - total flux cleaned = -0.000938721 Jy ! Component: 3050 - total flux cleaned = -0.00092004 Jy ! Component: 3100 - total flux cleaned = -0.000938688 Jy ! Component: 3150 - total flux cleaned = -0.000920093 Jy ! Component: 3200 - total flux cleaned = -0.000873838 Jy ! Component: 3250 - total flux cleaned = -0.00085549 Jy ! Component: 3300 - total flux cleaned = -0.000892142 Jy ! Component: 3350 - total flux cleaned = -0.000873904 Jy ! Component: 3400 - total flux cleaned = -0.000846657 Jy ! Component: 3450 - total flux cleaned = -0.000828584 Jy ! Component: 3500 - total flux cleaned = -0.000801584 Jy ! Component: 3550 - total flux cleaned = -0.000819436 Jy ! Component: 3600 - total flux cleaned = -0.00081938 Jy ! Component: 3650 - total flux cleaned = -0.000819391 Jy ! Component: 3700 - total flux cleaned = -0.000828212 Jy ! Component: 3750 - total flux cleaned = -0.000810708 Jy ! Component: 3800 - total flux cleaned = -0.000819465 Jy ! Component: 3850 - total flux cleaned = -0.000845651 Jy ! Component: 3900 - total flux cleaned = -0.000854356 Jy ! Component: 3950 - total flux cleaned = -0.000888989 Jy ! Component: 4000 - total flux cleaned = -0.000854489 Jy ! Component: 4050 - total flux cleaned = -0.000906023 Jy ! Total flux subtracted in 4096 components = -0.000880303 Jy ! Clean residual min=-0.000444 max=0.000624 Jy/beam ! Clean residual mean=-0.000003 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.253197 Jy keep ! Adding 255 model components to the UV plane model. ! The established model now contains 548 components and 0.253197 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J1434+1952_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.522 x 8.145 at 4.624 degrees (North through East) ! Clean map min=-0.0011202 max=0.19325 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J1434+1952_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.1932 rms= 0.00014 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J1434+1952_S_uvs.log closed on Wed Nov 6 20:47:31 2013