! Started logfile: /scr/pima/rdv95_uvs/J1130-3608_S_uvs.log on Wed Nov 6 20:46:03 2013 obs /scr/pima/rdv95_uvs/J1130-3608_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J1130-3608_S_uva.fits ! AN table 1: 22 integrations on 36 of 36 possible baselines. ! AN table 2: 22 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.96875 visibilities/baseline/integration-bin. ! Found source: J1130-3608 ! ! 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 5456 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/J1130-3608_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: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 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2: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.006553Jy sigma=1.043870 ! Fit after self-cal, rms=0.893946Jy sigma=0.917469 ! 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.645 mas, bmaj=7.992 mas, bpa=4.774 degrees ! Estimated noise=17.9204 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.085816 Jy ! Component: 100 - total flux cleaned = 0.105067 Jy ! Total flux subtracted in 100 components = 0.105067 Jy ! Clean residual min=-0.005892 max=0.008682 Jy/beam ! Clean residual mean=-0.000049 rms=0.001642 Jy/beam ! Combined flux in latest and established models = 0.105067 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.105067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082228Jy sigma=0.076187 ! Fit after self-cal, rms=0.082132Jy sigma=0.076113 ! 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.563 mas, bmaj=10.37 mas, bpa=2.942 degrees ! Estimated noise=9.66852 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 (-2.8, -9.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0112328 Jy ! Component: 100 - total flux cleaned = 0.0165482 Jy ! Component: 150 - total flux cleaned = 0.0193523 Jy ! Component: 200 - total flux cleaned = 0.0206867 Jy ! Total flux subtracted in 200 components = 0.0206867 Jy ! Clean residual min=-0.003362 max=0.003567 Jy/beam ! Clean residual mean=-0.000016 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.125754 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 43 components and 0.125754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081014Jy sigma=0.074129 ! Fit after self-cal, rms=0.081040Jy sigma=0.074082 ! 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.96 FD 0.97 KP 0.93 LA 1.09 ! MK 0.96 NL 1.20 OV 0.94 PT 1.06 ! SC 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.01 HN 1.18 KP 0.99 LA 1.17 ! NL 0.98 OV 0.95 PT 0.98 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 KP 0.99 LA 1.09 ! MK 0.93 NL 1.24 OV 1.00 PT 1.05 ! SC 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.09 HN 1.22 KP 0.99 LA 1.01 ! NL 1.09 OV 1.09 PT 1.05 SC 1.13 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 KP 1.07 LA 0.92 ! MK 1.01 NL 1.36 OV 1.00 PT 1.04 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.07 HN 1.31 KP 0.98 LA 0.98 ! NL 1.05 OV 1.00 PT 1.00 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 KP 0.99 LA 0.78 ! MK 1.07 NL 1.10 OV 0.86 PT 0.92 ! SC 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.05 HN 1.05 KP 0.91 LA 0.81 ! NL 0.98 OV 0.86 PT 0.90 SC 0.97 ! ! ! Fit before self-cal, rms=0.081040Jy sigma=0.074082 ! Fit after self-cal, rms=0.084300Jy sigma=0.072265 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.573 mas, bmaj=10.39 mas, bpa=3 degrees ! Estimated noise=9.63988 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.000144518 Jy ! Component: 100 - total flux cleaned = -0.000144285 Jy ! Component: 150 - total flux cleaned = -0.000218873 Jy ! Component: 200 - total flux cleaned = -0.000285754 Jy ! Total flux subtracted in 200 components = -0.000285754 Jy ! Clean residual min=-0.002663 max=0.003066 Jy/beam ! Clean residual mean=-0.000016 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.125468 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 64 components and 0.125468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084277Jy sigma=0.072250 ! Fit after self-cal, rms=0.084395Jy sigma=0.072223 ! 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.084395Jy sigma=0.072223 ! Fit after self-cal, rms=0.084642Jy sigma=0.072221 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.577 mas, bmaj=10.4 mas, bpa=2.949 degrees ! Estimated noise=9.63944 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000132197 Jy ! Component: 100 - total flux cleaned = -0.0001761 Jy ! Component: 150 - total flux cleaned = -0.000235049 Jy ! Component: 200 - total flux cleaned = -0.00025349 Jy ! Total flux subtracted in 200 components = -0.00025349 Jy ! Clean residual min=-0.002686 max=0.003033 Jy/beam ! Clean residual mean=-0.000015 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.125214 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 71 components and 0.125214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084626Jy sigma=0.072214 ! Fit after self-cal, rms=0.084631Jy sigma=0.072214 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 (-44.8, -57.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00224063 Jy ! Component: 100 - total flux cleaned = 0.0025012 Jy ! Component: 150 - total flux cleaned = 0.00253636 Jy ! Component: 200 - total flux cleaned = 0.00256737 Jy ! Total flux subtracted in 200 components = 0.00256737 Jy ! Clean residual min=-0.002342 max=0.001959 Jy/beam ! Clean residual mean=-0.000008 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.127782 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 84 components and 0.127782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084526Jy sigma=0.072129 ! Fit after self-cal, rms=0.084513Jy sigma=0.072122 ! 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.084513Jy sigma=0.072122 ! Fit after self-cal, rms=0.084704Jy sigma=0.072108 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.577 mas, bmaj=10.38 mas, bpa=2.963 degrees ! Estimated noise=9.63366 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000410119 Jy ! Component: 100 - total flux cleaned = 0.000382304 Jy ! Component: 150 - total flux cleaned = 0.000306295 Jy ! Component: 200 - total flux cleaned = 0.000260305 Jy ! Total flux subtracted in 200 components = 0.000260305 Jy ! Clean residual min=-0.002229 max=0.001943 Jy/beam ! Clean residual mean=-0.000008 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.128042 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 102 components and 0.128042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084679Jy sigma=0.072093 ! Fit after self-cal, rms=0.084681Jy sigma=0.072092 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.78888e-05 Jy ! Component: 100 - total flux cleaned = 9.9609e-05 Jy ! Component: 150 - total flux cleaned = 0.0001199 Jy ! Component: 200 - total flux cleaned = 0.000139039 Jy ! Total flux subtracted in 200 components = 0.000139039 Jy ! Clean residual min=-0.002215 max=0.001945 Jy/beam ! Clean residual mean=-0.000008 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.128181 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 116 components and 0.128181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084669Jy sigma=0.072084 ! Fit after self-cal, rms=0.084668Jy sigma=0.072084 ! 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.084668Jy sigma=0.072084 ! Fit after self-cal, rms=0.084604Jy sigma=0.072073 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.113 mas, bmaj=26.48 mas, bpa=1.525 degrees ! Estimated noise=10.5916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000103775 Jy ! Component: 100 - total flux cleaned = 0.000102308 Jy ! Component: 150 - total flux cleaned = 9.00744e-05 Jy ! Component: 200 - total flux cleaned = 0.000112255 Jy ! Total flux subtracted in 200 components = 0.000112255 Jy ! Clean residual min=-0.001891 max=0.001973 Jy/beam ! Clean residual mean=-0.000013 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.128293 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 131 components and 0.128293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084605Jy sigma=0.072074 ! Fit after self-cal, rms=0.084604Jy sigma=0.072073 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.78189e-05 Jy ! Component: 100 - total flux cleaned = 5.68179e-05 Jy ! Component: 150 - total flux cleaned = 7.37204e-05 Jy ! Component: 200 - total flux cleaned = 9.01888e-05 Jy ! Total flux subtracted in 200 components = 9.01888e-05 Jy ! Clean residual min=-0.001884 max=0.001965 Jy/beam ! Clean residual mean=-0.000013 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.128384 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 147 components and 0.128384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084605Jy sigma=0.072074 ! Fit after self-cal, rms=0.084604Jy sigma=0.072074 ! 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: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 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 2:SC,true ! 2: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.084604Jy sigma=0.072074 ! Fit after self-cal, rms=0.084604Jy sigma=0.072074 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD 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 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2: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.084604Jy sigma=0.072074 ! Fit after self-cal, rms=0.084268Jy sigma=0.072072 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.645 mas, bmaj=7.963 mas, bpa=4.893 degrees ! Estimated noise=17.9301 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.000376868 Jy ! Component: 100 - total flux cleaned = 0.000562041 Jy ! Component: 150 - total flux cleaned = 0.000802982 Jy ! Component: 200 - total flux cleaned = 0.0010067 Jy ! Total flux subtracted in 200 components = 0.0010067 Jy ! Clean residual min=-0.004189 max=0.003988 Jy/beam ! Clean residual mean=-0.000005 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.12939 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 176 components and 0.12939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084281Jy sigma=0.072086 ! Fit after self-cal, rms=0.084276Jy sigma=0.072079 ! 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.58 mas, bmaj=10.38 mas, bpa=3.01 degrees ! Estimated noise=9.60553 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.000743746 Jy ! Component: 100 - total flux cleaned = -0.00077346 Jy ! Component: 150 - total flux cleaned = -0.000772511 Jy ! Component: 200 - total flux cleaned = -0.000749114 Jy ! Component: 250 - total flux cleaned = -0.000728864 Jy ! Component: 300 - total flux cleaned = -0.00072959 Jy ! Component: 350 - total flux cleaned = -0.000712308 Jy ! Component: 400 - total flux cleaned = -0.000712764 Jy ! Total flux subtracted in 400 components = -0.000712764 Jy ! Clean residual min=-0.002208 max=0.001979 Jy/beam ! Clean residual mean=-0.000010 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.128677 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 212 components and 0.128677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084245Jy sigma=0.072050 ! Fit after self-cal, rms=0.084238Jy sigma=0.072049 ! 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 = -5.91983e-05 Jy ! Component: 100 - total flux cleaned = -7.6006e-05 Jy ! Component: 150 - total flux cleaned = -7.56283e-05 Jy ! Component: 200 - total flux cleaned = -9.02281e-05 Jy ! Component: 250 - total flux cleaned = -8.99269e-05 Jy ! Component: 300 - total flux cleaned = -8.96636e-05 Jy ! Component: 350 - total flux cleaned = -0.000102814 Jy ! Component: 400 - total flux cleaned = -9.00872e-05 Jy ! Total flux subtracted in 400 components = -9.00872e-05 Jy ! Clean residual min=-0.002183 max=0.001940 Jy/beam ! Clean residual mean=-0.000010 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.128587 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 230 components and 0.128587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084226Jy sigma=0.072040 ! Fit after self-cal, rms=0.084224Jy sigma=0.072040 ! 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.084224Jy sigma=0.072040 ! Fit after self-cal, rms=0.084274Jy sigma=0.072037 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.583 mas, bmaj=10.39 mas, bpa=2.912 degrees ! Estimated noise=9.59973 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000142624 Jy ! Component: 100 - total flux cleaned = -0.000128115 Jy ! Component: 150 - total flux cleaned = -0.000141468 Jy ! Component: 200 - total flux cleaned = -0.000141643 Jy ! Component: 250 - total flux cleaned = -0.000141706 Jy ! Component: 300 - total flux cleaned = -0.000129928 Jy ! Component: 350 - total flux cleaned = -0.000130042 Jy ! Component: 400 - total flux cleaned = -0.000141639 Jy ! Total flux subtracted in 400 components = -0.000141639 Jy ! Clean residual min=-0.002114 max=0.001886 Jy/beam ! Clean residual mean=-0.000008 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.128446 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 251 components and 0.128446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084263Jy sigma=0.072032 ! Fit after self-cal, rms=0.084263Jy sigma=0.072031 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.45036e-05 Jy ! Component: 100 - total flux cleaned = 1.45093e-05 Jy ! Component: 150 - total flux cleaned = 1.47427e-05 Jy ! Component: 200 - total flux cleaned = 1.45118e-05 Jy ! Component: 250 - total flux cleaned = 1.44533e-05 Jy ! Component: 300 - total flux cleaned = 1.47174e-05 Jy ! Component: 350 - total flux cleaned = 1.48625e-05 Jy ! Component: 400 - total flux cleaned = 1.44322e-05 Jy ! Total flux subtracted in 400 components = 1.44322e-05 Jy ! Clean residual min=-0.002104 max=0.001862 Jy/beam ! Clean residual mean=-0.000008 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.12846 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 254 components and 0.12846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084255Jy sigma=0.072028 ! Fit after self-cal, rms=0.084254Jy sigma=0.072027 ! 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.084254Jy sigma=0.072027 ! Fit after self-cal, rms=0.084467Jy sigma=0.072019 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.583 mas, bmaj=10.39 mas, bpa=2.867 degrees ! Estimated noise=9.60238 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000111428 Jy ! Component: 100 - total flux cleaned = -9.94638e-05 Jy ! Component: 150 - total flux cleaned = -8.79359e-05 Jy ! Component: 200 - total flux cleaned = -8.78973e-05 Jy ! Component: 250 - total flux cleaned = -8.77413e-05 Jy ! Component: 300 - total flux cleaned = -9.76627e-05 Jy ! Component: 350 - total flux cleaned = -9.73183e-05 Jy ! Component: 400 - total flux cleaned = -0.000107474 Jy ! Total flux subtracted in 400 components = -0.000107474 Jy ! Clean residual min=-0.002097 max=0.001848 Jy/beam ! Clean residual mean=-0.000008 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.128353 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 267 components and 0.128353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084458Jy sigma=0.072014 ! Fit after self-cal, rms=0.084460Jy sigma=0.072014 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 = 6.22552e-07 Jy ! Component: 100 - total flux cleaned = 6.40785e-07 Jy ! Component: 150 - total flux cleaned = 1.02026e-05 Jy ! Component: 200 - total flux cleaned = 7.70152e-07 Jy ! Component: 250 - total flux cleaned = 1.0204e-05 Jy ! Component: 300 - total flux cleaned = 1.04201e-05 Jy ! Component: 350 - total flux cleaned = 1.44344e-06 Jy ! Component: 400 - total flux cleaned = 1.63701e-06 Jy ! Total flux subtracted in 400 components = 1.63701e-06 Jy ! Clean residual min=-0.002089 max=0.001835 Jy/beam ! Clean residual mean=-0.000008 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.128354 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 278 components and 0.128354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084455Jy sigma=0.072011 ! Fit after self-cal, rms=0.084454Jy sigma=0.072011 ! 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.084454Jy sigma=0.072011 ! Fit after self-cal, rms=0.086434Jy sigma=0.070729 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.124 mas, bmaj=26.51 mas, bpa=1.41 degrees ! Estimated noise=10.6255 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00062162 Jy ! Component: 100 - total flux cleaned = 0.000636053 Jy ! Component: 150 - total flux cleaned = 0.000670514 Jy ! Component: 200 - total flux cleaned = 0.000690686 Jy ! Component: 250 - total flux cleaned = 0.000681792 Jy ! Component: 300 - total flux cleaned = 0.00069066 Jy ! Component: 350 - total flux cleaned = 0.000706701 Jy ! Component: 400 - total flux cleaned = 0.00070693 Jy ! Total flux subtracted in 400 components = 0.00070693 Jy ! Clean residual min=-0.001791 max=0.001834 Jy/beam ! Clean residual mean=-0.000015 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.129061 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 290 components and 0.129061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086432Jy sigma=0.070722 ! Fit after self-cal, rms=0.086492Jy sigma=0.070705 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 (-102.4, 102). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118779 Jy ! Component: 100 - total flux cleaned = 0.00124442 Jy ! Component: 150 - total flux cleaned = 0.00119969 Jy ! Component: 200 - total flux cleaned = 0.00117825 Jy ! Component: 250 - total flux cleaned = 0.00113864 Jy ! Component: 300 - total flux cleaned = 0.00113874 Jy ! Component: 350 - total flux cleaned = 0.00115743 Jy ! Component: 400 - total flux cleaned = 0.00119278 Jy ! Total flux subtracted in 400 components = 0.00119278 Jy ! Clean residual min=-0.001655 max=0.001599 Jy/beam ! Clean residual mean=-0.000015 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.130254 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 329 components and 0.130254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086454Jy sigma=0.070674 ! Fit after self-cal, rms=0.086458Jy sigma=0.070670 ! 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.584 mas, bmaj=10.39 mas, bpa=2.786 degrees ! Estimated noise=9.67666 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.584 x 10.39 at 2.786 degrees (North through East) ! Clean map min=-0.0019119 max=0.10777 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.644 mas, bmaj=7.942 mas, bpa=4.643 degrees ! Estimated noise=18.1507 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0867278 Jy ! Component: 100 - total flux cleaned = 0.10631 Jy ! Component: 150 - total flux cleaned = 0.11438 Jy ! Component: 200 - total flux cleaned = 0.11851 Jy ! Component: 250 - total flux cleaned = 0.121094 Jy ! Component: 300 - total flux cleaned = 0.123129 Jy ! Component: 350 - total flux cleaned = 0.124229 Jy ! Component: 400 - total flux cleaned = 0.125081 Jy ! Total flux subtracted in 400 components = 0.125081 Jy ! Clean residual min=-0.003855 max=0.003648 Jy/beam ! Clean residual mean=-0.000010 rms=0.000954 Jy/beam ! Combined flux in latest and established models = 0.125081 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 73 model components to the UV plane model. ! The established model now contains 73 components and 0.125081 Jy ! Inverting map and beam ! Estimated beam: bmin=3.584 mas, bmaj=10.39 mas, bpa=2.786 degrees ! Estimated noise=9.67666 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.00291027 Jy ! Component: 100 - total flux cleaned = 0.00374564 Jy ! Component: 150 - total flux cleaned = 0.00410151 Jy ! Component: 200 - total flux cleaned = 0.00425478 Jy ! Component: 250 - total flux cleaned = 0.00434983 Jy ! Component: 300 - total flux cleaned = 0.00448105 Jy ! Component: 350 - total flux cleaned = 0.00452092 Jy ! Component: 400 - total flux cleaned = 0.00459998 Jy ! Total flux subtracted in 400 components = 0.00459998 Jy ! Clean residual min=-0.002013 max=0.001953 Jy/beam ! Clean residual mean=-0.000007 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.129681 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 125 components and 0.129681 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=9.124 mas, bmaj=26.51 mas, bpa=1.41 degrees ! Estimated noise=10.6255 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000216421 Jy ! Component: 100 - total flux cleaned = 0.000458409 Jy ! Component: 150 - total flux cleaned = 0.000611803 Jy ! Component: 200 - total flux cleaned = 0.000772273 Jy ! Component: 250 - total flux cleaned = 0.000837025 Jy ! Component: 300 - total flux cleaned = 0.000917023 Jy ! Component: 350 - total flux cleaned = 0.000935684 Jy ! Component: 400 - total flux cleaned = 0.000990936 Jy ! Total flux subtracted in 400 components = 0.000990936 Jy ! Clean residual min=-0.001641 max=0.001692 Jy/beam ! Clean residual mean=-0.000012 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.130672 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) ! Added new window around map position (48, 37.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000577926 Jy ! Component: 100 - total flux cleaned = 0.000627153 Jy ! Component: 150 - total flux cleaned = 0.000712501 Jy ! Component: 200 - total flux cleaned = 0.000823782 Jy ! Component: 250 - total flux cleaned = 0.000929795 Jy ! Component: 300 - total flux cleaned = 0.0010607 Jy ! Component: 350 - total flux cleaned = 0.00118188 Jy ! Component: 400 - total flux cleaned = 0.00129464 Jy ! Total flux subtracted in 400 components = 0.00129464 Jy ! Clean residual min=-0.001434 max=0.001294 Jy/beam ! Clean residual mean=-0.000009 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.131967 Jy ! Adding 113 model components to the UV plane model. ! The established model now contains 234 components and 0.131967 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.584 mas, bmaj=10.39 mas, bpa=2.786 degrees ! Estimated noise=9.67666 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000161028 Jy ! Component: 100 - total flux cleaned = 0.000161801 Jy ! Component: 150 - total flux cleaned = -4.64662e-05 Jy ! Component: 200 - total flux cleaned = -9.41677e-05 Jy ! Component: 250 - total flux cleaned = -9.68919e-05 Jy ! Component: 300 - total flux cleaned = -0.000317565 Jy ! Component: 350 - total flux cleaned = -0.000527568 Jy ! Component: 400 - total flux cleaned = -0.000527956 Jy ! Total flux subtracted in 400 components = -0.000527956 Jy ! Clean residual min=-0.001546 max=0.001548 Jy/beam ! Clean residual mean=-0.000007 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.131439 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 292 components and 0.131439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086232Jy sigma=0.070514 ! Fit after self-cal, rms=0.086247Jy sigma=0.070501 wmodel /scr/pima/rdv95_uvs/J1130-3608_S_map.mod ! Writing 292 model components to file: /scr/pima/rdv95_uvs/J1130-3608_S_map.mod wobs /scr/pima/rdv95_uvs/J1130-3608_S_uvs.fits ! Applying 256 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J1130-3608_S_uvs.fits wwins /scr/pima/rdv95_uvs/J1130-3608_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv95_uvs/J1130-3608_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.000263876 Jy ! Component: 100 - total flux cleaned = -0.000317349 Jy ! Component: 150 - total flux cleaned = -0.000342295 Jy ! Component: 200 - total flux cleaned = -0.000318654 Jy ! Component: 250 - total flux cleaned = -0.000342332 Jy ! Component: 300 - total flux cleaned = -0.000319523 Jy ! Component: 350 - total flux cleaned = -0.000298021 Jy ! Component: 400 - total flux cleaned = -0.000255713 Jy ! Component: 450 - total flux cleaned = -0.000235129 Jy ! Component: 500 - total flux cleaned = -0.000215249 Jy ! Component: 550 - total flux cleaned = -0.000176242 Jy ! Component: 600 - total flux cleaned = -0.000195783 Jy ! Component: 650 - total flux cleaned = -0.000195774 Jy ! Component: 700 - total flux cleaned = -0.000177403 Jy ! Component: 750 - total flux cleaned = -0.000141091 Jy ! Component: 800 - total flux cleaned = -3.4429e-05 Jy ! Component: 850 - total flux cleaned = -3.47976e-05 Jy ! Component: 900 - total flux cleaned = -1.77438e-05 Jy ! Component: 950 - total flux cleaned = -1.76141e-05 Jy ! Component: 1000 - total flux cleaned = 4.92748e-05 Jy ! Component: 1050 - total flux cleaned = 8.24711e-05 Jy ! Component: 1100 - total flux cleaned = 0.000115246 Jy ! Component: 1150 - total flux cleaned = 0.000131482 Jy ! Component: 1200 - total flux cleaned = 0.000211476 Jy ! Component: 1250 - total flux cleaned = 0.000258899 Jy ! Component: 1300 - total flux cleaned = 0.00030583 Jy ! Component: 1350 - total flux cleaned = 0.000352317 Jy ! Component: 1400 - total flux cleaned = 0.000382926 Jy ! Component: 1450 - total flux cleaned = 0.000367876 Jy ! Component: 1500 - total flux cleaned = 0.000413074 Jy ! Component: 1550 - total flux cleaned = 0.000428066 Jy ! Component: 1600 - total flux cleaned = 0.00051679 Jy ! Component: 1650 - total flux cleaned = 0.000487428 Jy ! Component: 1700 - total flux cleaned = 0.000530999 Jy ! Component: 1750 - total flux cleaned = 0.000559694 Jy ! Component: 1800 - total flux cleaned = 0.000559634 Jy ! Component: 1850 - total flux cleaned = 0.000587929 Jy ! Component: 1900 - total flux cleaned = 0.000573873 Jy ! Component: 1950 - total flux cleaned = 0.000601658 Jy ! Component: 2000 - total flux cleaned = 0.00062929 Jy ! Component: 2050 - total flux cleaned = 0.000670403 Jy ! Component: 2100 - total flux cleaned = 0.000684029 Jy ! Component: 2150 - total flux cleaned = 0.000697588 Jy ! Component: 2200 - total flux cleaned = 0.000710968 Jy ! Component: 2250 - total flux cleaned = 0.000710947 Jy ! Component: 2300 - total flux cleaned = 0.000724218 Jy ! Component: 2350 - total flux cleaned = 0.000737402 Jy ! Component: 2400 - total flux cleaned = 0.000763598 Jy ! Component: 2450 - total flux cleaned = 0.000789495 Jy ! Component: 2500 - total flux cleaned = 0.00076356 Jy ! Component: 2550 - total flux cleaned = 0.00078936 Jy ! Component: 2600 - total flux cleaned = 0.000827758 Jy ! Component: 2650 - total flux cleaned = 0.000815014 Jy ! Component: 2700 - total flux cleaned = 0.000852984 Jy ! Component: 2750 - total flux cleaned = 0.000802613 Jy ! Component: 2800 - total flux cleaned = 0.000827709 Jy ! Component: 2850 - total flux cleaned = 0.000815313 Jy ! Component: 2900 - total flux cleaned = 0.000815361 Jy ! Component: 2950 - total flux cleaned = 0.000803178 Jy ! Component: 3000 - total flux cleaned = 0.000790987 Jy ! Component: 3050 - total flux cleaned = 0.000778791 Jy ! Component: 3100 - total flux cleaned = 0.00076658 Jy ! Component: 3150 - total flux cleaned = 0.00079072 Jy ! Component: 3200 - total flux cleaned = 0.000802747 Jy ! Component: 3250 - total flux cleaned = 0.000802765 Jy ! Component: 3300 - total flux cleaned = 0.000850183 Jy ! Component: 3350 - total flux cleaned = 0.000861981 Jy ! Component: 3400 - total flux cleaned = 0.00082674 Jy ! Component: 3450 - total flux cleaned = 0.000826782 Jy ! Component: 3500 - total flux cleaned = 0.000826759 Jy ! Component: 3550 - total flux cleaned = 0.000850022 Jy ! Component: 3600 - total flux cleaned = 0.000827017 Jy ! Component: 3650 - total flux cleaned = 0.000849974 Jy ! Component: 3700 - total flux cleaned = 0.000884258 Jy ! Component: 3750 - total flux cleaned = 0.000918412 Jy ! Component: 3800 - total flux cleaned = 0.000929712 Jy ! Component: 3850 - total flux cleaned = 0.000952221 Jy ! Component: 3900 - total flux cleaned = 0.00095215 Jy ! Component: 3950 - total flux cleaned = 0.000963323 Jy ! Component: 4000 - total flux cleaned = 0.000985597 Jy ! Component: 4050 - total flux cleaned = 0.000974512 Jy ! Total flux subtracted in 4096 components = 0.00102975 Jy ! Clean residual min=-0.000626 max=0.000705 Jy/beam ! Clean residual mean=0.000005 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.132469 Jy keep ! Adding 252 model components to the UV plane model. ! The established model now contains 540 components and 0.132469 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J1130-3608_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.584 x 10.39 at 2.786 degrees (North through East) ! Clean map min=-0.0028574 max=0.10933 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J1130-3608_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.1093 rms= 0.0002 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J1130-3608_S_uvs.log closed on Wed Nov 6 20:46:09 2013