! Started logfile: /scr/pima/rdv94_uvs/J0512+2037_X_uvs.log on Tue Oct 8 12:12:23 2013 obs /scr/pima/rdv94_uvs/J0512+2037_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0512+2037_X_uva.fits ! AN table 1: 22 integrations on 28 of 28 possible baselines. ! AN table 2: 22 integrations on 36 of 36 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0512+2037 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5632 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J0512+2037_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.009543Jy sigma=1.958699 ! Fit after self-cal, rms=0.890494Jy sigma=1.722490 ! 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=0.8307 mas, bmaj=2.468 mas, bpa=-19.68 degrees ! Estimated noise=8.63221 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.0851337 Jy ! Component: 100 - total flux cleaned = 0.103926 Jy ! Total flux subtracted in 100 components = 0.103926 Jy ! Clean residual min=-0.006201 max=0.006009 Jy/beam ! Clean residual mean=-0.000004 rms=0.001242 Jy/beam ! Combined flux in latest and established models = 0.103926 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.103926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063562Jy sigma=0.118718 ! Fit after self-cal, rms=0.063539Jy sigma=0.118680 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.047 mas, bmaj=2.653 mas, bpa=-18.33 degrees ! Estimated noise=4.92575 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.00864506 Jy ! Component: 100 - total flux cleaned = 0.0129769 Jy ! Component: 150 - total flux cleaned = 0.0156066 Jy ! Component: 200 - total flux cleaned = 0.0173775 Jy ! Total flux subtracted in 200 components = 0.0173775 Jy ! Clean residual min=-0.004262 max=0.004215 Jy/beam ! Clean residual mean=-0.000002 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.121304 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 34 components and 0.121304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062483Jy sigma=0.116242 ! Fit after self-cal, rms=0.062508Jy sigma=0.116229 ! 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.98 FD 0.91 HN 0.99 KP 0.95 ! LA 1.04 MK 1.08 NL 0.98 OV 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 0.92 HN 0.95 KP 1.00 ! LA 1.02 MK 1.07 NL 0.98 OV 0.98 ! PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.34 FD 0.93 HN 0.98 KP 0.90 ! LA 1.03 MK 1.11 NL 1.00 OV 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.40 FD 0.94 HN 1.00 KP 0.91 ! LA 1.04 MK 1.02 NL 0.99 OV 0.96 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.87 HN 0.97 KP 0.81 ! LA 1.06 MK 1.03 NL 1.03 OV 1.09 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 0.89 HN 0.99 KP 0.83 ! LA 1.12 MK 1.00 NL 1.08 OV 0.98 ! PT 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 0.96 KP 0.90 ! LA 1.03 MK 1.04 NL 1.04 OV 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 0.97 HN 0.94 KP 0.84 ! LA 1.14 MK 1.05 NL 1.06 OV 1.02 ! PT 1.04 ! ! ! Fit before self-cal, rms=0.062508Jy sigma=0.116229 ! Fit after self-cal, rms=0.060585Jy sigma=0.113464 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.057 mas, bmaj=2.681 mas, bpa=-18.35 degrees ! Estimated noise=4.90965 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.000583697 Jy ! Component: 100 - total flux cleaned = -0.000719117 Jy ! Component: 150 - total flux cleaned = -0.000858136 Jy ! Component: 200 - total flux cleaned = -0.000959 Jy ! Total flux subtracted in 200 components = -0.000959 Jy ! Clean residual min=-0.002211 max=0.002286 Jy/beam ! Clean residual mean=0.000003 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.120345 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 52 components and 0.120345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060564Jy sigma=0.113425 ! Fit after self-cal, rms=0.060626Jy sigma=0.113380 ! 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.060626Jy sigma=0.113380 ! Fit after self-cal, rms=0.060562Jy sigma=0.113373 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.059 mas, bmaj=2.685 mas, bpa=-18.37 degrees ! Estimated noise=4.90003 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000681963 Jy ! Component: 100 - total flux cleaned = -0.000840519 Jy ! Component: 150 - total flux cleaned = -0.00093981 Jy ! Component: 200 - total flux cleaned = -0.00101233 Jy ! Total flux subtracted in 200 components = -0.00101233 Jy ! Clean residual min=-0.002210 max=0.002237 Jy/beam ! Clean residual mean=0.000003 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.119332 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 53 components and 0.119332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060551Jy sigma=0.113350 ! Fit after self-cal, rms=0.060553Jy sigma=0.113350 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 = -7.11622e-05 Jy ! Component: 100 - total flux cleaned = -0.00013128 Jy ! Component: 150 - total flux cleaned = -0.000164446 Jy ! Component: 200 - total flux cleaned = -0.000206158 Jy ! Total flux subtracted in 200 components = -0.000206158 Jy ! Clean residual min=-0.002210 max=0.002218 Jy/beam ! Clean residual mean=0.000003 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.119126 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 62 components and 0.119126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060548Jy sigma=0.113343 ! Fit after self-cal, rms=0.060548Jy sigma=0.113343 ! 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.060548Jy sigma=0.113343 ! Fit after self-cal, rms=0.060515Jy sigma=0.113330 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.06 mas, bmaj=2.689 mas, bpa=-18.39 degrees ! Estimated noise=4.89372 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000477357 Jy ! Component: 100 - total flux cleaned = -0.00071227 Jy ! Component: 150 - total flux cleaned = -0.000764284 Jy ! Component: 200 - total flux cleaned = -0.000792531 Jy ! Total flux subtracted in 200 components = -0.000792531 Jy ! Clean residual min=-0.002233 max=0.002199 Jy/beam ! Clean residual mean=0.000003 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.118334 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.118334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060510Jy sigma=0.113319 ! Fit after self-cal, rms=0.060511Jy sigma=0.113319 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.84945e-05 Jy ! Component: 100 - total flux cleaned = -6.37122e-05 Jy ! Component: 150 - total flux cleaned = -7.997e-05 Jy ! Component: 200 - total flux cleaned = -0.000103816 Jy ! Total flux subtracted in 200 components = -0.000103816 Jy ! Clean residual min=-0.002230 max=0.002191 Jy/beam ! Clean residual mean=0.000003 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.11823 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 66 components and 0.11823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060509Jy sigma=0.113315 ! Fit after self-cal, rms=0.060509Jy sigma=0.113315 ! 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.060509Jy sigma=0.113315 ! Fit after self-cal, rms=0.060477Jy sigma=0.113304 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.146 mas, bmaj=3.012 mas, bpa=-13.01 degrees ! Estimated noise=5.50771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000546954 Jy ! Component: 100 - total flux cleaned = -0.000669606 Jy ! Component: 150 - total flux cleaned = -0.000734252 Jy ! Component: 200 - total flux cleaned = -0.000756145 Jy ! Total flux subtracted in 200 components = -0.000756145 Jy ! Clean residual min=-0.002261 max=0.002171 Jy/beam ! Clean residual mean=0.000004 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.117474 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 67 components and 0.117474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060476Jy sigma=0.113300 ! Fit after self-cal, rms=0.060477Jy sigma=0.113299 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 = -6.40809e-05 Jy ! Component: 100 - total flux cleaned = -5.87548e-05 Jy ! Component: 150 - total flux cleaned = -6.38329e-05 Jy ! Component: 200 - total flux cleaned = -6.37502e-05 Jy ! Total flux subtracted in 200 components = -6.37502e-05 Jy ! Clean residual min=-0.002266 max=0.002139 Jy/beam ! Clean residual mean=0.000004 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.11741 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 70 components and 0.11741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060477Jy sigma=0.113300 ! Fit after self-cal, rms=0.060477Jy sigma=0.113300 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060477Jy sigma=0.113300 ! Fit after self-cal, rms=0.060477Jy sigma=0.113300 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060477Jy sigma=0.113300 ! Fit after self-cal, rms=0.060413Jy sigma=0.113294 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=0.8402 mas, bmaj=2.489 mas, bpa=-19.85 degrees ! Estimated noise=8.63132 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.000136687 Jy ! Component: 100 - total flux cleaned = -0.000132088 Jy ! Component: 150 - total flux cleaned = -5.83964e-05 Jy ! Component: 200 - total flux cleaned = 8.72296e-05 Jy ! Total flux subtracted in 200 components = 8.72296e-05 Jy ! Clean residual min=-0.003512 max=0.003674 Jy/beam ! Clean residual mean=0.000002 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.117497 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 80 components and 0.117497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060435Jy sigma=0.113352 ! Fit after self-cal, rms=0.060428Jy sigma=0.113330 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.063 mas, bmaj=2.696 mas, bpa=-18.44 degrees ! Estimated noise=4.87686 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.000384443 Jy ! Component: 100 - total flux cleaned = -0.000426429 Jy ! Component: 150 - total flux cleaned = -0.000476387 Jy ! Component: 200 - total flux cleaned = -0.000533458 Jy ! Component: 250 - total flux cleaned = -0.000596045 Jy ! Component: 300 - total flux cleaned = -0.00064009 Jy ! Component: 350 - total flux cleaned = -0.000689327 Jy ! Component: 400 - total flux cleaned = -0.000724572 Jy ! Total flux subtracted in 400 components = -0.000724572 Jy ! Clean residual min=-0.002247 max=0.002151 Jy/beam ! Clean residual mean=0.000002 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.116772 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 91 components and 0.116772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060414Jy sigma=0.113293 ! Fit after self-cal, rms=0.060411Jy sigma=0.113290 ! 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.09564e-05 Jy ! Component: 100 - total flux cleaned = -0.000104929 Jy ! Component: 150 - total flux cleaned = -0.000142253 Jy ! Component: 200 - total flux cleaned = -0.000162276 Jy ! Component: 250 - total flux cleaned = -0.000187219 Jy ! Component: 300 - total flux cleaned = -0.000210057 Jy ! Component: 350 - total flux cleaned = -0.000226057 Jy ! Component: 400 - total flux cleaned = -0.000246233 Jy ! Total flux subtracted in 400 components = -0.000246233 Jy ! Clean residual min=-0.002254 max=0.002150 Jy/beam ! Clean residual mean=0.000002 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.116526 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 96 components and 0.116526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060408Jy sigma=0.113284 ! Fit after self-cal, rms=0.060408Jy sigma=0.113283 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. ! Applying 2560 buffered edits. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060408Jy sigma=0.113283 ! Fit after self-cal, rms=0.060273Jy sigma=0.113280 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.064 mas, bmaj=2.697 mas, bpa=-18.42 degrees ! Estimated noise=4.86593 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000285874 Jy ! Component: 100 - total flux cleaned = -0.000409441 Jy ! Component: 150 - total flux cleaned = -0.000458469 Jy ! Component: 200 - total flux cleaned = -0.000486071 Jy ! Component: 250 - total flux cleaned = -0.000506812 Jy ! Component: 300 - total flux cleaned = -0.00052641 Jy ! Component: 350 - total flux cleaned = -0.000545134 Jy ! Component: 400 - total flux cleaned = -0.000554171 Jy ! Total flux subtracted in 400 components = -0.000554171 Jy ! Clean residual min=-0.002249 max=0.002144 Jy/beam ! Clean residual mean=0.000002 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.115972 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 103 components and 0.115972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060270Jy sigma=0.113276 ! Fit after self-cal, rms=0.060270Jy sigma=0.113276 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.53464e-05 Jy ! Component: 100 - total flux cleaned = -2.8606e-05 Jy ! Component: 150 - total flux cleaned = -4.15835e-05 Jy ! Component: 200 - total flux cleaned = -5.02625e-05 Jy ! Component: 250 - total flux cleaned = -6.27838e-05 Jy ! Component: 300 - total flux cleaned = -7.11455e-05 Jy ! Component: 350 - total flux cleaned = -7.95015e-05 Jy ! Component: 400 - total flux cleaned = -8.37377e-05 Jy ! Total flux subtracted in 400 components = -8.37377e-05 Jy ! Clean residual min=-0.002251 max=0.002142 Jy/beam ! Clean residual mean=0.000002 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.115888 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 104 components and 0.115888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060269Jy sigma=0.113275 ! Fit after self-cal, rms=0.060269Jy sigma=0.113274 ! 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.060269Jy sigma=0.113274 ! Fit after self-cal, rms=0.060229Jy sigma=0.113267 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.065 mas, bmaj=2.699 mas, bpa=-18.41 degrees ! Estimated noise=4.86175 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000208671 Jy ! Component: 100 - total flux cleaned = -0.000265477 Jy ! Component: 150 - total flux cleaned = -0.000284763 Jy ! Component: 200 - total flux cleaned = -0.000294134 Jy ! Component: 250 - total flux cleaned = -0.000307604 Jy ! Component: 300 - total flux cleaned = -0.000320466 Jy ! Component: 350 - total flux cleaned = -0.000328892 Jy ! Component: 400 - total flux cleaned = -0.000341455 Jy ! Total flux subtracted in 400 components = -0.000341455 Jy ! Clean residual min=-0.002258 max=0.002132 Jy/beam ! Clean residual mean=0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.115547 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 104 components and 0.115547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060227Jy sigma=0.113265 ! Fit after self-cal, rms=0.060227Jy sigma=0.113265 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 = -3.82111e-06 Jy ! Component: 100 - total flux cleaned = -1.21068e-05 Jy ! Component: 150 - total flux cleaned = -2.43772e-05 Jy ! Component: 200 - total flux cleaned = -3.23893e-05 Jy ! Component: 250 - total flux cleaned = -4.42341e-05 Jy ! Component: 300 - total flux cleaned = -5.19601e-05 Jy ! Component: 350 - total flux cleaned = -5.97315e-05 Jy ! Component: 400 - total flux cleaned = -6.7394e-05 Jy ! Total flux subtracted in 400 components = -6.7394e-05 Jy ! Clean residual min=-0.002259 max=0.002129 Jy/beam ! Clean residual mean=0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.115479 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 105 components and 0.115479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060226Jy sigma=0.113263 ! Fit after self-cal, rms=0.060226Jy sigma=0.113263 ! 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.060226Jy sigma=0.113263 ! Fit after self-cal, rms=0.060311Jy sigma=0.111479 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.152 mas, bmaj=3.021 mas, bpa=-13.24 degrees ! Estimated noise=5.46807 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.59454e-05 Jy ! Component: 100 - total flux cleaned = -5.70189e-05 Jy ! Component: 150 - total flux cleaned = -7.66905e-05 Jy ! Component: 200 - total flux cleaned = -9.36987e-05 Jy ! Component: 250 - total flux cleaned = -0.000114236 Jy ! Component: 300 - total flux cleaned = -0.000132707 Jy ! Component: 350 - total flux cleaned = -0.000149294 Jy ! Component: 400 - total flux cleaned = -0.000156986 Jy ! Total flux subtracted in 400 components = -0.000156986 Jy ! Clean residual min=-0.002213 max=0.002225 Jy/beam ! Clean residual mean=0.000003 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.115322 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 110 components and 0.115322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060313Jy sigma=0.111473 ! Fit after self-cal, rms=0.060342Jy sigma=0.111454 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 = -2.96963e-06 Jy ! Component: 100 - total flux cleaned = -1.99706e-05 Jy ! Component: 150 - total flux cleaned = -2.77572e-05 Jy ! Component: 200 - total flux cleaned = -3.14427e-05 Jy ! Component: 250 - total flux cleaned = -3.49831e-05 Jy ! Component: 300 - total flux cleaned = -3.83198e-05 Jy ! Component: 350 - total flux cleaned = -3.82574e-05 Jy ! Component: 400 - total flux cleaned = -3.82745e-05 Jy ! Total flux subtracted in 400 components = -3.82745e-05 Jy ! Clean residual min=-0.002221 max=0.002201 Jy/beam ! Clean residual mean=0.000003 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.115284 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 114 components and 0.115284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060342Jy sigma=0.111455 ! Fit after self-cal, rms=0.060342Jy sigma=0.111455 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=1.067 mas, bmaj=2.7 mas, bpa=-18.42 degrees ! Estimated noise=4.87627 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.067 x 2.7 at -18.42 degrees (North through East) ! Clean map min=-0.0021975 max=0.11098 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=0.8423 mas, bmaj=2.49 mas, bpa=-19.89 degrees ! Estimated noise=8.6585 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0853368 Jy ! Component: 100 - total flux cleaned = 0.104302 Jy ! Component: 150 - total flux cleaned = 0.109951 Jy ! Component: 200 - total flux cleaned = 0.112848 Jy ! Component: 250 - total flux cleaned = 0.11457 Jy ! Component: 300 - total flux cleaned = 0.115524 Jy ! Component: 350 - total flux cleaned = 0.115895 Jy ! Component: 400 - total flux cleaned = 0.116197 Jy ! Total flux subtracted in 400 components = 0.116197 Jy ! Clean residual min=-0.003320 max=0.003538 Jy/beam ! Clean residual mean=0.000002 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.116197 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.116197 Jy ! Inverting map and beam ! Estimated beam: bmin=1.067 mas, bmaj=2.7 mas, bpa=-18.42 degrees ! Estimated noise=4.87627 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.000569443 Jy ! Component: 100 - total flux cleaned = 0.000494376 Jy ! Component: 150 - total flux cleaned = 0.000405702 Jy ! Component: 200 - total flux cleaned = 0.00030415 Jy ! Component: 250 - total flux cleaned = 0.000238455 Jy ! Component: 300 - total flux cleaned = 0.000160888 Jy ! Component: 350 - total flux cleaned = 7.45585e-05 Jy ! Component: 400 - total flux cleaned = 2.78998e-05 Jy ! Total flux subtracted in 400 components = 2.78998e-05 Jy ! Clean residual min=-0.002355 max=0.002131 Jy/beam ! Clean residual mean=0.000003 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.116225 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 49 components and 0.116225 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.152 mas, bmaj=3.021 mas, bpa=-13.24 degrees ! Estimated noise=5.46807 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000123918 Jy ! Component: 100 - total flux cleaned = -0.000227856 Jy ! Component: 150 - total flux cleaned = -0.000286583 Jy ! Component: 200 - total flux cleaned = -0.000312846 Jy ! Component: 250 - total flux cleaned = -0.000337385 Jy ! Component: 300 - total flux cleaned = -0.000360593 Jy ! Component: 350 - total flux cleaned = -0.000382487 Jy ! Component: 400 - total flux cleaned = -0.000402852 Jy ! Total flux subtracted in 400 components = -0.000402852 Jy ! Clean residual min=-0.002261 max=0.002171 Jy/beam ! Clean residual mean=0.000004 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.115822 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.91594e-05 Jy ! Component: 100 - total flux cleaned = -3.7145e-05 Jy ! Component: 150 - total flux cleaned = -4.8542e-05 Jy ! Component: 200 - total flux cleaned = -6.48821e-05 Jy ! Component: 250 - total flux cleaned = -8.03395e-05 Jy ! Component: 300 - total flux cleaned = -9.5067e-05 Jy ! Component: 350 - total flux cleaned = -0.000104228 Jy ! Component: 400 - total flux cleaned = -0.000113212 Jy ! Total flux subtracted in 400 components = -0.000113212 Jy ! Clean residual min=-0.002240 max=0.002178 Jy/beam ! Clean residual mean=0.000004 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.115709 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.115709 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.067 mas, bmaj=2.7 mas, bpa=-18.42 degrees ! Estimated noise=4.87627 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000111764 Jy ! Component: 100 - total flux cleaned = 0.000123328 Jy ! Component: 150 - total flux cleaned = 0.000168154 Jy ! Component: 200 - total flux cleaned = 0.00020751 Jy ! Component: 250 - total flux cleaned = 0.000234258 Jy ! Component: 300 - total flux cleaned = 0.000242794 Jy ! Component: 350 - total flux cleaned = 0.00024255 Jy ! Component: 400 - total flux cleaned = 0.000242604 Jy ! Total flux subtracted in 400 components = 0.000242604 Jy ! Clean residual min=-0.002344 max=0.002118 Jy/beam ! Clean residual mean=0.000003 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.115952 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.115952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060361Jy sigma=0.111480 ! Fit after self-cal, rms=0.060353Jy sigma=0.111478 wmodel /scr/pima/rdv94_uvs/J0512+2037_X_map.mod ! Writing 61 model components to file: /scr/pima/rdv94_uvs/J0512+2037_X_map.mod wobs /scr/pima/rdv94_uvs/J0512+2037_X_uvs.fits ! Applying 256 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0512+2037_X_uvs.fits wwins /scr/pima/rdv94_uvs/J0512+2037_X_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv94_uvs/J0512+2037_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.000227889 Jy ! Component: 100 - total flux cleaned = -0.000447641 Jy ! Component: 150 - total flux cleaned = -0.000552653 Jy ! Component: 200 - total flux cleaned = -0.000552817 Jy ! Component: 250 - total flux cleaned = -0.000488145 Jy ! Component: 300 - total flux cleaned = -0.000362493 Jy ! Component: 350 - total flux cleaned = -0.000240715 Jy ! Component: 400 - total flux cleaned = -0.000151691 Jy ! Component: 450 - total flux cleaned = -0.000151945 Jy ! Component: 500 - total flux cleaned = -0.000123369 Jy ! Component: 550 - total flux cleaned = -9.54084e-05 Jy ! Component: 600 - total flux cleaned = -4.11007e-05 Jy ! Component: 650 - total flux cleaned = -1.39361e-05 Jy ! Component: 700 - total flux cleaned = 0.000143002 Jy ! Component: 750 - total flux cleaned = 0.000245358 Jy ! Component: 800 - total flux cleaned = 0.000371812 Jy ! Component: 850 - total flux cleaned = 0.000521338 Jy ! Component: 900 - total flux cleaned = 0.000570491 Jy ! Component: 950 - total flux cleaned = 0.000739451 Jy ! Component: 1000 - total flux cleaned = 0.000882036 Jy ! Component: 1050 - total flux cleaned = 0.000905509 Jy ! Component: 1100 - total flux cleaned = 0.00102099 Jy ! Component: 1150 - total flux cleaned = 0.00108965 Jy ! Component: 1200 - total flux cleaned = 0.00122413 Jy ! Component: 1250 - total flux cleaned = 0.00129058 Jy ! Component: 1300 - total flux cleaned = 0.00137783 Jy ! Component: 1350 - total flux cleaned = 0.00144263 Jy ! Component: 1400 - total flux cleaned = 0.00148531 Jy ! Component: 1450 - total flux cleaned = 0.00161137 Jy ! Component: 1500 - total flux cleaned = 0.00165303 Jy ! Component: 1550 - total flux cleaned = 0.00167367 Jy ! Component: 1600 - total flux cleaned = 0.00167396 Jy ! Component: 1650 - total flux cleaned = 0.00179503 Jy ! Component: 1700 - total flux cleaned = 0.00177492 Jy ! Component: 1750 - total flux cleaned = 0.00185399 Jy ! Component: 1800 - total flux cleaned = 0.001893 Jy ! Component: 1850 - total flux cleaned = 0.00195097 Jy ! Component: 1900 - total flux cleaned = 0.00189332 Jy ! Component: 1950 - total flux cleaned = 0.00187429 Jy ! Component: 2000 - total flux cleaned = 0.00191229 Jy ! Component: 2050 - total flux cleaned = 0.0019683 Jy ! Component: 2100 - total flux cleaned = 0.00204237 Jy ! Component: 2150 - total flux cleaned = 0.00198718 Jy ! Component: 2200 - total flux cleaned = 0.00196926 Jy ! Component: 2250 - total flux cleaned = 0.00198713 Jy ! Component: 2300 - total flux cleaned = 0.00204064 Jy ! Component: 2350 - total flux cleaned = 0.00202305 Jy ! Component: 2400 - total flux cleaned = 0.00209329 Jy ! Component: 2450 - total flux cleaned = 0.00209327 Jy ! Component: 2500 - total flux cleaned = 0.00212779 Jy ! Component: 2550 - total flux cleaned = 0.00214483 Jy ! Component: 2600 - total flux cleaned = 0.00214499 Jy ! Component: 2650 - total flux cleaned = 0.00221262 Jy ! Component: 2700 - total flux cleaned = 0.00222942 Jy ! Component: 2750 - total flux cleaned = 0.00226255 Jy ! Component: 2800 - total flux cleaned = 0.00229564 Jy ! Component: 2850 - total flux cleaned = 0.00239378 Jy ! Component: 2900 - total flux cleaned = 0.00241 Jy ! Component: 2950 - total flux cleaned = 0.00249038 Jy ! Component: 3000 - total flux cleaned = 0.00250619 Jy ! Component: 3050 - total flux cleaned = 0.00255381 Jy ! Component: 3100 - total flux cleaned = 0.00258523 Jy ! Component: 3150 - total flux cleaned = 0.00263218 Jy ! Component: 3200 - total flux cleaned = 0.00261657 Jy ! Component: 3250 - total flux cleaned = 0.00266298 Jy ! Component: 3300 - total flux cleaned = 0.00270898 Jy ! Component: 3350 - total flux cleaned = 0.00269393 Jy ! Component: 3400 - total flux cleaned = 0.00275459 Jy ! Component: 3450 - total flux cleaned = 0.00287483 Jy ! Component: 3500 - total flux cleaned = 0.00284484 Jy ! Component: 3550 - total flux cleaned = 0.0028151 Jy ! Component: 3600 - total flux cleaned = 0.00290375 Jy ! Component: 3650 - total flux cleaned = 0.00293317 Jy ! Component: 3700 - total flux cleaned = 0.00296237 Jy ! Component: 3750 - total flux cleaned = 0.0029913 Jy ! Component: 3800 - total flux cleaned = 0.00304905 Jy ! Component: 3850 - total flux cleaned = 0.00306355 Jy ! Component: 3900 - total flux cleaned = 0.00314927 Jy ! Component: 3950 - total flux cleaned = 0.00316344 Jy ! Component: 4000 - total flux cleaned = 0.0031917 Jy ! Component: 4050 - total flux cleaned = 0.00321986 Jy ! Total flux subtracted in 4096 components = 0.00330368 Jy ! Clean residual min=-0.000857 max=0.000909 Jy/beam ! Clean residual mean=0.000001 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.119255 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 370 components and 0.119255 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0512+2037_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.067 x 2.7 at -18.42 degrees (North through East) ! Clean map min=-0.0014045 max=0.11086 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0512+2037_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.1108 rms= 0.00024 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0512+2037_X_uvs.log closed on Tue Oct 8 12:12:29 2013