! Started logfile: /scr/pima/rdv94_uvs/J0935+2405_S_uvs.log on Tue Oct 8 12:17:09 2013 obs /scr/pima/rdv94_uvs/J0935+2405_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0935+2405_S_uva.fits ! AN table 1: 44 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.799874 visibilities/baseline/integration-bin. ! Found source: J0935+2405 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23299e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5068 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J0935+2405_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 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004550Jy sigma=1.442063 ! Fit after self-cal, rms=0.947140Jy sigma=1.344915 ! 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=5.795 mas, bmaj=10.1 mas, bpa=-7.218 degrees ! Estimated noise=15.3644 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.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0445269 Jy ! Component: 100 - total flux cleaned = 0.0594637 Jy ! Total flux subtracted in 100 components = 0.0594637 Jy ! Clean residual min=-0.004986 max=0.006420 Jy/beam ! Clean residual mean=0.000020 rms=0.001499 Jy/beam ! Combined flux in latest and established models = 0.0594637 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0594637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042500Jy sigma=0.059891 ! Fit after self-cal, rms=0.041400Jy sigma=0.059004 ! 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=7.02 mas, bmaj=11.21 mas, bpa=-5.387 degrees ! Estimated noise=7.64883 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.00894011 Jy ! Component: 100 - total flux cleaned = 0.0132368 Jy ! Component: 150 - total flux cleaned = 0.0156159 Jy ! Component: 200 - total flux cleaned = 0.0169565 Jy ! Total flux subtracted in 200 components = 0.0169565 Jy ! Clean residual min=-0.003604 max=0.004377 Jy/beam ! Clean residual mean=0.000018 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.0764202 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 48 components and 0.0764202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040325Jy sigma=0.055212 ! Fit after self-cal, rms=0.040412Jy sigma=0.055194 ! 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.91 FD 1.09 HN 1.06 KP 1.08 ! LA 1.23 MK 1.02 NL 0.89 OV 0.96 ! PT 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.18 HN 1.06 KP 1.16 ! LA 1.04 MK 1.00 NL 0.99 OV 1.00 ! PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.14 HN 1.13 KP 1.07 ! LA 0.85 MK 1.10 NL 1.06 OV 1.00 ! PT 0.92 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.10 HN 0.98 KP 0.98 ! LA 0.72 MK 1.28 NL 0.94 OV 0.87 ! PT 0.86 ! ! ! Fit before self-cal, rms=0.040412Jy sigma=0.055194 ! Fit after self-cal, rms=0.038514Jy sigma=0.051415 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.116 mas, bmaj=11.23 mas, bpa=-4.679 degrees ! Estimated noise=7.44504 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.000772682 Jy ! Component: 100 - total flux cleaned = -0.000494288 Jy ! Component: 150 - total flux cleaned = -0.000360666 Jy ! Component: 200 - total flux cleaned = -0.000318563 Jy ! Total flux subtracted in 200 components = -0.000318563 Jy ! Clean residual min=-0.002317 max=0.002378 Jy/beam ! Clean residual mean=0.000011 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.0761016 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 60 components and 0.0761016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038403Jy sigma=0.051383 ! Fit after self-cal, rms=0.038482Jy sigma=0.051332 ! 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.038482Jy sigma=0.051332 ! Fit after self-cal, rms=0.037806Jy sigma=0.051297 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.102 mas, bmaj=11.19 mas, bpa=-4.557 degrees ! Estimated noise=7.30442 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000882746 Jy ! Component: 100 - total flux cleaned = -0.000725617 Jy ! Component: 150 - total flux cleaned = -0.000650572 Jy ! Component: 200 - total flux cleaned = -0.000602398 Jy ! Total flux subtracted in 200 components = -0.000602398 Jy ! Clean residual min=-0.002250 max=0.002319 Jy/beam ! Clean residual mean=0.000011 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.0754992 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 76 components and 0.0754992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037735Jy sigma=0.051300 ! Fit after self-cal, rms=0.037747Jy sigma=0.051299 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.9857e-05 Jy ! Component: 100 - total flux cleaned = 0.000104198 Jy ! Component: 150 - total flux cleaned = 0.000137888 Jy ! Component: 200 - total flux cleaned = 0.000167589 Jy ! Total flux subtracted in 200 components = 0.000167589 Jy ! Clean residual min=-0.002243 max=0.002330 Jy/beam ! Clean residual mean=0.000010 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.0756668 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 86 components and 0.0756668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037739Jy sigma=0.051292 ! Fit after self-cal, rms=0.037741Jy sigma=0.051291 ! 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.037741Jy sigma=0.051291 ! Fit after self-cal, rms=0.038475Jy sigma=0.050515 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.153 mas, bmaj=11.12 mas, bpa=-5.325 degrees ! Estimated noise=7.26923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.0161e-05 Jy ! Component: 100 - total flux cleaned = -0.000117512 Jy ! Component: 150 - total flux cleaned = -0.000172556 Jy ! Component: 200 - total flux cleaned = -0.000230018 Jy ! Total flux subtracted in 200 components = -0.000230018 Jy ! Clean residual min=-0.001835 max=0.001591 Jy/beam ! Clean residual mean=0.000006 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.0754368 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 101 components and 0.0754368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038461Jy sigma=0.050511 ! Fit after self-cal, rms=0.038521Jy sigma=0.050492 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.3821e-05 Jy ! Component: 100 - total flux cleaned = -0.000116343 Jy ! Component: 150 - total flux cleaned = -0.000154158 Jy ! Component: 200 - total flux cleaned = -0.000161217 Jy ! Total flux subtracted in 200 components = -0.000161217 Jy ! Clean residual min=-0.001821 max=0.001554 Jy/beam ! Clean residual mean=0.000006 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.0752756 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 113 components and 0.0752755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038515Jy sigma=0.050491 ! Fit after self-cal, rms=0.038515Jy sigma=0.050491 ! 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.038515Jy sigma=0.050491 ! Fit after self-cal, rms=0.038557Jy sigma=0.050485 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.69 mas, bmaj=12.44 mas, bpa=-0.5014 degrees ! Estimated noise=6.82883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000365821 Jy ! Component: 100 - total flux cleaned = -0.000398844 Jy ! Component: 150 - total flux cleaned = -0.000432429 Jy ! Component: 200 - total flux cleaned = -0.000444604 Jy ! Total flux subtracted in 200 components = -0.000444604 Jy ! Clean residual min=-0.001919 max=0.001712 Jy/beam ! Clean residual mean=0.000009 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.0748309 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 117 components and 0.0748309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038556Jy sigma=0.050485 ! Fit after self-cal, rms=0.038558Jy sigma=0.050485 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.56539e-05 Jy ! Component: 100 - total flux cleaned = -4.68715e-05 Jy ! Component: 150 - total flux cleaned = -4.71471e-05 Jy ! Component: 200 - total flux cleaned = -5.66665e-05 Jy ! Total flux subtracted in 200 components = -5.66665e-05 Jy ! Clean residual min=-0.001923 max=0.001706 Jy/beam ! Clean residual mean=0.000008 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.0747743 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 125 components and 0.0747743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038558Jy sigma=0.050485 ! Fit after self-cal, rms=0.038559Jy sigma=0.050484 ! 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 ![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.038925Jy sigma=0.050284 ! Fit after self-cal, rms=0.038925Jy sigma=0.050284 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 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.038925Jy sigma=0.050284 ! Fit after self-cal, rms=0.038568Jy sigma=0.050481 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=5.993 mas, bmaj=10.06 mas, bpa=-7.527 degrees ! Estimated noise=14.3997 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.00131449 Jy ! Component: 100 - total flux cleaned = -0.00211596 Jy ! Component: 150 - total flux cleaned = -0.00262909 Jy ! Component: 200 - total flux cleaned = -0.00266324 Jy ! Total flux subtracted in 200 components = -0.00266324 Jy ! Clean residual min=-0.003331 max=0.002887 Jy/beam ! Clean residual mean=0.000019 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.0721111 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 142 components and 0.0721111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038573Jy sigma=0.050557 ! Fit after self-cal, rms=0.038573Jy sigma=0.050553 ! 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=7.184 mas, bmaj=11.09 mas, bpa=-5.449 degrees ! Estimated noise=7.22146 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.00105502 Jy ! Component: 100 - total flux cleaned = 0.00157879 Jy ! Component: 150 - total flux cleaned = 0.00187557 Jy ! Component: 200 - total flux cleaned = 0.00198792 Jy ! Component: 250 - total flux cleaned = 0.00202985 Jy ! Component: 300 - total flux cleaned = 0.00204706 Jy ! Component: 350 - total flux cleaned = 0.0020546 Jy ! Component: 400 - total flux cleaned = 0.00205817 Jy ! Total flux subtracted in 400 components = 0.00205817 Jy ! Clean residual min=-0.001780 max=0.001493 Jy/beam ! Clean residual mean=0.000006 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0741692 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 167 components and 0.0741692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038550Jy sigma=0.050477 ! Fit after self-cal, rms=0.038563Jy sigma=0.050475 ! 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 = 1.07425e-05 Jy ! Component: 100 - total flux cleaned = 1.55037e-05 Jy ! Component: 150 - total flux cleaned = 1.56902e-05 Jy ! Component: 200 - total flux cleaned = 1.90333e-05 Jy ! Component: 250 - total flux cleaned = 2.24262e-05 Jy ! Component: 300 - total flux cleaned = 2.5781e-05 Jy ! Component: 350 - total flux cleaned = 2.57785e-05 Jy ! Component: 400 - total flux cleaned = 3.19828e-05 Jy ! Total flux subtracted in 400 components = 3.19828e-05 Jy ! Clean residual min=-0.001783 max=0.001480 Jy/beam ! Clean residual mean=0.000006 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0742012 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 173 components and 0.0742012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038560Jy sigma=0.050475 ! Fit after self-cal, rms=0.038561Jy sigma=0.050474 ! 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. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.038904Jy sigma=0.050261 ! Fit after self-cal, rms=0.038412Jy sigma=0.050471 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.184 mas, bmaj=11.09 mas, bpa=-5.516 degrees ! Estimated noise=7.1866 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000265002 Jy ! Component: 100 - total flux cleaned = -0.000372988 Jy ! Component: 150 - total flux cleaned = -0.000394623 Jy ! Component: 200 - total flux cleaned = -0.000404857 Jy ! Component: 250 - total flux cleaned = -0.000414456 Jy ! Component: 300 - total flux cleaned = -0.000420499 Jy ! Component: 350 - total flux cleaned = -0.000426351 Jy ! Component: 400 - total flux cleaned = -0.000426363 Jy ! Total flux subtracted in 400 components = -0.000426363 Jy ! Clean residual min=-0.001782 max=0.001467 Jy/beam ! Clean residual mean=0.000006 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.0737749 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 183 components and 0.0737749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038407Jy sigma=0.050473 ! Fit after self-cal, rms=0.038408Jy sigma=0.050473 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.21162e-05 Jy ! Component: 100 - total flux cleaned = -1.1833e-05 Jy ! Component: 150 - total flux cleaned = -8.5863e-06 Jy ! Component: 200 - total flux cleaned = -8.56043e-06 Jy ! Component: 250 - total flux cleaned = -8.69274e-06 Jy ! Component: 300 - total flux cleaned = -1.14302e-05 Jy ! Component: 350 - total flux cleaned = -8.82792e-06 Jy ! Component: 400 - total flux cleaned = -8.84083e-06 Jy ! Total flux subtracted in 400 components = -8.84083e-06 Jy ! Clean residual min=-0.001785 max=0.001463 Jy/beam ! Clean residual mean=0.000006 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.073766 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 186 components and 0.073766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038405Jy sigma=0.050473 ! Fit after self-cal, rms=0.038406Jy sigma=0.050473 ! 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.038406Jy sigma=0.050473 ! Fit after self-cal, rms=0.038309Jy sigma=0.050468 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.199 mas, bmaj=11.07 mas, bpa=-5.658 degrees ! Estimated noise=7.15901 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000254301 Jy ! Component: 100 - total flux cleaned = -0.000362187 Jy ! Component: 150 - total flux cleaned = -0.000382847 Jy ! Component: 200 - total flux cleaned = -0.00039516 Jy ! Component: 250 - total flux cleaned = -0.000398058 Jy ! Component: 300 - total flux cleaned = -0.000400845 Jy ! Component: 350 - total flux cleaned = -0.000406372 Jy ! Component: 400 - total flux cleaned = -0.000406325 Jy ! Total flux subtracted in 400 components = -0.000406325 Jy ! Clean residual min=-0.001786 max=0.001483 Jy/beam ! Clean residual mean=0.000006 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.0733597 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 191 components and 0.0733597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038303Jy sigma=0.050470 ! Fit after self-cal, rms=0.038303Jy sigma=0.050470 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.3471e-05 Jy ! Component: 100 - total flux cleaned = -1.68143e-05 Jy ! Component: 150 - total flux cleaned = -1.38858e-05 Jy ! Component: 200 - total flux cleaned = -1.1163e-05 Jy ! Component: 250 - total flux cleaned = -1.10433e-05 Jy ! Component: 300 - total flux cleaned = -8.53247e-06 Jy ! Component: 350 - total flux cleaned = -8.60238e-06 Jy ! Component: 400 - total flux cleaned = -8.71453e-06 Jy ! Total flux subtracted in 400 components = -8.71453e-06 Jy ! Clean residual min=-0.001787 max=0.001480 Jy/beam ! Clean residual mean=0.000006 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.073351 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 193 components and 0.073351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038301Jy sigma=0.050470 ! Fit after self-cal, rms=0.038301Jy sigma=0.050470 ! 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.038301Jy sigma=0.050470 ! Fit after self-cal, rms=0.040932Jy sigma=0.049175 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.761 mas, bmaj=12.45 mas, bpa=-0.7108 degrees ! Estimated noise=6.79025 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012695 Jy ! Component: 100 - total flux cleaned = 7.85307e-05 Jy ! Component: 150 - total flux cleaned = 4.92587e-05 Jy ! Component: 200 - total flux cleaned = 2.48073e-05 Jy ! Component: 250 - total flux cleaned = 1.92509e-05 Jy ! Component: 300 - total flux cleaned = 4.89696e-06 Jy ! Component: 350 - total flux cleaned = -1.24644e-05 Jy ! Component: 400 - total flux cleaned = -2.47995e-05 Jy ! Total flux subtracted in 400 components = -2.47995e-05 Jy ! Clean residual min=-0.001953 max=0.001693 Jy/beam ! Clean residual mean=0.000008 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.0733262 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 208 components and 0.0733262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040920Jy sigma=0.049166 ! Fit after self-cal, rms=0.041000Jy sigma=0.049145 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 = -4.84363e-05 Jy ! Component: 100 - total flux cleaned = -6.65409e-05 Jy ! Component: 150 - total flux cleaned = -7.37625e-05 Jy ! Component: 200 - total flux cleaned = -8.03198e-05 Jy ! Component: 250 - total flux cleaned = -8.97227e-05 Jy ! Component: 300 - total flux cleaned = -9.85568e-05 Jy ! Component: 350 - total flux cleaned = -0.000104166 Jy ! Component: 400 - total flux cleaned = -0.000112015 Jy ! Total flux subtracted in 400 components = -0.000112015 Jy ! Clean residual min=-0.001936 max=0.001706 Jy/beam ! Clean residual mean=0.000008 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.0732142 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 213 components and 0.0732142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040999Jy sigma=0.049146 ! Fit after self-cal, rms=0.041003Jy sigma=0.049145 ! 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=7.252 mas, bmaj=11.08 mas, bpa=-5.781 degrees ! Estimated noise=7.23174 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.252 x 11.08 at -5.781 degrees (North through East) ! Clean map min=-0.001824 max=0.056805 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=6.062 mas, bmaj=10.03 mas, bpa=-7.846 degrees ! Estimated noise=14.4585 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0424101 Jy ! Component: 100 - total flux cleaned = 0.0567188 Jy ! Component: 150 - total flux cleaned = 0.0631445 Jy ! Component: 200 - total flux cleaned = 0.0664169 Jy ! Component: 250 - total flux cleaned = 0.0684563 Jy ! Component: 300 - total flux cleaned = 0.0697655 Jy ! Component: 350 - total flux cleaned = 0.0704472 Jy ! Component: 400 - total flux cleaned = 0.0706106 Jy ! Total flux subtracted in 400 components = 0.0706106 Jy ! Clean residual min=-0.003327 max=0.002653 Jy/beam ! Clean residual mean=0.000014 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.0706106 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 56 model components to the UV plane model. ! The established model now contains 56 components and 0.0706106 Jy ! Inverting map and beam ! Estimated beam: bmin=7.252 mas, bmaj=11.08 mas, bpa=-5.781 degrees ! Estimated noise=7.23174 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.00167283 Jy ! Component: 100 - total flux cleaned = 0.00252446 Jy ! Component: 150 - total flux cleaned = 0.00289659 Jy ! Component: 200 - total flux cleaned = 0.00297189 Jy ! Component: 250 - total flux cleaned = 0.00299826 Jy ! Component: 300 - total flux cleaned = 0.00299859 Jy ! Component: 350 - total flux cleaned = 0.00301001 Jy ! Component: 400 - total flux cleaned = 0.00302007 Jy ! Total flux subtracted in 400 components = 0.00302007 Jy ! Clean residual min=-0.001872 max=0.001511 Jy/beam ! Clean residual mean=0.000006 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.0736307 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 86 components and 0.0736307 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.761 mas, bmaj=12.45 mas, bpa=-0.7108 degrees ! Estimated noise=6.79025 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000187238 Jy ! Component: 100 - total flux cleaned = -0.000179187 Jy ! Component: 150 - total flux cleaned = -0.000164619 Jy ! Component: 200 - total flux cleaned = -0.000164296 Jy ! Component: 250 - total flux cleaned = -0.000170328 Jy ! Component: 300 - total flux cleaned = -0.000170473 Jy ! Component: 350 - total flux cleaned = -0.000176193 Jy ! Component: 400 - total flux cleaned = -0.000181473 Jy ! Total flux subtracted in 400 components = -0.000181473 Jy ! Clean residual min=-0.001940 max=0.001707 Jy/beam ! Clean residual mean=0.000008 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.0734492 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 = -5.43804e-06 Jy ! Component: 100 - total flux cleaned = -1.03517e-05 Jy ! Component: 150 - total flux cleaned = -1.49026e-05 Jy ! Component: 200 - total flux cleaned = -1.49472e-05 Jy ! Component: 250 - total flux cleaned = -1.9543e-05 Jy ! Component: 300 - total flux cleaned = -2.38272e-05 Jy ! Component: 350 - total flux cleaned = -2.39942e-05 Jy ! Component: 400 - total flux cleaned = -2.81731e-05 Jy ! Total flux subtracted in 400 components = -2.81731e-05 Jy ! Clean residual min=-0.001936 max=0.001701 Jy/beam ! Clean residual mean=0.000008 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.073421 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 104 components and 0.073421 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.252 mas, bmaj=11.08 mas, bpa=-5.781 degrees ! Estimated noise=7.23174 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000130066 Jy ! Component: 100 - total flux cleaned = 0.000137711 Jy ! Component: 150 - total flux cleaned = 0.000132026 Jy ! Component: 200 - total flux cleaned = 0.000137 Jy ! Component: 250 - total flux cleaned = 0.000141374 Jy ! Component: 300 - total flux cleaned = 0.00013759 Jy ! Component: 350 - total flux cleaned = 0.000133983 Jy ! Component: 400 - total flux cleaned = 0.00013407 Jy ! Total flux subtracted in 400 components = 0.00013407 Jy ! Clean residual min=-0.001842 max=0.001458 Jy/beam ! Clean residual mean=0.000006 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.0735551 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 121 components and 0.0735551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040985Jy sigma=0.049147 ! Fit after self-cal, rms=0.040972Jy sigma=0.049146 wmodel /scr/pima/rdv94_uvs/J0935+2405_S_map.mod ! Writing 121 model components to file: /scr/pima/rdv94_uvs/J0935+2405_S_map.mod wobs /scr/pima/rdv94_uvs/J0935+2405_S_uvs.fits ! Applying 608 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0935+2405_S_uvs.fits wwins /scr/pima/rdv94_uvs/J0935+2405_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv94_uvs/J0935+2405_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.000746527 Jy ! Component: 100 - total flux cleaned = -0.000935227 Jy ! Component: 150 - total flux cleaned = -0.00103488 Jy ! Component: 200 - total flux cleaned = -0.0012015 Jy ! Component: 250 - total flux cleaned = -0.00136057 Jy ! Component: 300 - total flux cleaned = -0.00149162 Jy ! Component: 350 - total flux cleaned = -0.0016585 Jy ! Component: 400 - total flux cleaned = -0.00171794 Jy ! Component: 450 - total flux cleaned = -0.00181422 Jy ! Component: 500 - total flux cleaned = -0.00190706 Jy ! Component: 550 - total flux cleaned = -0.00196089 Jy ! Component: 600 - total flux cleaned = -0.00204773 Jy ! Component: 650 - total flux cleaned = -0.00213263 Jy ! Component: 700 - total flux cleaned = -0.00221524 Jy ! Component: 750 - total flux cleaned = -0.00232782 Jy ! Component: 800 - total flux cleaned = -0.002422 Jy ! Component: 850 - total flux cleaned = -0.00256046 Jy ! Component: 900 - total flux cleaned = -0.00268107 Jy ! Component: 950 - total flux cleaned = -0.00278445 Jy ! Component: 1000 - total flux cleaned = -0.00290031 Jy ! Component: 1050 - total flux cleaned = -0.00301381 Jy ! Component: 1100 - total flux cleaned = -0.00312539 Jy ! Component: 1150 - total flux cleaned = -0.00327616 Jy ! Component: 1200 - total flux cleaned = -0.00339748 Jy ! Component: 1250 - total flux cleaned = -0.00346366 Jy ! Component: 1300 - total flux cleaned = -0.0036074 Jy ! Component: 1350 - total flux cleaned = -0.00374896 Jy ! Component: 1400 - total flux cleaned = -0.0038122 Jy ! Component: 1450 - total flux cleaned = -0.00388696 Jy ! Component: 1500 - total flux cleaned = -0.00400983 Jy ! Component: 1550 - total flux cleaned = -0.00409406 Jy ! Component: 1600 - total flux cleaned = -0.00415341 Jy ! Component: 1650 - total flux cleaned = -0.00423562 Jy ! Component: 1700 - total flux cleaned = -0.00432781 Jy ! Component: 1750 - total flux cleaned = -0.0043846 Jy ! Component: 1800 - total flux cleaned = -0.00445195 Jy ! Component: 1850 - total flux cleaned = -0.00454044 Jy ! Component: 1900 - total flux cleaned = -0.00458408 Jy ! Component: 1950 - total flux cleaned = -0.00470283 Jy ! Component: 2000 - total flux cleaned = -0.00479862 Jy ! Component: 2050 - total flux cleaned = -0.0048514 Jy ! Component: 2100 - total flux cleaned = -0.00491407 Jy ! Component: 2150 - total flux cleaned = -0.0049968 Jy ! Component: 2200 - total flux cleaned = -0.00506809 Jy ! Component: 2250 - total flux cleaned = -0.00516892 Jy ! Component: 2300 - total flux cleaned = -0.00522883 Jy ! Component: 2350 - total flux cleaned = -0.00531768 Jy ! Component: 2400 - total flux cleaned = -0.00538608 Jy ! Component: 2450 - total flux cleaned = -0.0054444 Jy ! Component: 2500 - total flux cleaned = -0.00554978 Jy ! Component: 2550 - total flux cleaned = -0.00560669 Jy ! Component: 2600 - total flux cleaned = -0.00568195 Jy ! Component: 2650 - total flux cleaned = -0.00573773 Jy ! Component: 2700 - total flux cleaned = -0.00581154 Jy ! Component: 2750 - total flux cleaned = -0.00584807 Jy ! Component: 2800 - total flux cleaned = -0.00587543 Jy ! Component: 2850 - total flux cleaned = -0.00592055 Jy ! Component: 2900 - total flux cleaned = -0.00603607 Jy ! Component: 2950 - total flux cleaned = -0.00606239 Jy ! Component: 3000 - total flux cleaned = -0.00611484 Jy ! Component: 3050 - total flux cleaned = -0.00613213 Jy ! Component: 3100 - total flux cleaned = -0.00618385 Jy ! Component: 3150 - total flux cleaned = -0.00622661 Jy ! Component: 3200 - total flux cleaned = -0.00626906 Jy ! Component: 3250 - total flux cleaned = -0.00631123 Jy ! Component: 3300 - total flux cleaned = -0.00632803 Jy ! Component: 3350 - total flux cleaned = -0.00637798 Jy ! Component: 3400 - total flux cleaned = -0.0064029 Jy ! Component: 3450 - total flux cleaned = -0.00645222 Jy ! Component: 3500 - total flux cleaned = -0.00649313 Jy ! Component: 3550 - total flux cleaned = -0.0065256 Jy ! Component: 3600 - total flux cleaned = -0.00653368 Jy ! Component: 3650 - total flux cleaned = -0.00654975 Jy ! Component: 3700 - total flux cleaned = -0.00654987 Jy ! Component: 3750 - total flux cleaned = -0.00658962 Jy ! Component: 3800 - total flux cleaned = -0.0066133 Jy ! Component: 3850 - total flux cleaned = -0.00661335 Jy ! Component: 3900 - total flux cleaned = -0.00664468 Jy ! Component: 3950 - total flux cleaned = -0.00666804 Jy ! Component: 4000 - total flux cleaned = -0.00669131 Jy ! Component: 4050 - total flux cleaned = -0.00668355 Jy ! Total flux subtracted in 4096 components = -0.00669891 Jy ! Clean residual min=-0.000453 max=0.000479 Jy/beam ! Clean residual mean=-0.000001 rms=0.000153 Jy/beam ! Combined flux in latest and established models = 0.0668562 Jy keep ! Adding 336 model components to the UV plane model. ! The established model now contains 457 components and 0.0668562 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0935+2405_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.252 x 11.08 at -5.781 degrees (North through East) ! Clean map min=-0.0012024 max=0.056778 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0935+2405_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.0567 rms= 0.00014 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0935+2405_S_uvs.log closed on Tue Oct 8 12:17:15 2013