! Started logfile: /scr/pima/rdv95_uvs/J0223+6307_S_uvs.log on Wed Nov 6 20:42:01 2013 obs /scr/pima/rdv95_uvs/J0223+6307_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J0223+6307_S_uva.fits ! AN table 1: 22 integrations on 21 of 21 possible baselines. ! AN table 2: 22 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.755102 visibilities/baseline/integration-bin. ! Found source: J0223+6307 ! ! 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 3256 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/J0223+6307_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:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT 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: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.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. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.003438Jy sigma=0.778389 ! Fit after self-cal, rms=0.949937Jy sigma=0.732053 ! 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=10.09 mas, bmaj=16.05 mas, bpa=-74.71 degrees ! Estimated noise=36.1593 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.4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0439457 Jy ! Component: 100 - total flux cleaned = 0.0580847 Jy ! Total flux subtracted in 100 components = 0.0580847 Jy ! Clean residual min=-0.005156 max=0.006490 Jy/beam ! Clean residual mean=-0.000117 rms=0.001913 Jy/beam ! Combined flux in latest and established models = 0.0580847 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 34 components and 0.0580847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048030Jy sigma=0.037527 ! Fit after self-cal, rms=0.047286Jy sigma=0.036883 ! 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=10.96 mas, bmaj=16.79 mas, bpa=-75.68 degrees ! Estimated noise=17.0898 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.00922844 Jy ! Component: 100 - total flux cleaned = 0.0141358 Jy ! Component: 150 - total flux cleaned = 0.0169786 Jy ! Component: 200 - total flux cleaned = 0.0187712 Jy ! Total flux subtracted in 200 components = 0.0187712 Jy ! Clean residual min=-0.002629 max=0.002695 Jy/beam ! Clean residual mean=-0.000088 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.0768559 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 108 components and 0.0768559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045906Jy sigma=0.035161 ! Fit after self-cal, rms=0.046058Jy sigma=0.035137 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 0.99 KP 1.05 LA 1.13 ! NL 0.84 OV 1.05 PT 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.19 FD 0.94 HN 1.00* KP 0.97 ! LA 1.08 NL 1.20 OV 1.00 PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.94 KP 1.10 LA 1.07 ! NL 1.05 OV 1.02 PT 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.20 FD 1.06 HN 1.00* KP 1.06 ! LA 1.00 NL 1.08 OV 1.08 PT 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.20 KP 1.10 LA 0.94 ! NL 0.99 OV 0.97 PT 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.17 FD 1.12 HN 1.00* KP 0.98 ! LA 0.98 NL 1.27 OV 1.08 PT 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.06 KP 0.94 LA 0.80 ! NL 0.84 OV 0.75 PT 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.92 FD 1.14 HN 1.00* KP 0.87 ! LA 0.73 NL 0.81 OV 0.93 PT 1.02 ! ! ! Fit before self-cal, rms=0.046058Jy sigma=0.035137 ! Fit after self-cal, rms=0.045947Jy sigma=0.034086 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=11.15 mas, bmaj=16.89 mas, bpa=-76.44 degrees ! Estimated noise=17.001 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.000317401 Jy ! Component: 100 - total flux cleaned = 0.000575481 Jy ! Component: 150 - total flux cleaned = 0.00071357 Jy ! Component: 200 - total flux cleaned = 0.000828679 Jy ! Total flux subtracted in 200 components = 0.000828679 Jy ! Clean residual min=-0.002059 max=0.002080 Jy/beam ! Clean residual mean=-0.000013 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.0776845 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 141 components and 0.0776845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045899Jy sigma=0.034070 ! Fit after self-cal, rms=0.046034Jy sigma=0.034035 ! 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.046034Jy sigma=0.034035 ! Fit after self-cal, rms=0.045565Jy sigma=0.034026 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.1 mas, bmaj=16.8 mas, bpa=-76.75 degrees ! Estimated noise=16.8566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228568 Jy ! Component: 100 - total flux cleaned = 0.000458535 Jy ! Component: 150 - total flux cleaned = 0.000661517 Jy ! Component: 200 - total flux cleaned = 0.000777379 Jy ! Total flux subtracted in 200 components = 0.000777379 Jy ! Clean residual min=-0.001990 max=0.001956 Jy/beam ! Clean residual mean=-0.000012 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.0784619 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 154 components and 0.0784619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045527Jy sigma=0.034012 ! Fit after self-cal, rms=0.045548Jy sigma=0.034011 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.14939e-05 Jy ! Component: 100 - total flux cleaned = 0.000176545 Jy ! Component: 150 - total flux cleaned = 0.000210703 Jy ! Component: 200 - total flux cleaned = 0.00023995 Jy ! Total flux subtracted in 200 components = 0.00023995 Jy ! Clean residual min=-0.002034 max=0.001930 Jy/beam ! Clean residual mean=-0.000010 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0787019 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 169 components and 0.0787019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045536Jy sigma=0.034008 ! Fit after self-cal, rms=0.045538Jy sigma=0.034008 ! 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.045538Jy sigma=0.034008 ! Fit after self-cal, rms=0.044827Jy sigma=0.033998 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.01 mas, bmaj=16.72 mas, bpa=-77.11 degrees ! Estimated noise=16.6589 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000149651 Jy ! Component: 100 - total flux cleaned = 0.000335505 Jy ! Component: 150 - total flux cleaned = 0.000499944 Jy ! Component: 200 - total flux cleaned = 0.000618939 Jy ! Total flux subtracted in 200 components = 0.000618939 Jy ! Clean residual min=-0.001916 max=0.001791 Jy/beam ! Clean residual mean=-0.000011 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.0793208 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 190 components and 0.0793208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.044803Jy sigma=0.033988 ! Fit after self-cal, rms=0.044813Jy sigma=0.033988 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.59272e-05 Jy ! Component: 100 - total flux cleaned = 0.00015601 Jy ! Component: 150 - total flux cleaned = 0.000196601 Jy ! Component: 200 - total flux cleaned = 0.000218532 Jy ! Total flux subtracted in 200 components = 0.000218532 Jy ! Clean residual min=-0.001953 max=0.001780 Jy/beam ! Clean residual mean=-0.000009 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.0795393 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 201 components and 0.0795393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.044806Jy sigma=0.033986 ! Fit after self-cal, rms=0.044807Jy sigma=0.033986 ! 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.044807Jy sigma=0.033986 ! Fit after self-cal, rms=0.044238Jy sigma=0.033978 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.38 mas, bmaj=17.54 mas, bpa=-78.84 degrees ! Estimated noise=15.8893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.38294e-05 Jy ! Component: 100 - total flux cleaned = 0.000224677 Jy ! Component: 150 - total flux cleaned = 0.000335047 Jy ! Component: 200 - total flux cleaned = 0.000426494 Jy ! Total flux subtracted in 200 components = 0.000426494 Jy ! Clean residual min=-0.001846 max=0.001753 Jy/beam ! Clean residual mean=-0.000013 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.0799658 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 225 components and 0.0799658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.044225Jy sigma=0.033972 ! Fit after self-cal, rms=0.044232Jy sigma=0.033971 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.5477e-05 Jy ! Component: 100 - total flux cleaned = 0.000143827 Jy ! Component: 150 - total flux cleaned = 0.000163063 Jy ! Component: 200 - total flux cleaned = 0.000175183 Jy ! Total flux subtracted in 200 components = 0.000175183 Jy ! Clean residual min=-0.001856 max=0.001774 Jy/beam ! Clean residual mean=-0.000012 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.080141 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 236 components and 0.080141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.044227Jy sigma=0.033970 ! Fit after self-cal, rms=0.044230Jy sigma=0.033969 ! 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: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 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: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.045324Jy sigma=0.034237 ! Fit after self-cal, rms=0.045324Jy sigma=0.034237 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:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT 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: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. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.045324Jy sigma=0.034237 ! Fit after self-cal, rms=0.043795Jy sigma=0.033965 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=9.964 mas, bmaj=15.82 mas, bpa=-76.17 degrees ! Estimated noise=34.1213 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.00187921 Jy ! Component: 100 - total flux cleaned = -0.00180595 Jy ! Component: 150 - total flux cleaned = -0.00168512 Jy ! Component: 200 - total flux cleaned = -0.0016323 Jy ! Total flux subtracted in 200 components = -0.0016323 Jy ! Clean residual min=-0.003289 max=0.003732 Jy/beam ! Clean residual mean=0.000016 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.0785087 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 261 components and 0.0785088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043856Jy sigma=0.034028 ! Fit after self-cal, rms=0.043832Jy sigma=0.034009 ! 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=10.87 mas, bmaj=16.63 mas, bpa=-77.59 degrees ! Estimated noise=16.3375 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.00121809 Jy ! Component: 100 - total flux cleaned = 0.00166848 Jy ! Component: 150 - total flux cleaned = 0.00177998 Jy ! Component: 200 - total flux cleaned = 0.00187279 Jy ! Component: 250 - total flux cleaned = 0.00193735 Jy ! Component: 300 - total flux cleaned = 0.00196489 Jy ! Component: 350 - total flux cleaned = 0.00197701 Jy ! Component: 400 - total flux cleaned = 0.00198884 Jy ! Total flux subtracted in 400 components = 0.00198884 Jy ! Clean residual min=-0.001846 max=0.001654 Jy/beam ! Clean residual mean=-0.000009 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0804976 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 291 components and 0.0804976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043780Jy sigma=0.033967 ! Fit after self-cal, rms=0.043788Jy sigma=0.033966 ! 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 = 4.54117e-05 Jy ! Component: 100 - total flux cleaned = 6.78606e-05 Jy ! Component: 150 - total flux cleaned = 7.74779e-05 Jy ! Component: 200 - total flux cleaned = 8.56915e-05 Jy ! Component: 250 - total flux cleaned = 9.38381e-05 Jy ! Component: 300 - total flux cleaned = 0.000101575 Jy ! Component: 350 - total flux cleaned = 0.000108908 Jy ! Component: 400 - total flux cleaned = 0.000121958 Jy ! Total flux subtracted in 400 components = 0.000121958 Jy ! Clean residual min=-0.001830 max=0.001658 Jy/beam ! Clean residual mean=-0.000009 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.0806195 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 304 components and 0.0806195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043778Jy sigma=0.033960 ! Fit after self-cal, rms=0.043778Jy sigma=0.033960 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.044746Jy sigma=0.034217 ! Fit after self-cal, rms=0.043346Jy sigma=0.033954 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.8 mas, bmaj=16.59 mas, bpa=-77.9 degrees ! Estimated noise=16.1709 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.75476e-05 Jy ! Component: 100 - total flux cleaned = 0.000114516 Jy ! Component: 150 - total flux cleaned = 0.000215224 Jy ! Component: 200 - total flux cleaned = 0.000270502 Jy ! Component: 250 - total flux cleaned = 0.000309016 Jy ! Component: 300 - total flux cleaned = 0.000342118 Jy ! Component: 350 - total flux cleaned = 0.000371637 Jy ! Component: 400 - total flux cleaned = 0.000377218 Jy ! Total flux subtracted in 400 components = 0.000377218 Jy ! Clean residual min=-0.001742 max=0.001583 Jy/beam ! Clean residual mean=-0.000009 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0809968 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 342 components and 0.0809968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043331Jy sigma=0.033948 ! Fit after self-cal, rms=0.043339Jy sigma=0.033948 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.88405e-05 Jy ! Component: 100 - total flux cleaned = 2.73262e-05 Jy ! Component: 150 - total flux cleaned = 2.2127e-05 Jy ! Component: 200 - total flux cleaned = 1.69587e-05 Jy ! Component: 250 - total flux cleaned = 1.69438e-05 Jy ! Component: 300 - total flux cleaned = 6.78684e-06 Jy ! Component: 350 - total flux cleaned = 6.52412e-06 Jy ! Component: 400 - total flux cleaned = -3.33013e-06 Jy ! Total flux subtracted in 400 components = -3.33013e-06 Jy ! Clean residual min=-0.001742 max=0.001600 Jy/beam ! Clean residual mean=-0.000009 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0809934 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 359 components and 0.0809934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043336Jy sigma=0.033947 ! Fit after self-cal, rms=0.043336Jy sigma=0.033947 ! 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.043336Jy sigma=0.033947 ! Fit after self-cal, rms=0.042962Jy sigma=0.033943 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.73 mas, bmaj=16.56 mas, bpa=-78.14 degrees ! Estimated noise=16.0234 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.66103e-05 Jy ! Component: 100 - total flux cleaned = 7.55266e-05 Jy ! Component: 150 - total flux cleaned = 0.000179885 Jy ! Component: 200 - total flux cleaned = 0.000241309 Jy ! Component: 250 - total flux cleaned = 0.000274068 Jy ! Component: 300 - total flux cleaned = 0.000308432 Jy ! Component: 350 - total flux cleaned = 0.000313793 Jy ! Component: 400 - total flux cleaned = 0.000313571 Jy ! Total flux subtracted in 400 components = 0.000313571 Jy ! Clean residual min=-0.001684 max=0.001538 Jy/beam ! Clean residual mean=-0.000008 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.081307 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 380 components and 0.081307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042951Jy sigma=0.033939 ! Fit after self-cal, rms=0.042958Jy sigma=0.033939 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 = 7.9818e-06 Jy ! Component: 100 - total flux cleaned = -2.08808e-06 Jy ! Component: 150 - total flux cleaned = -7.04025e-06 Jy ! Component: 200 - total flux cleaned = -1.18471e-05 Jy ! Component: 250 - total flux cleaned = -1.65138e-05 Jy ! Component: 300 - total flux cleaned = -1.6598e-05 Jy ! Component: 350 - total flux cleaned = -2.14048e-05 Jy ! Component: 400 - total flux cleaned = -2.59564e-05 Jy ! Total flux subtracted in 400 components = -2.59564e-05 Jy ! Clean residual min=-0.001684 max=0.001541 Jy/beam ! Clean residual mean=-0.000008 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0812811 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 392 components and 0.0812811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042955Jy sigma=0.033938 ! Fit after self-cal, rms=0.042957Jy sigma=0.033938 ! 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.042957Jy sigma=0.033938 ! Fit after self-cal, rms=0.045791Jy sigma=0.032961 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.16 mas, bmaj=17.46 mas, bpa=-79.91 degrees ! Estimated noise=15.8892 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000994788 Jy ! Component: 100 - total flux cleaned = 0.00134521 Jy ! Component: 150 - total flux cleaned = 0.00153228 Jy ! Component: 200 - total flux cleaned = 0.00156127 Jy ! Component: 250 - total flux cleaned = 0.00157704 Jy ! Component: 300 - total flux cleaned = 0.00159184 Jy ! Component: 350 - total flux cleaned = 0.00160594 Jy ! Component: 400 - total flux cleaned = 0.00161463 Jy ! Total flux subtracted in 400 components = 0.00161463 Jy ! Clean residual min=-0.001759 max=0.001669 Jy/beam ! Clean residual mean=-0.000014 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.0828957 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 425 components and 0.0828957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045776Jy sigma=0.032931 ! Fit after self-cal, rms=0.045836Jy sigma=0.032900 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 (-9.6, 37.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116494 Jy ! Component: 100 - total flux cleaned = 0.00165777 Jy ! Component: 150 - total flux cleaned = 0.0019835 Jy ! Component: 200 - total flux cleaned = 0.00212079 Jy ! Component: 250 - total flux cleaned = 0.00221435 Jy ! Component: 300 - total flux cleaned = 0.00218696 Jy ! Component: 350 - total flux cleaned = 0.00218778 Jy ! Component: 400 - total flux cleaned = 0.00223298 Jy ! Total flux subtracted in 400 components = 0.00223298 Jy ! Clean residual min=-0.001173 max=0.001048 Jy/beam ! Clean residual mean=-0.000004 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.0851287 Jy ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 533 components and 0.0851287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045725Jy sigma=0.032772 ! Fit after self-cal, rms=0.045734Jy sigma=0.032760 ! 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=10.73 mas, bmaj=16.61 mas, bpa=-78.37 degrees ! Estimated noise=16.4034 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.73 x 16.61 at -78.37 degrees (North through East) ! Clean map min=-0.001418 max=0.054317 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=9.848 mas, bmaj=15.73 mas, bpa=-76.91 degrees ! Estimated noise=34.3214 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.041868 Jy ! Component: 100 - total flux cleaned = 0.0562286 Jy ! Component: 150 - total flux cleaned = 0.0643963 Jy ! Component: 200 - total flux cleaned = 0.0695383 Jy ! Component: 250 - total flux cleaned = 0.0722843 Jy ! Component: 300 - total flux cleaned = 0.073311 Jy ! Component: 350 - total flux cleaned = 0.0736824 Jy ! Component: 400 - total flux cleaned = 0.0739138 Jy ! Total flux subtracted in 400 components = 0.0739138 Jy ! Clean residual min=-0.002473 max=0.002491 Jy/beam ! Clean residual mean=-0.000015 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.0739137 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 135 model components to the UV plane model. ! The established model now contains 135 components and 0.0739137 Jy ! Inverting map and beam ! Estimated beam: bmin=10.73 mas, bmaj=16.61 mas, bpa=-78.37 degrees ! Estimated noise=16.4034 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.00317666 Jy ! Component: 100 - total flux cleaned = 0.00509412 Jy ! Component: 150 - total flux cleaned = 0.00631654 Jy ! Component: 200 - total flux cleaned = 0.0070426 Jy ! Component: 250 - total flux cleaned = 0.00770448 Jy ! Component: 300 - total flux cleaned = 0.00819482 Jy ! Component: 350 - total flux cleaned = 0.00858745 Jy ! Component: 400 - total flux cleaned = 0.00890628 Jy ! Total flux subtracted in 400 components = 0.00890628 Jy ! Clean residual min=-0.001516 max=0.001144 Jy/beam ! Clean residual mean=-0.000014 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.08282 Jy ! Adding 102 model components to the UV plane model. ! The established model now contains 237 components and 0.08282 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=12.16 mas, bmaj=17.46 mas, bpa=-79.91 degrees ! Estimated noise=15.8892 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00062949 Jy ! Component: 100 - total flux cleaned = 0.00101532 Jy ! Component: 150 - total flux cleaned = 0.00116823 Jy ! Component: 200 - total flux cleaned = 0.00140903 Jy ! Component: 250 - total flux cleaned = 0.00155822 Jy ! Component: 300 - total flux cleaned = 0.0016802 Jy ! Component: 350 - total flux cleaned = 0.00182713 Jy ! Component: 400 - total flux cleaned = 0.00195049 Jy ! Total flux subtracted in 400 components = 0.00195049 Jy ! Clean residual min=-0.001148 max=0.001005 Jy/beam ! Clean residual mean=-0.000007 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.0847705 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00010281 Jy ! Component: 100 - total flux cleaned = 0.000187038 Jy ! Component: 150 - total flux cleaned = 0.000267158 Jy ! Component: 200 - total flux cleaned = 0.000305444 Jy ! Component: 250 - total flux cleaned = 0.000355533 Jy ! Component: 300 - total flux cleaned = 0.000451549 Jy ! Component: 350 - total flux cleaned = 0.000521222 Jy ! Component: 400 - total flux cleaned = 0.000610981 Jy ! Total flux subtracted in 400 components = 0.000610981 Jy ! Clean residual min=-0.001026 max=0.000932 Jy/beam ! Clean residual mean=-0.000005 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.0853815 Jy ! Adding 155 model components to the UV plane model. ! The established model now contains 387 components and 0.0853815 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.73 mas, bmaj=16.61 mas, bpa=-78.37 degrees ! Estimated noise=16.4034 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.1831e-05 Jy ! Component: 100 - total flux cleaned = 0.000123783 Jy ! Component: 150 - total flux cleaned = 0.000123603 Jy ! Component: 200 - total flux cleaned = 0.000170227 Jy ! Component: 250 - total flux cleaned = 0.000237305 Jy ! Component: 300 - total flux cleaned = 0.000280273 Jy ! Component: 350 - total flux cleaned = 0.000311982 Jy ! Component: 400 - total flux cleaned = 0.000373574 Jy ! Total flux subtracted in 400 components = 0.000373574 Jy ! Clean residual min=-0.000962 max=0.000820 Jy/beam ! Clean residual mean=-0.000003 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.085755 Jy selfcal ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 451 components and 0.085755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045679Jy sigma=0.032723 ! Fit after self-cal, rms=0.045686Jy sigma=0.032715 wmodel /scr/pima/rdv95_uvs/J0223+6307_S_map.mod ! Writing 451 model components to file: /scr/pima/rdv95_uvs/J0223+6307_S_map.mod wobs /scr/pima/rdv95_uvs/J0223+6307_S_uvs.fits ! Applying 2156 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J0223+6307_S_uvs.fits wwins /scr/pima/rdv95_uvs/J0223+6307_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv95_uvs/J0223+6307_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.000286433 Jy ! Component: 100 - total flux cleaned = -0.000536328 Jy ! Component: 150 - total flux cleaned = -0.000801799 Jy ! Component: 200 - total flux cleaned = -0.00105169 Jy ! Component: 250 - total flux cleaned = -0.00117634 Jy ! Component: 300 - total flux cleaned = -0.00127414 Jy ! Component: 350 - total flux cleaned = -0.00138908 Jy ! Component: 400 - total flux cleaned = -0.00150051 Jy ! Component: 450 - total flux cleaned = -0.00157953 Jy ! Component: 500 - total flux cleaned = -0.00166609 Jy ! Component: 550 - total flux cleaned = -0.00174117 Jy ! Component: 600 - total flux cleaned = -0.00173195 Jy ! Component: 650 - total flux cleaned = -0.00175032 Jy ! Component: 700 - total flux cleaned = -0.0017594 Jy ! Component: 750 - total flux cleaned = -0.00176834 Jy ! Component: 800 - total flux cleaned = -0.00175954 Jy ! Component: 850 - total flux cleaned = -0.00177713 Jy ! Component: 900 - total flux cleaned = -0.00177719 Jy ! Component: 950 - total flux cleaned = -0.00178587 Jy ! Component: 1000 - total flux cleaned = -0.00179455 Jy ! Component: 1050 - total flux cleaned = -0.00179451 Jy ! Component: 1100 - total flux cleaned = -0.00179453 Jy ! Component: 1150 - total flux cleaned = -0.00180299 Jy ! Component: 1200 - total flux cleaned = -0.00179459 Jy ! Component: 1250 - total flux cleaned = -0.0017946 Jy ! Component: 1300 - total flux cleaned = -0.00179448 Jy ! Component: 1350 - total flux cleaned = -0.00177787 Jy ! Component: 1400 - total flux cleaned = -0.00176128 Jy ! Component: 1450 - total flux cleaned = -0.00175302 Jy ! Component: 1500 - total flux cleaned = -0.00175298 Jy ! Component: 1550 - total flux cleaned = -0.00174474 Jy ! Component: 1600 - total flux cleaned = -0.00172834 Jy ! Component: 1650 - total flux cleaned = -0.00169558 Jy ! Component: 1700 - total flux cleaned = -0.00169557 Jy ! Component: 1750 - total flux cleaned = -0.00169561 Jy ! Component: 1800 - total flux cleaned = -0.00168741 Jy ! Component: 1850 - total flux cleaned = -0.00168742 Jy ! Component: 1900 - total flux cleaned = -0.00167931 Jy ! Component: 1950 - total flux cleaned = -0.0016793 Jy ! Component: 2000 - total flux cleaned = -0.00168748 Jy ! Component: 2050 - total flux cleaned = -0.00167932 Jy ! Component: 2100 - total flux cleaned = -0.00167111 Jy ! Component: 2150 - total flux cleaned = -0.00167106 Jy ! Component: 2200 - total flux cleaned = -0.00164649 Jy ! Component: 2250 - total flux cleaned = -0.00164651 Jy ! Component: 2300 - total flux cleaned = -0.00163 Jy ! Component: 2350 - total flux cleaned = -0.00162998 Jy ! Component: 2400 - total flux cleaned = -0.00163831 Jy ! Component: 2450 - total flux cleaned = -0.00163833 Jy ! Component: 2500 - total flux cleaned = -0.00165508 Jy ! Component: 2550 - total flux cleaned = -0.00164666 Jy ! Component: 2600 - total flux cleaned = -0.00164667 Jy ! Component: 2650 - total flux cleaned = -0.00164664 Jy ! Component: 2700 - total flux cleaned = -0.00165515 Jy ! Component: 2750 - total flux cleaned = -0.00165508 Jy ! Component: 2800 - total flux cleaned = -0.00165509 Jy ! Component: 2850 - total flux cleaned = -0.00165502 Jy ! Component: 2900 - total flux cleaned = -0.00165507 Jy ! Component: 2950 - total flux cleaned = -0.00166386 Jy ! Component: 3000 - total flux cleaned = -0.00165503 Jy ! Component: 3050 - total flux cleaned = -0.00166402 Jy ! Component: 3100 - total flux cleaned = -0.001664 Jy ! Component: 3150 - total flux cleaned = -0.00165498 Jy ! Component: 3200 - total flux cleaned = -0.00165488 Jy ! Component: 3250 - total flux cleaned = -0.00165482 Jy ! Component: 3300 - total flux cleaned = -0.00165477 Jy ! Component: 3350 - total flux cleaned = -0.00165467 Jy ! Component: 3400 - total flux cleaned = -0.0016547 Jy ! Component: 3450 - total flux cleaned = -0.00164523 Jy ! Component: 3500 - total flux cleaned = -0.0016357 Jy ! Component: 3550 - total flux cleaned = -0.0016357 Jy ! Component: 3600 - total flux cleaned = -0.0016356 Jy ! Component: 3650 - total flux cleaned = -0.00164562 Jy ! Component: 3700 - total flux cleaned = -0.00163558 Jy ! Component: 3750 - total flux cleaned = -0.00165581 Jy ! Component: 3800 - total flux cleaned = -0.00164565 Jy ! Component: 3850 - total flux cleaned = -0.00164561 Jy ! Component: 3900 - total flux cleaned = -0.001656 Jy ! Component: 3950 - total flux cleaned = -0.00167714 Jy ! Component: 4000 - total flux cleaned = -0.00168796 Jy ! Component: 4050 - total flux cleaned = -0.00168801 Jy ! Total flux subtracted in 4096 components = -0.00169907 Jy ! Clean residual min=-0.000668 max=0.000600 Jy/beam ! Clean residual mean=-0.000007 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.0840559 Jy keep ! Adding 374 model components to the UV plane model. ! The established model now contains 825 components and 0.0840559 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J0223+6307_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.73 x 16.61 at -78.37 degrees (North through East) ! Clean map min=-0.0018231 max=0.05456 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J0223+6307_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.0545 rms= 0.00021 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J0223+6307_S_uvs.log closed on Wed Nov 6 20:42:07 2013