! Started logfile: J1310+0044_S_2011_08_02_pus_uvs.log on Thu Apr 19 13:15:51 2012 obs J1310+0044_S_2011_08_02_pus_uva.fits ! Reading UV FITS file: J1310+0044_S_2011_08_02_pus_uva.fits ! AN table 1: 90 integrations on 78 of 78 possible baselines. ! AN table 2: 90 integrations on 78 of 78 possible baselines. ! Apparent sampling: 0.445869 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1310+0044 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2651 lines of history. ! ! Reading 25040 visibilities. select I ! Polarization I is unavailable. ! 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 = 512 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1310+0044_S_2011_08_02_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 397 telescope corrections were flagged in sub-array 1. ! A total of 364 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 384 telescope corrections were flagged in sub-array 1. ! A total of 364 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 384 telescope corrections were flagged in sub-array 1. ! A total of 364 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 384 telescope corrections were flagged in sub-array 1. ! A total of 364 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.893059Jy sigma=0.010821 ! Fit after self-cal, rms=0.872155Jy sigma=0.010597 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.419 mas, bmaj=11.55 mas, bpa=-18.68 degrees ! Estimated noise=750.34 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.106096 Jy ! Component: 100 - total flux cleaned = 0.131444 Jy ! Total flux subtracted in 100 components = 0.131444 Jy ! Clean residual min=-0.005700 max=0.009897 Jy/beam ! Clean residual mean=0.000035 rms=0.002001 Jy/beam ! Combined flux in latest and established models = 0.131444 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.131444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136965Jy sigma=0.001432 ! Fit after self-cal, rms=0.137017Jy sigma=0.001432 ! 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=4.088 mas, bmaj=12.7 mas, bpa=-17.15 degrees ! Estimated noise=375.918 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.0122053 Jy ! Component: 100 - total flux cleaned = 0.0178232 Jy ! Component: 150 - total flux cleaned = 0.0211532 Jy ! Component: 200 - total flux cleaned = 0.0231841 Jy ! Total flux subtracted in 200 components = 0.0231841 Jy ! Clean residual min=-0.003885 max=0.006016 Jy/beam ! Clean residual mean=0.000009 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.154628 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 29 components and 0.154628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136000Jy sigma=0.001419 ! Fit after self-cal, rms=0.136057Jy sigma=0.001418 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.11 FT 1.00* HH 1.00* ! HN 0.99 KP 0.95 LA 0.98 MK 0.72 ! NL 0.95 OV 0.96 PT 0.99 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.93 FD 1.12 FT 1.00* HH 1.00* ! HN 1.03 KP 0.94 LA 1.04 MK 0.93 ! NL 0.92 OV 0.95 PT 1.01 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.23 FT 1.00* HH 1.00* ! HN 1.10 KP 1.00 LA 0.97 MK 1.01 ! NL 1.10 OV 1.03 PT 1.01 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 1.22 FT 1.00* HH 1.00* ! HN 1.12 KP 1.03 LA 0.97 MK 1.06 ! NL 1.11 OV 1.05 PT 1.00 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.17 FT 1.00* HH 1.00* ! HN 1.09 KP 1.02 LA 0.91 MK 1.02 ! NL 1.12 OV 1.00 PT 0.97 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 1.23 FT 1.00* HH 1.00* ! HN 1.02 KP 1.01 LA 0.97 MK 1.03 ! NL 1.03 OV 1.01 PT 0.99 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.23 FT 1.00* HH 1.00* ! HN 0.95 KP 0.90 LA 0.76 MK 0.97 ! NL 0.96 OV 0.87 PT 0.93 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 1.17 FT 1.00* HH 1.00* ! HN 1.04 KP 0.90 LA 0.75 MK 1.13 ! NL 0.98 OV 0.89 PT 0.91 TS 1.00* ! WZ 1.00* ! ! ! Fit before self-cal, rms=0.136057Jy sigma=0.001418 ! Fit after self-cal, rms=0.129867Jy sigma=0.001393 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.117 mas, bmaj=12.72 mas, bpa=-17.3 degrees ! Estimated noise=374.772 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.000308358 Jy ! Component: 100 - total flux cleaned = 0.000159176 Jy ! Component: 150 - total flux cleaned = 9.9134e-05 Jy ! Component: 200 - total flux cleaned = 1.478e-06 Jy ! Total flux subtracted in 200 components = 1.478e-06 Jy ! Clean residual min=-0.001932 max=0.002411 Jy/beam ! Clean residual mean=-0.000038 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.15463 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 40 components and 0.15463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129847Jy sigma=0.001393 ! Fit after self-cal, rms=0.129868Jy sigma=0.001392 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129868Jy sigma=0.001392 ! Fit after self-cal, rms=0.129384Jy sigma=0.001392 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.104 mas, bmaj=12.74 mas, bpa=-17.33 degrees ! Estimated noise=374.923 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000286095 Jy ! Component: 100 - total flux cleaned = 0.000137156 Jy ! Component: 150 - total flux cleaned = 9.69315e-05 Jy ! Component: 200 - total flux cleaned = 7.72546e-05 Jy ! Total flux subtracted in 200 components = 7.72546e-05 Jy ! Clean residual min=-0.001827 max=0.002435 Jy/beam ! Clean residual mean=-0.000038 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.154707 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 51 components and 0.154707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129374Jy sigma=0.001391 ! Fit after self-cal, rms=0.129368Jy sigma=0.001391 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.28406e-05 Jy ! Component: 100 - total flux cleaned = -1.4398e-05 Jy ! Component: 150 - total flux cleaned = -3.13286e-05 Jy ! Component: 200 - total flux cleaned = -3.13023e-05 Jy ! Total flux subtracted in 200 components = -3.13023e-05 Jy ! Clean residual min=-0.001810 max=0.002470 Jy/beam ! Clean residual mean=-0.000037 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.154675 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 59 components and 0.154676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129363Jy sigma=0.001391 ! Fit after self-cal, rms=0.129361Jy sigma=0.001391 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129361Jy sigma=0.001391 ! Fit after self-cal, rms=0.128867Jy sigma=0.001391 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.093 mas, bmaj=12.76 mas, bpa=-17.34 degrees ! Estimated noise=374.985 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000192595 Jy ! Component: 100 - total flux cleaned = 0.000135768 Jy ! Component: 150 - total flux cleaned = 0.000102338 Jy ! Component: 200 - total flux cleaned = 8.73993e-05 Jy ! Total flux subtracted in 200 components = 8.73993e-05 Jy ! Clean residual min=-0.001826 max=0.002472 Jy/beam ! Clean residual mean=-0.000037 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.154763 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 69 components and 0.154763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128861Jy sigma=0.001391 ! Fit after self-cal, rms=0.128853Jy sigma=0.001391 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.79311e-05 Jy ! Component: 100 - total flux cleaned = 8.88255e-06 Jy ! Component: 150 - total flux cleaned = -3.25186e-05 Jy ! Component: 200 - total flux cleaned = -3.24904e-05 Jy ! Total flux subtracted in 200 components = -3.24904e-05 Jy ! Clean residual min=-0.001815 max=0.002493 Jy/beam ! Clean residual mean=-0.000037 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.15473 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 78 components and 0.15473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128850Jy sigma=0.001391 ! Fit after self-cal, rms=0.128850Jy sigma=0.001391 ! 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 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128850Jy sigma=0.001391 ! Fit after self-cal, rms=0.128450Jy sigma=0.001391 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.253 mas, bmaj=13.77 mas, bpa=-9.077 degrees ! Estimated noise=407.957 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000605314 Jy ! Component: 100 - total flux cleaned = 0.00043891 Jy ! Component: 150 - total flux cleaned = 0.000338323 Jy ! Component: 200 - total flux cleaned = 0.000266428 Jy ! Total flux subtracted in 200 components = 0.000266428 Jy ! Clean residual min=-0.002364 max=0.002630 Jy/beam ! Clean residual mean=-0.000060 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.154997 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 95 components and 0.154997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128450Jy sigma=0.001391 ! Fit after self-cal, rms=0.128440Jy sigma=0.001391 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.59363e-05 Jy ! Component: 100 - total flux cleaned = -3.53952e-05 Jy ! Component: 150 - total flux cleaned = -7.54218e-05 Jy ! Component: 200 - total flux cleaned = -0.000101643 Jy ! Total flux subtracted in 200 components = -0.000101643 Jy ! Clean residual min=-0.002357 max=0.002626 Jy/beam ! Clean residual mean=-0.000059 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.154895 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 110 components and 0.154895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128441Jy sigma=0.001391 ! Fit after self-cal, rms=0.128439Jy sigma=0.001391 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.086 mas, bmaj=12.78 mas, bpa=-17.34 degrees ! Estimated noise=374.98 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.086 x 12.78 at -17.34 degrees (North through East) ! Clean map min=-0.0018997 max=0.13621 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.412 mas, bmaj=11.56 mas, bpa=-18.94 degrees ! Estimated noise=740.672 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.104368 Jy ! Component: 100 - total flux cleaned = 0.130176 Jy ! Component: 150 - total flux cleaned = 0.140974 Jy ! Component: 200 - total flux cleaned = 0.146509 Jy ! Total flux subtracted in 200 components = 0.146509 Jy ! Clean residual min=-0.004455 max=0.004283 Jy/beam ! Clean residual mean=0.000002 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.14651 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.14651 Jy ! Inverting map and beam ! Estimated beam: bmin=4.086 mas, bmaj=12.78 mas, bpa=-17.34 degrees ! Estimated noise=374.98 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) ! Added new window around map position (-5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00517982 Jy ! Component: 100 - total flux cleaned = 0.00801436 Jy ! Component: 150 - total flux cleaned = 0.00931462 Jy ! Component: 200 - total flux cleaned = 0.00964153 Jy ! Total flux subtracted in 200 components = 0.00964153 Jy ! Clean residual min=-0.001958 max=0.002017 Jy/beam ! Clean residual mean=-0.000045 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.156151 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 40 components and 0.156151 Jy ! Inverting map uvw 0,2 ! Uniform weighting is not currently selected. ! Amplitude error weighting is not currently selected. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.673 mas, bmaj=13.09 mas, bpa=-18.27 degrees ! Estimated noise=410.738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.88648e-06 Jy ! Component: 100 - total flux cleaned = -6.18196e-06 Jy ! Component: 150 - total flux cleaned = -4.4774e-05 Jy ! Component: 200 - total flux cleaned = -0.000117049 Jy ! Total flux subtracted in 200 components = -0.000117049 Jy ! Clean residual min=-0.001859 max=0.002192 Jy/beam ! Clean residual mean=-0.000037 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.156034 Jy clean ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.74118e-05 Jy ! Component: 100 - total flux cleaned = -6.83723e-05 Jy ! Component: 150 - total flux cleaned = -6.9107e-05 Jy ! Component: 200 - total flux cleaned = -6.98841e-05 Jy ! Total flux subtracted in 200 components = -6.98841e-05 Jy ! Clean residual min=-0.001862 max=0.002151 Jy/beam ! Clean residual mean=-0.000036 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.155964 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 70 components and 0.155964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128408Jy sigma=0.001391 ! Fit after self-cal, rms=0.128419Jy sigma=0.001391 wmodel J1310+0044_S_2011_08_02_pus_map.mod ! Writing 70 model components to file: J1310+0044_S_2011_08_02_pus_map.mod wobs J1310+0044_S_2011_08_02_pus_uvs.fits ! Writing UV FITS file: J1310+0044_S_2011_08_02_pus_uvs.fits wwins J1310+0044_S_2011_08_02_pus_map.win ! wwins: Wrote 2 windows to J1310+0044_S_2011_08_02_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000812583 Jy ! Component: 100 - total flux cleaned = 0.00117698 Jy ! Component: 150 - total flux cleaned = 0.00136192 Jy ! Component: 200 - total flux cleaned = 0.00133303 Jy ! Component: 250 - total flux cleaned = 0.00127811 Jy ! Component: 300 - total flux cleaned = 0.00120002 Jy ! Component: 350 - total flux cleaned = 0.00112475 Jy ! Component: 400 - total flux cleaned = 0.00107577 Jy ! Component: 450 - total flux cleaned = 0.000956375 Jy ! Component: 500 - total flux cleaned = 0.00086399 Jy ! Component: 550 - total flux cleaned = 0.000841447 Jy ! Component: 600 - total flux cleaned = 0.000775495 Jy ! Component: 650 - total flux cleaned = 0.000775747 Jy ! Component: 700 - total flux cleaned = 0.000733601 Jy ! Component: 750 - total flux cleaned = 0.000733263 Jy ! Component: 800 - total flux cleaned = 0.000753625 Jy ! Component: 850 - total flux cleaned = 0.000793516 Jy ! Component: 900 - total flux cleaned = 0.000870921 Jy ! Component: 950 - total flux cleaned = 0.000908989 Jy ! Component: 1000 - total flux cleaned = 0.000946655 Jy ! Component: 1050 - total flux cleaned = 0.00100241 Jy ! Component: 1100 - total flux cleaned = 0.0010932 Jy ! Component: 1150 - total flux cleaned = 0.00111106 Jy ! Component: 1200 - total flux cleaned = 0.00118148 Jy ! Component: 1250 - total flux cleaned = 0.00118179 Jy ! Component: 1300 - total flux cleaned = 0.00118189 Jy ! Component: 1350 - total flux cleaned = 0.00123219 Jy ! Component: 1400 - total flux cleaned = 0.00126516 Jy ! Component: 1450 - total flux cleaned = 0.00126508 Jy ! Component: 1500 - total flux cleaned = 0.00131324 Jy ! Component: 1550 - total flux cleaned = 0.00131311 Jy ! Component: 1600 - total flux cleaned = 0.00132879 Jy ! Component: 1650 - total flux cleaned = 0.00131355 Jy ! Component: 1700 - total flux cleaned = 0.00132902 Jy ! Component: 1750 - total flux cleaned = 0.00132877 Jy ! Component: 1800 - total flux cleaned = 0.00129888 Jy ! Component: 1850 - total flux cleaned = 0.00126943 Jy ! Component: 1900 - total flux cleaned = 0.00126958 Jy ! Component: 1950 - total flux cleaned = 0.00126962 Jy ! Component: 2000 - total flux cleaned = 0.00126965 Jy ! Total flux subtracted in 2048 components = 0.00122746 Jy ! Clean residual min=-0.000937 max=0.000995 Jy/beam ! Clean residual mean=-0.000022 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.157192 Jy keep ! Adding 138 model components to the UV plane model. ! The established model now contains 208 components and 0.157191 Jy ![Exited script file: muppet] wmap "J1310+0044_S_2011_08_02_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.673 x 13.09 at -18.27 degrees (North through East) ! Clean map min=-0.0013728 max=0.13431 Jy/beam ! Writing clean map to FITS file: J1310+0044_S_2011_08_02_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.134314 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000307066 device "J1310+0044_S_2011_08_02_pus\_map.eps/VPS" ! Attempting to open device: 'J1310+0044_S_2011_08_02_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.685855 0.685855 1.37171 2.74342 5.48684 10.9737 21.9474 43.8947 87.7894 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.134 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.673 x 13.09 at -18.27 degrees (North through East) ! Clean map min=-0.0013728 max=0.13431 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1310+0044_S_2011_08_02_pus\_map.gif/vgif" ! Attempting to open device: 'J1310+0044_S_2011_08_02_pus_map.gif/vgif' mapplot cln