! Started logfile: J1210-2711_X_2017_03_23_pus_uvs.log on Mon May 13 10:23:41 2019 obs J1210-2711_X_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1210-2711_X_2017_03_23_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.785965 visibilities/baseline/integration-bin. ! Found source: J1210-2711 ! ! 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 1124 lines of history. ! ! Reading 40320 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 J1210-2711_X_2017_03_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 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 9. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 10. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 11. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 12. ! A total of 149 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008415Jy sigma=0.007264 ! Fit after self-cal, rms=0.955024Jy sigma=0.006917 ! 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.7517 mas, bmaj=1.709 mas, bpa=-7.219 degrees ! Estimated noise=1271.31 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.0397782 Jy ! Component: 100 - total flux cleaned = 0.0484532 Jy ! Total flux subtracted in 100 components = 0.0484532 Jy ! Clean residual min=-0.004627 max=0.004389 Jy/beam ! Clean residual mean=0.000004 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.0484532 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0484532 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.106042Jy sigma=0.000630 ! Fit after self-cal, rms=0.104490Jy sigma=0.000617 ! 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=0.942 mas, bmaj=2.214 mas, bpa=-4.51 degrees ! Estimated noise=509.455 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.00215091 Jy ! Component: 100 - total flux cleaned = 0.00204394 Jy ! Component: 150 - total flux cleaned = 0.00200222 Jy ! Component: 200 - total flux cleaned = 0.00196907 Jy ! Total flux subtracted in 200 components = 0.00196907 Jy ! Clean residual min=-0.003022 max=0.002465 Jy/beam ! Clean residual mean=0.000013 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.0504223 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 10 components and 0.0504223 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.104323Jy sigma=0.000617 ! Fit after self-cal, rms=0.104281Jy sigma=0.000617 ! 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.84 FD 1.08 HN 0.91 KP 1.03 ! LA 1.14 MK 1.03 NL 1.01 OV 1.14 ! PT 1.09 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.09 HN 0.87 KP 0.93 ! LA 1.01 MK 1.07 NL 1.04 OV 1.10 ! PT 1.20 SC 1.16 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.12 HN 0.83 KP 1.01 ! LA 1.10 MK 1.04 NL 1.00 OV 1.09 ! PT 1.18 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 0.77 KP 1.01 ! LA 1.10 MK 1.05 NL 1.12 OV 1.15 ! PT 1.17 SC 1.09 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.01 HN 0.82 KP 1.05 ! LA 1.02 MK 1.14 NL 1.06 OV 1.11 ! PT 1.07 SC 1.14 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.02 HN 0.78 KP 0.95 ! LA 1.02 MK 1.04 NL 1.00 OV 1.15 ! PT 1.12 SC 1.13 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.05 HN 0.84 KP 0.97 ! LA 1.03 MK 0.97 NL 0.95 OV 1.06 ! PT 1.17 SC 1.18 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.07 HN 0.81 KP 0.94 ! LA 0.98 MK 0.98 NL 1.04 OV 1.07 ! PT 1.13 SC 1.14 ! ! ! Correcting IF 9. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00 HN 0.77 KP 0.93 ! LA 1.07 MK 1.15 NL 0.98 OV 0.95 ! PT 1.17 SC 0.90 ! ! ! Correcting IF 10. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.97 HN 0.78 KP 0.94 ! LA 0.98 MK 1.01 NL 1.03 OV 1.07 ! PT 0.95 SC 1.11 ! ! ! Correcting IF 11. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.95 HN 0.75 KP 0.86 ! LA 1.06 MK 0.81 NL 0.99 OV 1.04 ! PT 1.07 SC 1.04 ! ! ! Correcting IF 12. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.93 HN 0.71 KP 0.92 ! LA 1.07 MK 0.96 NL 1.08 OV 0.93 ! PT 1.00 SC 0.88 ! ! ! Fit before self-cal, rms=0.104281Jy sigma=0.000617 ! Fit after self-cal, rms=0.098640Jy sigma=0.000615 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9394 mas, bmaj=2.234 mas, bpa=-5.095 degrees ! Estimated noise=510.571 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.000459231 Jy ! Component: 100 - total flux cleaned = 0.000552704 Jy ! Component: 150 - total flux cleaned = 0.000591524 Jy ! Component: 200 - total flux cleaned = 0.000591127 Jy ! Total flux subtracted in 200 components = 0.000591127 Jy ! Clean residual min=-0.001635 max=0.002230 Jy/beam ! Clean residual mean=-0.000005 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.0510134 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.0510134 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.098575Jy sigma=0.000615 ! Fit after self-cal, rms=0.098390Jy sigma=0.000614 ! 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.098390Jy sigma=0.000614 ! Fit after self-cal, rms=0.094624Jy sigma=0.000613 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9402 mas, bmaj=2.211 mas, bpa=-5.113 degrees ! Estimated noise=511.966 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000383123 Jy ! Component: 100 - total flux cleaned = 0.000359255 Jy ! Component: 150 - total flux cleaned = 0.000359525 Jy ! Component: 200 - total flux cleaned = 0.000359002 Jy ! Total flux subtracted in 200 components = 0.000359002 Jy ! Clean residual min=-0.001167 max=0.001305 Jy/beam ! Clean residual mean=-0.000006 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0513724 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.0513724 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.094607Jy sigma=0.000613 ! Fit after self-cal, rms=0.094465Jy sigma=0.000612 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.60489e-05 Jy ! Component: 100 - total flux cleaned = -7.752e-05 Jy ! Component: 150 - total flux cleaned = -9.63803e-05 Jy ! Component: 200 - total flux cleaned = -9.69058e-05 Jy ! Total flux subtracted in 200 components = -9.69058e-05 Jy ! Clean residual min=-0.001156 max=0.001279 Jy/beam ! Clean residual mean=-0.000005 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.0512755 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 22 components and 0.0512755 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.094453Jy sigma=0.000612 ! Fit after self-cal, rms=0.094428Jy sigma=0.000612 ! 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.094428Jy sigma=0.000612 ! Fit after self-cal, rms=0.092687Jy sigma=0.000612 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9385 mas, bmaj=2.183 mas, bpa=-4.716 degrees ! Estimated noise=509.797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.17983e-05 Jy ! Component: 100 - total flux cleaned = 0.000116077 Jy ! Component: 150 - total flux cleaned = 0.000109426 Jy ! Component: 200 - total flux cleaned = 0.000109364 Jy ! Total flux subtracted in 200 components = 0.000109364 Jy ! Clean residual min=-0.001246 max=0.001207 Jy/beam ! Clean residual mean=-0.000006 rms=0.000312 Jy/beam ! Combined flux in latest and established models = 0.0513849 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 27 components and 0.0513849 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.092685Jy sigma=0.000612 ! Fit after self-cal, rms=0.092624Jy sigma=0.000612 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 = -9.90994e-05 Jy ! Component: 100 - total flux cleaned = -9.896e-05 Jy ! Component: 150 - total flux cleaned = -9.95018e-05 Jy ! Component: 200 - total flux cleaned = -9.97777e-05 Jy ! Total flux subtracted in 200 components = -9.97777e-05 Jy ! Clean residual min=-0.001152 max=0.001206 Jy/beam ! Clean residual mean=-0.000006 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.0512851 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 32 components and 0.0512851 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.092622Jy sigma=0.000612 ! Fit after self-cal, rms=0.092616Jy sigma=0.000612 ! 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.092616Jy sigma=0.000612 ! Fit after self-cal, rms=0.092308Jy sigma=0.000612 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.123 mas, bmaj=5.263 mas, bpa=0.3353 degrees ! Estimated noise=616.448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.54025e-05 Jy ! Component: 100 - total flux cleaned = 7.67959e-05 Jy ! Component: 150 - total flux cleaned = 7.74892e-05 Jy ! Component: 200 - total flux cleaned = 8.06077e-05 Jy ! Total flux subtracted in 200 components = 8.06077e-05 Jy ! Clean residual min=-0.001287 max=0.001274 Jy/beam ! Clean residual mean=-0.000011 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.0513657 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.0513657 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.092307Jy sigma=0.000612 ! Fit after self-cal, rms=0.092296Jy sigma=0.000612 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.81184e-05 Jy ! Component: 100 - total flux cleaned = -6.83861e-05 Jy ! Component: 150 - total flux cleaned = -6.8688e-05 Jy ! Component: 200 - total flux cleaned = -6.89321e-05 Jy ! Total flux subtracted in 200 components = -6.89321e-05 Jy ! Clean residual min=-0.001289 max=0.001272 Jy/beam ! Clean residual mean=-0.000011 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.0512968 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 36 components and 0.0512968 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.092296Jy sigma=0.000612 ! Fit after self-cal, rms=0.092295Jy sigma=0.000612 ! 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=0.9368 mas, bmaj=2.175 mas, bpa=-4.648 degrees ! Estimated noise=508.979 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9368 x 2.175 at -4.648 degrees (North through East) ! Clean map min=-0.0010816 max=0.05145 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.7554 mas, bmaj=1.687 mas, bpa=-7.751 degrees ! Estimated noise=1227.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0411557 Jy ! Component: 100 - total flux cleaned = 0.0503537 Jy ! Component: 150 - total flux cleaned = 0.0513171 Jy ! Component: 200 - total flux cleaned = 0.051414 Jy ! Total flux subtracted in 200 components = 0.051414 Jy ! Clean residual min=-0.002865 max=0.002780 Jy/beam ! Clean residual mean=-0.000004 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.0514141 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0514141 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9368 mas, bmaj=2.175 mas, bpa=-4.648 degrees ! Estimated noise=508.979 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.000102778 Jy ! Component: 100 - total flux cleaned = 7.18559e-05 Jy ! Component: 150 - total flux cleaned = -6.93284e-06 Jy ! Component: 200 - total flux cleaned = -2.88811e-05 Jy ! Total flux subtracted in 200 components = -2.88811e-05 Jy ! Clean residual min=-0.001205 max=0.001285 Jy/beam ! Clean residual mean=-0.000006 rms=0.000321 Jy/beam ! Combined flux in latest and established models = 0.0513852 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.0513852 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.123 mas, bmaj=5.263 mas, bpa=0.3353 degrees ! Estimated noise=616.448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.58555e-05 Jy ! Component: 100 - total flux cleaned = -7.60489e-05 Jy ! Component: 150 - total flux cleaned = -7.63944e-05 Jy ! Component: 200 - total flux cleaned = -7.97431e-05 Jy ! Total flux subtracted in 200 components = -7.97431e-05 Jy ! Clean residual min=-0.001299 max=0.001283 Jy/beam ! Clean residual mean=-0.000011 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0513054 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 = -2.55942e-06 Jy ! Component: 100 - total flux cleaned = -4.82924e-06 Jy ! Component: 150 - total flux cleaned = -4.90217e-06 Jy ! Component: 200 - total flux cleaned = -6.95999e-06 Jy ! Total flux subtracted in 200 components = -6.95999e-06 Jy ! Clean residual min=-0.001303 max=0.001280 Jy/beam ! Clean residual mean=-0.000011 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0512985 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 23 components and 0.0512985 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9368 mas, bmaj=2.175 mas, bpa=-4.648 degrees ! Estimated noise=508.979 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.93636e-05 Jy ! Component: 100 - total flux cleaned = -2.593e-05 Jy ! Component: 150 - total flux cleaned = -6.96463e-05 Jy ! Component: 200 - total flux cleaned = -9.52727e-05 Jy ! Total flux subtracted in 200 components = -9.52727e-05 Jy ! Clean residual min=-0.001173 max=0.001251 Jy/beam ! Clean residual mean=-0.000006 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.0512032 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 28 components and 0.0512032 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.092302Jy sigma=0.000612 ! Fit after self-cal, rms=0.092311Jy sigma=0.000612 wmodel J1210-2711_X_2017_03_23_pus_map.mod ! Writing 28 model components to file: J1210-2711_X_2017_03_23_pus_map.mod wobs J1210-2711_X_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1210-2711_X_2017_03_23_pus_uvs.fits wwins J1210-2711_X_2017_03_23_pus_map.win ! wwins: Wrote 1 windows to J1210-2711_X_2017_03_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.000160716 Jy ! Component: 100 - total flux cleaned = 0.000439243 Jy ! Component: 150 - total flux cleaned = 0.000644763 Jy ! Component: 200 - total flux cleaned = 0.000751679 Jy ! Component: 250 - total flux cleaned = 0.000854503 Jy ! Component: 300 - total flux cleaned = 0.000937079 Jy ! Component: 350 - total flux cleaned = 0.00103362 Jy ! Component: 400 - total flux cleaned = 0.00112674 Jy ! Component: 450 - total flux cleaned = 0.00120196 Jy ! Component: 500 - total flux cleaned = 0.00127569 Jy ! Component: 550 - total flux cleaned = 0.00133321 Jy ! Component: 600 - total flux cleaned = 0.00140394 Jy ! Component: 650 - total flux cleaned = 0.00154204 Jy ! Component: 700 - total flux cleaned = 0.00159604 Jy ! Component: 750 - total flux cleaned = 0.00167562 Jy ! Component: 800 - total flux cleaned = 0.00175357 Jy ! Component: 850 - total flux cleaned = 0.00180411 Jy ! Component: 900 - total flux cleaned = 0.00184149 Jy ! Component: 950 - total flux cleaned = 0.00185339 Jy ! Component: 1000 - total flux cleaned = 0.00188935 Jy ! Component: 1050 - total flux cleaned = 0.00184192 Jy ! Component: 1100 - total flux cleaned = 0.00186526 Jy ! Component: 1150 - total flux cleaned = 0.00186497 Jy ! Component: 1200 - total flux cleaned = 0.00183129 Jy ! Component: 1250 - total flux cleaned = 0.00184245 Jy ! Component: 1300 - total flux cleaned = 0.00186426 Jy ! Component: 1350 - total flux cleaned = 0.00189606 Jy ! Component: 1400 - total flux cleaned = 0.00187496 Jy ! Component: 1450 - total flux cleaned = 0.00186463 Jy ! Component: 1500 - total flux cleaned = 0.00189513 Jy ! Component: 1550 - total flux cleaned = 0.00190511 Jy ! Component: 1600 - total flux cleaned = 0.00190513 Jy ! Component: 1650 - total flux cleaned = 0.00192453 Jy ! Component: 1700 - total flux cleaned = 0.00189536 Jy ! Component: 1750 - total flux cleaned = 0.00193374 Jy ! Component: 1800 - total flux cleaned = 0.00198102 Jy ! Component: 1850 - total flux cleaned = 0.00203716 Jy ! Component: 1900 - total flux cleaned = 0.00205583 Jy ! Component: 1950 - total flux cleaned = 0.00210154 Jy ! Component: 2000 - total flux cleaned = 0.00213764 Jy ! Total flux subtracted in 2048 components = 0.00215554 Jy ! Clean residual min=-0.000612 max=0.000473 Jy/beam ! Clean residual mean=-0.000004 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.0533587 Jy keep ! Adding 130 model components to the UV plane model. ! The established model now contains 158 components and 0.0533587 Jy ![Exited script file: muppet] wmap "J1210-2711_X_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9368 x 2.175 at -4.648 degrees (North through East) ! Clean map min=-0.00080974 max=0.051627 Jy/beam ! Writing clean map to FITS file: J1210-2711_X_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.051627 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000164423 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.955447 0.955447 1.91089 3.82179 7.64357 15.2871 30.5743 61.1486 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.051 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9368 x 2.175 at -4.648 degrees (North through East) ! Clean map min=-0.00080974 max=0.051627 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 J1210-2711_X_2017_03_23_pus_uvs.log closed on Mon May 13 10:23:44 2019