1: %-----------------------------------------------------------------------
2: %
3: % AA vers. 6.1, LaTeX class for Astronomy & Astrophysics
4: % (c) Springer-Verlag HD
5: % revised by EDP Sciences
6: %-----------------------------------------------------------------------
7: %
8: %\documentclass[referee]{aa} % for a referee version
9: %\documentclass[onecolumn]{aa} % for a paper on 1 column
10: %\documentclass[longauth]{aa} % for the long lists of affiliations
11: %\documentclass[rnote]{aa} % for the research notes
12: %\documentclass[letter]{aa} % for the letters
13: %
14: \documentclass{aa}
15: %
16: \usepackage{graphicx}
17: \usepackage{txfonts}
18: %\usepackage{amsmath}
19: %\usepackage{supertabular}
20: \usepackage{longtable}
21: \usepackage{longtable,lscape}
22: \usepackage[figuresright]{rotating}
23: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
24: %% Author-defined commands
25: % ----- define organization
26: % ----- units
27: \newcommand{\te}{\ensuremath{{T_{e}}}}
28: \newcommand{\tc}{\ensuremath{{T_{C}}}}
29: \newcommand{\lte}{\ensuremath{{T_{e}^{\ast}}}}
30: \newcommand{\rmxaax}{RMxAA}
31: \newcommand{\m}{\ensuremath{\,{\rm m}}}
32: \newcommand{\cm}{\ensuremath{\,{\rm cm}}}
33: \newcommand{\kpc}{\ensuremath{\,{\rm kpc}}}
34: \newcommand{\ks}{\ensuremath{\,{\rm km\, sec^{-1}}}}
35: %\newcommand{\msun}{\ensuremath\,M_\odot}
36: \newcommand{\msun}{$\,M_\odot$}
37: \newcommand{\gyr}{\ensuremath{\,{\rm Gyr}}}
38: \newcommand{\mhz}{\ensuremath{\,{\rm MHz}}}
39: \newcommand{\ghz}{\ensuremath{\,{\rm GHz}}}
40: \newcommand{\kel}{\ensuremath{\,{\rm K}}}
41: \newcommand{\percc}{\ensuremath{\,{\rm cm^{-3}}}}
42: \newcommand{\hr}{\ensuremath{\,{\rm hr}}}
43: \newcommand{\kms}{\ensuremath{\,{\rm km\,s}^{-1}}}
44: \newcommand{\rgal}{\ensuremath{{R_{\rm Gal}}}}
45: \newcommand{\dhel}{\ensuremath{{d_{\rm hel}}}}
46: \newcommand{\ro}{\ensuremath{{R_{\rm 0}}}}
47: % use AASLaTeX macro: \arcdeg !!!!
48: \newcommand{\degree}{\ensuremath{\,^\circ}}
49: \newcommand{\degper}{\ensuremath{\rlap.{^{\circ}}}}
50: \newcommand{\arcmper}{\rlap.{^{\prime}}}
51: \newcommand{\arcsper}{\ensuremath{{\rlap.{^{\prime\prime}}}}}
52: \newcommand{\jy}{\,Jy}
53: \newcommand{\jyb}{$\rm \,Jy\,beam^{-1}$}
54: \newcommand{\mjy}{\,mJy}
55: \newcommand{\mjyb}{$\rm \,mJy\,beam^{-1}$}
56: \newcommand{\microjy}{\,$\mu$Jy}
57: \newcommand{\microjyb}{$\rm \,\mu Jy\,beam^{-1}$}
58: \newcommand{\dexkpc}{${\,{\rm dex\, kpc^{-1}}}$}
59: \newcommand{\kkpc}{${\,{\rm K\, kpc^{-1}}}$}
60: % ----- atoms etc.
61: \newcommand{\h}[1]{$^{#1}{\rm H}$}
62: \newcommand{\hi}{{\rm H\,}{{\sc i}}}
63: \newcommand{\hii}{{\rm H\,}{{\sc ii}}}
64: \newcommand{\he}[1]{$^{#1}{\rm He}$}
65: \newcommand{\heiii}{{\rm He\,}{{\sc iii}}}
66: \newcommand{\li}[1]{$^{#1}{\rm Li}$}
67: \newcommand{\car}[1]{$^{#1}{\rm C}$}
68: \newcommand{\ci}{{\rm C\,}{{\sc i}}}
69: \newcommand{\cii}{{\rm C\,}{{\sc ii}}}
70: \newcommand{\ciii}{{\rm C\,}{{\sc iii}}}
71: \newcommand{\oiii}{{\rm O\,}{{\sc iii}}}
72: \newcommand{\oii}{{\rm O\,}{{\sc ii}}}
73: \newcommand{\niii}{{\rm N\,}{{\sc iii}}}
74: \newcommand{\nii}{{\rm N\,}{{\sc ii}}}
75: \newcommand{\siii}{{\rm S\,}{{\sc iii}}}
76: \newcommand{\ariii}{{\rm Ar\,}{{\sc iii}}}
77: % ----- he-3 commands
78: \newcommand{\hethree}{\ensuremath{{}^3{\rm He}}}
79: \newcommand{\hefour}{\ensuremath{{}^4{\rm He}}}
80: \newcommand{\hepthree}{\ensuremath{{}^3{\rm He}^+}}
81: \newcommand{\hep}[1]{$^{#1}{\rm He}^{+}$}
82: \newcommand{\hepr}[1]{$^{#1}{\rm He}^{+}/{\rm H}^{+}$}
83: \newcommand{\hepp}[1]{$^{#1}{\rm He}^{++}$}
84: \newcommand{\heppr}[1]{$^{#1}{\rm He}^{++}/{\rm H}^{+}$}
85: \newcommand{\her}[1]{$^{#1}{\rm He}/{\rm H}$}
86: \newcommand{\lir}[1]{$^{#1}{\rm Li}/{\rm H}$}
87: % ----- recombination lines
88: \newcommand{\hal}{${\rm H}\,91\alpha$}
89: \newcommand{\heal}{${\rm He}\,91\alpha$}
90: \newcommand{\heps}{${\rm H}\,154\epsilon$}
91: \newcommand{\heta}{${\rm H}\,171\eta$}
92: \newcommand{\halp}{${\rm H}\,\alpha$}
93: \newcommand{\halpha}{\ensuremath{\langle{}\,{\rm H}{}\,\rangle{}\,\alpha}}
94: % ----- misc
95: \newcommand{\nexpo}[2]{\ensuremath{{#1}\times 10^{#2}}}
96: \newcommand{\expo}[1]{\ensuremath{10^{#1}}}
97: %\newcommand{\expo}[1]{${10^{#1}}$}
98: %\newcommand{\nexpo}[2]{${#1 \times 10^{#2}}$}
99: \newcommand{\ngc}[1]{NGC\thinspace #1}
100: \newcommand{\jon}[1]{J\thinspace #1}
101: \newcommand{\etab}{$\eta_{\rm \,b}$}
102: \newcommand{\vdag}{(v)^\dagger}
103: %----------------------------------------------------------------------
104: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
105: %
106: \begin{document}
107: %
108: \title{Bayesian posterior classification of planetary nebulae according to the Peimbert types
109: \thanks{Table~\ref{tab:data} and Table~\ref{tab:probab} are only available in electronic at the CDS via
110: anonymous ftp to cdsarc.u-strasbg.fr (130.79.125.5)
111: or via http://cdsweb.u-strasbg.fr/Abstract.html}
112: }
113:
114: \author{C. Quireza\inst{1}, H.J. Rocha-Pinto\inst{2} and W.J. Maciel\inst{3}}
115:
116: \offprints{C. Quireza}
117:
118:
119: \institute{Observat\'orio Nacional, Rua General Jos\'e Cristino 77, 20921-400, Rio de Janeiro, RJ, Brazil\\
120: \email{quireza@on.br}
121: \and Observat\'orio do Valongo, Universidade Federal do Rio de Janeiro, Lad. Pedro Ant\^onio 43, 20080-090 Rio de Janeiro RJ, Brazil\\
122: \email{helio@ov.ufrj.br}
123: \and Instituto de Astronomia, Geof\'{\i}sica e Ci\^encias Atmosf\'ericas, Universidade de S\~ao Paulo, Rua do Mat\~ao 1226, 05508-900, S\~ao Paulo, SP, Brazil\\
124: \email{maciel@astro.iag.usp.br}}
125:
126: \date{Received 14 June 2007 / Accepted 30 August 2007}
127:
128:
129: % \abstract{}{}{}{}{}, 5 {} token are mandatory
130:
131: \abstract
132: % context heading (optional), leave it empty if necessary
133: {Galactic planetary nebulae are observed with a wide variety of kinematic properties, spatial distribution, chemical composition and morphologies, comprising members of the dominant stellar populations of our Galaxy. Due to their broad astrophysical interest, a proper characterization of these populations is of major importance.}
134: % aims heading (mandatory)
135: {In this paper we present a re-analysis of the criteria used to characterize the Peimbert classes I, IIa, IIb, III and IV, through a statistical study of a large sample of planetary nebulae previously classified according to these groups. In the original classification, it is usual to find planetary nebulae that cannot be associated with a single type; these most likely have dubious classifications into two or three types. Statistical methods can greatly contribute in providing a better characterization of planetary nebulae groups.}
136: % methods heading (mandatory)
137: {We use the Bayes Theorem to calculate the posterior probabilities for an object to be member of each of the types I, IIa, IIb, III and IV. This calculation is particularly important for planetary nebulae that are ambiguously classified in the traditional method. The posterior probabilities are defined from the probability density function of classificatory parameters of a well-defined sample, composed only by planetary nebulae unambiguously fitted into the Peimbert types. Because the probabilities depend on the available observational data, they are conditional probabilities, and, as new observational data are added to the sample, the classification of the nebula can be improved, to take into account this new information.}
138: % results heading (mandatory)
139: {This method differs from the original classificatory scheme, because it provides a quantitative result of the representativity of the object within its group. Also, through the use of marginal distributions it is possible to extend the Peimbert classification even to those objects for which only a few classificatory parameters are known.}
140: % conclusions heading (optional), leave it empty if necessary
141: {We found that ambiguities in the classification of planetary nebulae into the Peimbert types, should be associated to difficulties in defining sharp boundaries for the progenitor star mass for each of these types. Those can be at least partially explained by real overlaps of some of the parameters that characterize the different stellar populations. Those results suggest the need of a larger number of classificatory parameters for a reliable physical classification of planetary nebulae.}
142:
143:
144:
145:
146: \keywords{(ISM:) planetary nebulae: general -- Galaxy: stellar content}
147:
148: \titlerunning{A reanalysis of the Peimbert planetary nebulae types}
149: \authorrunning{C. Quireza et al.}
150: \maketitle
151:
152:
153:
154:
155: \section{Introduction}\label{sec:intro}
156:
157: Planetary nebulae (PNe) result from the ejection of the external envelope of low and intermediate mass stars during their evolution from the asymptotic giant branch (AGB) to the white dwarf stage. Roughly speaking, the nebula will be created by the interaction of the slow AGB wind with the new fast stellar wind from a post-AGB phase, which will sweep up the circumstellar envelopes into a shell-like structure (Kwok et al. 1978; Kwok 1982, 1983; Kahn 1983 and Volk \& Kwok 1985). The energy source of the nebula is the ultraviolet radiation from the hot central star, which gradually ionizes the shell, at the same time the shell grows in mass as more AGB wind material is swept up.
158:
159: Because PNe come from stars in a large range of main sequence masses (0.8--8.0~\msun, cf. Peimbert 1990), they are observed with a wide variety of spatial and kinematic properties, chemical composition, and morphology, comprising a mixed group of objects ranging from Population I (slow moving disk objects) to extreme Population II (fast moving objects from the bulge and the halo). On account of this, PNe are objects of large astrophysical interest. Their application is multidisciplinary: they probe the evolution of low and intermediate mass stars, and the Galactic nucleosynthesis history. Elements that are not modified by the nucleosynthesis of the parent star allow us to investigate the composition of the interstellar medium at the time when the star formed. PNe are useful tracers of Galactic kinematics (Schneider \& Terzian 1983; Durand et al. 1998; Maciel \& Lago 2005), Galactic chemical evolution (cf. Costa \& Maciel 2006), and are even useful tools in the investigation of some cosmological problems (see Balser et al. 1997, 1999, 2006, and references therein about the measurement of $^3$He abundance in PNe and astrophysical implications). This richness of information generally requires a proper selection of the objects to be used in a specific analysis. By selecting PNe that closely reflect the properties of the interstellar medium out of which their central stars have been formed, we can study, for instance, the presence of abundance gradients in the disk of the Galaxy. There is not an ideal method of performing such selection, since how rigorous one is depends on the kind of study to be performed and of the goal of the analysis. However, it is important to understand the different groups (or populations) of PNe and, at least, some of their main characteristics.
160:
161: Among the different planetary nebula classification schemes found in the literature (Greig 1971, 1972; Kaler 1983; Heap \& Augensen 1987), one of the most efficient is probably that proposed by Peimbert (1978), which suggested the classification of PNe into four types, namely I, II, III and IV (see also Peimbert \& Serrano 1980; Peimbert \& Torres-Peimbert 1983). Each of these groups should roughly correspond to a stellar population of the Galaxy. These groups also represent a sequence of mass intervals for the planetary nebula progenitor star, type I representing the youngest population, with the most massive progenitors, and type IV the oldest population, with the less massive progenitor stars. Later a type V was also defined to include bulge objects (Maciel 1989), which should constitute a distinct stellar population, but the selection criteria are different than those used to select the four original types. In order to characterize the types I to IV, Peimbert took into account, chemical, kinematical and spatial properties of PNe. Such criteria were supplemented by Peimbert \& Torres-Peimbert (1983), Fa\'undez-Abans \& Maciel (1987a) and Maciel (1989), and have been continuously used in Galactic evolution related issues, mainly in the study of the abundance gradients (Maciel \& Fa\'undez-Abans 1985; Fa\'undez-Abans and Maciel 1987b; Maciel \& Quireza 1999; Maciel 2002; Maciel et al. 2003, 2006; Perinotto \& Morbidelli 2006). The classification, however, has its flaws: some criteria are poorly defined, and there is a tendency to find objects with different characteristics in the same class; moreover, several objects simply do not fit in any of the existing classes, which suggests the need for a larger number of classificatory parameters, and/or more rigorous classification criteria.
162:
163: In this paper we present a re-analysis of the criteria used to characterize the Peimbert classes, through a statistical study of a large sample of PNe previously classified into the types I to IV. The process of selection of the fundamental parameters is described in \S\ref{sec:data}. In \S\ref{sec:preclass} we describe the classification criteria by Peimbert (1978) and we present the classification of our PNe according to such criteria. In \S\ref{sec:posclass} we present our statistical analysis, which provides us information about how well each of the objects accommodates in a given class. We discuss the results and implications of our analysis in \S\ref{sec:discuss}. In \S\ref{sec:concl} we summarize our main results.
164:
165:
166:
167:
168: \section{Planetary nebulae data base} \label{sec:data}
169:
170: Ideally, when analyzing a number of objects, it is desirable to use a homogeneous sample, with data obtained using similar techniques and self-consistent measurements, which results in very accurate information. Unfortunately, samples with precise and self-consistent values of abundance, distances, and other fundamental parameters of PNe are still not large enough for statistical studies. We have concentrated efforts in generating a large sample of PNe of different properties, so we can characterize the various populations/groups of PNe, belonging to the different structures of our Galaxy. In order to do that, we have compiled the nebular properties from selected sources from the literature.
171:
172: Our sample consists of PNe for which abundances have been determined in the literature. Most of it consists of objects from the Strasbourg-ESO Catalogue of Galactic Planetary Nebulae (Acker et al. 1992), plus new observed PNe, not present in the Acker et al. catalogue (Kohoutek 1994; Beaulieu et al. 1999; Escudero \& Costa 2001). The resulting sample has a total of 476 objects. The fundamental parameters we looked for were the helium, nitrogen and oxygen abundances relative to hydrogen, the heliocentric distance, \dhel, and the radial velocity relative to the Local Standard of Rest, $V_{\rm LSR}$. Additionally, we have compiled the flux at 5~GHz, $S_{\rm 5~GHz}$, and the angular diameter of the PNe, $\Theta_{\rm diam}$, which have been used to exclude bulge objects, as will be discussed in \S~\ref{sec:preclass}. The adopted parameters are listed in Table~\ref{tab:data}, which is available only in electronic form. The process of selection of these parameters is described in the subsections ahead. In the table, for each planetary nebula, we also list the common name, the PNG number (Acker et al. 1992), and calculated properties, namely the Galactocentric distance, \rgal, the height in relation to the Galactic plane, $z$, and the peculiar velocity, $\Delta V$. Explicit formulae for these quantities are given later on in \S\ref{sec:peimbert}. The resulting Peimbert classes are listed in the last column. Those quantities will be commented in \S~\ref{sec:preclass}. For units, the distances are given in kpc, the angular size in arcsec, and the flux in mJy. The oxygen, and nitrogen abundances are given as $\log(\mathrm{X/H}) + 12$, as usual. The corresponding references for each of these quantities are provided in the table. Most of the Galactic coordinate values come from the Acker et al. (1992) catalogue.
173:
174: \subsection{Elemental abundance} \label{sec:abund}
175:
176: For each planetary nebula, we have tried to compile all nebular abundance measurements available in the literature. The sample should be as complete as we could make it up to 2004. Additional abundances published after 2004 have been occasionally included, such as the ISO (Infrared Space Observatory) results from Pottasch \& Bernard-Salas (2006). For each object, we have kept only those abundance determinations that agree within the adopted uncertainties, which we estimate to be in the range 0.1-0.4~dex for most objects. The adopted abundances are the average of all the remaining abundances for a given PNe. Abundances from Costa et al. (1996, 1997, 2004), Cuisinier et al. (2000), Escudero \& Costa (2001), and Escudero et al. (2004) were preferred to be used individually or averaged. We did so because such studies used the same instruments, similar observational techniques and data analysis procedures. Pottasch \& Bernard-Salas (2006) were also included in this last group, since their abundance measurements should be one of the most accurate available in the literature up to now.
177:
178:
179:
180:
181: %
182: %
183: %=====================================================================
184: % Table 1 available electronically only
185: \begin{landscape}
186: \begin{table}
187: \caption{\label{tab:data} Parameters and pre-classification (full table and reference lists are available electronically)}
188: \begin{tabular}{llrlrlrlrrlrrrrrlrll}
189: %\renewcommand{\footnotrule}{}
190: \hline\hline
191: \noalign{\smallskip}
192: Name & PNG & He/H & Ref. & $\epsilon({\rm O})^{\mathrm{\dagger}}$ & Ref. & $\epsilon({\rm N})^{\mathrm{\dagger}}$ & Ref. & $\log({\rm N/O})$ & \dhel & Ref. & \rgal & $\vert z \vert$ & $V_{\rm LSR}^{\mathrm{\ddagger}}$ & $\vert \Delta V \vert$ & $\Theta_{\rm diam}$ & Ref. & $S_{\rm 5~GHz}$ & Ref. & Type \\
193: & & & & & & & & & (kpc) & & (kpc) & (kpc) & (km/s) & (km/s) & (arcsec) & & (mJy) & & \\
194: \noalign{\smallskip}
195: \hline
196: \noalign{\smallskip}
197: %%
198: A4 & 144.3$-$15.5 & \dots & \dots & \dots & \dots & \dots & \dots & $-$0.17 & 6.1 & 10 & 12.8 & 1.630 & \dots & \dots & 20.0 & 27 & 1.5 & 9 & indef. \\
199: A12 & 198.6$-$06.3 & 0.119 & 3 & 8.93 & 3 & 8.06 & 3 & $-$0.87 & 2.0 & 4 & 9.5 & 0.219 & \dots & \dots & 37.0 & 18 & 36.0 & 9 & IIbD \\
200: A18 & 216.0$-$00.2 & 0.152 & 3 & 7.99 & 3 & 7.97 & 3 & $-$0.02 & 1.6 & 4 & 8.9 & 0.006 & \dots & \dots & 73.0 & 7 & 17.0 & 9 & ID \\
201: A20 & 214.9$+$07.8 & 0.125 & 3 & 8.80 & 3 & \dots & \dots & \dots & 2.0 & 4 & 9.3 & 0.271 & \dots & \dots & 67.0 & 7 & 7.0 & 9 & (I/IIa)D* \\
202: A24 & 217.1$+$14.7 & \dots & \dots & \dots & \dots & \dots & \dots & $+$0.43 & 0.3 & 7 & 7.8 & 0.076 & $+$0.9 & 14.0 & 354.8 & 27 & 36.0 & 9 & indef. \\
203: A35 & 303.6$+$40.0 & \dots & \dots & \dots & \dots & \dots & \dots & $-$0.10 & 0.2 & 17 & 7.5 & 0.129 & $-$5.9 & 15.1 & 772.0 & 27 & 255.0 & 9 & indef. \\
204: A50 & 078.5$+$18.7 & 0.089 & 21 & \dots & \dots & \dots & \dots & $-$0.40 & 2.8 & 10 & 7.5 & 0.898 & $-$145.2 & 175.2 & 27.0 & 27 & 1.0 & 9 & IIaC \\
205: A65 & 017.3$-$21.9 & 0.260 & 22 & 8.18 & 22 & 7.33 & 22 & $-$0.85 & 1.5 & 10 & 6.3 & 0.559 & $+$21.8 & 1.9 & 104.0 & 27 & 4.0 & 9 & IIaF \\
206: A70 & 038.1$-$25.4 & 0.180 & 22 & 7.98 & 22 & 7.52 & 22 & $-$0.46 & 3.5 & 10 & 5.5 & 1.501 & $-$69.0 & 145.0 & 42.0 & 27 & 12.0 & 9 & IIaE \\
207: A71 & 084.9$+$04.4 & \dots & \dots & \dots & \dots & \dots & \dots & $+$0.38 & 0.9 & 10 & 7.6 & 0.069 & \dots & \dots & 158.0 & 27 & 82.8 & 9 & indef. \\
208: A77 & 097.5$+$03.1 & \dots & \dots & 8.41 & 21 & 7.02 & 21 & $-$1.39 & 1.5 & 10 & 7.9 & 0.081 & $-$103.4 & 122.5 & 65.8 & 27 & 307.6 & 9 & indef. \\
209: A82 & 114.0$-$04.6 & \dots & \dots & \dots & \dots & \dots & \dots & $-$0.28 & 2.0 & 10 & 8.6 & 0.160 & $-$24.6 & 25.4 & 81.0 & 27 & 5.3 & 9 & indef. \\
210: . & & & & & & & & & & & & & & & & & & & \\
211: . & & & & & & & & & & & & & & & & & & & \\
212: . & & & & & & & & & & & & & & & & & & & \\
213: \noalign{\smallskip}
214: \hline
215: \end{tabular}
216:
217: \begin{list}{}{}
218: \item[$^{\dagger}$] $\epsilon({\rm X}) = \log ({\rm X/H}) + 12$.
219: \item[$^{\ddagger}$] Radial velocities from the catalog of Durand et al. (1998). For every object, the heliocentric radial velocities have been converted to the Local Standard of Rest radial velocities (see text).
220: \end{list}{}{}
221:
222: \noindent References of abundances.
223: (3) Costa et al. 2004;
224: (21) Perinotto 1991;
225: (22) Perinotto et al. 1994; \dots
226:
227: \noindent References of distances.
228: (4) Costa et al. 2004 (see references in);
229: (7) Harris et al. 1997;
230: (10) Maciel 1984;
231: (17) Pottasch 1996; \dots
232:
233: \noindent References of the angular diameters.
234: (7) Cahn \& Kaler 1971;
235: (18) Perek \& Kohoutek 1967;
236: (27) Zhang 1995 (see references in); \dots
237:
238: \noindent References of the 5 GHz flux densities.
239: (9) Zhang 1995 (see references in); \dots
240:
241: \end{table}
242: \end{landscape}
243: %%=====================================================================
244: %
245: %
246:
247:
248:
249:
250: \subsection{Heliocentric distances} \label{sec:dist}
251:
252: The range in distances as determined by different authors can be very large, and choosing a good distance estimate is a difficult task. Only a small number of PNe have accurate individual estimates of their distances. For the vast majority of PNe, the only distances available are those obtained from statistical methods. Here, whenever possible, we use individual distances over statistical estimates. Those include trigonometric parallax (Harris et al. 1997), Hipparcos parallaxes (Pottasch 1997; Pottasch \& Acker 1998), spectroscopic parallax, radial expansion distances measured by VLA or by Hubble Space Telescope (Hajian et al. 1995; Terzian 1997) and local extinction (Martin 1994). We have chosen as far as possible to use distances estimated from parallax or expansion method, because in both cases the distances are independent of any (assumed) property of the nebula or its central star. In Table~\ref{tab:data}, individual distances represent about 17\% of the sample. Among statistical distances the catalog of Maciel (1984) represent almost half of the distance sample, and is complemented by Cahn et al. (1992) and Zhang (1995). Cahn et al.'s distances also substituted lower and upper limits from Maciel's catalog. For the bulge and anticenter PNe compiled respectively from Escudero et al. (2004) and Costa et al. (2004), original references for the distances are Schneider \& Buckley (1996), van de Steene \& Zijlstra (1995), and Amnuel et al. (1984). We could not find distances for 71 objects in our sample.
253:
254:
255:
256:
257: \subsection{Radial velocity relative to the Local Standard of Rest} \label{sec:vlsr}
258:
259: We have used heliocentric radial velocities from the catalog of Durand et al. (1998), which results from the selection of all known Galactic PNe radial velocities up to 1998. For a given object in their catalog, radial velocities are weighted averages of each existing velocity by the inverse of the square of its associated error. According to the authors, 90\% of the total sample have accuracies better than 20~\kms.
260:
261: The heliocentric radial velocities, $V_{hel}$, have been converted to the Local Standard of Rest radial velocities using the basic solar motion $(u,v,w)=(-9,11,6)$~\kms, as given by Mihalas \& Binney (1981). For a right hand coordinate system the correction is
262: %
263: \begin{equation}
264: V_{\rm LSR} = V_{hel} + (9 \cos b \cos l + 11 \cos b \sin l + 6 \sin b)~\kms \,, \label{vlsr}
265: \end{equation}
266: %
267: \noindent were $l$ and $b$ are the Galactic coordinates of the objects. We have radial velocities for 428 PNe in our sample.
268:
269:
270:
271:
272: \subsection{Angular diameter} \label{sec:size}
273:
274: Whenever possible, we have used radio continuum measurements over optical ones. We also have tried to give priority to measurements made by a same group of researchers, which generally use the same observational techniques (for instance, Aaquist \& Kwok 1990, 1991; Kwok \& Aaquist 1993). Those choices have been taken as an attempt to make the sample less heterogeneous. In Table~\ref{tab:data} we list angular sizes for 448 objects. For elongated nebulae, a geometric mean of the semi-major and semi-minor axes was used whenever necessary.
275:
276:
277:
278:
279: \subsection{Radio continuum flux density at 5~GHz} \label{sec:flux}
280:
281: Most of the radio fluxes have been adopted from Zhang (1995), which used data obtained with the Very Large Array (VLA) (Aaquist \& Kwok 1990; Zijlstra et al. 1989; Gathier et al. 1983), plus some single-dish measurements (Milne \& Aller 1975; Milne 1979) and measurements tabulated by Pottasch (1984) (see Zhang \& Kwok 1993). We list fluxes for 388 objects.
282:
283: Angular sizes and flux densities have been used with the sole purpose of selecting bulge objects in our sample (\S~\ref{sec:preclass}). These quantities have not been used in our statistical analysis.
284:
285:
286:
287: \section{Pre-classification of planetary nebulae} \label{sec:preclass}
288:
289:
290:
291:
292: \subsection{Peimbert types and classification} \label{sec:peimbert}
293:
294: Peimbert (1978) has divided the Galactic PNe into four types on the basis of their chemical, spatial and kinematic properties. Ideally, each of these groups should correspond to distinct intervals of mass of the progenitor star, whose evolution should affect differently the chemical composition of the ejected planetary nebula envelope (Calvet \& Peimbert 1983; Peimbert \& Serrano 1980; Peimbert \& Torres-Peimbert 1983).
295:
296: Type I PNe are He and N rich, presenting extremely filamentary structure. They have been defined by Peimbert (1978) as PNe with ${\rm He/H} \geq 0.14$ or $\log{\rm (N/O)} \geq 0$, but later on Peimbert \& Torres-Peimbert (1983) have relaxed this definition by including those objects with ${\rm He/H} \geq 0.125$ or $\log{\rm (N/O)} \geq -0.30$. This excess in He and N can be eventually measured as a N/O excess in the nebula (Peimbert 1990), and has two possible explanations: i) N contamination in the outer atmosphere of the planetary nebula progenitor star, caused by dredge up processes. Such N would be produced at the expenses of C and O during H burning by the CNO cycle; and ii) The progenitor star would have been formed more recently from a medium richer in He and heavy elements. Both causes suggest that type I PNe result from the most massive progenitor stars in the intermediary mass range, being the youngest of all disk PNe. They are associated with the Galactic thin disk (closer to the Galactic plane), whose scale height is, here, assumed to be about 300~pc (Gilmore \& Reid 1983, Reddy et al. 2006). Because thin disk stars orbit the Galactic center in nearly circular orbits, type I PNe should present low velocity dispersion (Dutra \& Maciel 1990; Maciel \& Dutra 1992).
297:
298: Type II PNe belong to the intermediate disk population. Still associated with the thin disk, they have approximately circular orbits. Members of this group are generally older than type I PNe, having been formed at a time when the interstellar medium was more metal-poor in heavy elements. Therefore, they may present slight underabundances of elements such as O, S and Ne. Moreover, their low mass prevents strong He or N enrichments. According to Peimbert (1978), most existing PNe are probably of type II, having He/H $< 0.125$ and $\log(\mathrm{N/O})< -0.3$. Later on, Fa\'undez-Abans \& Maciel (1987a), further subdivided the type II PNe into types IIa and IIb, according to their N abundance (types IIb having no N enrichment and types IIa having some N enrichment intermediate between type I and type IIb). In such scheme, type IIa have been formed from progenitor stars near the high mass bracket. Because of that, type IIa PNe may present slightly enriched abundances of O, S, Ne, and Ar, and some definite enrichment in He and N.
299:
300: Here, as in Maciel \& Quireza (1999), we consider a slightly more rigid criteria to sample PNe in the thin disk: we consider as type I only those objects for which both conditions ${\rm He/H} > 0.125$ and $\log({\rm N/O}) > -0.30$ are satisfied. As a consequence, objects for which only one of these conditions is satisfied have been considered as type IIa (Fa\'undez-Abans \& Maciel 1987a), so that they are in fact type II objects. This procedure should assure a correct sampling of the nebulae associated with the more massive progenitor stars, in the high end of the mass interval that characterizes intermediate mass stars. In this interval, which corresponds to type I planetary nebula, the nebular oxygen abundance may be affected by ON cycling in the progenitor stars (Henry 1990; Maciel 1992; Perinotto \& Morbidelli 2006).
301:
302: %=====================================================================
303: \setcounter{table}{1}
304: \begin{table*}
305: \begin{minipage}[t][]{\textwidth}
306: %\begin{minipage}[t][180mm]{\textwidth}
307: \caption{Classification criteria for Peimbert classes}\label{tab:criteria}
308: \centering
309: \renewcommand{\footnoterule}{}
310: \begin{tabular}{llcccccccl}
311: \hline\hline
312: \noalign{\smallskip}
313: \multicolumn{2}{l}{Type} & He/H$^{\mathrm{a}}$ & $\log({\rm N/O})$$^{\mathrm{a}}$ & $\log({\rm N/H}) + 12$ & $\vert z \vert$$^{\mathrm{b}}$ & $\vert \Delta V \vert$ & $M_{ms}$ & Age & Location \\
314: & & & & & (kpc) & (\kms) & ($M_\odot$) & (Gy) & \\
315: \noalign{\smallskip}
316: \hline
317: \noalign{\smallskip}
318: I & & $\geq 0.125$ & $\geq -0.30$ & & $\ll 1\,(< 0.3)$ & $< 60$ & 2.4--8.0$^{\mathrm{c}}$ & 0--2$^{\mathrm{d}}$ & thin disk \\
319: \noalign{\smallskip}
320: \hline
321: \noalign{\smallskip}
322: & IIa & $\geq 0.125$ & $< -0.30$ & $\geq 8.0$ & & & & & \\
323: II & IIa & $< 0.125$ & $\geq -0.60$ & $\geq 8.0$ & $< 1$ & $< 60$ & 1.2--2.4$^{\mathrm{c}}$ & 4--6$^{\mathrm{d}}$ & thin disk \\
324: & IIb & $< 0.125$ & $< -0.60$ & $< 8.0$ & & & & & \\
325: \noalign{\smallskip}
326: \hline
327: \noalign{\smallskip}
328: III & & & & & $\geq 1\,(\leq 1.45)$ & $\ga 60$ & 1.0--1.2$^{\mathrm{c}}$ & 8--10$^{\mathrm{d}}$ & thick disk \\
329: \noalign{\smallskip}
330: \hline
331: \noalign{\smallskip}
332: IV & & & & & $\gg 1\,(> 1.45)$ & $\ga 100$ & 0.8--1.0$^{\mathrm{c}}$ & $> 10$ & halo \\
333: \noalign{\smallskip}
334: \hline
335: \noalign{\smallskip}
336: V & & & & & $< 1.3$ & large range & large range & large range & bulge \\
337: \noalign{\smallskip}
338: \hline
339: \end{tabular}
340: \vfill
341: \end{minipage}
342: %
343: \begin{list}{}{}
344: \item[$^{\mathrm{a}}$] No abundance criteria were originally defined to the types III, IV and V. Average abundances can be calculated using data from Chiappini \& Maciel (1994) for types III and IV, and data from Escudero \& Costa (2001), Cuisinier et al. (2000) and Escudero et al. (2004) for type V. Mean values of He/H and $\log({\rm N/O})$ are respectively 0.099 and -0.68 for type III, 0.104 and -0.67 for type IV and 0.110 and -0.60 for type V PNe.
345: \item[$^{\mathrm{b}}$] According to the original criteria, type I nebulae have $\vert z \vert \ll 1$ and type III $\vert z \vert \geq 1$. Here, quantitative limits for $\vert z \vert$ were defined assuming the scale height of 0.3~kpc to the thin disk and 1.45~kpc to the thick disk (Gilmore \& Reid 1983). Criteria for type V are defined using $R_\odot = 7.6$~kpc and assuming that the object should be within $10\degr$ from the Galactic center.
346: \item[$^{\mathrm{c}}$] Maciel (1992)
347: \item[$^{\mathrm{d}}$] Maciel \& K\"oppen (1994)
348: \end{list}
349: %
350: \end{table*}
351: %=====================================================================
352:
353: Type III PNe have been defined by Peimbert (1978) as those objects with $\vert \Delta V \vert > 60$~\kms\, which do not belong to the halo population. They are high velocity objects from the thick disk population. Such PNe were ejected from stars, which are generally older than most thin disk stars. As most of the thick disk stars they are on moderately elliptical orbits that typically reach higher distances from the Galactic plane. Type III nebulae should also present underabundances of heavy elements, compared to thin disk stars. Here we assume that the thick disk have a scale height of 1450~pc (Gilmore \& Reid 1983, Reddy et al. 2006).
354:
355: Finally, type IV PNe are halo objects. Only a few observed objects belong to this class, identified by the low heavy element abundances and the large deviations from disk kinematics (high velocity with respect to the Sun). These nebulae are remnants of very low mass halo stars (a rather uniform old and metal-poor population). They do not show excess in helium, but they appear to have a slight deficiency of this element relative to the other PNe.
356:
357: There is still a fifth group named type V, which consists of the nebulae found in the Galactic center (Maciel 1989). According to Stasi\'nska et al. (1992), this group is composed by 700 known PNe. Bulge objects have a distinct evolutionary history than the disk and halo and a variety of chemical composition and stellar masses might be related to this component of the Galaxy. For this reason, type V nebulae cannot be defined in terms of the same criteria used to define the types I to IV. Ignoring bulge PNe as a distinct population, however, leads to larger uncertainty in the classification of the other types, as will be discussed separately in \S~\ref{sec:dificulties}. Here we used a method similar to that used by Pottasch \& Acker (1989), Stasi\'nska et al. (1991) and Zhang (1995) to select bulge objects: i) angular radius smaller than 10 arcsec; ii) Galactic longitude ($l$) and latitude ($b$) within $10\degr$ of the Galactic center (which places the nebulae 1.32~kpc above or below the Galactic plane, if $R_\odot = 7.6$~kpc, see Maciel 1993), and iii) flux at 5~GHz less than 100 mJy (Pottasch 1990). Because the criteria used to select type V are not common to those adopted for the types I to IV, this group cannot be used in our statistical analysis (\S~\ref{sec:posclass}).
358:
359: For types I to IV, the limits between each group are defined by four quantities: the He/H and $\log({\rm N/O})$ abundance ratios, the absolute values of the height above the Galactic disk, $\vert z \vert$, and of the peculiar velocity, $\vert \Delta V \vert$, of each object, following that order of importance.
360:
361: The height above the Galactic disk, $z$ is given by
362:
363: \begin{equation}
364: z = \dhel\, \sin b \,, \label{z}
365: \end{equation}
366:
367: \noindent where \dhel\ is the heliocentric distance of the object. The peculiar velocity is basically the difference between the measured radial velocity relative to the Local Standard of Rest, $V_{\rm LSR}$, and the radial velocity obtained from the Galactic rotation curve (assuming the object has a circular orbit). The planetary nebula radial peculiar velocity is calculated from the equation (Maciel \& Dutra 1992)
368:
369: \begin{equation}
370: \Delta V = V_{\rm LSR} - R_\odot \left[ {\Theta(\rgal) \over \rgal} - {\Theta_\odot \over R_\odot} \right] \sin l \cos b \,, \label{Dv}
371: \end{equation}
372:
373: \noindent where, \rgal\ is the distance to the Galactic center projected in the Galactic plane,
374:
375: \begin{equation}
376: \rgal = \left[ R_\odot^2 + (\dhel\, \cos b)^2 - 2\, R_\odot\, \dhel\, \cos b\, \cos l \right]^{1/2} \,, \label{rgal}
377: \end{equation}
378:
379: \noindent $\Theta(\rgal)$ is the rotation velocity at the nebula galactocentric position calculated for a rotation curve. We adopted the rotation curve given by Maciel \& Dutra (1992) for type I + II PNe.
380:
381: \begin{equation}
382: \Theta(\rgal) = 314.1356-20.5234\, \rgal + 0.9855\, R_{\rm Gal}^2 \,, \label{theta}
383: \end{equation}
384:
385: \noindent For the rotation velocity in the Sun position we adopted $\Theta_\odot = 185$~\kms\, (Rohlfs et al. 1986).
386:
387: The criteria for classification of the four types proposed by Peimbert (1978), after some reassessments (Peimbert \& Torres-Peimbert 1983; Fa\'undez-Abans \& Maciel 1987a; Maciel 1989; Maciel \& K\"oppen 1994), are shown in Table~\ref{tab:criteria}. The last three columns give, respectively, mean estimates for the progenitor mass and the age intervals corresponding to each type, and the expected Galactic population to which the planetary nebula belongs. For completeness, the type V PNe were also listed in the table.
388:
389: It should be noted that the masses and ages given in Table~\ref{tab:criteria} are based on the original Peimbert criteria, and do not take into account some more recent attempts to estimate these parameters on the basis of individual methods, as in Maciel et al. (2003, 2005, 2006). Mass intervals in Table~\ref{tab:criteria} should be used as a guide only, since large uncertainties are associated with estimates of progenitor and central star masses. Besides, recent results from Marigo (2007) suggest that hot bottom burning (supposed to be responsible for an overabundance of He and N in the stellar outer layers) may be weakened or even prevented by the third dredge-up process during the early stages of the thermally-pulsating AGB phase in stars within $\approx 3.0$--4.0~\msun\, and metallicities $Z \ga 0.001$, if effects of variable molecular opacities are taken into account. This could reduce the mass range of type I PNe to masses higher than $\approx 3.0$--4.0~\msun.
390:
391: The resulting classification, following the criteria displayed in Table~\ref{tab:criteria} is shown in the last column of the Table~\ref{tab:data}. In this table, 34\% of the whole sample are type II objects (24\% IIa and 10\% IIb), 28\% are type V and 9\% are type I. Only 3 objects were classified as type III and 7 objects were classified as type IV (each group representing 1\% of the whole sample). Approximately 4\% of the sample (without He/H abundance) were not classified. The rest of the sample (approximately 23\%) consists of objects that could not be fitted in one class, most being between types II, III and IV.
392:
393: In spite of having those criteria, the classification process is not straightforward since most nebulae do not satisfy all the necessary criteria to fit undoubtedly into a given class. Most likely, they can be classified into two or three types or not even being classified at all. One example is NGC~6807. For this planetary nebula ${\rm He/H} = 0.110$, $\log({\rm N/O}) = -0.60$, $\vert z \vert = 0.66$~kpc, and $\vert \Delta V \vert = 162$~\kms. Its position indicates that this object can be a type IIb nebula. The high peculiar velocity, however, indicates that this object may be a type III or IV. Because there is no limit in abundance among these three groups, the planetary nebula cannot be classified in one single class.
394:
395: In an attempt to evaluate how accurately each object fits in its group, some flags were added to the resulting classification. We use an asterisk ``$\ast$'' to indicate absence of $\log ({\rm N/O})$ measurement (in this case the object cannot have an accurate classification). Letter ``A'' indicates that one of the conditions between angular radius smaller than 10 arcsec and flux at 5~GHz less than 100 mJy is not obeyed (applies only for type V nebula). Letter ``B'' indicates that the condition for $\vert z\vert$ is not obeyed. Letter ``C'' indicates that the condition for $\vert \Delta V \vert$ is not obeyed. Letter ``D'' indicates absence of $\vert z\vert$ and/or $\vert \Delta V \vert$ (and/or angular radius and/or flux for the type V nebulae). Letter ``E'' indicates that more than one among the conditions ``A'', ``B'', ``C'' and ``D'' are applied (for types I, IIa and V). Finally, a ``F'' indicates a perfect classification: the source has all characteristics of the type. In the example cited in the last paragraph, the resulting classification of NGC~6807 would be IIbC/(III/IV)B.
396:
397:
398:
399:
400: \subsection{Reasons for a posterior classification} \label{sec:dificulties}
401:
402: The merit of the Peimbert classification is in the attempt of sampling PNe in different populations (halo, thin disk, thick disk). Naively, the sequence of types I--II--III--IV could be translated into a sequence of decreasing mass intervals for the planetary nebula progenitor stars in the main sequence, in the sense that type I have high mass progenitors, type II intermediate mass, and type III and IV low and very low masses, respectively. In reality, although distinct mass intervals are usually provided for each of these types, these are only mean estimates, and well defined boundaries between them cannot be established from the four criteria, He/H, N/O, $\vert z \vert$ and $\vert \Delta V \vert$ only. Peimbert himself, in Peimbert \& Carigi (1998), affirmed that it is not possible to have a sharp mass boundary between types II and III based on dynamical arguments only or a sharp mass boundary based on the observed abundances, either. Three causes are provided: i) observational errors in the abundances determinations, ii) displacements of the older PNe from the original Galactocentric distance at which the progenitor star originated, and iii) a real scatter in the chemical abundances of the interstellar medium at a given Galactocentric distance.
403:
404: Besides those reasons, additional factors may contribute to difficulties in the classification of PNe into types I to IV:
405:
406: \begin{enumerate}
407:
408: \item {\it Properties that are common to distinct stellar populations}: although the mean properties of the dominant stellar populations of the different components of the Galaxy are reasonably well defined, some characteristics may be common to them (Wyse \& Gilmore 2005). This problem is reflected in the He/H and N/O abundance ratios for types IIb, III and IV PNe. All these types are low metallicity objects, so they are likely to have low He and O abundances. At first a low N abundance would also be expected both because: i) they come from an old stellar population, probably formed from a nitrogen poor interstellar medium; and ii) they are remnants of low mass stars so the nebula should not be self-contaminated by He and N from the stellar nucleosynthesis. Based on this kind of reasoning, we should find progressively lower He, O and N abundances as we go from type IIb to type IV PNe. The interpretation in terms of the N/O ratio, however, is not as simple.
409: %
410: From the limit of $\log({\rm N/O})$ for type IIb in table \ref{tab:criteria}, one may expect to find $\log({\rm N/O}) < -0.60$ for both thick and halo PNe, but observations show that, at least in regard to the halo population, this is not true. Howard et al. (1997) measured the chemical composition of nine halo PNe, finding that most objects show enhanced $\log (\rm{N/O})$ abundance ratio\footnote{Values range from $-$0.91 to +0.17; only 3 out of the 9 PNe have $\log({\rm N/O}) < -0.60$. All nine objects exhibit subsolar O/H.}. The spread in $\log (\rm{N/O})$ is much larger than can be accounted by uncertainties alone. Unfortunately, the small number of type IV PNe with reliable abundances and distances somewhat hinders their application in statistical studies. From compiled data up to the end of 2001, Stasi\'nska (2004) mentions a total of only 20 known halo PNe (Wyse \& Gilmore 2005; Costa \& Maciel 2006). The large scatter in the N/O abundance ratio in metal-poor stars is also suggested by high precision abundance data for Galactic halo stars (Spite et al. 2005; Israelian et al. 2004). In these papers, the scatter in the N/O abundance ratio is also much larger than their quoted error bars. A model able to predict high N/O abundance ratios at low metallicities was presented in Chiappini et al. (2005), where the explanation for the high nitrogen abundance was based on an increase of the rotational velocity in very metal-poor stars (Meynet \& Maeder 2002). More recent models by Chiappini et al. (2006a, b), considering N yields for stars above 20~\msun\, at metallicity $Z = 10^{-8}$ (Hirschi 2007), suggest that at $\log({\rm O/H})+12 < 7$ (or $[{\rm Fe/H}] < -3$), the main contribution for the larger amounts of N would come from fast rotating massive stars. After $\log({\rm O/H})+12 \sim 7$, where AGB contribution would start to be effective, intermediate mass stars of high rotational velocities could also produce large amounts of nitrogen. In this framework, the scatter in N/O abundance ratios would reflect the distribution of stellar rotational velocities as function of metallicity.
411: %
412: In spite of the uncertainties associated to the observed data, this picture suggests that the interstellar medium from which the halo PNe progenitors have been formed had a significant scatter in N/O. Thus, even considering that the contribution of the halo progenitor star for the N enrichment should not be significant (once these stars are of very low mass) the use of PNe N/O abundance ratio as an accurate tracer of stellar populations is unclear.
413: %
414: Besides, a real scatter in abundance, another complication arises if the position of the PNe was affected by the motion of the progenitor star away from its original galactocentric birth radius. This possibility is particularly suitable for the older and high velocity PNe. As a consequence, it is possible that among PNe considered to be in the halo, some actually probably belong to an old disk population; also, samples of PNe considered as members of the Galactic disk may actually contain PNe of the halo population that are found physically in the same region as the disk. We may also find PNe of the disk or halo population that are found physically in the same region as the Galactic bulge.
415:
416: \item {\it Uncertainties in the classification parameters and the absence of a homogeneous data sample}: we verified that typical differences in abundance measurements resulted mostly in changes in the classification between types IIa to I and IIb to IIa. Nevertheless, the number of objects for which this happens is really small. A major source of uncertainty in the classification comes from the adopted distance. The use of a different distance scale does not have a significant effect over the classification of type II and I nebulae, for which the classification criteria are more dependent on chemical abundances. However, some uncertainties may arise in the classification of types IIb, III and IV, for which classification has a larger dependence on distance-related parameters.
417:
418: \item {\it Objects located in the direction of the Galactic center}: the classification of PNe seen towards lines of sight that are in the direction of the Galactic center has a larger degree of uncertainty than usual. This is due to the broad interval of possible values for the observed radial velocity. Because a variety of radial velocities are allowed to be observed in the direction of the center of our Galaxy, no limit can be established over the peculiar velocity, $\Delta V$, and it cannot be used as a constraint anymore. As a consequence, instead of four parameters (namely He/H, $\log ({\rm N/O})$, $\vert z \vert$, $\vert \Delta V \vert$), only three criteria can be used to classify such objects, increasing uncertainties in the classification. This problem is significantly minimized when we consider PNe from the Galactic center as a distinct population (type V or bulge PNe), and exclude this groups from the sample previous to the classification of the PNe sample into the types I, IIa, IIb, IIII and IV.
419:
420: \end{enumerate}
421:
422:
423:
424:
425: \section{Posterior classification of planetary nebulae} \label{sec:posclass}
426:
427: When one of the classificatory parameters is not available to a given PN, it is usually not possible to associate this object to a single Peimbert type. A more rigorous procedure, based on the observational data available to the PNe, uses the posterior probabilities for an object to be a member of a given type that is defined from the distribution of parameters of a well-defined sample.
428:
429: We consider an ideal sample for which all PNe are satisfactorily distributed into the Peimbert types, each nebulae having classificatory parameters that satisfy all the conditions imposed by the classificatory criteria. The distribution of classificatory parameters (He/H, $\log \mathrm{N/O}$, $\vert z \vert$ and $\vert \Delta V \vert$) of the population of objects in each group may be estimated by a multivariate parameter distribution of a sample of such group. The probability of each planetary nebula in particular to be member of a given group is calculated by using the multivariate distribution of the group. This method differs from the original classificatory scheme, because it provides a quantitative result of the representativity of the object within its group. Also, through the use of marginal distributions it is possible to extend the Peimbert classification even to those objects that do not have all the necessary classificatory parameters.
430:
431: In addition to type V PNe, we have also excluded from the analysis those PNe having ${\rm He/H} < 0.060$ and those having simultaneously very high He/H (generally ${\rm He/H} > 0.180$) and very low N/O abundance ratios. In the first case, measurements of ${\rm He/H} < 0.060$ are likely to be errors since these values are lower than the primordial helium abundance (assuming $0.2384$ for the pre-Galactic helium abundance by mass, from Peimbert et al. 2002, which should correspond to an abundance by number of about 0.060). PNe that are observed to have very low He/H abundances should be of low-excitation, having some amount of neutral helium present in the nebula. Because neutral helium cannot be measured, the total helium abundance is obtained from the sum of the He$^+$/H$^+$ and He$^{++}$/H$^+$ ionic abundance only. In those cases, the measured He/H abundance cannot be derived accurately, being underestimated in most cases. For the high He/H abundance ratio, we expect to see a trend of increasing N/O as He/H increases. This trend is commonly explained by dredge-up episodes, which occur in the red giant branch (RGB) and in the AGB phases: in particular, for the most massive stars experiencing hot-bottom burning during the thermal pulses on the AGB phase, the abundance of $^{14}$N should be significantly affected, due to the conversion of C into N in the envelope. The hot-bottom burning yields higher N/O and lower C/O ratios. (Marigo 2001; Perinotto et al. 2004). Finally, it should be noted that, although He2-152 (${\rm He/H} = 0.269$ , $\log ({\rm N/O}) = +0.60$) and M1-11 (${\rm He/H} = 0.094$ , $\log ({\rm N/O}) = +0.77$) do not fit in the group of PNe with simultaneously very high He/H and very low N/O abundance ratios, those PNe are outliers in the trend of increasing N/O versus He/H and for this reason they were also excluded.
432:
433:
434: Let us consider $\vec x$ a four-dimensional vector composed of the four classificatory parameters of the $K$ Peimbert types: $\vec x = (\mathrm{He/H}, \log \mathrm{N/O}, \vert z \vert, \vert \Delta V \vert)$. The probability of finding a nebula having the set of observables $\vec x$ is:
435:
436: \begin{equation}
437: p(\vec x|{\cal I}) = \sum^K_{k=1} p(k|{\cal I}) p(\vec x \vert k,{\cal I}) \,, \label{f(x)}
438: \end{equation}
439:
440: \noindent where $p(\vec x \vert k,{\cal I})$ is the likelihood that one can observe $\vec x$ given that the nebula belongs to the group $k$ and $p(k|{\cal I})$ is the prior probability that a given nebula belongs to the group $k$, when no other information is provided. The symbol ${\cal I}$ emphasizes that these probabilities depend on the state of the available background information.
441: The prior probability obeys the normalization condition:
442:
443: \begin{equation}
444: \sum^K_{k=1} p(k|{\cal I}) = 1 \label{sumpk}
445: \end{equation}
446:
447: \noindent and $p(k|{\cal I}) > 0$, $\forall k$. We assume that $p(\vec x \vert k,{\cal I})$ belong to the same parametric family of distributions for all $k$, that is, the likelihood functions have the same profile and are distinguished in each group by a small number of parameters. We assume that $p(\vec x \vert k,{\cal I})$ is a four-dimensional Gaussian, represented by
448:
449: \begin{equation}
450: p(\vec x|k,{\cal I}) = (2\pi)^{-2} \left\vert\Sigma_k\right\vert^{-1/2} \exp\left\{ -{1\over 2}
451: \left(\vec x - \vec\mu_k\right)^T \Sigma_k^{-1} \left(\vec x - \vec\mu_k\right)\right\} \,, \label{f(x|k)}
452: \end{equation}
453: %
454: \noindent where $\vec\mu_k = (\mu^k_\mathrm{He/H}, \mu^k_{\log \mathrm{N/O}}, \mu^k_{|z|}, \mu^k_{|\Delta V|})$ is the vector of means, $\Sigma_k$ is the covariance matrix corresponding to group $k$, and $\left\vert\Sigma_k\right\vert$ is its determinant.
455:
456: The marginal likelihood of a variable $x_q$ may be found by integrating the $p(\vec x|k,{\cal I})$ over all other variables:
457:
458: \begin{eqnarray}
459: p(x_q|{\cal I}) & = & \sum^K_{k=1} \int^{+\infty}_{-\infty} \cdots \int^{+\infty}_{-\infty} p(\vec x|k,{\cal I})
460: \prod_{i,\, i\ne q}\mathrm{d}x_i \nonumber \\
461: \phantom{p(x_q|{\cal I})} & = & \sum^K_{k=1} p(k|{\cal I}) p(x_q|k,{\cal I}) \,\hfil , \label{f(xq)}
462: \end{eqnarray}
463: %
464: where $i$ stands for the four classificatory parameters used in the Peimbert classification. From Eq. \ref{f(xq)} we see that the marginal likelihood of $x_q$, of a population mixture, is composed by the mixing of the marginal likelihoods of $x_q$ in each of the $K$ groups considered. Also, the marginal likelihood of any observable set $\vec y$ composed by a sub-group of variables of $\vec x$ is given by the integration of $p(\vec x \vert k,{\cal I})$ over the other variables which do not belong to $\vec y$.
465:
466: Our goal is to estimate the probability that a nebula belongs to a given Peimbert type after considering all its available observational data. According to Bayes Theorem, we can calculate these posterior probabilities as
467:
468: \begin{equation}
469: p(k|\vec y,{\cal I}) = {p(k|{\cal I}) p(\vec y|k,{\cal I}) \over \sum^K_{j=1} p(j|{\cal I}) p(\vec y|j,{\cal I})}\,, \label{p(k|x)}
470: \end{equation}
471: %
472: where $\vec y$ is the set of known classificatory parameters for the nebula and $p(\vec y|k,{\cal I})$ is the marginal
473: likelihood of observing the set $\vec y$ in a nebula belonging to group $k$. Note that
474: the posterior probabilities satisfy the equation $\sum^K_{k=1} p(k|\vec y,{\cal I})=1$, $\forall \vec y$. As new observational data are added to the sample, the classification of the nebula can be revised to take into account this new information. In this case the posterior probability found above becomes the prior probability in the right side of Eq. \ref{p(k|x)}, and new posterior probabilities can be calculated.
475:
476: Here, we assume $K = 5$, representing the five groups of Peimbert I, IIa, IIb, III and IV. At first only PNe that are precisely classified in each of those groups are selected, in order to estimate the likelihood $p(\vec x \vert k,{\cal I})$ of the corresponding group. As a consequence, only nebulae that have all the four classificatory parameters are used.
477: In the following discussion, we will leave the ${\cal I}$ dependence implicit in order to simplify the notation.
478:
479: Only seven objects from our sample were unambiguously classified as type IV planetary nebula. In order to improve the statistical analysis of type IV PNe, we have added to this group four other objects that were classified as IVC/IIbB. A similar problem occurs for type III PNe, which has only three unambiguously classified objects. We added to this group 15 objects that were classified as IIIC/IIbB or IIbC/IIIB. This was done for the sole purpose of increasing the sample in order to not completely hinder the statistical analysis for these less populated groups. However, by mixing PNe having uncertain classification with well-classified ones, the estimated multivariate likelihood for types III and IV PNe are surely less well-defined than those for the other types.
480:
481: %=====================================================================
482: \begin{table*}
483: \begin{minipage}[t][]{\textwidth}
484: %\begin{minipage}[t][180mm]{\textwidth}
485: \caption{PNe used to define the multivariate likelihood for each Peimbert type}\label{tab:input}
486: %\centering
487: \begin{tabular}{ccccccccc}
488: \hline\hline
489: \noalign{\smallskip}
490: \multicolumn{9}{c}{Type I} \\
491: \noalign{\smallskip}
492: \hline
493: \noalign{\smallskip}
494: BV5-1 & He2-15 & He2-143 & He2-153 & K3-70 & M1-8 & M1-51 & M1-75 & NGC 2899 \\
495: NGC 6302 & NGC 6445 & NGC 6537 & NGC 6781 & NGC 6803 & NGC 7293 & & & \\
496: \hline
497: \noalign{\smallskip}
498: \multicolumn{9}{c}{Type IIa} \\
499: \noalign{\smallskip}
500: \hline
501: \noalign{\smallskip}
502: He2-29 & He2-37 & He2-51 & He2-86 & He2-119 & He2-140 & He2-141 & IC 418 & IC 2149 \\
503: IC 2448 & IC 2501 & IC 2621 & K3-68 & M1-4 & M1-7 & M1-13 & M1-57 & M1-58 \\
504: M1-60 & M1-61 & M1-74 & M1-79 & M1-80 & M2-2 & M2-4 & M2-46 & M2-55 \\
505: M3-1 & M3-4 & M3-5 & M3-29 & MyCn18 & Mz1 & Mz2 & NGC 650 & NGC 2022 \\
506: NGC 2346 & NGC 2371-72 & NGC 2438 & NGC 2440 & NGC 2452 & NGC 2792 & NGC 2867 & NGC 3132 & NGC 3195 \\
507: NGC 3699 & NGC 3918 & NGC 5189 & NGC 5315 & NGC 5882 & NGC 6572 & NGC 6720 & NGC 6741 & NGC 6818 \\
508: NGC 6881 & NGC 6884 & NGC 7026 & NGC 7027 & NGC 7354 & Th2-A & & & \\
509: \hline
510: \noalign{\smallskip}
511: \multicolumn{9}{c}{Type IIb} \\
512: \noalign{\smallskip}
513: \hline
514: \noalign{\smallskip}
515: H3-75 & Hb12 & He2-115 & He2-47 & He2-55 & Hu1-1 & Hu2-1 & IC 2003 & IC 2165 \\
516: IC 351 & IC 4191 & IC 4406 & IC 4634 & IC 4776 & IC 5117 & J900 & K2-1 & M1-14 \\
517: M1-17 & M1-5 & M1-50 & M1-6 & M3-54 & M3-6 & NGC 40 & NGC 3211 & NGC 3242 \\
518: NGC 4361 & NGC 6210 & NGC 6309 & NGC 6578 & NGC 6790 & NGC 6826 & NGC 6879 & NGC 6891 & NGC 6905 \\
519: NGC 7662 & Pe1-1 & Tc1 & & & & & & \\
520: \hline
521: \noalign{\smallskip}
522: \multicolumn{9}{c}{Type III} \\
523: \noalign{\smallskip}
524: \hline
525: \noalign{\smallskip}
526: Fg1 & He2-5 & He2-21 & He2-67 & He2-99 & He2-149 & He2-157 & He2-158 & IC 4846 \\
527: J320 & KFL 19 & M1-9 & M2-9 & M2-53 & M3-33 & NGC 1535 & NGC 6326 & PC14 \\
528: \hline
529: \noalign{\smallskip}
530: \multicolumn{9}{c}{Type IV} \\
531: \noalign{\smallskip}
532: \hline
533: \noalign{\smallskip}
534: BoBn1 & H4-1 & He2-118 & IC 3568 & IC 4593 & K648 & PC12 & DdDm1 & Me2-1 \\
535: Sn1 & Vy1-2 & & & & & & & \\
536: \noalign{\smallskip}
537: \hline
538: \end{tabular}
539: \vfill
540: \end{minipage}
541: \end{table*}
542: %=====================================================================
543:
544: %=====================================================================
545: \begin{table*}
546: \caption{Statistic parameters of $p(\vec x \vert k)$}
547: \label{tab:statistic}
548: \centering
549: \begin{tabular}{lrrrrr}
550: \hline\hline
551: \noalign{\smallskip}
552: & Type I & Type IIa & Type IIb & Type III & Type IV \\
553: \noalign{\smallskip}
554: \hline
555: \noalign{\smallskip}
556: $\mu(\mathrm{He/H})$ & 0.1503 & 0.1135 & 0.1035 & 0.1004 & 0.0983 \\
557: $\mu(\log \mathrm{N/O})$ & $-$0.0160 & $-$0.3973 & $-$0.8110 & $-$0.9161 & $-$0.7873 \\
558: $\mu(|z|)$ (kpc) & 0.0812 & 0.2251 & 0.3761 & 0.6859 & 5.4504 \\
559: $\mu(|\Delta V|)$ (\kms) & 25.1667 & 28.1200 & 23.3615 & 69.6389 & 115.5273 \\
560: \noalign{\smallskip}
561: \hline
562: \noalign{\smallskip}
563: $c(\mathrm{He/H}, \mathrm{He/H}) $ & 0.0003 & 0.0003 & 0.0002 & 0.0003 & 0.0001 \\
564: $c(\mathrm{He/H}, \log \mathrm{N/O})$ & 0.0015 & $-$0.0005 & 0.0001 & $-$0.0001 & 0.0023 \\
565: $c(\mathrm{He/H}, |z|) $ & $-$0.0002 & $-$0.0005 & $-$0.0000 & $-$0.0026 & 0.0277 \\
566: $c(\mathrm{He/H}, |\Delta V|) $ & 0.0168 & $-$0.0395 & $-$0.0146 & 0.0642 & 0.0143 \\
567: $c(\log \mathrm{N/O}, \log \mathrm{N/O})$ & 0.0444 & 0.0373 & 0.0300 & 0.0275 & 0.2231 \\
568: $c(\log \mathrm{N/O}, |z|) $ & $-$0.0062 & $-$0.0071 & $-$0.0013 & $-$0.0331 & 1.7941 \\
569: $c(\log \mathrm{N/O}, |\Delta V|) $ & $-$0.7432 & 0.0729 & $-$0.2483 & 1.2787 & 14.5046 \\
570: $c(|z|, |z|) $ & 0.0034 & 0.0445 & 0.0663 & 0.2045 & 25.8489 \\
571: $c(|z|, |\Delta V|) $ & $-$0.0391 & 0.1964 & 0.2333 & $-$5.9943 & 218.0222 \\
572: $c(|\Delta V|, |\Delta V|) $ & 203.3552 & 282.4165 & 269.3030 & 495.8237 & 8091.3482 \\
573: \noalign{\smallskip}
574: \hline
575: \noalign{\smallskip}
576: $p(k)$ & 0.105 & 0.419 & 0.273 & 0.126 & 0.077 \\
577: \noalign{\smallskip}
578: \hline
579: \end{tabular}
580: \end{table*}
581: %=====================================================================
582:
583: In Table~\ref{tab:input}, we list the PNe used in the calculation of $p(\vec x \vert k)$ to each of the Peimbert types. In Table~\ref{tab:statistic}, we list the statistical parameters of $p(\vec x \vert k)$. The mean of the variable $x_i$ is represented by $\mu(x_i)$, and the notation $c(x_i, x_j)$ indicates the covariance between the variables $x_i$ and $x_j$. Accordingly, $c(x_i,x_i)$ is the variance of $x_i$. Note that $c(x_i,x_j) = c(x_j,x_i)$. Figure~\ref{figgrupos} shows two-dimensional projections of the four-dimensional likelihoods $p(\vec x \vert k)$ overimposed on the data for the PNe listed in Table~\ref{tab:input}. The ellipses mark the 1$\sigma$ confidence level for the bivariate distribution of the parameters plotted, for each of the $K$ groups. In this figure, the role of each classificatory parameter can be considered. He/H and $\log \mathrm{N/O}$ are discriminant parameters for the earlier Peimbert types (I to II), but cannot separate between IIb to IV PNe types. To separate these types, we need to consider $|z|$ and $|\Delta V|$, which, on the other hand, are not good discriminant parameters for the earlier types. We have verified that the Peimbert groups do not naturally arise as optimally decomposed groups of the four-dimensional variable mixing when a proper statistical method for the decomposition of population mixing is applied to the data\footnote{We have used the {\tt EMMIX} software provided by McLachlan et al. (1999)}. That is, the Peimbert classification is rather {\em ad hoc}, in the sense that it is based on the apriori expectation that objects within given parameter ranges are members of given stellar populations of the Galaxy.
584:
585: The shape of the ellipses in Figure \ref{figgrupos} reveals some interesting properties of the Peimbert types. For instance, there is a trend of finding larger $\log \mathrm{N/O}$ and $|\Delta V|$ with increasing $|z|$ among type IV PNe. Because these PNe are thought to be members of the Galactic halo, we can conclude that this trend should be found among halo stars as well. The increase of $|\Delta V|$ with increasing $|z|$ is indeed verified among halo stars. It indicates that stars with increasing height above the Galactic plane have a tendency to progressively lag behind the Local Standard of Rest. On the other hand the $\log \mathrm{N/O}$--$|z|$ trend found for these nebulae reinforces that metal-poor stellar populations could have a high N/O abundance ratio, as discussed in section \ref{sec:dificulties} above. Other trends revealed by the ellipses are somewhat unexpected, as the decrease in $|\Delta V|$ for increasing $|z|$ among type III PNe. It is presently unclear whether this trend is real or artificially imposed into the classification of type III PNe by the fuzzy limit in $|z|$ for the separation among type III to type IV PNe in the original Peimbert Classification. This trend deserves a further consideration after more data becomes available.
586:
587: %=============================================================================
588: \begin{figure*}
589: %\sidecaption
590: %\includegraphics[width=12cm]{fig1.eps}
591: \resizebox{\hsize}{!}{\includegraphics{fig1.eps}}
592: \caption{Projections of the multivariate distribution of classificatory parameters in the Peimbert classification scheme. Different symbols are used for PNe unambiguously classified in the five main Peimbert group, as shown in the caption. An ellipse marks the 1-sigma confidence level of each group bivariate distribution in the four-dimensional space (He/H, $\log \mathrm{N/O}$, $|z|$, $|\Delta V|$). While some groups are reasonably well separated in some of the plots, particularly He/H $\times\log \mathrm{N/O}$ and $\log \mathrm{N/O} \times |\Delta V|$, they overlap considerably in other plots, on account of the ambiguity in the Peimbert classification and of real overlaps of some of the parameters that characterize the different nebular populations.}
593: \label{figgrupos}
594: \end{figure*}
595: %=============================================================================
596:
597: The marginal likelihoods tell us about how each variable affects the classification of the nebulae. In Fig.~\ref{mixingport} we show how the posterior probabilities $p(k \vert x_q)$ depends on each variable. In those plots, the horizontal line correspond to $p(k \vert x_q) = 0.75$, that we arbitrarily assumed as the limit for a safe classification of a nebulae in a given group. In a classification system that has few ambiguities, we expect to find almost each curve rising above $p(k \vert x_q) = 0.75$ in a given variable range. Contrary to this expectation, Fig.~\ref{mixingport} shows that the several $p(k \vert x_q)$ curves overlap each other considerably for some variables. As a consequence, only a small number of curves do reach $p(k \vert x_q) > 0.75$. This indicates that Peimbert classification is rather ambiguous if only one classificatory parameter is known. However, the same problem affects other population classification schemes in Astronomy, like the Galactic stellar population classification (see, for instance, Nemec \& Nemec 1993).
598:
599: Seven intervals can be defined from these curves, within which the PNe can be classified with reasonable accuracy from a single parameter. Those are summarized in Table~\ref{tab:intervals}. We conclude that $\log \mathrm{N/O}$ is an important determinant parameter in the classification of the types I and IIa, with two intervals of unambiguous classification in Table~\ref{tab:intervals}. $|z|$ and $|\Delta V|$ are also discriminatory parameters between Type III and IV PNe, but not for those younger nebulae associated with the thin disk. He/H is not an unimportant parameter, but the overlap between the several $p(k \vert {\rm He/H})$ curves hinders a secure nebulae classification unless He/H $> 0.147$.
600:
601: %=============================================================================
602: \begin{figure*}
603: \resizebox{\hsize}{!}{\includegraphics{fig2.eps}}
604: \caption{Posterior probability, $p(k \vert x_q)$, or the fraction of PNe which are likely to be members part of a group $k$, when only one single information for the nebula is known. The horizontal line indicates $p(k \vert x_q$) = 0.75. According to the figure, $\log \mathrm{N/O}$ and $|z|$ are the most important parameters in the Peimbert classification.}
605: \label{mixingport}
606: \end{figure*}
607: %=============================================================================
608:
609: More narrow intervals can be defined by considering that only two or three classificatory parameters are known. We do not show the corresponding plots in this case, since no new information can be taken from them that is not already present in the Figs. \ref{figgrupos} and \ref{mixingport}. If more than one classificatory parameter is known, it is best to use Eq. \ref{p(k|x)} to fully classify the nebula.
610:
611: %=====================================================================
612: \begin{table}
613: \caption{Best parameter intervals for safe classification of PNe}
614: \label{tab:intervals}
615: %%\centering
616: \begin{tabular}{cl}
617: \hline\hline
618: \noalign{\smallskip}
619: Interval & Class \\
620: \noalign{\smallskip}
621: \hline
622: \noalign{\smallskip}
623: $\mathrm{He/H} > 0.147$ & type I PNe \\
624: $\log \mathrm{N/O} > -0.005$ & type I PNe \\
625: $-0.513 < \log \mathrm{N/O} < -0.324$ & type IIa PNe \\
626: $0.95 < |z| < 1.60\, \mathrm{kpc}$ & type III PNe \\
627: $|z| > 1.99\, \mathrm{kpc}$ & type IV PNe \\
628: $66 < |\Delta V| < 101\,~\kms$ & type III PNe \\
629: $|\Delta V| > 121\,~\kms$ & type IV PNe \\
630: \noalign{\smallskip}
631: \hline
632: \end{tabular}
633: \end{table}
634: %=====================================================================
635:
636: The accuracy of the likelihoods $p(\vec x \vert k)$ used in the posterior classifications depends on the accuracy of the prior classification that defined the `fiducial' PNe samples. We had to incorporate some ambiguously classified Type III and IV PNe to these samples in order to have a meaningfully large sample. On account of this, some ambiguity is likely to have been incorporated into $p(\vec x \vert k)$. A glimpse of Fig.~\ref{figgrupos} shows that the present `fiducial' Type III PNe sample comprises PNe with lower He/H abundance than the `fiducial' Type IV PNe sample, which are supposed to be older than Type III PNe and, thus, more He poor. This problem can be eliminated once the number of prior classified nebulae increases as more data becomes available.\footnote{Recently, Pereira \& Miranda (2007) identified PNG~232.0$+$05.7 as a halo object, increasing the small group of known halo planetary nebulae (PNG~232.0$+$05.7 present a very low N/O abundance ratio, with $\log ({\rm N/O}) = -0.89$). Analogously, PNG~034.5-11.7 was identified as a type III planetary nebula. Unfortunately none of these new identified PNe have He/H measurements.}
637:
638: In Table~\ref{tab:probab} (available also in electronic form) we list the posterior probability $p(k \vert \vec y)$ for the membership of each planetary to the Peimbert groups, where $\vec y$ is the vector composed by the classificatory parameters of the nebula that are known. For comparison purpose, we also list the pre-classification, as in Table~\ref{tab:data}. {\it While the posterior classification agrees reasonably well with the prior classification for those PNe used in the `fiducial' samples, the novelty of this result is that we can now give a quantitative estimate of how likely each ambiguously classified nebula belongs to a given Peimbert group}. This result is particularly important in the case of nebulae for which a few classificatory parameters are known. The resulting posterior classification listed in the eighth column corresponds to the group with higher posterior probability. Compared to the percentages provided in the \S~\ref{sec:peimbert} for the numbers of PNe in each group, we have now that, excluding the objects that were pre-classified as bulge PNe (28\% of the whole sample), 42\% of the whole sample of 476 PNe are type II PNe (31\% IIa and 11\% IIb), 11\% are type III, 9\% are type I, and 6\% are type IV. There are still a number of PNe with less than 50\% of chance to pertain to a certain group, including 3 objects that still cannot be classified, having equal probabilities to belong to two different types. Those PNe represent 4\% of the sample.
639:
640: In order to avoid indiscriminate use of the results presented in Table~\ref{tab:probab}, we wish to present some critical comments. First of all, we find that a number of 30 PNe are now classified as halo type IV. Those include objects classified as halo PNe in the literature (Howard et al. 1997) plus objects with ambiguous pre-classification among two or more Peimbert types. We have noticed, however, that this group contains 11 PNe previously classified as type IIa. Although the scale heights for most of these objects are less than 1 kpc, their peculiar velocities are high. The inclusion of these objects in the type IV group may be partially explained by the large scatter in N/O observed in halo objects. Most of the pre-classified IIa PNe have low He/H ($< 0.125$) but $\log({\rm N/O})$ $> -0.60$.
641:
642: It also should be noted that in Table~\ref{tab:probab} we list posterior classification for type V bulge PNe. This was done in order to investigate the main characteristics of this group, given the meaning of the sequence of types I to IV as being a sequence of intervals of progenitor mass (see discussion ahead). We do not recommend the use of our resulting posterior classification for those PNe pre-classified as type V for application in studies dealing with Galactic evolution or related purposes. In those case, bulge objects should be used as a separate group.
643:
644: {\it Planetary nebula bulge population}: It is interesting to investigate the characteristics of the PNe in the bulge population using the posterior classification of PNe that have a type V prior classification. Until now, we have discarded from the statistical analysis objects belonging to this class. This procedure has assured a better characterization of the types I to IV. Here we can study this class separately. We calculated the posterior classification of all PNe with prior classification VA, VD and VF in Table~\ref{tab:data}. Those are listed in Table~\ref{tab:probab}. For this group of objects we have 6 type I, 41 type IIa, 19 type IIb, 35 type III and 32 type IV PNe. We conclude that type V PNe are, indeed, a mixed group comprising a variety of chemical composition and stellar masses. They are likely to be misclassified in all other Peimbert groups if the proper classificatory parameters for type V PNe are not taken into account. The frequency of misclassified type V PNe as Type III or IV PNe, however, compared to the prior probabilities $p(k)$ is larger by a factor of at least 2. This suggests that most type V PNe are more similar to type III and IV PNe, in agreement with what we would expect from Galactic population studies, according to which the bulge population is closer to the thick disk and halo population than to the thin disk population (Feltzing \& Gilmore 2000; Ferreras et al. 2003).
645:
646:
647: \section{Discussion and Application} \label{sec:discuss}
648:
649: In the Figs~\ref{figgrupos} and \ref{mixingport} we note significant overlap among the distributions of the classificatory parameters, which best define the different types I to IV. As commented in the previous sections, the lack of sharp boundaries between these intervals is one of the main causes for uncertainties in the classification of PNe into these types. The overlap in the $p(\vec x \vert k)$ curves should be reduced with a better characterization of the sample, which can be reached with the improvement of the observational data, taking into account new and more precise measurements. A larger number of PNe pre-classified into the types III and IV is also of major importance, since those groups are poorly populated in our analysis. We do not expect, however, that the overlaps in Figs. \ref{figgrupos} and \ref{mixingport} will be completely removed. Some overlaps are probably real, since different nebula populations have common properties. Some discussion was already presented in \S~\ref{sec:dificulties} concerning the large scatter observed in abundances from thin disk to halo, and possible effects of the motion of the progenitor stars in the position of the PNe. Thus, overlaps should exist not only in the curves of the He/H and $\log {\rm N/O}$ abundance ratios, but also, although in a smaller range of coincidence, in the curves for $|\Delta V|$ and $|z|$, particularly for the older PNe.
650:
651: This discussion reinforces our idea that statistical methods can greatly contribute to a better characterization of groups of PNe. It is also clear that these groups cannot be well defined using a limited number of criteria, and the consideration of further quantities that can be related to stellar evolution, kinematics or spatial distribution can probably help in the characterization of stellar populations. Following this line of thought, Phillips (2005) has evaluated trends in several planetary nebula properties for the Peimbert types I, IIa, IIb, and III, finding marked differences in properties among the four Peimbert classes, and confirming a likely differentiation in progenitor and ionized shell masses. Among the quantities analyzed were the: nebular radii, expansion velocity, density, shell ionized masses, morphology, radial velocity, Galactic latitude, 5~GHz brightness temperature, Zanstra temperature (likely to be related to central star effective temperature), central star luminosity, He$^{++}$/He$^+$, dust-to-gas mass ratios, and molecular-to-ionized mass ratios. In the following subsections we present additional comments on the relation between morphological classes and PNe Peimbert types. We also briefly comment on isotopic ratios as indicators of the mass of planetary nebula progenitor star.
652:
653:
654: \subsection{Planetary nebula morphological class as a stellar population indicator} \label{sec:morphology}
655:
656: Several studies use planetary nebula morphology as indicator of stellar populations. It was first noticed by Peimbert \& Torres-Peimbert (1983) that a large fraction of type I PNe (He and N rich) show bipolar structure (see also Calvet \& Peimbert 1983). Later on, the association of progenitors of bipolar PNe and the higher-end mass range of the AGB stars was confirmed in a series of papers dealing with the correlation of the planetary nebula morphology and properties of the nebula and its central star (Amnuel 1995; Corradi et al. 1997; Corradi \& Schwarz 1995; G\'orny et al. 1997; Stanghellini et al. 1993, 2002). Morphological classes are usually defined on the basis of the H$\alpha$, [\oiii]$\,\lambda\,5007$ or [\nii]$\,\lambda\,6584$ images. Attempts to establish a morphological classification have been done by many authors (Greig 1972; Zuckerman \& Aller 1986; Balick 1987; Chu et al. 1987; Schwarz et al. 1992; Manchado et al. 1996). Some variation in the definition of groups and subgroups exist, depending on the level of detail which is taken into account, by considering or not additional structures and morphological features (inner structures, ansae, rings, multiple shell structures, and other). Also, different interpretation of a given image, may result in differences in the classification assigned by different authors.
657:
658: Fig.~\ref{fig:morphology}a shows a comparison between the Peimbert types and the morphological classes in Stanghellini et al. (2002) for PNe in common with their study. Fig.~\ref{fig:morphology}b is analogous to Fig.~\ref{fig:morphology}a, but now showing PNe in common with G\'orny et al. (1997) and Stasi\'nska et al. (1997). Peimbert types are given according to our posterior classification. The number of objects in each interval are plotted. For a proper comparative analysis, the groups are normalized by the total number of PNe in each of the Peimbert types. The gray color scale refers to the normalized numbers, where darker colors indicate higher numbers of objects. In Fig.~\ref{fig:morphology}a we have 10 type I PNe, 39 IIa, 14 IIb, 6 III and 8 IV. In Fig.~\ref{fig:morphology}b we have 9 type I, 31 IIa, 20 IIb, 13 III and 4 IV, summing a total number of 77 objects in each figure.
659:
660: %=============================================================================
661: \begin{figure}
662: \resizebox{\hsize}{!}{\includegraphics{fig3.eps}}
663: \caption{Distribution of morphological classes and PNe types (according to our posterior classification) for: a) 77 objects in common with Stanghellini et al. (2002) and b) 77 objects in common with G\'orny et al. (1997) and Stasi\'nska et al. (1997). The scales in the captions are normalized numbers: in the upper plot (a), groups were normalized by 10 type I, 39 IIa, 14 IIb, 6 III and 8 IV PNe; while in the lower plot (b) we have 9 type I, 31 IIa, 20 IIb, 13 III and 4 IV PNe.}
664: \label{fig:morphology}
665: \end{figure}
666: %=============================================================================
667:
668: In G\'orny et al. (1997) and Stasi\'nska et al. (1997), PNe were classified as point-symmetric (P), bipolar (B), elliptical (E) and irregular (Ir). Further subdivisions were given to these groups, with the subdivision of the point-symmetric into PE and P, according to whether the knots are embedded or not in an overall structure. Analogous classification was applied to the bipolar, resulting in the BE and B sub-groups. The elliptical were subdivided into {\it e}, elliptical disk without structure; E, clear elliptical morphology; and EH, almost circular with very regular shape and bright rim (we have none of this last morphological class).
669:
670: Stanghellini et al. (2002) used a more simplified morphological scheme, taking into account three main morphological classes, namely round (R), elliptical (E) and bipolar (B), each morphological classes being associated to different stellar populations. Some details were included by considering the bipolar core group (BC). According to this classification, round PNe should be the remnants of the lower mass progenitors, elliptical planetary nebulae represent low to intermediate mass progenitors, and bipolar PNe are the result of high stellar mass progenitor evolution (Stanghellini et al. 2002, 2006; Manchado 2004). Hereafter, we will refer to this classification as Simplified Morphological Classification.
671:
672: From Fig.~\ref{fig:morphology}a, most of the type I correspond to bipolar objects, most of the types IIa, IIb and III, are elliptical and most of the type IV are round PNe, which roughly confirms the expected correlation between the morphological classes and the stellar population. A similar conclusion can be drawn from the application of a contingency table test for the null hypothesis that the Peimbert and the Simplified Morphological Classification are independent, using the data from Fig.~\ref{fig:morphology}a. We have verified that this null hypothesis can be rejected with a 0.05 level of significance ($P$-value = 0.03), i.e., the PNe classes in the Simplified Morphological Classification are not entirely uncorrelated with those classes from the Peimbert Classification. However, there is no straight correspondence between these morphological classes and the Peimbert types. For example, for 17 nebulae in common with the round morphological group, 6 are IIa, which is not consistent with the supposition that round PNe were predominantly in the low-mass domain.
673:
674: In Fig.~\ref{fig:morphology}b, for the G\'orny et al. (1997) plus Stasi\'nska et al. (1997) sample, the interpretation of correspondence between the classifications is not clear, probably due to the many subdivisions in the morphological classes. Some speculation, however, can be done about this plot. Point-symmetric PNe are supposed to be present in a variety of main-body morphologies, which implies that in the Simplified Morphological Classification, they could be found in the round, bipolar or elliptical classes (Stanghellini et al. 2002). Stanghellini et al. (2002) call attention to a similarity in the definition of bipolar core (BC) and the one used by G\'orny et al. (1997) for embedded bipolar (BE), which, also, would be classified as R or E in the Simplified Morphological Classification. Roughly, we find that Type I objects are almost equally distributed in the E and B classification. For all the other Peimbert types, the E morphology dominates. Since G\'orny et al. (1997) do not distinguish between round and elliptical, it is possible that some of the type IV PNe could be classified as round. Thus, although less obviously, the distributions in Fig.~\ref{fig:morphology}b still can be interpreted as showing a relation of morphological class and PNe mass progenitor, but the variety of morphological structures found inside of each of the types I to IV avoid strong statements. A contingency table test for the independence between the G\'orny et al. morphological classification and the Peimbert Classification reinforces our conclusions: The $P$-value for rejecting the null hypothesis in this test is 0.52, indicating that both classification schemes have high probability of being independent.
675:
676: A N/O $\times$ He/H plot of elliptical, round and bipolar PNe would show significant overlap between different morphological samples. One example can be found in Stanghellini et al. (2006, Fig. 1), which shows elliptical and round PNe in the same data range, including some in the typical data range for bipolar PNe. Thus, although we do find indication that the main morphological classes, namely bipolar, elliptical and round are in some way correlated to the Peimbert types, which are supposed to correspond to a sequence of stellar populations of the Galaxy, it is clear that PNe morphological class cannot be used as unique indicator of stellar population.
677:
678:
679:
680:
681: \subsection{The {\rm $^{12}$C/$^{13}$C} isotopic ratio as a stellar mass indicator} \label{sec:isotopabund}
682:
683: The abundance content of several chemical elements and isotopic ratios ($^3$He, $^4$He, $^{12}$C/$^{13}$C, $^{14}$N/$^{15}$N, $^{16}$O/$^{17}$O) in PNe results from complex combination of different dredge-ups, mixing, mass loss and nuclear processing episodes that occur along the evolution of their progenitors. In particular, abundances that will be significantly affected should be those of He, C, and N (and possibly O). Those changes will depend mainly on the initial stellar mass and, in a minor degree, on the metallicity. This leads to the possibility of using observations of isotopic abundance ratios in PNe as constraints of stellar mass and age.
684:
685: Standard models predict that in specific phases of the stellar evolution, the external convective envelope moves downward reaching internal layers where H burning has occurred, and bring up processed material to the stellar surface. As a result, changes in the surface abundance will occur after each dredge-up episode. A significant increase in the surface $^{12}$C/$^{13}$C isotopic ratio is expected after the third dredge up in an AGB, where the H burning shell is expected to be enriched with $^{12}$C due to a previous He shell flash. The third dredge up results in high $^{12}$C/$^{13}$C ratios, larger than 20 (Boothroyd \& Sackmann 1999; Renzini \& Voli 1981). As observed values of the $^{12}$C/$^{13}$C isotopic ratio on the RGB and later evolution (Charbonnel \& Nascimento 1998) suggest that values predicted by standard models are overestimated, additional processes, employing deep extra mixing mechanisms during RGB and/or AGB phase are usually applied in order to explain discrepancies (Charbonnel 1994, 1995; van den Hoek \& Groenewegen 1997; Marigo 2001). Those non-standard processes result in a significant enhancement of the $^{13}$C abundance in the surface layers.
686:
687: %=============================================================================
688: \begin{figure}
689: \resizebox{\hsize}{!}{\includegraphics{fig4.eps}}
690: \caption{The $^{12}$C/$^{13}$C isotopic ratio in the different Peimbert types, according our post-classification. Regardless uncertainties in observational data and theoretical models, large scatters are possible for the isotopic ratio in each type.}
691: \label{fig:c12c13}
692: \end{figure}
693: %=============================================================================
694:
695: In low mass stars ($\la 2$~\msun), nonstandard mixing models that incorporate cool bottom processing (during RGB and/or AGB phase) are usually applied to reproduce observational data. In this process the bottom of the convective envelope remains cool while an ad hoc mixing mechanism brings material down to layers hot enough for some nuclear processing. Such models can lead the $^{12}$C/$^{13}$C isotopic ratio to values as low as 4--5 (Wasserburg et al. 1995). For masses larger than $\approx 4$~\msun, stars develop hot bottom burning in the AGB phase, where deep convective envelop with very high base temperature activates the CN cycle, as it penetrates into the H burning shell, processing $^{12}$C into $^{13}$C and $^{14}$N. This process tend to drive $^{12}$C/$^{13}$C toward $\sim 3.3$ (Smith \& Lambert 1990; Frost et al. 1998).
696:
697: In Fig.~\ref{fig:c12c13}, we present the posterior classification of PNe with observed $^{12}$C/$^{13}$C isotopic ratios. Data were taken from Balser et al. (2002), supplemented by Palla et al. (2000, 2002) and Rubin et al. (2004). For Palla et al. (2000) and Balser et al. (2002) measurements were made from millimeter transitions of $^{12}{\rm CO}$ and $^{13}{\rm CO}$. These samples comprise a larger number of type I and mostly type IIa PNe. Later types, comprehending PNe originated from older stars, are found in larger (although still small) number in the studies from Palla et al. (2002) and Rubin et al. (2004), which used the \ciii] multiplet, containing the $^{12}$C lines at 1906.7 and 1908.7~\AA\, and the very weak $^{13}$C line at 1909.6~\AA. For a large number of PNe, in which the $^{13}$C line was not detected, only lower limits of the $^{12}$C/$^{13}$C isotopic abundance ratios were provided. Most of these PNe are elliptical or bipolar (one bipolar core), regardless of the origin of the sample.
698:
699: The types I to IV should be interpreted as a sequence of decreasing mass for the PNe progenitor star in the main sequence. Those estimates should provide a critical check of the Peimbert classification as a sequence of mass intervals. It is beyond the scope of this paper to analyze these types as a function of stellar mass, since there are large uncertainties associated with those estimates, and no interesting constraint (no new information) would be provided, in addition to the ones already discussed in Balser et al. (2002) and referred works that used mass estimates. Some attempts have already been made, in those studies, to establish a relationship of the $^{12}$C/$^{13}$C isotopic ratio in PNe with the mass of the progenitor star in the main sequence, but large uncertainties in the determination of the stellar mass and inconsistencies in standard stellar evolution theory and observations hinder any strong statements (Balser et al. 2002). The sequence of types in Fig.~\ref{fig:c12c13} should provide an independent qualitative picture of any possible trend of the $^{12}$C/$^{13}$C ratio with the mass of the progenitor star.
700:
701: In the figure, the observations of the CO millimeter-wave and \ciii] transition in PNe yield $^{12}$C/$^{13}$C values between $\sim 2.2$ and 31, with progenitor masses from $\sim 1$ to 4~\msun. Lower limit data expand these intervals to $\sim 0.5$ and 45, roughly, for the same mass interval. Low values (lower than 5) are observed for the $^{12}$C/$^{13}$C isotopic ratios in the older types III and IV, in agreement with results provided by models, that use deep mixing cool bottom processing. Because a large number of IIb PNe may have masses lower than 2~\msun, cool bottom burning should also occurs in, at least, part of the group of PNe classified as type IIb. In the intermediate mass interval, comprising types IIa and IIb, a large scatter in the $^{12}$C/$^{13}$C ratio is observed, suggesting that only part of the stars suffer deep mixing. In fact, a problem remains for stars between 2--4~\msun, since cool bottom processing, is only expected to occur in progenitor stars of $\leq 2$~\msun. Thus, low $^{12}$C/$^{13}$C between 2 and 4~\msun\, might indicate further processing on the AGB or that the observed ratios are underestimated. The type I planetary nebula in the figure shows a low $^{12}{\rm C}/^{13}{\rm C}$ ratio, in agreement with models that use hot bottom burning. This extra mixing mechanism, however, should occur only in the more massive ($\ga 4$~\msun) objects in the type I mass range. Because the type I PNe group also contain stars with masses lower than 4~\msun, we should also observe higher values for the $^{12}$C/$^{13}$C ratio within this group.
702:
703: In summary, we could expect to observe a trend of increasing $^{12}$C/$^{13}$C ratio in the direction of the lower masses type I PNe, with some scatter. A large scatter should be observed within the types IIa and IIb, with a slight trend of decreasing $^{12}$C/$^{13}$C ratios in the direction of the lower mass IIb PNe. Because some scatter in the isotopic ratio should always be observed in the types I to IIb, the only significant constraint the $^{12}$C/$^{13}$C isotopic ratio could provide would be for the types III and IV, which are expected to present low values. These conclusions, however, cannot be taken for granted, since larger uncertainties are still associated with stellar evolution models and observational data. Observations of NGC~3242 (estimated mass of 1.2~\msun) by Palla et al. (2002) resulted in a carbon isotopic ratio $> 38$, in agreement with standard stellar models. This could provide evidences that not all progenitors undergo a phase of deep mixing during the last stages of its evolution. Based on chemical evolution models, more than 90\% of low-mass stars must undergo cool bottom processing (Charbonnel et al. 1998). Thus, NGC~3242 must belong to the small group of standard low-mass stars, consisting of $\sim 10$\% of stars with mass lower than 2~\msun. Additionally, a large fraction of the data presented is lower limits. A large number of observational measurements, in particular from \ciii] transition, in order to cover older PNe, is desirable. Concerning theory, new models that incorporate the effects of axial rotation (Meynet \& Maeder 2002; Meynet et al. 2006) or of variable molecular opacities (opacities consistent with the changing photospheric chemical composition) in the competition between third dredge-up and hot bottom burning during thermally pulsating AGB phase (Marigo 2007; Marigo \& Girardi 2007) can provide progressive advances in the present understanding of stellar evolution in the intermediate mass range.
704:
705:
706:
707:
708: \section{Summary}\label{sec:concl}
709:
710: We have re-analyzed the criteria used to characterize the Peimbert types I, IIa, IIb, III and IV, by performing a Bayesian statistical classification of a large sample of PNe previously classified into these groups. Our sample consists of 476 PNe, whose nebular properties have been compiled from selected sources from the literature. A subsample, composed only by PNe satisfactorily distributed into the types I to IV, was used to calculate the joint probability density function of the classificatory parameters (He/H, $\log \mathrm{N/O}$, $\vert z \vert$ and $\vert \Delta V \vert$) in the five groups considered. These distributions were then used to calculate the probability of each planetary nebula to be member of a given Peimbert type. This probability, called posterior probability, provides a quantitative result of the representativity of the object within its group.
711:
712: Our posterior classification increases the number of PNe classified into the Peimbert types, extending the classification to PNe that are ambiguously classified in the traditional method. Even PNe for which a few classificatory parameters are known can be classified.
713:
714: Uncertainties in our posterior classification are given by the posterior probabilities for an object to be member of each of the types I, IIa, IIb, III and IV. The classification can be improved as new observational data is added to the sample, and the classification of the nebula is revised, to take into account this new information.
715:
716: Our analysis confirms that: i) The types I and IIa are well defined in terms of abundance, contrary to the other three groups IIb, III and IV. In particular, $\log{\rm N/O}$ is more relevant to define the different types. ii) All the types are relatively well characterized by the height, $\vert z \vert$, which clearly is one of the most important parameters to classify a halo PNe. iii) The peculiar velocity tends to increase as we go from thin disk, thick disk to halo, as expected. iv) $\vert z \vert$ and $\vert \Delta V \vert$ are essential parameters in the classification of the different components of the Galaxy (thin disk, thick disk and halo), although they cannot be used alone to distinguish the three types pertaining to the thin disk (I, IIa and IIb).
717:
718: We found that one of the main causes for ambiguities existing in the original method of selection of PNe into the types I to IV should be associated with the difficulty in defining sharp mass boundaries for each of these groups. This conclusion can be inferred from the superposition we have found of the curves of distributions of the classificatory parameters (He/H, $\log \mathrm{N/O}$, $\vert z \vert$ and $\vert \Delta V \vert$), which best define the different types I to IV. The overlap in the probability density functions will be reduced as the observational data is improved by taking into account new and more precise measurements (not available for all objects) and including a larger number of PNe pre-classified into the types III and IV, since those groups are poorly populated in our analysis.
719:
720: The overlaps in the curves of distributions of He/H, $\log \mathrm{N/O}$, $\vert z \vert$ and $\vert \Delta V \vert$, however, should be in part explained by real overlap of some properties of different stellar populations. This suggests that the classification can be improved if a larger number of classificatory parameters is taken into account.
721:
722: We have checked how morphological PNe classifications compare to the Peimbert Classification. We have found that the Simplified Morphological Classification used in Stanghellini et al. (2006) is not uncorrelated with the Peimbert Classification. There is a trend of having more bipolar type I PNe, elliptical type II and III PNe and round type IV planetary nebula in the Galaxy. This indicates that PNe morphology may be an indicator of the stellar population to which the planetary nebula belongs. However, the more detailed morphological classification by G\'orny et al. (1997) has been found to be independent from the chemokinematical Peimbert Classification, probably on account of the larger variety of morphologies considered.
723:
724: Finally, we have used the posterior PNe classification developed in this paper to explore whether there is a trend between the $^{12}$C/$^{13}$C ratio and the mass of the progenitor star, which is likely to be correlated with the Peimbert types if these correspond to a sequence of stellar populations of the Galaxy. Our results do not rule out the existence of this trend, although the available data still prevent us from drawing strong conclusions.
725:
726:
727: \begin{acknowledgements}
728: We thank the referee for the remarks that helped us to improve this paper. C.Q. would like to thank Cristina Chiappini for valuable comments on the N/O abundance ratio and Roberto Costa for comments on the He/H abundance. This work was partly supported by the Funda\c c\~ao de Amparo \`a Pesquisa do Estado de S\~ao Paulo (FAPESP) and Conselho Nacional de Desenvolvimento Cient\'{\i}fico e Tecnol\'ogico (CNPq/MCT).
729: \end{acknowledgements}
730:
731:
732: \begin{thebibliography}{}
733:
734: \bibitem[1990]{Aaquist and Kwok 1990} Aaquist, O.B., \& Kwok, S. 1990, \aaps, 84, 229
735: \bibitem[1991]{Aaquist and Kwok 1991} Aaquist, O.B., \& Kwok, S. 1991, \apj, 378, 599
736: \bibitem[1992]{Acker et al. 1992} Acker, A., Marcout, J., Ochsenbein, F., Stenholm, B., \& Tylenda, R. 1992, Strasbourg - ESO catalogue of Galactic Planetary Nebulae
737: \bibitem[1995]{Amnuel 1995} Amnuel, P. 1995, \apss, 225, 275
738: \bibitem[1984]{Amnuel et al. 1984} Amnuel, P.R., Guseinov, O.H., Novruzova, H.I., \& Rustamov, Yu. S. 1984, \apss, 107, 19
739: \bibitem[1987]{Balick 1987} Balick, B. 1987, \aj, 94, 671
740: \bibitem[1997]{Balser et al. 1997} Balser, D.S., Bania, T.M., Rood, R.T., \& Wilson, T.L. 1997, \apj, 483, 320
741: \bibitem[2006]{Balser et al. 2006} Balser, D.S., Goss, W.M., Bania, T.M., \& Rood, R.T. 2006, \apj, 640, 360
742: \bibitem[1999]{Balser et al. 2002} Balser, D.S., McMullin, J.P., \& Wilson, T.L. 2002, \apj, 572, 326
743: \bibitem[1999]{Balser et al. 1999} Balser, D.S., Rood, R.T., \& Bania, T.M. 1999, \apj, 522, 73
744: \bibitem[1999]{Beaulieu et al. 1999} Beaulieu, S.F., Dopita, M.A., \& Freeman, K.C. 1999, \apj, 515, 610
745: \bibitem[1999]{Boothroyd et al. 1999} Boothroyd, A.I., \& Sackmann, I.J. 1999, \apj, 510, 232
746: \bibitem[1971]{Cahn and kaler 1971} Cahn, J.H., \& Kaler, J.B. 1971, \apjs, 22, 319
747: \bibitem[1992]{Cahn et al. 1992} Cahn, J.H., Kaler, J.B., \& Stanghellini, L. 1992, \aaps, 94, 399
748: \bibitem[1983]{Calvet and Peimbert 1983} Calvet, N., \& Peimbert, M. 1983, \rmxaa, 5, 319
749: \bibitem[1994]{Charbonnel 1994} Charbonnel, C. 1994, \aap, 282, 811
750: \bibitem[1995]{Charbonnel 1995} Charbonnel, C. 1995, \aap, 453, L41
751: \bibitem[1998]{Charbonnel et al. 1998} Charbonnel, C., Brown, J.A., \& Wallerstein, G. 1998, \aap, 332, 204
752: \bibitem[1998]{Charbonnel and do Nascimento 1998} Charbonnel, C. \& do Nascimento, J.D.Jr. 1998, \aap, 336, 915
753: \bibitem[2006]{Chiappini et al. 2006b} Chiappini, C., Hirschi, R., Matteucci, F., Meynet, G., Ekstr\"om, S., \& Maeder, A. 2006b, Proceedings of the International Symposium on Nuclear Astrophysics - Nuclei in the Cosmos - IX, CERN, 80
754: \bibitem[2006]{Chiappini et al. 2006a} Chiappini, C., Hirschi, R., Meynet, G., Ekstr\"om, S., Maeder, A., \& Matteucci, F. 2006a, \aap, 449, L27
755: \bibitem[1994]{Chiappini and Maciel 1994} Chiappini, C., \& Maciel, W.J. 1994, \aap, 288, 921
756: \bibitem[2005]{Chiappini et al. 2005} Chiappini C., Matteucci, F., \& Ballero, S.K. 2005, \aap, 437, 429
757: \bibitem[1987]{Chu et al. 1987} Chu, Y.-H., Jacoby, G.H., \& Arendt, R. 1987, \apjs, 64, 529
758: \bibitem[1995]{Corradi and Schwarz 1995} Corradi, R.L.M., \& Schwarz, E. 1995, \aap, 293, 871
759: \bibitem[1997]{Corradi et al. 1997} Corradi, R.L.M., Perinotto, M., Schwarz, H.E., \& Claeskens, J.-F. 1997, \aap, 322, 975
760: \bibitem[1996]{Costa et al. 1996} Costa, R.D.D., Chiappini, C., Maciel, W.J., \& de Freitas Pacheco, J.A. 1996, \aaps, 116, 249
761: \bibitem[1997]{Costa et al. 1997} Costa, R.D.D., Chiappini, C., Maciel, W.J., \& de Freitas Pacheco, J.A. 1997, in Advances in Stellar Evolution, eds. Rood, R.T., Renzini, A., CUP, 159
762: \bibitem[2006]{Costa and Maciel 2006} Costa, R.D.D., \& Maciel, W.J. 2006, in IAU Symp. 234: Planetary Nebulae in our Galaxy and Beyond, eds. Barlow, M.J., \& M\'endez, R.H. (Cambridge: CUP), 243
763: \bibitem[2004]{Costa et al. 2004} Costa, R.D.D., Uchida, M.M.M., \& Maciel, W.J. 2004, \aap, 423, 199
764: \bibitem[2000]{Cuisinier et al. 2000} Cuisinier, F., Maciel, W.J., K\"oppen, J., Acker, A., \& Stenholm, B. 2000, \aap, 353, 543
765: \bibitem[1998]{Durand et al. 1998} Durand, S., Acker, A., \& Zijlstra, A. 1998, \aaps, 132, 13
766: \bibitem[1990]{Dutra and Maciel 1990} Dutra, C.M., \& Maciel, W.J. 1990, \rmxaa, 21, 264
767: \bibitem[2001]{Escudero and Costa 2001} Escudero, A.V., \& Costa, R.D.D. 2001, \aap, 380, 300
768: \bibitem[2004]{Escudero et al. 2004} Escudero, A.V., Costa, R.D.D., \& Maciel, W.J. 2004, \aap, 414, 211
769: \bibitem[1987]{Faundez-Abans and Maciel 1987a} Fa\'undez-Abans, M., \& Maciel, W.J. 1987a, \aap, 183, 324
770: \bibitem[1987]{Faundez-Abans and Maciel 1987b} Fa\'undez-Abans, M., \& Maciel, W.J. 1987b, \apss, 129, 353
771: \bibitem[2000]{Feltzing and Gilmore 2000} Feltzing, S., \& Gilmore, G. 2000, \aap, 355, 949
772: \bibitem[2003]{Ferreras et al. 2003} Ferreras, I., Wyse, R. F. G., \& Silk, J. 2003, \mnras, 345, 1381
773: \bibitem[1998]{Frost et al. 1998} Frost, C.A., Cannon, R.C., Lanttazio, J.C., Wood, P.R., \& Forestini, M. 1998, \aap, 332, L17
774: \bibitem[1983]{Gathier et al. 1983} Gathier, R., Pottasch, S.R., Goss, W.M., \& van Gorkom, J.H. 1983, \aap, 128, 325
775: \bibitem[1983]{Gilmore and Reid 1983} Gilmore, G., \& Reid, N. 1983, \mnras, 202, 1025
776: \bibitem[1997]{Gorny et al. 1997} G\'orny, S.K., Stasi\'nska, G., \& Tylenda, R. 1997, \aap, 318, 256
777: \bibitem[1971]{Greig 1971} Greig, W.E. 1971, \aap, 10, 161
778: \bibitem[1972]{Greig 1972} Greig, W.E. 1972, \aap, 18, 70
779: \bibitem[1995]{Hajian et al. 1995} Hajian, A.R., Terzian, Y., \& Bignell, C. 1995, \aj, 109, 260
780: \bibitem[1997]{Harris et al. 1997} Harris, H.C., Dahn, C.C., Monet, D.G., \& Pier, J.R. 1997, in IAU Symp. 180: Planetary Nebulae, eds. Habing, H.J., \& Lamers, H.J.G.L.M., 40
781: \bibitem[1987]{Heap al. 1987} Heap, S.R., \& Augensen, H.J. 1987, \apj, 313, 268
782: \bibitem[1990]{Henry 1990} Henry, R.B.C. 1990, \apj, 356, 229
783: \bibitem[2007]{Hirschi 2007} Hirschi, R. 2007, \aap, 461, 571
784: \bibitem[1997]{Howard et al. 1997} Howard, J.W., Henry, R.B.C., \& McCartney, S. 1997, \mnras, 284, 465
785: \bibitem[2004]{Israelian et al. 2004} Israelian, G., Ecuvillon, A., Rebolo, R. et al. 2004, \aap, 421, 649
786: \bibitem[1983]{Kahn 1983} Kahn, F.D. 1983, in IAU Symp. 103: Planetary Nebulae, ed. D. R. Flower (Reidel, Dordrecht), 305
787: \bibitem[1983]{Kaler 1983} Kaler, J.B. 1983, in IAU Symp. 103, ed. Flower, D.R., (Reidel, Dordrecht), 245
788: \bibitem[1994]{Kohoutek 1994} Kohoutek, L. 1994, Astron. Nachr., 315, 235
789: \bibitem[1982]{Kwok 1982} Kwok, S. 1982, \apj, 258, 280
790: \bibitem[1983]{Kwok 1983} Kwok, S. 1983, in IAU Symp. 103: Planetary Nebulae, eds. D.R. Flower (Reidel, Dordrecht), 293
791: \bibitem[1993]{Kwok and Aaquist 1993} Kwok, S., \& Aaquist, O.B. 1993, \pasp, 105, 1456
792: \bibitem[1978]{Kwok et al. 1978} Kwok, S. Purton, C.R., \& FitzGerald, P.M. 1978, \apj, 219, 125
793: \bibitem[1984]{Maciel 1984} Maciel, W.J. 1984, \aaps, 55, 253
794: \bibitem[1989]{Maciel 1989} Maciel, W.J. 1989, in IAU Symp. 131: Planetary Nebulae, ed. Torres-Peimbert, S. (Dordrecht), 73
795: \bibitem[1992]{Maciel 1992} Maciel, W.J. 1992, in Elements and the Cosmos, eds. Edmunds, M.G., \& Terlevich, R. (Cambridge: CUP), 210
796: \bibitem[1993]{Maciel 1993} Maciel, W.J. 1993, \apss, 206, 285
797: \bibitem[2002]{Maciel 2002} Maciel, W.J. 2002, \rmxaa, 12, 207
798: \bibitem[2003]{Maciel et al. 2003} Maciel, W.J., Costa, R.D.D., \& Uchida, M.M.M. 2003, \aap, 397, 667
799: \bibitem[1992]{Maciel and Dutra 1992} Maciel, W.J., \& Dutra, L.G. 1992, \aap, 262, 271
800: \bibitem[1985]{Maciel and Faundez-Abans 1985} Maciel, W.J., \& Fa\'undez-Abans, M. 1985, \aap, 149, 365
801: \bibitem[1994]{Maciel and Koppen 1994} Maciel, W.J., \& K\"oppen, J. 1994, \aap, 282, 436
802: \bibitem[2005]{Maciel and Lago 2005} Maciel, W.J., \& Lago, L.G. 2005, \rmxaa, 41, 383
803: \bibitem[2005]{Maciel et al. 2005} Maciel, W.J., Lago, L.G., \& Costa, R.D.D. 2005, \aap, 433, 127
804: \bibitem[2006]{Maciel et al. 2006} Maciel, W.J., Lago, L.G., \& Costa, R.D.D. 2006, \aap, 453, 587
805: \bibitem[1999]{Maciel and Quireza 1999} Maciel, W.J., \& Quireza, C. 1999, \aap, 345, 629
806: \bibitem[2004]{Manchado 2004} Manchado, A. 2004, in Asymmetrical Planetary Nebulae III: Winds, Structure and the Thunderbird, ed. Meixner, M., Hastner, J.H., Balick, B., \& Soker, N.(ASPC), 313, 3
807: \bibitem[1996]{Manchado et al. 1996} Manchado, A., Guerrero, M.A., Stanghellini, L., \& Serra-Ricart, M. 1996, The IAC Morphological Catalog of Northern Galactic planetary nebulae, (La Laguna: IAC)
808: \bibitem[2001]{Marigo 2001} Marigo, P. 2001, \aap, 370, 194
809: \bibitem[2007]{Marigo 2007} Marigo, P. 2007, \aap (astro-ph/0702711)
810: \bibitem[2007]{Marigo and Girardi} Marigo, P., \& Girardi, L. 2007 \aap (astro-ph/0703139)
811: \bibitem[1994]{Martin 1994} Martin, W. 1994, \aap, 281, 526
812: \bibitem[1999]{emmix} McLachlan, G. J., Peel, D., Basford, K. E., \& Adams, P. 1999, {\tt http://www.maths.uq.edu.au/\char126gjm/emmix/emmix.html}
813: \bibitem[2002]{Meynet and Maeder 2002} Meynet, G., \& Maeder, A. 2002, \aap, 390, 561
814: \bibitem[2006]{Meynet et al. 2006} Meynet, G., Ekstr\"om, S. \& Maeder, A. 2006, \aap, 447, 623
815: \bibitem[1975]{Milne 1979} Milne, D.K. 1979, \aaps, 36, 227
816: \bibitem[1975]{Milne and Aller 1975} Milne, D.K., \& Aller, D.H. 1975, \aap, 38, 183
817: \bibitem[1981]{Mihalas and Binney 1981} Mihalas, D., \& Binney, J. 1981, Galactic Astronomy: Structure and kinematics.
818: \bibitem[1993]{Nemec and Nemec 1993} Nemec, J. M., \& Nemec, A. F. L. 1993, \aj, 105, 1455
819: \bibitem[2000]{Palla et al. 2000} Palla, F., Bachiller, R., Stanghellini, L., Tosi, M., \& Galli, D. 2000, \aap, 355, 69
820: \bibitem[2002]{Palla et al. 2002} Palla, F., Galli, D., Marconi, A., Stanghellini, L., \& Tosi, M. 2002, \apj, 568, L57
821: \bibitem[1978]{Peimbert 1978} Peimbert, M. 1978, in IAU Symp. 76: Planetary Nebulae, Observation and Theory, ed. Terzian, Y. (Reidel, Dordrecht), 215
822: \bibitem[1990]{Peimbert 1990} Peimbert, M. 1990, \rmxaa, 20, 119
823: \bibitem[1998]{Peimbert and Carigi 1998} Peimbert, M., \& Carigi, L. 1998, Abundance Profiles: Diagnostic tools for Galaxy history, eds. Friedli, D., Edmunds, M.G., Robert, C., Drissen, L., ASP Conf. Ser. 147, 88
824: \bibitem[2002]{Peimbert et al. 2002} Peimbert, A., Peimbert, M., \& Luridiana, V. 2002, \apj, 565, 668
825: \bibitem[1980]{Peimbert and Serrano 1980} Peimbert, M., \& Serrano, A. 1980, \rmxaa, 5, 9
826: \bibitem[1983]{Peimbert and Torres-Peimbert 1983} Peimbert, M., \& Torres-Peimbert, S. 1983, in IAU Symp. 103: Planetary Nebulae, ed. Flower, D.R. (Reidel, Dordrecht), 233
827: \bibitem[1967]{Perek and Kohoutek 1967} Perek, L., \& Kohoutek, L. 1967, Catalogue of galactic planetary nebulae, Publ. House Czech. Acad. Sci.
828: \bibitem[2007]{Pereira and Miranda 2007} Pereira, C.B. \& Miranda, L.F. 2007, \aap, 467, 1249
829: \bibitem[1991]{Perinotto 1991} Perinotto, M. 1991, \apjs, 76, 687
830: \bibitem[2006]{Perinotto and Morbidelli 2006} Perinotto, M., \& Morbidelli, L. 2006, \mnras, 372, 45
831: \bibitem[2004]{Perinotto et al. 2004} Perinotto, M., Morbidelli, L., \& Scatarzi, A. 2004, \mnras, 349, 793
832: \bibitem[1994]{Perinotto et al. 1994} Perinotto, M., Purgathofer, A., Pasquali, A., \& Patriarchi, P. 1994, \aaps, 107, 481
833: \bibitem[2005]{Phillips 2005} Phillips, J.P. 2005, \mnras, 361, 283
834: \bibitem[1984]{Pottasch 1984} Pottasch, S.R. 1984, Planetary Nebulae (Dordrecht: Reidel)
835: \bibitem[1990]{Pottasch 1990} Pottasch, S.R. 1990, \aap, 236, 231
836: \bibitem[1996]{Pottasch 1996} Pottasch, S.R. 1996, \aap, 307, 561.
837: \bibitem[1997]{Pottasch 1997} Pottasch, S.R. 1997, in IAU Symp. 180: Planetary Nebulae, eds. Habing, H.J., \& Lamers, H.J.G.L.M., 483
838: \bibitem[1989]{Pottasch and Acker 1989} Pottasch, S.R., \& Acker, A. 1989, \aap, 221, 123
839: \bibitem[1998]{Pottasch and Acker 1998} Pottasch, S.R., \& Acker, A. 1998, \aap, 329, 5
840: \bibitem[2006]{Pottasch and Bernard-Salas} Pottasch, S.R., \& Bernard-Salas, J. 2006, \aap, 457, 189
841: \bibitem[1990]{Ratag et al. 1990} Ratag, M.A., Pottasch, S.R., Zijlstra, A.A., \& Menzies, J. 1990, \aap, 233, 181
842: \bibitem[2006]{Reddy et al. 2006} Reddy, B.E., Lambert, D.L., \& Prieto, C. A. 2006, \mnras, 367, 1329
843: \bibitem[1981]{Renzini and Voli 1981} Renzini, A., \& Voli, M. 1981, \aap, 94, 175
844: \bibitem[1986]{Rohlfs et al. 1986} Rohlfs, K., Chini, R., Wink, J.F., \& B\"ohme, R. 1986, \aap, 158, 181
845: \bibitem[2004]{Rubin et al. 2004} Rubin, R.H.; Ferland, G.J.; Chollet, E.E.; Horstmeyer, R. 2004, \apj, 605, 784
846: \bibitem[1992]{Schwarz et al. 1992} Schwarz, H.E., Corradi, R.L.M., \& Melnick, J. 1992, \aaps, 96, 23
847: \bibitem[1996]{Schneider and Buckley 1996} Schneider, S.E., \& Buckley, D. 1996, \apj, 459, 606
848: \bibitem[1983]{Schneider and Terzian 1983} Schneider, S.E., \& Terzian, Y. 1983, \apj, 274, L61
849: \bibitem[1998]{Smith and Lambert 1990} Smith, V.V., \& Lambert, D.L. 1990, \apjs, 72, 387
850: \bibitem[2005]{Spite et al. 2005} Spite, M., Cayrel, R., Plez, B. et al. 2005, \aap, 430, 655
851: \bibitem[1993]{Stanghellini et al. 1993} Stanghellini, L., Corradi, R.L.M., Schwarz, H.E. 1993, \aap, 279, 521
852: \bibitem[2006]{Stanghellini et al. 2006} Stanghellini, L., Guerrero, M.A., Cunha, K., Manchado, A., \& Villaver, E. 2006, \apj, 651, 898
853: \bibitem[2002]{Stanghellini et al. 2002} Stanghellini, L., Villaver, E., Manchado, A., \& Guerrero, M.A. 2002, \apj, 576, 285
854: \bibitem[2002]{Stasinska 2004} Stasi\'nska, G. 2004, in Cosmochemistry. The melting pot of the elements, eds. Esteban, C., Gac\'{\i}-L\'opez, R.J., Herrero, A., S\'anchez, F. (Cambridge: CUP), 115
855: \bibitem[1992]{Stasinska et al. 1992} Stasi\'nska G., Acker, A., Fresneau, A., Gameiro, J.F., etc 1992, in IAU Symp. 149: The Stellar Populations of Galaxies, eds. Barbuy, B., \& Ranzini, A. (Dordrecht, Kluwer), 492
856: \bibitem[1997]{Stasinska et al. 1997} Stasi\'nska G., G\'orny, S.K., \& Tylenda, R. 1997, \aap, 327, 736
857: \bibitem[1991]{Stasinska et al. 1991} Stasi\'nska G., Tylenda, R., Acker A., \& Stenholm, B. 1991, \aap, 247, 173
858: \bibitem[1997]{Terzian 1997} Terzian, Y. 1997, in IAU Symp. 180: Planetary Nebulae, eds. Habing, H.J., \& Lamers, H.J.G.L.M., 29
859: \bibitem[1997]{van den Hoek and Groenewegen 1997} van den Hoek, L.B., \& Groenewegen, M.A.T. 1997. \aaps, 123, 305
860: \bibitem[1995]{van de Steene and Zijltra 1995} van de Steene, G.C., \& Zijltra, A.A. 1995, \aap, 293, 541
861: \bibitem[1985]{Volk and Kwok 1985} Volk, K., \& Kwok, S. 1985, \aap, 153, 79
862: \bibitem[1995]{Wasserburg et al. 1995} Wasserburg, G.J., Boothroyd, A.I., \& Sackmann, I.J. 1995, \apj, 447, L37
863: \bibitem[2005]{Wyse and Gilmore 2005} Wyse, R.F.G., \& Gilmore, G. 2005, in Resolved Stellar Populations, eds. Valls-Gabaud, D., \& Chavez, M.
864: \bibitem[1995]{Zhang 1995} Zhang, C.Y. 1995, \apjs, 98, 659
865: \bibitem[1993]{Zhang and kwok 1993} Zhang, C.Y., \& Kwok, S. 1993, \apjs, 88, 137
866: \bibitem[1989]{Zijlstra et al. 1989} Zijlstra, A.A., Pottasch, S.R., \& Bignell, C. 1989, \aaps, 79, 329
867: \bibitem[1986]{Zuckerman 1986} Zuckerman, B., \& Aller, L.H., 1986, \apj, 301, 772
868:
869: \end{thebibliography}
870:
871:
872: %\clearpage
873: %% TABLES:------------------------------------------------------------------
874: %% \input{tables.tex}
875:
876:
877: %=====================================================================
878: % Table 1 available electronically only
879: \onllongtabL{1}{
880: \begin{landscape}
881: \begin{longtable}{llrlrlrlrrlrrrrrlrll}
882: \caption{\label{tab:data} Parameters and pre-classification (full table and reference lists are available electronically)}\\
883: %\renewcommand{\footnotrule}{}
884: \hline\hline
885: \noalign{\smallskip}
886: Name & PNG & He/H & Ref. & $\epsilon({\rm O})^{\mathrm{\dagger}}$ & Ref. & $\epsilon({\rm N})^{\mathrm{\dagger}}$ & Ref. & $\log({\rm N/O})$ & \dhel & Ref. & \rgal & $\vert z \vert$ & $V_{\rm LSR}^{\mathrm{\ddagger}}$ & $\vert \Delta V \vert$ & $\Theta_{\rm diam}$ & Ref. & $S_{\rm 5~GHz}$ & Ref. & Type \\
887: & & & & & & & & & (kpc) & & (kpc) & (kpc) & (km/s) & (km/s) & (arcsec) & & (mJy) & & \\
888: \noalign{\smallskip}
889: \hline
890: \noalign{\smallskip}
891: \endfirsthead
892: \caption{continued.}\\
893: \hline\hline
894: \noalign{\smallskip}
895: name & PNG & He/H & ref. & O/H$^{\mathrm{\dagger}}$ & ref. & N/H$^{\mathrm{\dagger}}$ & ref. & $\log({\rm N/O})$ & \dhel & ref. & \rgal & $\vert z \vert$ & $V_{\rm LSR}^{\mathrm{\ddagger}}$ & $\vert \Delta V \vert$ & $\Theta_{\rm diam}$ & ref. & $S_{\rm 5~GHz}$ & ref. & Type \\
896: & & & & & & & & & (kpc) & & (kpc) & (kpc) & (km/s) & (km/s) & (arcsec) & & (mJy) & & \\
897: \noalign{\smallskip}
898: \hline
899: \noalign{\smallskip}
900: \endhead
901: \noalign{\smallskip}
902: \hline
903: \endfoot
904: %%
905: A4 & 144.3$-$15.5 & \dots & \dots & \dots & \dots & \dots & \dots & $-$0.17 & 6.1 & 10 & 12.8 & 1.630 & \dots & \dots & 20.0 & 27 & 1.5 & 9 & indef. \\
906: A12 & 198.6$-$06.3 & 0.119 & 3 & 8.93 & 3 & 8.06 & 3 & $-$0.87 & 2.0 & 4 & 9.5 & 0.219 & \dots & \dots & 37.0 & 18 & 36.0 & 9 & IIbD \\
907: A18 & 216.0$-$00.2 & 0.152 & 3 & 7.99 & 3 & 7.97 & 3 & $-$0.02 & 1.6 & 4 & 8.9 & 0.006 & \dots & \dots & 73.0 & 7 & 17.0 & 9 & ID \\
908: A20 & 214.9$+$07.8 & 0.125 & 3 & 8.80 & 3 & \dots & \dots & \dots & 2.0 & 4 & 9.3 & 0.271 & \dots & \dots & 67.0 & 7 & 7.0 & 9 & (I/IIa)D* \\
909: A24 & 217.1$+$14.7 & \dots & \dots & \dots & \dots & \dots & \dots & $+$0.43 & 0.3 & 7 & 7.8 & 0.076 & $+$0.9 & 14.0 & 354.8 & 27 & 36.0 & 9 & indef. \\
910: A35 & 303.6$+$40.0 & \dots & \dots & \dots & \dots & \dots & \dots & $-$0.10 & 0.2 & 17 & 7.5 & 0.129 & $-$5.9 & 15.1 & 772.0 & 27 & 255.0 & 9 & indef. \\
911: A50 & 078.5$+$18.7 & 0.089 & 21 & \dots & \dots & \dots & \dots & $-$0.40 & 2.8 & 10 & 7.5 & 0.898 & $-$145.2 & 175.2 & 27.0 & 27 & 1.0 & 9 & IIaC \\
912: A65 & 017.3$-$21.9 & 0.260 & 22 & 8.18 & 22 & 7.33 & 22 & $-$0.85 & 1.5 & 10 & 6.3 & 0.559 & $+$21.8 & 1.9 & 104.0 & 27 & 4.0 & 9 & IIaF \\
913: A70 & 038.1$-$25.4 & 0.180 & 22 & 7.98 & 22 & 7.52 & 22 & $-$0.46 & 3.5 & 10 & 5.5 & 1.501 & $-$69.0 & 145.0 & 42.0 & 27 & 12.0 & 9 & IIaE \\
914: A71 & 084.9$+$04.4 & \dots & \dots & \dots & \dots & \dots & \dots & $+$0.38 & 0.9 & 10 & 7.6 & 0.069 & \dots & \dots & 158.0 & 27 & 82.8 & 9 & indef. \\
915: A77 & 097.5$+$03.1 & \dots & \dots & 8.41 & 21 & 7.02 & 21 & $-$1.39 & 1.5 & 10 & 7.9 & 0.081 & $-$103.4 & 122.5 & 65.8 & 27 & 307.6 & 9 & indef. \\
916: A82 & 114.0$-$04.6 & \dots & \dots & \dots & \dots & \dots & \dots & $-$0.28 & 2.0 & 10 & 8.6 & 0.160 & $-$24.6 & 25.4 & 81.0 & 27 & 5.3 & 9 & indef. \\
917: . & & & & & & & & & & & & & & & & & & & \\
918: . & & & & & & & & & & & & & & & & & & & \\
919: . & & & & & & & & & & & & & & & & & & & \\
920: \end{longtable}
921: %\vfill
922:
923:
924: \begin{list}{}{}
925: \item[$^{\dagger}$] $\epsilon({\rm X}) = \log ({\rm X/H}) + 12$.
926: \item[$^{\ddagger}$] Radial velocities from the catalog of Durand et al. (1998). For every object, the heliocentric radial velocities have been converted to the Local Standard of Rest radial velocities (see text).
927: \end{list}{}{}
928:
929: \noindent References of abundances.
930: (3) Costa et al. 2004;
931: (21) Perinotto 1991;
932: (22) Perinotto et al. 1994; \dots
933:
934: \noindent References of distances.
935: (4) Costa et al. 2004 (see references in);
936: (7) Harris et al. 1997;
937: (10) Maciel 1984;
938: (17) Pottasch 1996; \dots
939:
940: \noindent References of the angular diameters.
941: (7) Cahn \& Kaler 1971;
942: (18) Perek \& Kohoutek 1967;
943: (27) Zhang 1995 (see references in); \dots
944:
945: \noindent References of the 5 GHz flux densities.
946: (9) Zhang 1995 (see references in); \dots
947:
948: \end{landscape}
949: }% End onllongtabL
950: %%=====================================================================
951:
952:
953: %\clearpage
954:
955: %%=====================================================================
956: % Table 6 available electronically only
957: \onllongtab{6}{
958: \begin{longtable}{lrrrrrll}
959: \caption{\label{tab:probab} Posterior probabilities for the planetary nebulae to belong to Peimbert classes}\\
960: \hline\hline
961: \noalign{\smallskip}
962: Name & $p({\rm type~I} \vert \vec y)$ & $p({\rm type~IIa} \vert \vec y)$ & $p({\rm type~IIb} \vert \vec y)$ & $p({\rm type~III} \vert \vec y)$ & $p({\rm type~IV} \vert \vec y)$ & Pre-class & Post-class \\
963: \noalign{\smallskip}
964: \hline
965: \noalign{\smallskip}
966: \endfirsthead
967: \caption{continued.}\\
968: \hline\hline
969: \noalign{\smallskip}
970: Name & $p({\rm type~I} \vert \vec y)$ & $p({\rm type~IIa} \vert \vec y)$ & $p({\rm type~IIb} \vert \vec y)$ & $p({\rm type~III} \vert \vec y)$ & $p({\rm type~IV} \vert \vec y)$ & Pre-class & Post-class \\
971: \noalign{\smallskip}
972: \hline
973: \noalign{\smallskip}
974: \endhead
975: \hline
976: \endfoot
977: \hline %new
978: \endlastfoot %new
979: A4 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & indef. & IV \cr
980: A12 & 0.00 & 0.11 & 0.67 & 0.22 & 0.00 & IIbD & IIb \cr
981: A18 & 0.98 & 0.02 & 0.00 & 0.00 & 0.00 & ID & I \cr
982: A20 & 0.00 & 0.78 & 0.16 & 0.06 & 0.00 & (I/IIa)D* & IIa \cr
983: A24 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & indef. & I \cr
984: A35 & 0.75 & 0.25 & 0.00 & 0.00 & 0.00 & indef. & I \cr
985: A50 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IIaC & IV \cr
986: A65 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
987: A70 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIaE & III \cr
988: A71 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & indef. & I \cr
989: A77 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & indef. & IV \cr
990: A82 & 0.31 & 0.69 & 0.00 & 0.00 & 0.00 & indef. & IIa \cr
991: Al2-0 & 0.35 & 0.65 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
992: BD~+30~3639 & 0.00 & 0.56 & 0.08 & 0.36 & 0.00 & IIbC/IIIB & IIa \cr
993: Bl3-13 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
994: BoBn1 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IVF & IV \cr
995: BV1 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & ID & I \cr
996: BV5-1 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & IF & I \cr
997: Cn1-5 & 0.00 & 0.32 & 0.65 & 0.03 & 0.00 & VF & IIb \cr
998: Cn2-1 & 0.00 & 0.00 & 0.00 & 0.90 & 0.10 & VF & III \cr
999: Cn3-1 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IIaC & IIa \cr
1000: CRL~618 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & indef. & IIa \cr
1001: DdDm1 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IVF & IV \cr
1002: Fg1 & 0.00 & 0.56 & 0.09 & 0.35 & 0.00 & IIbC/IIIB & IIa \cr
1003: H1-11 & 0.00 & 0.01 & 0.03 & 0.94 & 0.02 & VF & III \cr
1004: H1-13 & 0.11 & 0.89 & 0.00 & 0.00 & 0.00 & VA & IIa \cr
1005: H1-14 & 0.00 & 0.37 & 0.60 & 0.03 & 0.00 & VF & IIb \cr
1006: H1-15 & 0.00 & 0.00 & 0.96 & 0.01 & 0.03 & VF & IIb \cr
1007: H1-16 & 0.00 & 0.04 & 0.59 & 0.25 & 0.12 & (V/IIb/III/IV)D & IIb \cr
1008: H1-17 & 0.00 & 0.98 & 0.02 & 0.00 & 0.00 & VF & IIa \cr
1009: H1-18 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1010: H1-19 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1011: H1-20 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1012: H1-23 & 0.82 & 0.18 & 0.00 & 0.00 & 0.00 & VF & I \cr
1013: H1-27 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1014: H1-29 & 0.01 & 0.59 & 0.28 & 0.02 & 0.10 & (V/IIa)D & IIa \cr
1015: H1-30 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1016: H1-31 & 0.00 & 0.21 & 0.05 & 0.73 & 0.01 & VF & III \cr
1017: H1-32 & 0.00 & 0.01 & 0.11 & 0.87 & 0.01 & VF & III \cr
1018: H1-33 & 0.00 & 0.98 & 0.02 & 0.00 & 0.00 & VF & IIa \cr
1019: H1-34 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1020: H1-35 & 0.00 & 0.00 & 0.00 & 0.23 & 0.77 & VF & IV \cr
1021: H1-39 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1022: H1-40 & 0.00 & 0.82 & 0.02 & 0.15 & 0.01 & VF & IIa \cr
1023: H1-41 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & VF & III \cr
1024: H1-42 & 0.00 & 0.96 & 0.04 & 0.00 & 0.00 & VF & IIa \cr
1025: H1-43 & 0.00 & 0.21 & 0.00 & 0.79 & 0.00 & VF & III \cr
1026: H1-44 & 0.00 & 0.22 & 0.00 & 0.34 & 0.44 & VD & IV \cr
1027: H1-45 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1028: H1-46 & 0.00 & 0.00 & 0.00 & 0.46 & 0.54 & VF & IV \cr
1029: H1-47 & 0.00 & 0.13 & 0.00 & 0.87 & 0.00 & VF & III \cr
1030: H1-50 & 0.00 & 0.00 & 0.00 & 0.99 & 0.01 & VF & III \cr
1031: H1-51 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VD & IV \cr
1032: H1-54 & 0.00 & 0.00 & 0.00 & 0.03 & 0.97 & VF & IV \cr
1033: H1-55 & 0.01 & 0.42 & 0.42 & 0.10 & 0.05 & indef. & IIa/IIb \cr
1034: H1-56 & 0.00 & 0.00 & 0.00 & 0.83 & 0.17 & VF & III \cr
1035: H1-58 & 0.00 & 0.00 & 0.10 & 0.90 & 0.00 & (V/IIb/III/IV)D & III \cr
1036: H1-59 & 0.00 & 0.01 & 0.99 & 0.00 & 0.00 & VF & IIb \cr
1037: H1-60 & 0.00 & 0.41 & 0.59 & 0.00 & 0.00 & VF & IIb \cr
1038: H1-63 & 0.00 & 0.00 & 0.02 & 0.98 & 0.00 & VF & III \cr
1039: H1-66 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1040: H1-67 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1041: H2-1 & 0.00 & 0.01 & 0.99 & 0.00 & 0.00 & VF & IIb \cr
1042: H2-10 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1043: H2-11 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1044: H2-15 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1045: H2-18 & 0.00 & 0.15 & 0.00 & 0.00 & 0.85 & VF & IV \cr
1046: H2-24 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1047: H2-25 & 0.00 & 0.11 & 0.89 & 0.00 & 0.00 & VF & IIb \cr
1048: H2-26 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & VD & III \cr
1049: H2-37 & 0.00 & 0.00 & 0.00 & 0.75 & 0.25 & VD & III \cr
1050: H2-46 & 0.07 & 0.87 & 0.05 & 0.00 & 0.01 & VE/IIaD & IIa \cr
1051: H2-48 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIbC/(III/IV)B & III \cr
1052: H3-75 & 0.00 & 0.08 & 0.92 & 0.00 & 0.00 & IIbF & IIb \cr
1053: H4-1 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IVF & IV \cr
1054: Hb4 & 0.02 & 0.96 & 0.02 & 0.00 & 0.00 & VA & IIa \cr
1055: Hb5 & 0.99 & 0.01 & 0.00 & 0.00 & 0.00 & VA & I \cr
1056: Hb6 & 0.04 & 0.95 & 0.01 & 0.00 & 0.00 & VA & IIa \cr
1057: Hb8 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIaE & III \cr
1058: Hb12 & 0.00 & 0.07 & 0.93 & 0.00 & 0.00 & IIbF & IIb \cr
1059: He2-5 & 0.00 & 0.00 & 0.00 & 0.72 & 0.28 & IIIF & III \cr
1060: He2-7 & 0.00 & 0.49 & 0.01 & 0.49 & 0.01 & IIaC & IIa/III \cr
1061: He2-9 & 0.27 & 0.61 & 0.10 & 0.02 & 0.00 & indef. & IIa \cr
1062: He2-15 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & IF & I \cr
1063: He2-21 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIbC/IIIB & III \cr
1064: He2-28 & 0.00 & 0.75 & 0.13 & 0.12 & 0.00 & (IIa/IIb)D* & IIa \cr
1065: He2-29 & 0.02 & 0.92 & 0.06 & 0.00 & 0.00 & IIaF & IIa \cr
1066: He2-37 & 0.03 & 0.80 & 0.17 & 0.00 & 0.00 & IIaF & IIa \cr
1067: He2-47 & 0.00 & 0.21 & 0.79 & 0.00 & 0.00 & IIbF & IIb \cr
1068: He2-48 & 0.00 & 0.74 & 0.24 & 0.02 & 0.00 & IIaD & IIa \cr
1069: He2-51 & 0.00 & 0.99 & 0.01 & 0.00 & 0.00 & IIaF & IIa \cr
1070: He2-55 & 0.00 & 0.43 & 0.57 & 0.00 & 0.00 & IIbF & IIb \cr
1071: He2-57 & 0.00 & 0.56 & 0.38 & 0.06 & 0.00 & IIaD & IIa \cr
1072: He2-67 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIbC/IIIB & III \cr
1073: He2-71 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIbC/IIIB & III \cr
1074: He2-76 & 0.00 & 0.35 & 0.38 & 0.27 & 0.00 & IIbD & IIb \cr
1075: He2-77 & 0.00 & 0.00 & 0.90 & 0.10 & 0.00 & IIbD & IIb \cr
1076: He2-86 & 0.02 & 0.98 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1077: He2-97 & 0.00 & 0.00 & 0.00 & 0.46 & 0.54 & IIbC/(III/IV)B & IV \cr
1078: He2-99 & 0.00 & 0.00 & 0.02 & 0.97 & 0.01 & IIbC/IIIB & III \cr
1079: He2-105 & 0.00 & 0.00 & 0.46 & 0.53 & 0.01 & IIbD & III \cr
1080: He2-108 & 0.00 & 0.00 & 0.00 & 0.96 & 0.04 & indef. & III \cr
1081: He2-111 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & IC & I \cr
1082: He2-112 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & ID & IIa \cr
1083: He2-115 & 0.00 & 0.11 & 0.89 & 0.00 & 0.00 & IIbF & IIb \cr
1084: He2-117 & 0.42 & 0.57 & 0.00 & 0.01 & 0.00 & IC & IIa \cr
1085: He2-118 & 0.00 & 0.00 & 0.00 & 0.77 & 0.23 & IVC/IIbB & III \cr
1086: He2-119 & 0.13 & 0.87 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1087: He2-123 & 0.36 & 0.64 & 0.00 & 0.00 & 0.00 & IC & IIa \cr
1088: He2-131 & 0.00 & 0.92 & 0.03 & 0.05 & 0.00 & indef. & IIa \cr
1089: He2-137 & 0.00 & 0.95 & 0.02 & 0.03 & 0.00 & IIaF & IIa \cr
1090: He2-138 & 0.00 & 0.87 & 0.13 & 0.00 & 0.00 & indef. & IIa \cr
1091: He2-140 & 0.00 & 0.90 & 0.10 & 0.00 & 0.00 & IIaF & IIa \cr
1092: He2-141 & 0.07 & 0.89 & 0.04 & 0.00 & 0.00 & IIaF & IIa \cr
1093: He2-143 & 0.98 & 0.02 & 0.00 & 0.00 & 0.00 & IF & I \cr
1094: He2-149 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIbC/IIIB & III \cr
1095: He2-152 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & IF & I \cr
1096: He2-153 & 0.97 & 0.03 & 0.00 & 0.00 & 0.00 & IF & I \cr
1097: He2-157 & 0.00 & 0.01 & 0.02 & 0.96 & 0.01 & IIbC/IIIB & III \cr
1098: He2-158 & 0.00 & 0.00 & 0.45 & 0.54 & 0.01 & IIIC/IIbB & III \cr
1099: He2-164 & 0.38 & 0.44 & 0.18 & 0.00 & 0.00 & indef. & IIa \cr
1100: He2-170 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IIbC/(III/IV)B & IV \cr
1101: He2-175 & 0.00 & 0.00 & 0.00 & 0.18 & 0.82 & IIaC & IV \cr
1102: He2-250 & 0.00 & 0.00 & 0.00 & 0.96 & 0.04 & VF & III \cr
1103: He2-260 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIIC/IIbB & III \cr
1104: He2-262 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1105: He2-406 & 0.13 & 0.84 & 0.03 & 0.00 & 0.00 & (IIa/V)D & IIa \cr
1106: He2-434 & 0.00 & 0.09 & 0.66 & 0.24 & 0.01 & (IIb/III/IV)D & IIb \cr
1107: He3-1357 & 0.00 & 0.06 & 0.59 & 0.22 & 0.13 & (IIb/III/IV)D & IIb \cr
1108: Hf2-2 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VD & IIa \cr
1109: Hu1-1 & 0.00 & 0.03 & 0.96 & 0.00 & 0.01 & IIbF & IIb \cr
1110: Hu1-2 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IB & IIa \cr
1111: Hu2-1 & 0.00 & 0.06 & 0.93 & 0.01 & 0.00 & IIbF & IIb \cr
1112: Hu4 & 0.36 & 0.64 & 0.00 & 0.00 & 0.00 & (V/I)D & IIa \cr
1113: Hu5 & 0.99 & 0.01 & 0.00 & 0.00 & 0.00 & (V/I)D & I \cr
1114: Hu6 & 0.11 & 0.81 & 0.00 & 0.00 & 0.08 & (V/IIa)D & IIa \cr
1115: IC~351 & 0.00 & 0.04 & 0.96 & 0.00 & 0.00 & IIbF & IIb \cr
1116: IC~418 & 0.00 & 0.62 & 0.32 & 0.06 & 0.00 & IIaF & IIa \cr
1117: IC~972 & 0.00 & 0.00 & 0.50 & 0.50 & 0.00 & IIaB & IIb/III \cr
1118: IC~1297 & 0.00 & 0.13 & 0.87 & 0.00 & 0.00 & IIaB & IIb \cr
1119: IC~1454 & 0.00 & 0.21 & 0.06 & 0.73 & 0.00 & IIaE & III \cr
1120: IC~1747 & 0.00 & 0.88 & 0.02 & 0.10 & 0.00 & IIaC & IIa \cr
1121: IC~2003 & 0.00 & 0.02 & 0.98 & 0.00 & 0.00 & IIbF & IIb \cr
1122: IC~2149 & 0.00 & 0.87 & 0.13 & 0.00 & 0.00 & IIaF & IIa \cr
1123: IC~2165 & 0.00 & 0.24 & 0.76 & 0.00 & 0.00 & IIbF & IIb \cr
1124: IC~2448 & 0.00 & 0.44 & 0.56 & 0.00 & 0.00 & IIaF & IIb \cr
1125: IC~2501 & 0.02 & 0.82 & 0.13 & 0.03 & 0.00 & IIaF & IIa \cr
1126: IC~2553 & 0.00 & 0.88 & 0.06 & 0.06 & 0.00 & IIaC & IIa \cr
1127: IC~2621 & 0.01 & 0.99 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1128: IC~3568 & 0.00 & 0.00 & 0.00 & 0.67 & 0.33 & IVC/IIbB & III \cr
1129: IC~4191 & 0.01 & 0.59 & 0.40 & 0.00 & 0.00 & IIbF & IIa \cr
1130: IC~4406 & 0.00 & 0.08 & 0.92 & 0.00 & 0.00 & IIbF & IIb \cr
1131: IC~4593 & 0.00 & 0.00 & 0.00 & 0.09 & 0.91 & IVC/IIbB & IV \cr
1132: IC~4634 & 0.00 & 0.00 & 0.97 & 0.01 & 0.02 & IIbF & IIb \cr
1133: IC~4642 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & (IIa/IIb)C*/(III/IV)B* & III \cr
1134: IC~4673 & 0.29 & 0.71 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1135: IC~4732 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IIbC/(III/IV)B & IV \cr
1136: IC~4776 & 0.00 & 0.02 & 0.97 & 0.01 & 0.00 & IIbF & IIb \cr
1137: IC~4846 & 0.00 & 0.00 & 0.01 & 0.98 & 0.01 & IIbC/IIIB & III \cr
1138: IC~4997 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & (IIa/IIb)C*/(III/IV)B* & III \cr
1139: IC~5117 & 0.01 & 0.60 & 0.39 & 0.00 & 0.00 & IIbF & IIa \cr
1140: IC~5148-50 & 0.00 & 0.94 & 0.06 & 0.00 & 0.00 & IB & IIa \cr
1141: IC~5217 & 0.00 & 0.06 & 0.00 & 0.93 & 0.01 & IIaC & III \cr
1142: IRAS~15154-525 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & (V/I/IIa)D* & I \cr
1143: IRAS~16455-345 & 0.03 & 0.43 & 0.34 & 0.16 & 0.04 & (V/IIa/IIb/III/IV)D* & IIa \cr
1144: J320 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIIC/IIbB & III \cr
1145: J900 & 0.00 & 0.01 & 0.99 & 0.00 & 0.00 & IIbF & IIb \cr
1146: Jn1 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & indef. & IIa \cr
1147: K1-7 & 0.00 & 0.28 & 0.70 & 0.02 & 0.00 & IIbF & IIb \cr
1148: K2-1 & 0.00 & 0.08 & 0.92 & 0.00 & 0.00 & IIbF & IIb \cr
1149: K3-60 & 0.00 & 0.99 & 0.01 & 0.00 & 0.00 & IIaD & IIa \cr
1150: K3-61 & 0.85 & 0.15 & 0.00 & 0.00 & 0.00 & IIaD & I \cr
1151: K3-66 & 0.00 & 0.49 & 0.03 & 0.01 & 0.47 & IIaE & IIa \cr
1152: K3-67 & 0.00 & 0.99 & 0.01 & 0.00 & 0.00 & IIaC & IIa \cr
1153: K3-68 & 0.00 & 0.83 & 0.13 & 0.04 & 0.00 & IIaF & IIa \cr
1154: K3-70 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & IF & I \cr
1155: K5-1 & 0.03 & 0.81 & 0.08 & 0.00 & 0.08 & (V/IIa)D & IIa \cr
1156: K5-3 & 0.00 & 0.08 & 0.57 & 0.35 & 0.00 & (V/IIb/III/IV)D & IIb \cr
1157: K5-4 & 0.00 & 0.15 & 0.65 & 0.14 & 0.06 & (V/IIb/III/IV)D & IIb \cr
1158: K5-5 & 0.00 & 0.50 & 0.09 & 0.41 & 0.00 & (V/IIa)D & IIa \cr
1159: K5-6 & 0.00 & 0.17 & 0.65 & 0.16 & 0.02 & (V/IIb/III/IV)D & IIb \cr
1160: K5-7 & 0.12 & 0.88 & 0.00 & 0.00 & 0.00 & (IIa/V)D & IIa \cr
1161: K5-9 & 0.02 & 0.94 & 0.01 & 0.03 & 0.00 & (V/IIa)D & IIa \cr
1162: K5-11 & 0.17 & 0.83 & 0.00 & 0.00 & 0.00 & (V/IIa)D & IIa \cr
1163: K5-12 & 0.00 & 0.31 & 0.51 & 0.08 & 0.10 & (V/IIb/III/IV)D & IIb \cr
1164: K5-13 & 0.59 & 0.41 & 0.00 & 0.00 & 0.00 & (I/V)D & I \cr
1165: K5-14 & 0.02 & 0.71 & 0.23 & 0.02 & 0.02 & (V/IIa)D & IIa \cr
1166: K5-16 & 0.19 & 0.80 & 0.01 & 0.00 & 0.00 & (IIa/V)D & IIa \cr
1167: K5-17 & 0.00 & 0.39 & 0.35 & 0.25 & 0.01 & (V/IIa)D & IIa \cr
1168: K5-19 & 0.72 & 0.28 & 0.00 & 0.00 & 0.00 & (IIa/V)D & I \cr
1169: K5-20 & 0.00 & 0.00 & 0.09 & 0.90 & 0.01 & (IIa/V)D & III \cr
1170: K6-3 & 0.24 & 0.75 & 0.01 & 0.00 & 0.00 & (IIa/V)D & IIa \cr
1171: K6-5 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & (I/V)D & I \cr
1172: K648 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IVF & IV \cr
1173: KFL~2 & 0.00 & 0.02 & 0.00 & 0.98 & 0.00 & VF & III \cr
1174: KFL~4 & 0.00 & 0.10 & 0.82 & 0.07 & 0.01 & VF & IIb \cr
1175: KFL~19 & 0.00 & 0.00 & 0.00 & 0.98 & 0.02 & IIIC/IIbB & III \cr
1176: Lo4 & 0.47 & 0.53 & 0.00 & 0.00 & 0.00 & ID & IIa \cr
1177: M1-1 & 0.00 & 0.00 & 0.08 & 0.02 & 0.90 & IIaB & IV \cr
1178: M1-4 & 0.00 & 0.55 & 0.45 & 0.00 & 0.00 & IIaF & IIa \cr
1179: M1-5 & 0.00 & 0.24 & 0.76 & 0.00 & 0.00 & IIbF & IIb \cr
1180: M1-6 & 0.00 & 0.02 & 0.97 & 0.01 & 0.00 & IIbF & IIb \cr
1181: M1-7 & 0.00 & 0.68 & 0.32 & 0.00 & 0.00 & IIaF & IIa \cr
1182: M1-8 & 0.93 & 0.07 & 0.00 & 0.00 & 0.00 & IF & I \cr
1183: M1-9 & 0.00 & 0.00 & 0.03 & 0.97 & 0.00 & IIbC/IIIB & III \cr
1184: M1-11 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1185: M1-12 & 0.00 & 0.24 & 0.28 & 0.48 & 0.00 & IIbF & III \cr
1186: M1-13 & 0.01 & 0.97 & 0.02 & 0.00 & 0.00 & IIaF & IIa \cr
1187: M1-14 & 0.00 & 0.02 & 0.98 & 0.00 & 0.00 & IIbF & IIb \cr
1188: M1-16 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IB & IIa \cr
1189: M1-17 & 0.00 & 0.24 & 0.76 & 0.00 & 0.00 & IIbF & IIb \cr
1190: M1-18 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IB & IIa \cr
1191: M1-19 & 0.00 & 0.82 & 0.13 & 0.05 & 0.00 & VF & IIa \cr
1192: M1-20 & 0.00 & 0.08 & 0.78 & 0.14 & 0.00 & VF & IIb \cr
1193: M1-22 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1194: M1-25 & 0.00 & 0.82 & 0.18 & 0.00 & 0.00 & VF & IIa \cr
1195: M1-26 & 0.00 & 0.24 & 0.76 & 0.00 & 0.00 & VA & IIb \cr
1196: M1-27 & 0.00 & 0.53 & 0.47 & 0.00 & 0.00 & VF & IIa \cr
1197: M1-29 & 0.12 & 0.87 & 0.01 & 0.00 & 0.00 & VF & IIa \cr
1198: M1-30 & 0.00 & 0.85 & 0.15 & 0.00 & 0.00 & VF & IIa \cr
1199: M1-31 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & VF & I \cr
1200: M1-34 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1201: M1-35 & 0.97 & 0.03 & 0.00 & 0.00 & 0.00 & VF & I \cr
1202: M1-37 & 0.00 & 0.02 & 0.00 & 0.98 & 0.00 & VF & III \cr
1203: M1-38 & 0.00 & 0.00 & 0.00 & 0.98 & 0.02 & VF & III \cr
1204: M1-40 & 0.04 & 0.96 & 0.00 & 0.00 & 0.00 & VA & IIa \cr
1205: M1-42 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1206: M1-44 & 0.00 & 0.00 & 0.00 & 0.07 & 0.93 & VF & IV \cr
1207: M1-48 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IB & IIa \cr
1208: M1-50 & 0.00 & 0.06 & 0.80 & 0.14 & 0.00 & IIbF & IIb \cr
1209: M1-51 & 0.15 & 0.85 & 0.00 & 0.00 & 0.00 & IF & IIa \cr
1210: M1-54 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IC & IIa \cr
1211: M1-56 & 0.00 & 0.00 & 0.00 & 0.17 & 0.83 & IIaC & IV \cr
1212: M1-57 & 0.07 & 0.92 & 0.01 & 0.00 & 0.00 & IIaF & IIa \cr
1213: M1-58 & 0.04 & 0.91 & 0.05 & 0.00 & 0.00 & IIaF & IIa \cr
1214: M1-60 & 0.00 & 0.99 & 0.01 & 0.00 & 0.00 & IIaF & IIa \cr
1215: M1-61 & 0.00 & 0.54 & 0.46 & 0.00 & 0.00 & IIaF & IIa \cr
1216: M1-67 & 0.00 & 0.97 & 0.01 & 0.02 & 0.00 & IIaD & IIa \cr
1217: M1-72 & 0.00 & 0.09 & 0.42 & 0.49 & 0.00 & IIbD & III \cr
1218: M1-74 & 0.00 & 0.89 & 0.11 & 0.00 & 0.00 & IIaF & IIa \cr
1219: M1-75 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & IF & I \cr
1220: M1-78 & 0.00 & 0.86 & 0.00 & 0.12 & 0.02 & IIaC & IIa \cr
1221: M1-79 & 0.95 & 0.05 & 0.00 & 0.00 & 0.00 & IIaF & I \cr
1222: M1-80 & 0.01 & 0.97 & 0.02 & 0.00 & 0.00 & IIaF & IIa \cr
1223: M2-2 & 0.01 & 0.77 & 0.22 & 0.00 & 0.00 & IIaF & IIa \cr
1224: M2-4 & 0.00 & 0.62 & 0.38 & 0.00 & 0.00 & IIaF & IIa \cr
1225: M2-6 & 0.00 & 0.01 & 0.51 & 0.40 & 0.08 & (V/IIb/III/IV)D & IIb \cr
1226: M2-7 & 0.00 & 0.00 & 0.00 & 0.01 & 0.99 & VF & IV \cr
1227: M2-8 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & VF & III \cr
1228: M2-9 & 0.00 & 0.00 & 0.01 & 0.99 & 0.00 & IIIF & III \cr
1229: M2-10 & 0.00 & 0.97 & 0.03 & 0.00 & 0.00 & VF & IIa \cr
1230: M2-11 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1231: M2-12 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & VF & III \cr
1232: M2-13 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IIaE & IV \cr
1233: M2-15 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IIaC & IV \cr
1234: M2-16 & 0.00 & 0.99 & 0.00 & 0.01 & 0.00 & VF & IIa \cr
1235: M2-18 & 0.00 & 0.00 & 0.23 & 0.76 & 0.01 & VF & III \cr
1236: M2-19 & 0.00 & 0.15 & 0.25 & 0.59 & 0.01 & VF & III \cr
1237: M2-20 & 0.00 & 0.24 & 0.43 & 0.33 & 0.00 & VF & IIb \cr
1238: M2-21 & 0.00 & 0.00 & 0.00 & 0.72 & 0.28 & VF & III \cr
1239: M2-22 & 0.01 & 0.99 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1240: M2-23 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1241: M2-24 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1242: M2-26 & 0.00 & 0.00 & 0.00 & 0.38 & 0.62 & VF & IV \cr
1243: M2-27 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & VF & III \cr
1244: M2-29 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1245: M2-30 & 0.00 & 0.01 & 0.08 & 0.91 & 0.00 & VF & III \cr
1246: M2-33 & 0.00 & 0.00 & 0.00 & 0.12 & 0.88 & VF & IV \cr
1247: M2-36 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1248: M2-38 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1249: M2-39 & 0.00 & 0.17 & 0.83 & 0.00 & 0.00 & VF & IIb \cr
1250: M2-42 & 0.00 & 0.08 & 0.00 & 0.63 & 0.29 & VF & III \cr
1251: M2-46 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1252: M2-50 & 0.00 & 0.02 & 0.05 & 0.93 & 0.00 & IIbC/IIIB & III \cr
1253: M2-52 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & IC & I \cr
1254: M2-53 & 0.00 & 0.00 & 0.08 & 0.88 & 0.04 & IIbC/IIIB & III \cr
1255: M2-55 & 0.02 & 0.98 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1256: M3-1 & 0.00 & 0.19 & 0.81 & 0.00 & 0.00 & IIaF & IIb \cr
1257: M3-2 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IB & IIa \cr
1258: M3-3 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IC & IIa \cr
1259: M3-4 & 0.24 & 0.76 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1260: M3-5 & 0.15 & 0.85 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1261: M3-6 & 0.00 & 0.00 & 0.90 & 0.00 & 0.10 & IIbF & IIb \cr
1262: M3-7 & 0.00 & 0.00 & 0.00 & 0.02 & 0.98 & VF & IV \cr
1263: M3-8 & 0.00 & 0.33 & 0.00 & 0.67 & 0.00 & VF & III \cr
1264: M3-9 & 0.00 & 0.00 & 0.04 & 0.96 & 0.00 & VF & III \cr
1265: M3-10 & 0.00 & 0.07 & 0.01 & 0.91 & 0.01 & VF & III \cr
1266: M3-14 & 0.38 & 0.62 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1267: M3-15 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1268: M3-16 & 0.00 & 0.00 & 0.12 & 0.78 & 0.10 & VF & III \cr
1269: M3-17 & 0.00 & 0.11 & 0.89 & 0.00 & 0.00 & VF & IIb \cr
1270: M3-19 & 0.00 & 0.00 & 0.00 & 0.90 & 0.10 & VF & III \cr
1271: M3-20 & 0.00 & 0.01 & 0.99 & 0.00 & 0.00 & VF & IIb \cr
1272: M3-21 & 0.00 & 0.38 & 0.62 & 0.00 & 0.00 & VF & IIb \cr
1273: M3-26 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1274: M3-29 & 0.00 & 0.95 & 0.05 & 0.00 & 0.00 & IIaF & IIa \cr
1275: M3-32 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1276: M3-33 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIIF & III \cr
1277: M3-35 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & (IIa/IIb)C*/(III/IV)B* & IV \cr
1278: M3-36 & 0.00 & 0.11 & 0.71 & 0.17 & 0.01 & VF & IIb \cr
1279: M3-37 & 0.00 & 0.01 & 0.05 & 0.58 & 0.36 & VF & III \cr
1280: M3-38 & 0.00 & 0.53 & 0.00 & 0.02 & 0.45 & VF & IIa \cr
1281: M3-42 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1282: M3-43 & 0.63 & 0.36 & 0.01 & 0.00 & 0.00 & VF & I \cr
1283: M3-45 & 0.00 & 0.12 & 0.88 & 0.00 & 0.00 & VF & IIb \cr
1284: M3-46 & 0.87 & 0.13 & 0.00 & 0.00 & 0.00 & VD & I \cr
1285: M3-48 & 0.00 & 0.94 & 0.06 & 0.00 & 0.00 & VD & IIa \cr
1286: M3-50 & 0.00 & 0.00 & 0.00 & 0.88 & 0.12 & VD & III \cr
1287: M3-52 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IE & IIa \cr
1288: M3-54 & 0.00 & 0.00 & 1.00 & 0.00 & 0.00 & IIbF & IIb \cr
1289: M4-3 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1290: M4-4 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & VF & III \cr
1291: M4-6 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1292: M4-7 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1293: M4-8 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & IIbC/IIIB & III \cr
1294: M4-14 & 0.01 & 0.88 & 0.11 & 0.00 & 0.00 & indef. & IIa \cr
1295: MaC2-1 & 0.00 & 0.00 & 0.28 & 0.48 & 0.24 & (IIb/III/IV)D & III \cr
1296: Me1-1 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IIaC & IIa \cr
1297: Me2-1 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IVF & IV \cr
1298: Me2-2 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IE & IIa \cr
1299: MyCn18 & 0.01 & 0.99 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1300: Mz1 & 0.02 & 0.97 & 0.01 & 0.00 & 0.00 & IIaF & IIa \cr
1301: Mz2 & 0.01 & 0.85 & 0.14 & 0.00 & 0.00 & IIaF & IIa \cr
1302: Mz3 & 0.03 & 0.97 & 0.00 & 0.00 & 0.00 & IC & IIa \cr
1303: NGC~40 & 0.00 & 0.71 & 0.29 & 0.00 & 0.00 & IIbF & IIa \cr
1304: NGC~246 & 0.00 & 0.49 & 0.23 & 0.27 & 0.01 & indef. & IIa \cr
1305: NGC~650 & 0.20 & 0.79 & 0.01 & 0.00 & 0.00 & IIaF & IIa \cr
1306: NGC~1360 & 0.00 & 0.70 & 0.29 & 0.01 & 0.00 & indef. & IIa \cr
1307: NGC~1514 & 0.00 & 0.72 & 0.26 & 0.02 & 0.00 & (IIa/IIb)F* & IIa \cr
1308: NGC~1535 & 0.00 & 0.00 & 0.07 & 0.85 & 0.08 & IIIC/IIbB & III \cr
1309: NGC~2022 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1310: NGC~2242 & 0.00 & 0.00 & 0.00 & 0.01 & 0.99 & IIaB & IV \cr
1311: NGC~2346 & 0.09 & 0.91 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1312: NGC~2371-72 & 0.10 & 0.89 & 0.01 & 0.00 & 0.00 & IIaF & IIa \cr
1313: NGC~2392 & 0.00 & 0.98 & 0.02 & 0.00 & 0.00 & IIaC & IIa \cr
1314: NGC~2438 & 0.03 & 0.94 & 0.03 & 0.00 & 0.00 & IIaF & IIa \cr
1315: NGC~2440 & 0.20 & 0.80 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1316: NGC~2452 & 0.10 & 0.90 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1317: NGC~2474-75 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & indef. & IIa \cr
1318: NGC~2610 & 0.00 & 0.94 & 0.04 & 0.02 & 0.00 & IIaC & IIa \cr
1319: NGC~2792 & 0.01 & 0.62 & 0.37 & 0.00 & 0.00 & IIaF & IIa \cr
1320: NGC~2818 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IB & IIa \cr
1321: NGC~2867 & 0.05 & 0.89 & 0.06 & 0.00 & 0.00 & IIaF & IIa \cr
1322: NGC~2899 & 0.97 & 0.03 & 0.00 & 0.00 & 0.00 & IF & I \cr
1323: NGC~3132 & 0.02 & 0.91 & 0.07 & 0.00 & 0.00 & IIaF & IIa \cr
1324: NGC~3195 & 0.00 & 0.74 & 0.26 & 0.00 & 0.00 & IIaF & IIa \cr
1325: NGC~3211 & 0.00 & 0.26 & 0.74 & 0.00 & 0.00 & IIbF & IIb \cr
1326: NGC~3242 & 0.00 & 0.13 & 0.87 & 0.00 & 0.00 & IIbF & IIb \cr
1327: NGC~3587 & 0.00 & 0.27 & 0.73 & 0.00 & 0.00 & IIbF & IIb \cr
1328: NGC~3699 & 0.03 & 0.96 & 0.01 & 0.00 & 0.00 & IIaF & IIa \cr
1329: NGC~3918 & 0.01 & 0.81 & 0.18 & 0.00 & 0.00 & IIaF & IIa \cr
1330: NGC~4361 & 0.00 & 0.07 & 0.87 & 0.06 & 0.00 & IIbF & IIb \cr
1331: NGC~5189 & 0.06 & 0.92 & 0.02 & 0.00 & 0.00 & IIaF & IIa \cr
1332: NGC~5307 & 0.00 & 0.00 & 0.00 & 0.99 & 0.01 & IIbC/(III/IV)B & III \cr
1333: NGC~5315 & 0.73 & 0.27 & 0.00 & 0.00 & 0.00 & IIaF & I \cr
1334: NGC~5873 & 0.00 & 0.06 & 0.82 & 0.05 & 0.07 & IIaB & IIb \cr
1335: NGC~5882 & 0.00 & 0.95 & 0.05 & 0.00 & 0.00 & IIaF & IIa \cr
1336: NGC~5979 & 0.00 & 0.53 & 0.00 & 0.47 & 0.00 & IIaC & IIa \cr
1337: NGC~6058 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IIaB & IV \cr
1338: NGC~6153 & 0.64 & 0.36 & 0.00 & 0.00 & 0.00 & IC & I \cr
1339: NGC~6210 & 0.00 & 0.00 & 0.10 & 0.90 & 0.00 & IIbF & III \cr
1340: NGC~6302 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & IF & I \cr
1341: NGC~6309 & 0.00 & 0.14 & 0.47 & 0.39 & 0.00 & IIbF & IIb \cr
1342: NGC~6326 & 0.00 & 0.01 & 0.20 & 0.79 & 0.00 & IIbC/IIIB & III \cr
1343: NGC~6337 & 0.00 & 0.90 & 0.00 & 0.10 & 0.00 & IIaF & IIa \cr
1344: NGC~6369 & 0.00 & 0.02 & 0.00 & 0.98 & 0.00 & IIaC & III \cr
1345: NGC~6439 & 0.00 & 0.01 & 0.00 & 0.99 & 0.00 & IE & III \cr
1346: NGC~6445 & 0.98 & 0.02 & 0.00 & 0.00 & 0.00 & IF & I \cr
1347: NGC~6537 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & IF & I \cr
1348: NGC~6543 & 0.00 & 0.97 & 0.01 & 0.02 & 0.00 & IIaC & IIa \cr
1349: NGC~6563 & 0.04 & 0.95 & 0.01 & 0.00 & 0.00 & VA & IIa \cr
1350: NGC~6565 & 0.00 & 0.98 & 0.02 & 0.00 & 0.00 & VF & IIa \cr
1351: NGC~6567 & 0.00 & 0.00 & 0.00 & 0.99 & 0.01 & IIbC/(III/IV)B & III \cr
1352: NGC~6572 & 0.01 & 0.97 & 0.02 & 0.00 & 0.00 & IIaF & IIa \cr
1353: NGC~6578 & 0.00 & 0.60 & 0.40 & 0.00 & 0.00 & IIbF & IIa \cr
1354: NGC~6620 & 0.00 & 0.98 & 0.02 & 0.00 & 0.00 & VF & IIa \cr
1355: NGC~6629 & 0.00 & 0.00 & 1.00 & 0.00 & 0.00 & VA & IIb \cr
1356: NGC~6644 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & VF & IV \cr
1357: NGC~6720 & 0.06 & 0.89 & 0.05 & 0.00 & 0.00 & IIaF & IIa \cr
1358: NGC~6741 & 0.02 & 0.94 & 0.04 & 0.00 & 0.00 & IIaF & IIa \cr
1359: NGC~6751 & 0.01 & 0.98 & 0.01 & 0.00 & 0.00 & IIaC & IIa \cr
1360: NGC~6765 & 0.00 & 0.15 & 0.00 & 0.84 & 0.01 & IIaC & III \cr
1361: NGC~6778 & 0.97 & 0.03 & 0.00 & 0.00 & 0.00 & IC & I \cr
1362: NGC~6781 & 0.40 & 0.60 & 0.00 & 0.00 & 0.00 & IF & IIa \cr
1363: NGC~6790 & 0.00 & 0.32 & 0.68 & 0.00 & 0.00 & IIbF & IIb \cr
1364: NGC~6803 & 0.19 & 0.81 & 0.00 & 0.00 & 0.00 & IF & IIa \cr
1365: NGC~6804 & 0.64 & 0.35 & 0.01 & 0.00 & 0.00 & (I/IIa)F* & I \cr
1366: NGC~6807 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IIbC/(III/IV)B & IV \cr
1367: NGC~6818 & 0.00 & 0.47 & 0.45 & 0.08 & 0.00 & IIaF & IIa \cr
1368: NGC~6826 & 0.00 & 0.03 & 0.97 & 0.00 & 0.00 & IIbF & IIb \cr
1369: NGC~6833 & 0.00 & 0.02 & 0.00 & 0.00 & 0.98 & IIaC & IV \cr
1370: NGC~6853 & 0.09 & 0.91 & 0.00 & 0.00 & 0.00 & IIaC & IIa \cr
1371: NGC~6879 & 0.00 & 0.23 & 0.72 & 0.05 & 0.00 & IIbF & IIb \cr
1372: NGC~6881 & 0.03 & 0.96 & 0.01 & 0.00 & 0.00 & IIaF & IIa \cr
1373: NGC~6884 & 0.00 & 0.94 & 0.06 & 0.00 & 0.00 & IIaF & IIa \cr
1374: NGC~6886 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IIaC & IIa \cr
1375: NGC~6891 & 0.00 & 0.03 & 0.97 & 0.00 & 0.00 & IIbF & IIb \cr
1376: NGC~6894 & 0.00 & 0.99 & 0.00 & 0.00 & 0.01 & IIaC & IIa \cr
1377: NGC~6905 & 0.01 & 0.34 & 0.65 & 0.00 & 0.00 & IIbF & IIb \cr
1378: NGC~7008 & 0.09 & 0.91 & 0.00 & 0.00 & 0.00 & IC & IIa \cr
1379: NGC~7009 & 0.00 & 0.96 & 0.03 & 0.01 & 0.00 & IIaC & IIa \cr
1380: NGC~7026 & 0.02 & 0.98 & 0.00 & 0.00 & 0.00 & IIaF & IIa \cr
1381: NGC~7027 & 0.00 & 0.91 & 0.09 & 0.00 & 0.00 & IIaF & IIa \cr
1382: NGC~7293 & 0.79 & 0.21 & 0.00 & 0.00 & 0.00 & IF & I \cr
1383: NGC~7354 & 0.01 & 0.94 & 0.05 & 0.00 & 0.00 & IIaF & IIa \cr
1384: NGC~7662 & 0.00 & 0.07 & 0.93 & 0.00 & 0.00 & IIbF & IIb \cr
1385: PB1 & 0.00 & 0.00 & 0.49 & 0.48 & 0.03 & (IIb/III/IV)D & IIb \cr
1386: PB3 & 0.05 & 0.90 & 0.05 & 0.00 & 0.00 & IIaD & IIa \cr
1387: PB4 & 0.06 & 0.76 & 0.13 & 0.05 & 0.00 & (I/IIa)D* & IIa \cr
1388: PB6 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IE & IIa \cr
1389: PB8 & 0.00 & 0.80 & 0.14 & 0.06 & 0.00 & (IIa/IIb)F* & IIa \cr
1390: PC12 & 0.00 & 0.00 & 0.00 & 0.82 & 0.18 & IVC/IIbB & III \cr
1391: PC14 & 0.00 & 0.01 & 0.03 & 0.96 & 0.00 & IIbC/IIIB & III \cr
1392: Pe1-1 & 0.00 & 0.50 & 0.47 & 0.03 & 0.00 & IIbF & IIa \cr
1393: Pe1-12 & 0.00 & 0.02 & 0.15 & 0.83 & 0.00 & VF & III \cr
1394: Pe1-13 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IIaE*/IIIF*/IVB* & IV \cr
1395: Pe1-17 & 0.17 & 0.83 & 0.00 & 0.00 & 0.00 & IIaC & IIa \cr
1396: Pe1-18 & 0.30 & 0.70 & 0.00 & 0.00 & 0.00 & ID & IIa \cr
1397: Pe2-7 & 0.00 & 0.28 & 0.58 & 0.11 & 0.03 & (IIb/III/IV)D & IIb \cr
1398: Pe2-11 & 0.00 & 0.00 & 0.00 & 1.00 & 0.00 & VD & III \cr
1399: Pe2-14 & 0.00 & 0.88 & 0.00 & 0.12 & 0.00 & IIaF & IIa \cr
1400: PNG006.0-41.9 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IIaE & IV \cr
1401: PNG135.9+55.9 & 0.00 & 0.29 & 0.31 & 0.34 & 0.06 & (IIa/IIb/III/IV)D* & III \cr
1402: PNG243.8-37.1 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IIaE & IV \cr
1403: PW1 & 0.95 & 0.05 & 0.00 & 0.00 & 0.00 & indef. & I \cr
1404: SA2-21 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & IE & IIa \cr
1405: SB01 & 0.00 & 0.00 & 0.37 & 0.60 & 0.03 & VE/(IIb/III/IV)D & III \cr
1406: SB02 & 0.64 & 0.36 & 0.00 & 0.00 & 0.00 & VE/IIaD & I \cr
1407: SB03 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & VE/ID & I \cr
1408: SB04 & 0.22 & 0.72 & 0.00 & 0.00 & 0.06 & VE/IIaD & IIa \cr
1409: SB06 & 0.91 & 0.09 & 0.00 & 0.00 & 0.00 & VE/ID & I \cr
1410: SB12 & 0.05 & 0.47 & 0.31 & 0.15 & 0.02 & (V/IIa/IIb/III/IV)D* & IIa \cr
1411: SB15 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & (V/IIb/III/IV)D & IV \cr
1412: SB17 & 0.25 & 0.74 & 0.01 & 0.00 & 0.00 & IIaD & IIa \cr
1413: SB18 & 0.00 & 0.00 & 0.02 & 0.04 & 0.94 & (IIb/III/IV)D & IV \cr
1414: SB19 & 0.00 & 0.05 & 0.01 & 0.94 & 0.00 & IIaD & III \cr
1415: SB20 & 0.00 & 0.00 & 0.04 & 0.96 & 0.00 & IIaD & III \cr
1416: SB21 & 0.00 & 0.00 & 0.19 & 0.79 & 0.02 & (IIb/III/IV)D & III \cr
1417: SB24 & 0.00 & 0.00 & 0.11 & 0.23 & 0.66 & (IIb/III/IV)D & IV \cr
1418: SB25 & 0.94 & 0.06 & 0.00 & 0.00 & 0.00 & ID & I \cr
1419: SB26 & 0.00 & 0.07 & 0.61 & 0.19 & 0.13 & (IIb/III/IV)D & IIb \cr
1420: SB28 & 0.04 & 0.46 & 0.32 & 0.15 & 0.03 & (IIa/IIb/III/IV)D* & IIa \cr
1421: SB30 & 0.00 & 0.04 & 0.62 & 0.23 & 0.11 & (IIb/III/IV)D & IIb \cr
1422: SB31 & 0.00 & 0.05 & 0.66 & 0.25 & 0.04 & (IIb/III/IV)D & IIb \cr
1423: SB32 & 0.11 & 0.86 & 0.03 & 0.00 & 0.00 & IIaD & IIa \cr
1424: SB33 & 0.01 & 0.90 & 0.00 & 0.00 & 0.09 & VE/IIaD & IIa \cr
1425: SB34 & 0.56 & 0.39 & 0.02 & 0.03 & 0.00 & VE*/(I/IIa)D* & I \cr
1426: SB35 & 0.00 & 0.00 & 0.37 & 0.45 & 0.18 & (V/IIb/III/IV)D & III \cr
1427: SB37 & 0.73 & 0.24 & 0.01 & 0.02 & 0.00 & (I/IIa/V)D* & I \cr
1428: SB38 & 0.07 & 0.86 & 0.06 & 0.01 & 0.00 & (IIa/V)D & IIa \cr
1429: SB42 & 0.00 & 0.00 & 0.08 & 0.92 & 0.00 & VE/(IIb/III/IV)D & III \cr
1430: SB44 & 0.00 & 0.01 & 0.13 & 0.86 & 0.00 & VE/IIaD & III \cr
1431: SB50 & 0.03 & 0.85 & 0.08 & 0.04 & 0.00 & VE/IIaD & IIa \cr
1432: SB52 & 0.00 & 0.00 & 0.11 & 0.89 & 0.00 & (IIa/V)D & III \cr
1433: SB53 & 0.45 & 0.55 & 0.00 & 0.00 & 0.00 & (I/V)D & IIa \cr
1434: SB55 & 0.00 & 0.01 & 0.02 & 0.97 & 0.00 & (IIa/V)D & III \cr
1435: Sh2-71 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & indef. & I \cr
1436: SkWl3-2 & 0.00 & 0.00 & 0.11 & 0.89 & 0.00 & (V/IIb/III/IV)D & III \cr
1437: Sn1 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IVF & IV \cr
1438: SwSt1 & 0.00 & 0.01 & 0.99 & 0.00 & 0.00 & VA & IIb \cr
1439: Tc1 & 0.00 & 0.01 & 0.98 & 0.01 & 0.00 & IIbF & IIb \cr
1440: Th2-A & 0.00 & 0.94 & 0.06 & 0.00 & 0.00 & IIaF & IIa \cr
1441: Th3-13 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1442: Th3-15 & 0.00 & 0.85 & 0.14 & 0.01 & 0.00 & VD & IIa \cr
1443: Th3-34 & 1.00 & 0.00 & 0.00 & 0.00 & 0.00 & (I/V)D & I \cr
1444: Th4-2 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1445: Th4-7 & 0.00 & 0.15 & 0.05 & 0.80 & 0.00 & VF & III \cr
1446: Th4-10 & 0.03 & 0.79 & 0.15 & 0.01 & 0.02 & IIaD & IIa \cr
1447: Vd1-1 & 0.00 & 0.00 & 0.39 & 0.57 & 0.04 & (IIb/III/IV)D & III \cr
1448: Vy1-1 & 0.00 & 0.22 & 0.76 & 0.02 & 0.00 & IB*/IIaF* & IIb \cr
1449: Vy1-2 & 0.00 & 0.00 & 0.00 & 0.00 & 1.00 & IVF & IV \cr
1450: Vy2-1 & 0.00 & 1.00 & 0.00 & 0.00 & 0.00 & VF & IIa \cr
1451: Vy2-2 & 0.00 & 0.00 & 0.00 & 0.99 & 0.01 & IIbC/(III/IV)B & III \cr
1452: Y-c2-5 & 0.00 & 0.02 & 0.07 & 0.91 & 0.00 & (IIa/IIb)D* & III \cr
1453: Y-c2-32 & 0.00 & 0.00 & 0.44 & 0.43 & 0.13 & (IIb/III/IV)D & IIb \cr
1454: Ym29 & 0.90 & 0.10 & 0.00 & 0.00 & 0.00 & indef. & I \cr
1455: \end{longtable}
1456: }% End onllongtab
1457: %%=====================================================================
1458:
1459:
1460:
1461:
1462: \end{document}