! Started logfile: J0216-0105_X_2015_01_23_pus_uvs.log on Sun Jan 1 22:08:23 2017 obs J0216-0105_X_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0216-0105_X_2015_01_23_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.786881 visibilities/baseline/integration-bin. ! Found source: J0216-0105 ! ! There are 12 IFs, and a total of 12 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.44388e+09 3.2e+07 1 3.2e+07 ! 02 2 8.47588e+09 3.2e+07 1 3.2e+07 ! 03 3 8.50788e+09 3.2e+07 1 3.2e+07 ! 04 4 8.53988e+09 3.2e+07 1 3.2e+07 ! 05 5 8.60388e+09 3.2e+07 1 3.2e+07 ! 06 6 8.63588e+09 3.2e+07 1 3.2e+07 ! 07 7 8.69988e+09 3.2e+07 1 3.2e+07 ! 08 8 8.73188e+09 3.2e+07 1 3.2e+07 ! 09 9 8.79588e+09 3.2e+07 1 3.2e+07 ! 10 10 8.82788e+09 3.2e+07 1 3.2e+07 ! 11 11 8.85988e+09 3.2e+07 1 3.2e+07 ! 12 12 8.89188e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 350 lines of history. ! ! Reading 35268 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..12 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 ! Reading IF 9 channels: 9..9 ! Reading IF 10 channels: 10..10 ! Reading IF 11 channels: 11..11 ! Reading IF 12 channels: 12..12 print "field_size =",field_size ! field_size = 512 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@muppet J0216-0105_X_2015_01_23_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.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. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 9. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 10. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 11. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 12. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.968885Jy sigma=0.011203 ! Fit after self-cal, rms=0.937680Jy sigma=0.010868 ! 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=0.8752 mas, bmaj=1.851 mas, bpa=7.882 degrees ! Estimated noise=611.36 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.0487714 Jy ! Component: 100 - total flux cleaned = 0.0599996 Jy ! Total flux subtracted in 100 components = 0.0599996 Jy ! Clean residual min=-0.005529 max=0.007255 Jy/beam ! Clean residual mean=0.000039 rms=0.001604 Jy/beam ! Combined flux in latest and established models = 0.0599996 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0599996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.077228Jy sigma=0.000822 ! Fit after self-cal, rms=0.077041Jy sigma=0.000820 ! 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.051 mas, bmaj=2.134 mas, bpa=7.485 degrees ! Estimated noise=331.854 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.0052109 Jy ! Component: 100 - total flux cleaned = 0.00702383 Jy ! Component: 150 - total flux cleaned = 0.00720313 Jy ! Component: 200 - total flux cleaned = 0.00715876 Jy ! Total flux subtracted in 200 components = 0.00715876 Jy ! Clean residual min=-0.005482 max=0.007627 Jy/beam ! Clean residual mean=0.000076 rms=0.001695 Jy/beam ! Combined flux in latest and established models = 0.0671584 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 24 components and 0.0671584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.076637Jy sigma=0.000817 ! Fit after self-cal, rms=0.076648Jy sigma=0.000816 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.04 HN 1.05 KP 0.84 ! LA 1.70 MK 1.05 NL 0.88 OV 0.93 ! PT 0.96 SC 1.10 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.01 HN 1.02 KP 0.78 ! LA 1.65 MK 1.11 NL 0.94 OV 0.92 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.04 HN 1.03 KP 0.82 ! LA 1.77 MK 1.07 NL 0.90 OV 0.92 ! PT 0.87 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.02 HN 1.03 KP 0.72 ! LA 1.73 MK 1.01 NL 0.96 OV 0.89 ! PT 0.88 SC 1.05 ! ! ! Correcting IF 5. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.09 HN 0.97 KP 0.68 ! LA 1.67 MK 1.03 NL 0.95 OV 0.87 ! PT 0.89 SC 1.08 ! ! ! Correcting IF 6. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.08 HN 0.99 KP 0.68 ! LA 1.70 MK 0.97 NL 0.94 OV 0.92 ! PT 0.93 SC 1.05 ! ! ! Correcting IF 7. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.16 HN 1.09 KP 0.69 ! LA 1.64 MK 0.99 NL 1.00 OV 0.98 ! PT 0.91 SC 1.13 ! ! ! Correcting IF 8. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.10 HN 0.97 KP 0.68 ! LA 1.66 MK 1.02 NL 0.88 OV 0.93 ! PT 0.86 SC 1.07 ! ! ! Correcting IF 9. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.09 HN 1.08 KP 0.72 ! LA 1.54 MK 1.09 NL 0.89 OV 0.93 ! PT 0.95 SC 0.96 ! ! ! Correcting IF 10. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.05 HN 0.98 KP 0.76 ! LA 1.62 MK 1.10 NL 0.93 OV 0.90 ! PT 0.92 SC 1.04 ! ! ! Correcting IF 11. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.04 HN 1.03 KP 0.80 ! LA 1.57 MK 0.96 NL 0.91 OV 0.94 ! PT 0.86 SC 1.03 ! ! ! Correcting IF 12. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.10 HN 0.98 KP 0.82 ! LA 1.48 MK 1.23 NL 0.92 OV 0.90 ! PT 0.91 SC 0.99 ! ! ! Fit before self-cal, rms=0.076648Jy sigma=0.000816 ! Fit after self-cal, rms=0.079301Jy sigma=0.000792 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.057 mas, bmaj=2.135 mas, bpa=7.221 degrees ! Estimated noise=330.077 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.000601767 Jy ! Component: 100 - total flux cleaned = 0.000870797 Jy ! Component: 150 - total flux cleaned = 0.000978923 Jy ! Component: 200 - total flux cleaned = 0.00102797 Jy ! Total flux subtracted in 200 components = 0.00102797 Jy ! Clean residual min=-0.003771 max=0.004660 Jy/beam ! Clean residual mean=0.000030 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.0681864 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 30 components and 0.0681864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.079269Jy sigma=0.000792 ! Fit after self-cal, rms=0.079680Jy sigma=0.000790 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.079680Jy sigma=0.000790 ! Fit after self-cal, rms=0.096150Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=2.139 mas, bpa=7.166 degrees ! Estimated noise=331.044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000159629 Jy ! Component: 100 - total flux cleaned = -0.000212728 Jy ! Component: 150 - total flux cleaned = -0.000192825 Jy ! Component: 200 - total flux cleaned = -0.000184231 Jy ! Total flux subtracted in 200 components = -0.000184231 Jy ! Clean residual min=-0.001456 max=0.004991 Jy/beam ! Clean residual mean=-0.000003 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.0680021 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.0680021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.096145Jy sigma=0.000778 ! Fit after self-cal, rms=0.096449Jy sigma=0.000777 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 (-0.8, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00405778 Jy ! Component: 100 - total flux cleaned = 0.00555547 Jy ! Component: 150 - total flux cleaned = 0.00606528 Jy ! Component: 200 - total flux cleaned = 0.00628607 Jy ! Total flux subtracted in 200 components = 0.00628607 Jy ! Clean residual min=-0.001163 max=0.001174 Jy/beam ! Clean residual mean=-0.000000 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.0742882 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 55 components and 0.0742882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.096337Jy sigma=0.000774 ! Fit after self-cal, rms=0.096344Jy sigma=0.000774 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121149 Jy ! Component: 100 - total flux cleaned = 0.00175224 Jy ! Component: 150 - total flux cleaned = 0.0018411 Jy ! Component: 200 - total flux cleaned = 0.00196093 Jy ! Total flux subtracted in 200 components = 0.00196093 Jy ! Clean residual min=-0.001035 max=0.000980 Jy/beam ! Clean residual mean=0.000002 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.0762491 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 73 components and 0.0762491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.096335Jy sigma=0.000773 ! Fit after self-cal, rms=0.096342Jy sigma=0.000773 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.096342Jy sigma=0.000773 ! Fit after self-cal, rms=0.101713Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.062 mas, bmaj=2.139 mas, bpa=7.247 degrees ! Estimated noise=329.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000821713 Jy ! Component: 100 - total flux cleaned = 0.00082336 Jy ! Component: 150 - total flux cleaned = 0.000862435 Jy ! Component: 200 - total flux cleaned = 0.000861392 Jy ! Total flux subtracted in 200 components = 0.000861392 Jy ! Clean residual min=-0.000901 max=0.000823 Jy/beam ! Clean residual mean=0.000000 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.0771105 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 91 components and 0.0771105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.101707Jy sigma=0.000773 ! Fit after self-cal, rms=0.101749Jy sigma=0.000773 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.000210482 Jy ! Component: 100 - total flux cleaned = 0.000250841 Jy ! Component: 150 - total flux cleaned = 0.000277011 Jy ! Component: 200 - total flux cleaned = 0.000276752 Jy ! Total flux subtracted in 200 components = 0.000276752 Jy ! Clean residual min=-0.000856 max=0.000814 Jy/beam ! Clean residual mean=0.000001 rms=0.000214 Jy/beam ! Combined flux in latest and established models = 0.0773873 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 103 components and 0.0773873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.101747Jy sigma=0.000773 ! Fit after self-cal, rms=0.101748Jy sigma=0.000773 ! 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 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.101748Jy sigma=0.000773 ! Fit after self-cal, rms=0.102680Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.092 mas, bmaj=3.204 mas, bpa=-4.46 degrees ! Estimated noise=388.957 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000155996 Jy ! Component: 100 - total flux cleaned = 0.000165551 Jy ! Component: 150 - total flux cleaned = 0.000171116 Jy ! Component: 200 - total flux cleaned = 0.000181058 Jy ! Total flux subtracted in 200 components = 0.000181058 Jy ! Clean residual min=-0.000895 max=0.000875 Jy/beam ! Clean residual mean=0.000002 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.0775683 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 118 components and 0.0775683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.102679Jy sigma=0.000773 ! Fit after self-cal, rms=0.102687Jy sigma=0.000773 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 = 5.84457e-06 Jy ! Component: 100 - total flux cleaned = 1.7636e-05 Jy ! Component: 150 - total flux cleaned = 2.26192e-05 Jy ! Component: 200 - total flux cleaned = 2.26713e-05 Jy ! Total flux subtracted in 200 components = 2.26713e-05 Jy ! Clean residual min=-0.000876 max=0.000873 Jy/beam ! Clean residual mean=0.000002 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.077591 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 130 components and 0.077591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.102686Jy sigma=0.000773 ! Fit after self-cal, rms=0.102686Jy sigma=0.000773 ! 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=1.064 mas, bmaj=2.14 mas, bpa=7.269 degrees ! Estimated noise=329.584 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.064 x 2.14 at 7.269 degrees (North through East) ! Clean map min=-0.00080086 max=0.064457 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.8944 mas, bmaj=1.856 mas, bpa=7.636 degrees ! Estimated noise=619.311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.049023 Jy ! Component: 100 - total flux cleaned = 0.0606567 Jy ! Component: 150 - total flux cleaned = 0.0665575 Jy ! Component: 200 - total flux cleaned = 0.0701859 Jy ! Total flux subtracted in 200 components = 0.0701859 Jy ! Clean residual min=-0.001956 max=0.002036 Jy/beam ! Clean residual mean=0.000000 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.0701859 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0701859 Jy ! Inverting map and beam ! Estimated beam: bmin=1.064 mas, bmaj=2.14 mas, bpa=7.269 degrees ! Estimated noise=329.584 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=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00285147 Jy ! Component: 100 - total flux cleaned = 0.00461571 Jy ! Component: 150 - total flux cleaned = 0.00581257 Jy ! Component: 200 - total flux cleaned = 0.00667912 Jy ! Total flux subtracted in 200 components = 0.00667912 Jy ! Clean residual min=-0.000921 max=0.000798 Jy/beam ! Clean residual mean=0.000001 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 0.076865 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.076865 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.092 mas, bmaj=3.204 mas, bpa=-4.46 degrees ! Estimated noise=388.957 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000639831 Jy ! Component: 100 - total flux cleaned = 0.000867849 Jy ! Component: 150 - total flux cleaned = 0.00102385 Jy ! Component: 200 - total flux cleaned = 0.00101233 Jy ! Total flux subtracted in 200 components = 0.00101233 Jy ! Clean residual min=-0.000882 max=0.000877 Jy/beam ! Clean residual mean=0.000002 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.0778774 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=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.36563e-06 Jy ! Component: 100 - total flux cleaned = 1.98976e-06 Jy ! Component: 150 - total flux cleaned = 1.10835e-05 Jy ! Component: 200 - total flux cleaned = 3.27062e-06 Jy ! Total flux subtracted in 200 components = 3.27062e-06 Jy ! Clean residual min=-0.000856 max=0.000871 Jy/beam ! Clean residual mean=0.000002 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.0778806 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 72 components and 0.0778807 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.064 mas, bmaj=2.14 mas, bpa=7.269 degrees ! Estimated noise=329.584 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109285 Jy ! Component: 100 - total flux cleaned = 9.80378e-05 Jy ! Component: 150 - total flux cleaned = 4.7145e-05 Jy ! Component: 200 - total flux cleaned = 3.65641e-05 Jy ! Total flux subtracted in 200 components = 3.65641e-05 Jy ! Clean residual min=-0.000847 max=0.000739 Jy/beam ! Clean residual mean=0.000001 rms=0.000214 Jy/beam ! Combined flux in latest and established models = 0.0779172 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 85 components and 0.0779172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.102690Jy sigma=0.000773 ! Fit after self-cal, rms=0.102689Jy sigma=0.000773 wmodel J0216-0105_X_2015_01_23_pus_map.mod ! Writing 85 model components to file: J0216-0105_X_2015_01_23_pus_map.mod wobs J0216-0105_X_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0216-0105_X_2015_01_23_pus_uvs.fits wwins J0216-0105_X_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J0216-0105_X_2015_01_23_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.000288203 Jy ! Component: 100 - total flux cleaned = -0.000395677 Jy ! Component: 150 - total flux cleaned = -0.000498062 Jy ! Component: 200 - total flux cleaned = -0.000522375 Jy ! Component: 250 - total flux cleaned = -0.000569184 Jy ! Component: 300 - total flux cleaned = -0.000637366 Jy ! Component: 350 - total flux cleaned = -0.000725879 Jy ! Component: 400 - total flux cleaned = -0.000779753 Jy ! Component: 450 - total flux cleaned = -0.000811515 Jy ! Component: 500 - total flux cleaned = -0.000811635 Jy ! Component: 550 - total flux cleaned = -0.000821815 Jy ! Component: 600 - total flux cleaned = -0.000821935 Jy ! Component: 650 - total flux cleaned = -0.000822126 Jy ! Component: 700 - total flux cleaned = -0.000841366 Jy ! Component: 750 - total flux cleaned = -0.000860184 Jy ! Component: 800 - total flux cleaned = -0.000850879 Jy ! Component: 850 - total flux cleaned = -0.000878144 Jy ! Component: 900 - total flux cleaned = -0.000887038 Jy ! Component: 950 - total flux cleaned = -0.000922275 Jy ! Component: 1000 - total flux cleaned = -0.000930831 Jy ! Component: 1050 - total flux cleaned = -0.000956544 Jy ! Component: 1100 - total flux cleaned = -0.000956462 Jy ! Component: 1150 - total flux cleaned = -0.000989763 Jy ! Component: 1200 - total flux cleaned = -0.000998021 Jy ! Component: 1250 - total flux cleaned = -0.00105485 Jy ! Component: 1300 - total flux cleaned = -0.00107886 Jy ! Component: 1350 - total flux cleaned = -0.00109459 Jy ! Component: 1400 - total flux cleaned = -0.00113364 Jy ! Component: 1450 - total flux cleaned = -0.001149 Jy ! Component: 1500 - total flux cleaned = -0.00114133 Jy ! Component: 1550 - total flux cleaned = -0.00117925 Jy ! Component: 1600 - total flux cleaned = -0.00116416 Jy ! Component: 1650 - total flux cleaned = -0.00120129 Jy ! Component: 1700 - total flux cleaned = -0.00122332 Jy ! Component: 1750 - total flux cleaned = -0.00123787 Jy ! Component: 1800 - total flux cleaned = -0.00125961 Jy ! Component: 1850 - total flux cleaned = -0.00130254 Jy ! Component: 1900 - total flux cleaned = -0.00129542 Jy ! Component: 1950 - total flux cleaned = -0.00133064 Jy ! Component: 2000 - total flux cleaned = -0.00135151 Jy ! Total flux subtracted in 2048 components = -0.00137224 Jy ! Clean residual min=-0.000345 max=0.000381 Jy/beam ! Clean residual mean=0.000001 rms=0.000132 Jy/beam ! Combined flux in latest and established models = 0.076545 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 219 components and 0.0765449 Jy ![Exited script file: muppet] wmap "J0216-0105_X_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.064 x 2.14 at 7.269 degrees (North through East) ! Clean map min=-0.00073746 max=0.064016 Jy/beam ! Writing clean map to FITS file: J0216-0105_X_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0640157 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000129501 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.606885 0.606885 1.21377 2.42754 4.85508 9.71016 19.4203 38.8406 77.6812 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.064 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.064 x 2.14 at 7.269 degrees (North through East) ! Clean map min=-0.00073746 max=0.064016 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0216-0105_X_2015_01_23_pus_uvs.log closed on Sun Jan 1 22:08:26 2017