! Started logfile: /scr/pima/rdv95_uvs/J1347+0552_S_uvs.log on Wed Nov 6 20:46:51 2013 obs /scr/pima/rdv95_uvs/J1347+0552_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv95_uvs/J1347+0552_S_uva.fits ! AN table 1: 44 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.988889 visibilities/baseline/integration-bin. ! Found source: J1347+0552 ! ! 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 7832 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/J1347+0552_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 ! 1:SC self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.006516Jy sigma=0.790102 ! Fit after self-cal, rms=0.938057Jy sigma=0.734819 ! 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=3.114 mas, bmaj=6.547 mas, bpa=0.979 degrees ! Estimated noise=19.5777 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.0507282 Jy ! Component: 100 - total flux cleaned = 0.0622516 Jy ! Total flux subtracted in 100 components = 0.0622516 Jy ! Clean residual min=-0.004064 max=0.004023 Jy/beam ! Clean residual mean=-0.000001 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.0622516 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0622516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060195Jy sigma=0.043799 ! Fit after self-cal, rms=0.059453Jy sigma=0.043217 ! Inverting map print "=== Finished uniform weighting clean ===" ! === Finished uniform weighting clean === uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.887 mas, bmaj=7.887 mas, bpa=0.5636 degrees ! Estimated noise=10.473 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.00361859 Jy ! Component: 100 - total flux cleaned = 0.00496435 Jy ! Component: 150 - total flux cleaned = 0.00521845 Jy ! Component: 200 - total flux cleaned = 0.00531949 Jy ! Total flux subtracted in 200 components = 0.00531949 Jy ! Clean residual min=-0.002199 max=0.001900 Jy/beam ! Clean residual mean=0.000010 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.0675711 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.0675711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059278Jy sigma=0.043039 ! Fit after self-cal, rms=0.059296Jy sigma=0.043038 ! 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.07 FD 1.03 HN 1.01 KP 0.96 ! LA 1.18 MK 0.94 NL 0.92 OV 0.98 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 0.99 KP 0.95 ! LA 1.03 MK 1.05 NL 0.99 OV 1.04 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.07 HN 1.03 KP 0.97 ! LA 0.97 MK 1.01 NL 1.05 OV 1.00 ! PT 1.08 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.18 HN 0.81 KP 0.89 ! LA 0.80 MK 1.19 NL 1.06 OV 0.90 ! PT 0.98 SC 0.94 ! ! ! Fit before self-cal, rms=0.059296Jy sigma=0.043038 ! Fit after self-cal, rms=0.058073Jy sigma=0.042590 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.879 mas, bmaj=7.898 mas, bpa=1.222 degrees ! Estimated noise=10.4044 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 = -2.3846e-06 Jy ! Component: 100 - total flux cleaned = -1.81115e-05 Jy ! Component: 150 - total flux cleaned = -5.97049e-05 Jy ! Component: 200 - total flux cleaned = -9.7086e-05 Jy ! Total flux subtracted in 200 components = -9.7086e-05 Jy ! Clean residual min=-0.001747 max=0.001847 Jy/beam ! Clean residual mean=0.000008 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.067474 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 40 components and 0.067474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058066Jy sigma=0.042584 ! Fit after self-cal, rms=0.058118Jy sigma=0.042571 ! 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.058118Jy sigma=0.042571 ! Fit after self-cal, rms=0.057938Jy sigma=0.042570 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.871 mas, bmaj=7.894 mas, bpa=1.106 degrees ! Estimated noise=10.3829 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.79272e-05 Jy ! Component: 100 - total flux cleaned = -6.08786e-05 Jy ! Component: 150 - total flux cleaned = -9.53061e-05 Jy ! Component: 200 - total flux cleaned = -0.000136468 Jy ! Total flux subtracted in 200 components = -0.000136468 Jy ! Clean residual min=-0.001750 max=0.001822 Jy/beam ! Clean residual mean=0.000008 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0673376 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 47 components and 0.0673376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057934Jy sigma=0.042566 ! Fit after self-cal, rms=0.057936Jy sigma=0.042566 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.12301e-05 Jy ! Component: 100 - total flux cleaned = -6.84531e-05 Jy ! Component: 150 - total flux cleaned = -9.35552e-05 Jy ! Component: 200 - total flux cleaned = -9.36514e-05 Jy ! Total flux subtracted in 200 components = -9.36514e-05 Jy ! Clean residual min=-0.001755 max=0.001823 Jy/beam ! Clean residual mean=0.000008 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0672439 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 51 components and 0.0672439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057933Jy sigma=0.042565 ! Fit after self-cal, rms=0.057934Jy sigma=0.042564 ! 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.057934Jy sigma=0.042564 ! Fit after self-cal, rms=0.057989Jy sigma=0.042488 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.873 mas, bmaj=7.88 mas, bpa=0.9695 degrees ! Estimated noise=10.3676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000155019 Jy ! Component: 100 - total flux cleaned = -0.000190742 Jy ! Component: 150 - total flux cleaned = -0.000213643 Jy ! Component: 200 - total flux cleaned = -0.000233169 Jy ! Total flux subtracted in 200 components = -0.000233169 Jy ! Clean residual min=-0.001795 max=0.001878 Jy/beam ! Clean residual mean=0.000008 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0670108 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 52 components and 0.0670108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057987Jy sigma=0.042487 ! Fit after self-cal, rms=0.057998Jy sigma=0.042484 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 (-67.6, 69.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112466 Jy ! Component: 100 - total flux cleaned = 0.00112056 Jy ! Component: 150 - total flux cleaned = 0.00112024 Jy ! Component: 200 - total flux cleaned = 0.00114184 Jy ! Total flux subtracted in 200 components = 0.00114184 Jy ! Clean residual min=-0.001710 max=0.001471 Jy/beam ! Clean residual mean=0.000008 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0681526 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.0681526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057948Jy sigma=0.042451 ! Fit after self-cal, rms=0.057948Jy sigma=0.042448 ! 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.057948Jy sigma=0.042448 ! Fit after self-cal, rms=0.057712Jy sigma=0.042443 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.977 mas, bmaj=11.57 mas, bpa=1.929 degrees ! Estimated noise=11.5106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000231232 Jy ! Component: 100 - total flux cleaned = -0.000231451 Jy ! Component: 150 - total flux cleaned = -0.000253894 Jy ! Component: 200 - total flux cleaned = -0.000274404 Jy ! Total flux subtracted in 200 components = -0.000274404 Jy ! Clean residual min=-0.001937 max=0.001643 Jy/beam ! Clean residual mean=0.000014 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0678782 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 74 components and 0.0678782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057709Jy sigma=0.042440 ! Fit after self-cal, rms=0.057708Jy sigma=0.042439 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.76479e-05 Jy ! Component: 100 - total flux cleaned = -2.76203e-05 Jy ! Component: 150 - total flux cleaned = -4.59562e-05 Jy ! Component: 200 - total flux cleaned = -7.99095e-05 Jy ! Total flux subtracted in 200 components = -7.99095e-05 Jy ! Clean residual min=-0.001939 max=0.001634 Jy/beam ! Clean residual mean=0.000014 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0677983 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.0677983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057707Jy sigma=0.042437 ! Fit after self-cal, rms=0.057706Jy sigma=0.042436 ! 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 1:SC,true ! 1:SC self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057706Jy sigma=0.042436 ! Fit after self-cal, rms=0.057706Jy sigma=0.042436 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 ! 1:SC self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057706Jy sigma=0.042436 ! Fit after self-cal, rms=0.057573Jy sigma=0.042436 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=3.114 mas, bmaj=6.54 mas, bpa=1.199 degrees ! Estimated noise=19.151 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.000688684 Jy ! Component: 100 - total flux cleaned = 0.000688162 Jy ! Component: 150 - total flux cleaned = 0.000774521 Jy ! Component: 200 - total flux cleaned = 0.000812686 Jy ! Total flux subtracted in 200 components = 0.000812686 Jy ! Clean residual min=-0.003163 max=0.002989 Jy/beam ! Clean residual mean=0.000002 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.068611 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 108 components and 0.068611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057570Jy sigma=0.042436 ! Fit after self-cal, rms=0.057567Jy sigma=0.042432 ! Inverting map uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.872 mas, bmaj=7.879 mas, bpa=0.9344 degrees ! Estimated noise=10.2994 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.000412354 Jy ! Component: 100 - total flux cleaned = -0.000529375 Jy ! Component: 150 - total flux cleaned = -0.000571065 Jy ! Component: 200 - total flux cleaned = -0.000595446 Jy ! Component: 250 - total flux cleaned = -0.00061844 Jy ! Component: 300 - total flux cleaned = -0.000651199 Jy ! Component: 350 - total flux cleaned = -0.000682696 Jy ! Component: 400 - total flux cleaned = -0.000702516 Jy ! Total flux subtracted in 400 components = -0.000702516 Jy ! Clean residual min=-0.001590 max=0.001463 Jy/beam ! Clean residual mean=0.000008 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0679085 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 135 components and 0.0679085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057554Jy sigma=0.042424 ! Fit after self-cal, rms=0.057553Jy sigma=0.042423 ! 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.000119271 Jy ! Component: 100 - total flux cleaned = -0.000129036 Jy ! Component: 150 - total flux cleaned = -0.000138696 Jy ! Component: 200 - total flux cleaned = -0.000156855 Jy ! Component: 250 - total flux cleaned = -0.000174168 Jy ! Component: 300 - total flux cleaned = -0.000190738 Jy ! Component: 350 - total flux cleaned = -0.000198738 Jy ! Component: 400 - total flux cleaned = -0.000198802 Jy ! Total flux subtracted in 400 components = -0.000198802 Jy ! Clean residual min=-0.001596 max=0.001447 Jy/beam ! Clean residual mean=0.000008 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.0677097 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 150 components and 0.0677097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057548Jy sigma=0.042419 ! Fit after self-cal, rms=0.057549Jy sigma=0.042419 ! 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.057549Jy sigma=0.042419 ! Fit after self-cal, rms=0.057451Jy sigma=0.042419 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.873 mas, bmaj=7.88 mas, bpa=0.9634 degrees ! Estimated noise=10.2787 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000165313 Jy ! Component: 100 - total flux cleaned = -0.000165166 Jy ! Component: 150 - total flux cleaned = -0.000181062 Jy ! Component: 200 - total flux cleaned = -0.000189029 Jy ! Component: 250 - total flux cleaned = -0.000204427 Jy ! Component: 300 - total flux cleaned = -0.00020438 Jy ! Component: 350 - total flux cleaned = -0.000204457 Jy ! Component: 400 - total flux cleaned = -0.000218967 Jy ! Total flux subtracted in 400 components = -0.000218967 Jy ! Clean residual min=-0.001591 max=0.001436 Jy/beam ! Clean residual mean=0.000008 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.0674907 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 159 components and 0.0674907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057446Jy sigma=0.042416 ! Fit after self-cal, rms=0.057447Jy sigma=0.042416 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.45112e-06 Jy ! Component: 100 - total flux cleaned = -1.47198e-05 Jy ! Component: 150 - total flux cleaned = -1.47986e-05 Jy ! Component: 200 - total flux cleaned = -2.85909e-05 Jy ! Component: 250 - total flux cleaned = -2.86365e-05 Jy ! Component: 300 - total flux cleaned = -2.85948e-05 Jy ! Component: 350 - total flux cleaned = -3.53842e-05 Jy ! Component: 400 - total flux cleaned = -3.54943e-05 Jy ! Total flux subtracted in 400 components = -3.54943e-05 Jy ! Clean residual min=-0.001590 max=0.001426 Jy/beam ! Clean residual mean=0.000008 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.0674552 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 164 components and 0.0674552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057444Jy sigma=0.042414 ! Fit after self-cal, rms=0.057445Jy sigma=0.042414 ! 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.057445Jy sigma=0.042414 ! Fit after self-cal, rms=0.057377Jy sigma=0.042411 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.873 mas, bmaj=7.881 mas, bpa=0.978 degrees ! Estimated noise=10.2642 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000103244 Jy ! Component: 100 - total flux cleaned = -0.00010298 Jy ! Component: 150 - total flux cleaned = -0.000110015 Jy ! Component: 200 - total flux cleaned = -0.00010991 Jy ! Component: 250 - total flux cleaned = -0.00011608 Jy ! Component: 300 - total flux cleaned = -0.00012231 Jy ! Component: 350 - total flux cleaned = -0.00012219 Jy ! Component: 400 - total flux cleaned = -0.000134301 Jy ! Total flux subtracted in 400 components = -0.000134301 Jy ! Clean residual min=-0.001595 max=0.001415 Jy/beam ! Clean residual mean=0.000007 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.0673209 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 169 components and 0.0673209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057374Jy sigma=0.042410 ! Fit after self-cal, rms=0.057375Jy sigma=0.042410 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.32549e-05 Jy ! Component: 100 - total flux cleaned = -1.93649e-05 Jy ! Component: 150 - total flux cleaned = -1.94541e-05 Jy ! Component: 200 - total flux cleaned = -3.10001e-05 Jy ! Component: 250 - total flux cleaned = -3.09591e-05 Jy ! Component: 300 - total flux cleaned = -3.65592e-05 Jy ! Component: 350 - total flux cleaned = -3.67e-05 Jy ! Component: 400 - total flux cleaned = -4.21589e-05 Jy ! Total flux subtracted in 400 components = -4.21589e-05 Jy ! Clean residual min=-0.001594 max=0.001410 Jy/beam ! Clean residual mean=0.000007 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0672788 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 175 components and 0.0672788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057373Jy sigma=0.042408 ! Fit after self-cal, rms=0.057373Jy sigma=0.042408 ! 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.057373Jy sigma=0.042408 ! Fit after self-cal, rms=0.058815Jy sigma=0.041884 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.983 mas, bmaj=11.58 mas, bpa=2.002 degrees ! Estimated noise=11.5525 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000555231 Jy ! Component: 100 - total flux cleaned = 0.00055008 Jy ! Component: 150 - total flux cleaned = 0.000505267 Jy ! Component: 200 - total flux cleaned = 0.000473428 Jy ! Component: 250 - total flux cleaned = 0.000452107 Jy ! Component: 300 - total flux cleaned = 0.000438215 Jy ! Component: 350 - total flux cleaned = 0.000412962 Jy ! Component: 400 - total flux cleaned = 0.000389222 Jy ! Total flux subtracted in 400 components = 0.000389222 Jy ! Clean residual min=-0.001944 max=0.001679 Jy/beam ! Clean residual mean=0.000012 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.067668 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 196 components and 0.067668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058815Jy sigma=0.041877 ! Fit after self-cal, rms=0.058855Jy sigma=0.041865 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 = 8.24489e-06 Jy ! Component: 100 - total flux cleaned = -3.78841e-05 Jy ! Component: 150 - total flux cleaned = -6.19623e-05 Jy ! Component: 200 - total flux cleaned = -8.97934e-05 Jy ! Component: 250 - total flux cleaned = -0.000110588 Jy ! Component: 300 - total flux cleaned = -0.000129888 Jy ! Component: 350 - total flux cleaned = -0.000143542 Jy ! Component: 400 - total flux cleaned = -0.000152234 Jy ! Total flux subtracted in 400 components = -0.000152234 Jy ! Clean residual min=-0.001938 max=0.001670 Jy/beam ! Clean residual mean=0.000012 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.0675157 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 203 components and 0.0675157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058857Jy sigma=0.041865 ! Fit after self-cal, rms=0.058856Jy sigma=0.041865 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=3.877 mas, bmaj=7.888 mas, bpa=1.054 degrees ! Estimated noise=10.377 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.877 x 7.888 at 1.054 degrees (North through East) ! Clean map min=-0.0016047 max=0.064969 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=3.126 mas, bmaj=6.551 mas, bpa=1.197 degrees ! Estimated noise=19.3684 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0505643 Jy ! Component: 100 - total flux cleaned = 0.0620043 Jy ! Component: 150 - total flux cleaned = 0.0659366 Jy ! Component: 200 - total flux cleaned = 0.0680826 Jy ! Component: 250 - total flux cleaned = 0.0690281 Jy ! Component: 300 - total flux cleaned = 0.0695853 Jy ! Component: 350 - total flux cleaned = 0.0698585 Jy ! Component: 400 - total flux cleaned = 0.0701973 Jy ! Total flux subtracted in 400 components = 0.0701973 Jy ! Clean residual min=-0.002940 max=0.003097 Jy/beam ! Clean residual mean=0.000001 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.0701974 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.0701974 Jy ! Inverting map and beam ! Estimated beam: bmin=3.877 mas, bmaj=7.888 mas, bpa=1.054 degrees ! Estimated noise=10.377 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.000913112 Jy ! Component: 100 - total flux cleaned = -0.00117771 Jy ! Component: 150 - total flux cleaned = -0.00134337 Jy ! Component: 200 - total flux cleaned = -0.00141371 Jy ! Component: 250 - total flux cleaned = -0.00149921 Jy ! Component: 300 - total flux cleaned = -0.00153861 Jy ! Component: 350 - total flux cleaned = -0.00155738 Jy ! Component: 400 - total flux cleaned = -0.00159184 Jy ! Total flux subtracted in 400 components = -0.00159184 Jy ! Clean residual min=-0.001699 max=0.001516 Jy/beam ! Clean residual mean=0.000006 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0686055 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 77 components and 0.0686055 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=7.983 mas, bmaj=11.58 mas, bpa=2.002 degrees ! Estimated noise=11.5525 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000300838 Jy ! Component: 100 - total flux cleaned = -0.00040369 Jy ! Component: 150 - total flux cleaned = -0.000504635 Jy ! Component: 200 - total flux cleaned = -0.000554335 Jy ! Component: 250 - total flux cleaned = -0.000609994 Jy ! Component: 300 - total flux cleaned = -0.00064022 Jy ! Component: 350 - total flux cleaned = -0.000668479 Jy ! Component: 400 - total flux cleaned = -0.000687078 Jy ! Total flux subtracted in 400 components = -0.000687078 Jy ! Clean residual min=-0.001977 max=0.001668 Jy/beam ! Clean residual mean=0.000012 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.0679185 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 = -2.60754e-05 Jy ! Component: 100 - total flux cleaned = -3.4306e-05 Jy ! Component: 150 - total flux cleaned = -5.0452e-05 Jy ! Component: 200 - total flux cleaned = -7.35997e-05 Jy ! Component: 250 - total flux cleaned = -8.87262e-05 Jy ! Component: 300 - total flux cleaned = -0.000110763 Jy ! Component: 350 - total flux cleaned = -0.000124776 Jy ! Component: 400 - total flux cleaned = -0.000145349 Jy ! Total flux subtracted in 400 components = -0.000145349 Jy ! Clean residual min=-0.001961 max=0.001676 Jy/beam ! Clean residual mean=0.000012 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.0677731 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 106 components and 0.0677731 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.877 mas, bmaj=7.888 mas, bpa=1.054 degrees ! Estimated noise=10.377 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.46179e-05 Jy ! Component: 100 - total flux cleaned = 2.85974e-05 Jy ! Component: 150 - total flux cleaned = 2.83296e-05 Jy ! Component: 200 - total flux cleaned = 1.51356e-05 Jy ! Component: 250 - total flux cleaned = 2.56143e-06 Jy ! Component: 300 - total flux cleaned = 2.84117e-06 Jy ! Component: 350 - total flux cleaned = -8.67916e-06 Jy ! Component: 400 - total flux cleaned = -8.85093e-06 Jy ! Total flux subtracted in 400 components = -8.85093e-06 Jy ! Clean residual min=-0.001649 max=0.001444 Jy/beam ! Clean residual mean=0.000007 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.0677643 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 130 components and 0.0677643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058878Jy sigma=0.041879 ! Fit after self-cal, rms=0.058869Jy sigma=0.041878 wmodel /scr/pima/rdv95_uvs/J1347+0552_S_map.mod ! Writing 130 model components to file: /scr/pima/rdv95_uvs/J1347+0552_S_map.mod wobs /scr/pima/rdv95_uvs/J1347+0552_S_uvs.fits ! Applying 1400 buffered edits. ! Writing UV FITS file: /scr/pima/rdv95_uvs/J1347+0552_S_uvs.fits wwins /scr/pima/rdv95_uvs/J1347+0552_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv95_uvs/J1347+0552_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.000358864 Jy ! Component: 100 - total flux cleaned = -0.000512611 Jy ! Component: 150 - total flux cleaned = -0.000512782 Jy ! Component: 200 - total flux cleaned = -0.00046684 Jy ! Component: 250 - total flux cleaned = -0.000488892 Jy ! Component: 300 - total flux cleaned = -0.000466986 Jy ! Component: 350 - total flux cleaned = -0.000446213 Jy ! Component: 400 - total flux cleaned = -0.000385849 Jy ! Component: 450 - total flux cleaned = -0.000288378 Jy ! Component: 500 - total flux cleaned = -0.000269424 Jy ! Component: 550 - total flux cleaned = -0.000175864 Jy ! Component: 600 - total flux cleaned = -0.000139385 Jy ! Component: 650 - total flux cleaned = -3.25822e-05 Jy ! Component: 700 - total flux cleaned = 7.22151e-05 Jy ! Component: 750 - total flux cleaned = 0.000174569 Jy ! Component: 800 - total flux cleaned = 0.000308613 Jy ! Component: 850 - total flux cleaned = 0.00042352 Jy ! Component: 900 - total flux cleaned = 0.000423351 Jy ! Component: 950 - total flux cleaned = 0.000502998 Jy ! Component: 1000 - total flux cleaned = 0.000565742 Jy ! Component: 1050 - total flux cleaned = 0.000642679 Jy ! Component: 1100 - total flux cleaned = 0.000642887 Jy ! Component: 1150 - total flux cleaned = 0.000703177 Jy ! Component: 1200 - total flux cleaned = 0.000733003 Jy ! Component: 1250 - total flux cleaned = 0.000762316 Jy ! Component: 1300 - total flux cleaned = 0.000762389 Jy ! Component: 1350 - total flux cleaned = 0.000819113 Jy ! Component: 1400 - total flux cleaned = 0.000818974 Jy ! Component: 1450 - total flux cleaned = 0.000791323 Jy ! Component: 1500 - total flux cleaned = 0.000805057 Jy ! Component: 1550 - total flux cleaned = 0.000764444 Jy ! Component: 1600 - total flux cleaned = 0.000791258 Jy ! Component: 1650 - total flux cleaned = 0.00072491 Jy ! Component: 1700 - total flux cleaned = 0.000738187 Jy ! Component: 1750 - total flux cleaned = 0.000738185 Jy ! Component: 1800 - total flux cleaned = 0.000725242 Jy ! Component: 1850 - total flux cleaned = 0.000725298 Jy ! Component: 1900 - total flux cleaned = 0.00072528 Jy ! Component: 1950 - total flux cleaned = 0.000725365 Jy ! Component: 2000 - total flux cleaned = 0.000725236 Jy ! Component: 2050 - total flux cleaned = 0.000737541 Jy ! Component: 2100 - total flux cleaned = 0.000749729 Jy ! Component: 2150 - total flux cleaned = 0.000821577 Jy ! Component: 2200 - total flux cleaned = 0.000809346 Jy ! Component: 2250 - total flux cleaned = 0.000773829 Jy ! Component: 2300 - total flux cleaned = 0.000832389 Jy ! Component: 2350 - total flux cleaned = 0.000785954 Jy ! Component: 2400 - total flux cleaned = 0.000809068 Jy ! Component: 2450 - total flux cleaned = 0.000775094 Jy ! Component: 2500 - total flux cleaned = 0.000842873 Jy ! Component: 2550 - total flux cleaned = 0.000820424 Jy ! Component: 2600 - total flux cleaned = 0.000809178 Jy ! Component: 2650 - total flux cleaned = 0.00086453 Jy ! Component: 2700 - total flux cleaned = 0.000842526 Jy ! Component: 2750 - total flux cleaned = 0.000842622 Jy ! Component: 2800 - total flux cleaned = 0.000864168 Jy ! Component: 2850 - total flux cleaned = 0.000885651 Jy ! Component: 2900 - total flux cleaned = 0.000853607 Jy ! Component: 2950 - total flux cleaned = 0.00087486 Jy ! Component: 3000 - total flux cleaned = 0.000927461 Jy ! Component: 3050 - total flux cleaned = 0.000885716 Jy ! Component: 3100 - total flux cleaned = 0.000937569 Jy ! Component: 3150 - total flux cleaned = 0.000968423 Jy ! Component: 3200 - total flux cleaned = 0.00100937 Jy ! Component: 3250 - total flux cleaned = 0.00101957 Jy ! Component: 3300 - total flux cleaned = 0.00102969 Jy ! Component: 3350 - total flux cleaned = 0.00104973 Jy ! Component: 3400 - total flux cleaned = 0.00109969 Jy ! Component: 3450 - total flux cleaned = 0.00110963 Jy ! Component: 3500 - total flux cleaned = 0.00117866 Jy ! Component: 3550 - total flux cleaned = 0.00121783 Jy ! Component: 3600 - total flux cleaned = 0.00121784 Jy ! Component: 3650 - total flux cleaned = 0.00122753 Jy ! Component: 3700 - total flux cleaned = 0.00127569 Jy ! Component: 3750 - total flux cleaned = 0.00129484 Jy ! Component: 3800 - total flux cleaned = 0.00135179 Jy ! Component: 3850 - total flux cleaned = 0.00134232 Jy ! Component: 3900 - total flux cleaned = 0.00139872 Jy ! Component: 3950 - total flux cleaned = 0.00143607 Jy ! Component: 4000 - total flux cleaned = 0.0014454 Jy ! Component: 4050 - total flux cleaned = 0.00150074 Jy ! Total flux subtracted in 4096 components = 0.00154664 Jy ! Clean residual min=-0.000506 max=0.000616 Jy/beam ! Clean residual mean=0.000002 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.0693109 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 435 components and 0.0693109 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv95_uvs/J1347+0552_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.877 x 7.888 at 1.054 degrees (North through East) ! Clean map min=-0.0011537 max=0.06491 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv95_uvs/J1347+0552_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.0649 rms= 0.00017 Jy quit ! Quitting program ! Log file /scr/pima/rdv95_uvs/J1347+0552_S_uvs.log closed on Wed Nov 6 20:46:56 2013