! Started logfile: /scr/pima/rdv94_uvs/J1318+0430_X_uvs.log on Tue Oct 8 12:20:05 2013 obs /scr/pima/rdv94_uvs/J1318+0430_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J1318+0430_X_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: 1 visibilities/baseline/integration-bin. ! Found source: J1318+0430 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5632 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J1318+0430_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 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:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.021682Jy sigma=2.607611 ! Fit after self-cal, rms=0.842218Jy sigma=2.145979 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8582 mas, bmaj=3.162 mas, bpa=-20.33 degrees ! Estimated noise=6.40776 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.124407 Jy ! Component: 100 - total flux cleaned = 0.151878 Jy ! Total flux subtracted in 100 components = 0.151878 Jy ! Clean residual min=-0.006592 max=0.009008 Jy/beam ! Clean residual mean=-0.000000 rms=0.001694 Jy/beam ! Combined flux in latest and established models = 0.151878 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.151878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069636Jy sigma=0.169600 ! Fit after self-cal, rms=0.069635Jy sigma=0.169590 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.065 mas, bmaj=3.183 mas, bpa=-18.56 degrees ! Estimated noise=3.75496 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.0116323 Jy ! Component: 100 - total flux cleaned = 0.0173109 Jy ! Component: 150 - total flux cleaned = 0.0201685 Jy ! Component: 200 - total flux cleaned = 0.0214509 Jy ! Total flux subtracted in 200 components = 0.0214509 Jy ! Clean residual min=-0.004663 max=0.005078 Jy/beam ! Clean residual mean=0.000001 rms=0.001178 Jy/beam ! Combined flux in latest and established models = 0.173329 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 30 components and 0.173329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067820Jy sigma=0.164513 ! Fit after self-cal, rms=0.067826Jy sigma=0.164473 ! 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.97 FD 0.88 HN 0.90 KP 1.00 ! LA 1.04 MK 1.07 NL 1.01 OV 0.96 ! PT 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 0.92 HN 0.91 KP 1.00 ! LA 1.10 MK 0.99 NL 1.02 OV 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.44 FD 0.95 HN 0.92 KP 0.91 ! LA 1.00 MK 1.07 NL 1.00 OV 0.96 ! PT 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.34 FD 0.92 HN 0.97 KP 0.91 ! LA 1.03 MK 1.05 NL 1.06 OV 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.93 HN 0.99 KP 0.82 ! LA 1.05 MK 1.04 NL 1.00 OV 1.04 ! PT 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 0.93 HN 0.95 KP 0.83 ! LA 1.08 MK 1.00 NL 1.04 OV 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.01 KP 0.89 ! LA 1.05 MK 1.11 NL 1.05 OV 1.01 ! PT 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 0.98 HN 0.98 KP 0.85 ! LA 1.08 MK 1.07 NL 1.08 OV 1.00 ! ! ! Fit before self-cal, rms=0.067826Jy sigma=0.164473 ! Fit after self-cal, rms=0.064557Jy sigma=0.158049 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.075 mas, bmaj=3.213 mas, bpa=-18.37 degrees ! Estimated noise=3.73148 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.8, -5.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00333441 Jy ! Component: 100 - total flux cleaned = 0.00420344 Jy ! Component: 150 - total flux cleaned = 0.0047518 Jy ! Component: 200 - total flux cleaned = 0.00507845 Jy ! Total flux subtracted in 200 components = 0.00507845 Jy ! Clean residual min=-0.002270 max=0.002198 Jy/beam ! Clean residual mean=0.000001 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.178407 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 66 components and 0.178407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064367Jy sigma=0.157536 ! Fit after self-cal, rms=0.064395Jy sigma=0.157454 ! 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.064395Jy sigma=0.157454 ! Fit after self-cal, rms=0.064364Jy sigma=0.157431 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.076 mas, bmaj=3.218 mas, bpa=-18.36 degrees ! Estimated noise=3.7259 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000195517 Jy ! Component: 100 - total flux cleaned = 0.000231615 Jy ! Component: 150 - total flux cleaned = 0.000229369 Jy ! Component: 200 - total flux cleaned = 0.000143164 Jy ! Total flux subtracted in 200 components = 0.000143164 Jy ! Clean residual min=-0.002128 max=0.002129 Jy/beam ! Clean residual mean=0.000001 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.178551 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 84 components and 0.178551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064323Jy sigma=0.157354 ! Fit after self-cal, rms=0.064324Jy sigma=0.157352 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.01259e-05 Jy ! Component: 100 - total flux cleaned = -2.05956e-05 Jy ! Component: 150 - total flux cleaned = -4.3983e-05 Jy ! Component: 200 - total flux cleaned = -6.63704e-05 Jy ! Total flux subtracted in 200 components = -6.63704e-05 Jy ! Clean residual min=-0.002064 max=0.002124 Jy/beam ! Clean residual mean=0.000001 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.178484 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 98 components and 0.178484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064305Jy sigma=0.157316 ! Fit after self-cal, rms=0.064304Jy sigma=0.157315 ! 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.064304Jy sigma=0.157315 ! Fit after self-cal, rms=0.064302Jy sigma=0.157285 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.077 mas, bmaj=3.223 mas, bpa=-18.35 degrees ! Estimated noise=3.72222 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000558684 Jy ! Component: 100 - total flux cleaned = -0.000631658 Jy ! Component: 150 - total flux cleaned = -0.000674622 Jy ! Component: 200 - total flux cleaned = -0.000695204 Jy ! Total flux subtracted in 200 components = -0.000695204 Jy ! Clean residual min=-0.001966 max=0.002069 Jy/beam ! Clean residual mean=0.000001 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.177789 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 105 components and 0.177789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064282Jy sigma=0.157254 ! Fit after self-cal, rms=0.064282Jy sigma=0.157253 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.11674e-05 Jy ! Component: 100 - total flux cleaned = -5.93884e-05 Jy ! Component: 150 - total flux cleaned = -7.72194e-05 Jy ! Component: 200 - total flux cleaned = -5.89797e-05 Jy ! Total flux subtracted in 200 components = -5.89797e-05 Jy ! Clean residual min=-0.001924 max=0.002073 Jy/beam ! Clean residual mean=0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.17773 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 111 components and 0.17773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064271Jy sigma=0.157232 ! Fit after self-cal, rms=0.064270Jy sigma=0.157231 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064270Jy sigma=0.157231 ! Fit after self-cal, rms=0.064204Jy sigma=0.157204 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.251 mas, bmaj=3.446 mas, bpa=-10.71 degrees ! Estimated noise=4.1866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000643351 Jy ! Component: 100 - total flux cleaned = -0.000873951 Jy ! Component: 150 - total flux cleaned = -0.000936636 Jy ! Component: 200 - total flux cleaned = -0.0010092 Jy ! Total flux subtracted in 200 components = -0.0010092 Jy ! Clean residual min=-0.002405 max=0.002390 Jy/beam ! Clean residual mean=0.000001 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.176721 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 122 components and 0.176721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064198Jy sigma=0.157190 ! Fit after self-cal, rms=0.064193Jy sigma=0.157188 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000272465 Jy ! Component: 100 - total flux cleaned = -0.00027351 Jy ! Component: 150 - total flux cleaned = -0.000246534 Jy ! Component: 200 - total flux cleaned = -0.00023377 Jy ! Total flux subtracted in 200 components = -0.00023377 Jy ! Clean residual min=-0.002384 max=0.002372 Jy/beam ! Clean residual mean=0.000001 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.176487 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 128 components and 0.176487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064192Jy sigma=0.157186 ! Fit after self-cal, rms=0.064190Jy sigma=0.157185 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 ![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.064190Jy sigma=0.157185 ! Fit after self-cal, rms=0.064190Jy sigma=0.157185 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 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 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.064190Jy sigma=0.157185 ! Fit after self-cal, rms=0.064038Jy sigma=0.157175 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8669 mas, bmaj=3.189 mas, bpa=-20.17 degrees ! Estimated noise=6.37996 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.0012269 Jy ! Component: 100 - total flux cleaned = -0.00103852 Jy ! Component: 150 - total flux cleaned = -0.00103623 Jy ! Component: 200 - total flux cleaned = -0.00116534 Jy ! Total flux subtracted in 200 components = -0.00116534 Jy ! Clean residual min=-0.003330 max=0.003772 Jy/beam ! Clean residual mean=0.000000 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.175322 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 145 components and 0.175322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064068Jy sigma=0.157281 ! Fit after self-cal, rms=0.064058Jy sigma=0.157255 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.078 mas, bmaj=3.23 mas, bpa=-18.36 degrees ! Estimated noise=3.7064 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 (-48, 50.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00205408 Jy ! Component: 100 - total flux cleaned = 0.00311619 Jy ! Component: 150 - total flux cleaned = 0.00353815 Jy ! Component: 200 - total flux cleaned = 0.00391495 Jy ! Component: 250 - total flux cleaned = 0.00418178 Jy ! Component: 300 - total flux cleaned = 0.00435887 Jy ! Component: 350 - total flux cleaned = 0.00455344 Jy ! Component: 400 - total flux cleaned = 0.00470292 Jy ! Total flux subtracted in 400 components = 0.00470292 Jy ! Clean residual min=-0.001754 max=0.001856 Jy/beam ! Clean residual mean=0.000000 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.180025 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 175 components and 0.180025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063928Jy sigma=0.156951 ! Fit after self-cal, rms=0.063927Jy sigma=0.156931 ! Inverting map ! Added new window around map position (16.4, 46). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001268 Jy ! Component: 100 - total flux cleaned = 0.00203787 Jy ! Component: 150 - total flux cleaned = 0.00267428 Jy ! Component: 200 - total flux cleaned = 0.00312227 Jy ! Component: 250 - total flux cleaned = 0.00354204 Jy ! Component: 300 - total flux cleaned = 0.00390864 Jy ! Component: 350 - total flux cleaned = 0.00405416 Jy ! Component: 400 - total flux cleaned = 0.00425237 Jy ! Total flux subtracted in 400 components = 0.00425237 Jy ! Clean residual min=-0.001840 max=0.001708 Jy/beam ! Clean residual mean=-0.000000 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.184277 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 216 components and 0.184277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063835Jy sigma=0.156735 ! Fit after self-cal, rms=0.063836Jy sigma=0.156728 ! Inverting map dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000273212 Jy ! Component: 100 - total flux cleaned = 0.000494426 Jy ! Component: 150 - total flux cleaned = 0.000680103 Jy ! Component: 200 - total flux cleaned = 0.000808058 Jy ! Component: 250 - total flux cleaned = 0.000956819 Jy ! Component: 300 - total flux cleaned = 0.00105298 Jy ! Component: 350 - total flux cleaned = 0.00109972 Jy ! Component: 400 - total flux cleaned = 0.00123683 Jy ! Total flux subtracted in 400 components = 0.00123683 Jy ! Clean residual min=-0.001800 max=0.001642 Jy/beam ! Clean residual mean=0.000000 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.185514 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 239 components and 0.185514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063796Jy sigma=0.156650 ! Fit after self-cal, rms=0.063797Jy sigma=0.156648 ! 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.063797Jy sigma=0.156648 ! Fit after self-cal, rms=0.063797Jy sigma=0.156622 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.079 mas, bmaj=3.232 mas, bpa=-18.34 degrees ! Estimated noise=3.70337 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00018585 Jy ! Component: 100 - total flux cleaned = 0.000334818 Jy ! Component: 150 - total flux cleaned = 0.000547781 Jy ! Component: 200 - total flux cleaned = 0.000728646 Jy ! Component: 250 - total flux cleaned = 0.000794791 Jy ! Component: 300 - total flux cleaned = 0.000923077 Jy ! Component: 350 - total flux cleaned = 0.00102617 Jy ! Component: 400 - total flux cleaned = 0.00108694 Jy ! Total flux subtracted in 400 components = 0.00108694 Jy ! Clean residual min=-0.001723 max=0.001606 Jy/beam ! Clean residual mean=0.000000 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.186601 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 261 components and 0.186601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063765Jy sigma=0.156559 ! Fit after self-cal, rms=0.063766Jy sigma=0.156557 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 = 0.000102744 Jy ! Component: 100 - total flux cleaned = 0.000182757 Jy ! Component: 150 - total flux cleaned = 0.000356912 Jy ! Component: 200 - total flux cleaned = 0.000394406 Jy ! Component: 250 - total flux cleaned = 0.000487131 Jy ! Component: 300 - total flux cleaned = 0.000541468 Jy ! Component: 350 - total flux cleaned = 0.000559437 Jy ! Component: 400 - total flux cleaned = 0.00066405 Jy ! Total flux subtracted in 400 components = 0.00066405 Jy ! Clean residual min=-0.001703 max=0.001593 Jy/beam ! Clean residual mean=0.000000 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.187265 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 279 components and 0.187265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063745Jy sigma=0.156515 ! Fit after self-cal, rms=0.063745Jy sigma=0.156514 ! 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.063745Jy sigma=0.156514 ! Fit after self-cal, rms=0.063757Jy sigma=0.156493 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.079 mas, bmaj=3.234 mas, bpa=-18.34 degrees ! Estimated noise=3.70381 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.31229e-05 Jy ! Component: 100 - total flux cleaned = -2.33004e-05 Jy ! Component: 150 - total flux cleaned = 0.000101118 Jy ! Component: 200 - total flux cleaned = 0.000169813 Jy ! Component: 250 - total flux cleaned = 0.000220243 Jy ! Component: 300 - total flux cleaned = 0.00025325 Jy ! Component: 350 - total flux cleaned = 0.000302087 Jy ! Component: 400 - total flux cleaned = 0.000349802 Jy ! Total flux subtracted in 400 components = 0.000349802 Jy ! Clean residual min=-0.001673 max=0.001554 Jy/beam ! Clean residual mean=0.000000 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.187615 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 293 components and 0.187615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063738Jy sigma=0.156457 ! Fit after self-cal, rms=0.063738Jy sigma=0.156456 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.67757e-05 Jy ! Component: 100 - total flux cleaned = 6.21203e-05 Jy ! Component: 150 - total flux cleaned = 7.72391e-05 Jy ! Component: 200 - total flux cleaned = 0.000107465 Jy ! Component: 250 - total flux cleaned = 0.000122291 Jy ! Component: 300 - total flux cleaned = 0.000166525 Jy ! Component: 350 - total flux cleaned = 0.000181162 Jy ! Component: 400 - total flux cleaned = 0.000223967 Jy ! Total flux subtracted in 400 components = 0.000223967 Jy ! Clean residual min=-0.001674 max=0.001540 Jy/beam ! Clean residual mean=0.000000 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.187839 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 307 components and 0.187839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063724Jy sigma=0.156429 ! Fit after self-cal, rms=0.063724Jy sigma=0.156428 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063724Jy sigma=0.156428 ! Fit after self-cal, rms=0.063351Jy sigma=0.153916 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.253 mas, bmaj=3.457 mas, bpa=-10.75 degrees ! Estimated noise=4.16945 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000376634 Jy ! Component: 100 - total flux cleaned = 0.000560862 Jy ! Component: 150 - total flux cleaned = 0.000700611 Jy ! Component: 200 - total flux cleaned = 0.000779439 Jy ! Component: 250 - total flux cleaned = 0.000840831 Jy ! Component: 300 - total flux cleaned = 0.000887643 Jy ! Component: 350 - total flux cleaned = 0.00095597 Jy ! Component: 400 - total flux cleaned = 0.00100026 Jy ! Total flux subtracted in 400 components = 0.00100026 Jy ! Clean residual min=-0.001819 max=0.001544 Jy/beam ! Clean residual mean=0.000000 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.188839 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 349 components and 0.188839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063347Jy sigma=0.153906 ! Fit after self-cal, rms=0.063360Jy sigma=0.153892 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.29712e-05 Jy ! Component: 100 - total flux cleaned = 0.000100898 Jy ! Component: 150 - total flux cleaned = 0.000144225 Jy ! Component: 200 - total flux cleaned = 0.000155041 Jy ! Component: 250 - total flux cleaned = 0.000195833 Jy ! Component: 300 - total flux cleaned = 0.000235302 Jy ! Component: 350 - total flux cleaned = 0.000254565 Jy ! Component: 400 - total flux cleaned = 0.000273636 Jy ! Total flux subtracted in 400 components = 0.000273636 Jy ! Clean residual min=-0.001804 max=0.001534 Jy/beam ! Clean residual mean=0.000000 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.189112 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 376 components and 0.189112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063357Jy sigma=0.153885 ! Fit after self-cal, rms=0.063356Jy sigma=0.153884 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=1.08 mas, bmaj=3.238 mas, bpa=-18.34 degrees ! Estimated noise=3.70886 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.08 x 3.238 at -18.34 degrees (North through East) ! Clean map min=-0.0015779 max=0.15946 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8658 mas, bmaj=3.201 mas, bpa=-20.17 degrees ! Estimated noise=6.37325 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.123673 Jy ! Component: 100 - total flux cleaned = 0.150779 Jy ! Component: 150 - total flux cleaned = 0.156672 Jy ! Component: 200 - total flux cleaned = 0.158582 Jy ! Component: 250 - total flux cleaned = 0.161482 Jy ! Component: 300 - total flux cleaned = 0.163541 Jy ! Component: 350 - total flux cleaned = 0.16484 Jy ! Component: 400 - total flux cleaned = 0.165894 Jy ! Total flux subtracted in 400 components = 0.165894 Jy ! Clean residual min=-0.003740 max=0.003534 Jy/beam ! Clean residual mean=-0.000000 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.165894 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 52 model components to the UV plane model. ! The established model now contains 52 components and 0.165894 Jy ! Inverting map and beam ! Estimated beam: bmin=1.08 mas, bmaj=3.238 mas, bpa=-18.34 degrees ! Estimated noise=3.70886 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.00333645 Jy ! Component: 100 - total flux cleaned = 0.00576919 Jy ! Component: 150 - total flux cleaned = 0.0075892 Jy ! Component: 200 - total flux cleaned = 0.00906646 Jy ! Component: 250 - total flux cleaned = 0.0103809 Jy ! Component: 300 - total flux cleaned = 0.0115156 Jy ! Component: 350 - total flux cleaned = 0.0124495 Jy ! Component: 400 - total flux cleaned = 0.0132682 Jy ! Total flux subtracted in 400 components = 0.0132682 Jy ! Clean residual min=-0.001789 max=0.001744 Jy/beam ! Clean residual mean=0.000000 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.179162 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 101 components and 0.179162 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.253 mas, bmaj=3.457 mas, bpa=-10.75 degrees ! Estimated noise=4.16945 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133669 Jy ! Component: 100 - total flux cleaned = 0.00240715 Jy ! Component: 150 - total flux cleaned = 0.00324213 Jy ! Component: 200 - total flux cleaned = 0.00392891 Jy ! Component: 250 - total flux cleaned = 0.00445864 Jy ! Component: 300 - total flux cleaned = 0.00485752 Jy ! Component: 350 - total flux cleaned = 0.00525723 Jy ! Component: 400 - total flux cleaned = 0.0057093 Jy ! Total flux subtracted in 400 components = 0.0057093 Jy ! Clean residual min=-0.001968 max=0.001653 Jy/beam ! Clean residual mean=0.000001 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.184871 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.000404152 Jy ! Component: 100 - total flux cleaned = 0.000788257 Jy ! Component: 150 - total flux cleaned = 0.0011973 Jy ! Component: 200 - total flux cleaned = 0.00154626 Jy ! Component: 250 - total flux cleaned = 0.00186077 Jy ! Component: 300 - total flux cleaned = 0.00219975 Jy ! Component: 350 - total flux cleaned = 0.00243459 Jy ! Component: 400 - total flux cleaned = 0.00262713 Jy ! Total flux subtracted in 400 components = 0.00262713 Jy ! Clean residual min=-0.001844 max=0.001599 Jy/beam ! Clean residual mean=0.000001 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.187498 Jy ! Adding 102 model components to the UV plane model. ! The established model now contains 195 components and 0.187498 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.08 mas, bmaj=3.238 mas, bpa=-18.34 degrees ! Estimated noise=3.70886 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.49459e-05 Jy ! Component: 100 - total flux cleaned = -5.07445e-05 Jy ! Component: 150 - total flux cleaned = -1.95858e-05 Jy ! Component: 200 - total flux cleaned = 1.10175e-05 Jy ! Component: 250 - total flux cleaned = 6.90375e-05 Jy ! Component: 300 - total flux cleaned = 0.000151801 Jy ! Component: 350 - total flux cleaned = 0.000258246 Jy ! Component: 400 - total flux cleaned = 0.000361421 Jy ! Total flux subtracted in 400 components = 0.000361421 Jy ! Clean residual min=-0.001608 max=0.001723 Jy/beam ! Clean residual mean=0.000000 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.18786 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 234 components and 0.18786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063469Jy sigma=0.154118 ! Fit after self-cal, rms=0.063456Jy sigma=0.154102 wmodel /scr/pima/rdv94_uvs/J1318+0430_X_map.mod ! Writing 234 model components to file: /scr/pima/rdv94_uvs/J1318+0430_X_map.mod wobs /scr/pima/rdv94_uvs/J1318+0430_X_uvs.fits ! Applying 256 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J1318+0430_X_uvs.fits wwins /scr/pima/rdv94_uvs/J1318+0430_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv94_uvs/J1318+0430_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000225063 Jy ! Component: 100 - total flux cleaned = 0.000310396 Jy ! Component: 150 - total flux cleaned = 0.000418798 Jy ! Component: 200 - total flux cleaned = 0.00065407 Jy ! Component: 250 - total flux cleaned = 0.000932707 Jy ! Component: 300 - total flux cleaned = 0.00122809 Jy ! Component: 350 - total flux cleaned = 0.00146878 Jy ! Component: 400 - total flux cleaned = 0.00172761 Jy ! Component: 450 - total flux cleaned = 0.00193501 Jy ! Component: 500 - total flux cleaned = 0.00207088 Jy ! Component: 550 - total flux cleaned = 0.00229331 Jy ! Component: 600 - total flux cleaned = 0.00244644 Jy ! Component: 650 - total flux cleaned = 0.00259683 Jy ! Component: 700 - total flux cleaned = 0.00272355 Jy ! Component: 750 - total flux cleaned = 0.00282791 Jy ! Component: 800 - total flux cleaned = 0.00297225 Jy ! Component: 850 - total flux cleaned = 0.00309414 Jy ! Component: 900 - total flux cleaned = 0.00311431 Jy ! Component: 950 - total flux cleaned = 0.0032532 Jy ! Component: 1000 - total flux cleaned = 0.0033314 Jy ! Component: 1050 - total flux cleaned = 0.00335058 Jy ! Component: 1100 - total flux cleaned = 0.00338914 Jy ! Component: 1150 - total flux cleaned = 0.00346494 Jy ! Component: 1200 - total flux cleaned = 0.00346485 Jy ! Component: 1250 - total flux cleaned = 0.00346496 Jy ! Component: 1300 - total flux cleaned = 0.00357529 Jy ! Component: 1350 - total flux cleaned = 0.00362969 Jy ! Component: 1400 - total flux cleaned = 0.00364768 Jy ! Component: 1450 - total flux cleaned = 0.00368363 Jy ! Component: 1500 - total flux cleaned = 0.00370135 Jy ! Component: 1550 - total flux cleaned = 0.00382376 Jy ! Component: 1600 - total flux cleaned = 0.0038583 Jy ! Component: 1650 - total flux cleaned = 0.00385821 Jy ! Component: 1700 - total flux cleaned = 0.0038415 Jy ! Component: 1750 - total flux cleaned = 0.00392647 Jy ! Component: 1800 - total flux cleaned = 0.00394324 Jy ! Component: 1850 - total flux cleaned = 0.00400984 Jy ! Component: 1900 - total flux cleaned = 0.00400985 Jy ! Component: 1950 - total flux cleaned = 0.00405908 Jy ! Component: 2000 - total flux cleaned = 0.00399379 Jy ! Component: 2050 - total flux cleaned = 0.0040424 Jy ! Component: 2100 - total flux cleaned = 0.00399416 Jy ! Component: 2150 - total flux cleaned = 0.00402637 Jy ! Component: 2200 - total flux cleaned = 0.00399474 Jy ! Component: 2250 - total flux cleaned = 0.00404197 Jy ! Component: 2300 - total flux cleaned = 0.00399496 Jy ! Component: 2350 - total flux cleaned = 0.00401058 Jy ! Component: 2400 - total flux cleaned = 0.00397977 Jy ! Component: 2450 - total flux cleaned = 0.00396459 Jy ! Component: 2500 - total flux cleaned = 0.00394927 Jy ! Component: 2550 - total flux cleaned = 0.0039644 Jy ! Component: 2600 - total flux cleaned = 0.00399435 Jy ! Component: 2650 - total flux cleaned = 0.00397946 Jy ! Component: 2700 - total flux cleaned = 0.00402406 Jy ! Component: 2750 - total flux cleaned = 0.0040093 Jy ! Component: 2800 - total flux cleaned = 0.00406796 Jy ! Component: 2850 - total flux cleaned = 0.00403878 Jy ! Component: 2900 - total flux cleaned = 0.00408214 Jy ! Component: 2950 - total flux cleaned = 0.00408215 Jy ! Component: 3000 - total flux cleaned = 0.00405346 Jy ! Component: 3050 - total flux cleaned = 0.00408179 Jy ! Component: 3100 - total flux cleaned = 0.00410996 Jy ! Component: 3150 - total flux cleaned = 0.00412409 Jy ! Component: 3200 - total flux cleaned = 0.00416591 Jy ! Component: 3250 - total flux cleaned = 0.00412415 Jy ! Component: 3300 - total flux cleaned = 0.00415162 Jy ! Component: 3350 - total flux cleaned = 0.00411034 Jy ! Component: 3400 - total flux cleaned = 0.00413771 Jy ! Component: 3450 - total flux cleaned = 0.00416483 Jy ! Component: 3500 - total flux cleaned = 0.0041649 Jy ! Component: 3550 - total flux cleaned = 0.00413812 Jy ! Component: 3600 - total flux cleaned = 0.00416496 Jy ! Component: 3650 - total flux cleaned = 0.00413851 Jy ! Component: 3700 - total flux cleaned = 0.00415173 Jy ! Component: 3750 - total flux cleaned = 0.00411238 Jy ! Component: 3800 - total flux cleaned = 0.00421694 Jy ! Component: 3850 - total flux cleaned = 0.00419094 Jy ! Component: 3900 - total flux cleaned = 0.00419094 Jy ! Component: 3950 - total flux cleaned = 0.00417805 Jy ! Component: 4000 - total flux cleaned = 0.0041396 Jy ! Component: 4050 - total flux cleaned = 0.00413959 Jy ! Total flux subtracted in 4096 components = 0.00415236 Jy ! Clean residual min=-0.000781 max=0.000792 Jy/beam ! Clean residual mean=0.000000 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.192012 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 497 components and 0.192012 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J1318+0430_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.08 x 3.238 at -18.34 degrees (North through East) ! Clean map min=-0.0014316 max=0.1596 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J1318+0430_X_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.1596 rms= 0.00021 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J1318+0430_X_uvs.log closed on Tue Oct 8 12:20:11 2013