Free Access
Issue
A&A
Volume 516, June-July 2010
Article Number A45
Number of page(s) 9
Section Interstellar and circumstellar matter
DOI https://doi.org/10.1051/0004-6361/200913968
Published online 24 June 2010
A&A 516, A45 (2010)

Fitting of dust spectra with genetic algorithms

I. Perspectives and limitations

A. Baier - F. Kerschbaum - T. Lebzelter

University of Vienna, Institute of Astronomy; Türkenschanzstraße 17, 1180 Wien, Austria

Received 24 December 2009 / Accepted 12 March 2010

Abstract
Aims. We present an automatised fitting procedure for the IR range of AGB star spectra. Furthermore we explore the possibilities and boundaries of this method.
Methods. We combine the radiative transfer code DUSTY with the genetic algorithm PIKAIA in order to improve an existing spectral fit significantly.
Results. In order to test the routine we carried out a performance test by feeding an artificially generated input spectrum into the program. Indeed the routine performed as expected, so, as a more realistic test set-up, we tried to create model fits for ISO spectra of selected AGB stars. Here we were not only able to improve existing fits, but also to show that a slightly altered dust composition may give a better fit for some objects.
Conclusions. The use of a genetic algorithm in order to automatise the process of fitting stellar spectra seems to be very promising. We were able to improve existing fits and further offer a quantitative method to compare different models with each other. Nevertheless this method still needs to be studied and tested in more detail.

Key words: stars: AGB and post-AGB - circumstellar matter - stars: late-type - techniques: spectroscopic - infrared: stars - astrochemistry

1 Introduction

Asymptotic giant branch (AGB) stars (e.g. Habing & Olofsson 2004) are one of the main sources of dust in the universe. According to their evolutionary state they produce different amounts and species of dust. At the onset of their mass loss stars with solar metallicity exhibit a mainly oxygen-rich dust mineralogy, which consists of oxides and silicates (e.g. Jäger et al. 2003; Posch et al. 1999). At later stages of their evolution, the star's chemical composition changes depending on its mass, which may lead to a mineralogy dominated by carbon-rich dust such as amorphous carbon, carbides, sulphides and nitrides (e.g. Hony & Bouwman 2004).

Dust formation is of immense importance for the overall behavior of these stars. It has an effect on the dynamics of their atmospheres and thus on their mass loss. As a consequence, the spectral appearance changes as well. The dust can produce prominent features in the infrared regime of a spectrum. Many of those dust species might be still unknown, others produce spectral features in the same wavelength region and thus are difficult to distinguish. Another aspect is the dependence of the feature shape on the dust grain shape itself.

Up to know, the fitting of those spectra has mostly been done manually. A routine to automatise this process, which also allows to quantify the results would be a big asset in this field of research. In this work we are taking first steps into this direction. By combining a genetic algorithm with a widely used radiative transfer code we want to show that it is possible to veer away from the traditional way of hand fitting to a more independent procedure.

2 The fitting procedure

2.1 The problem

As mentioned above, the spectrum of a low mass late type star can exhibit strong dust features in the infrared range. The mostly complex dust composition of the star's shell can make the determination of its exact composition difficult.

In order to determine the detailed dust composition of a star a synthetic spectrum is fitted to an observed one. The parameters for the synthetic spectra are chosen to include those dust species, which show features at the same wavelengths as the spectrum of the observed object. This may then eventually lead to a satisfying fit and thus to the identification of certain dust species. Since most stars do not only house a single dust species in their surroundings, their respective infrared spectrum can be quite complex, showing features that are the result of a certain blend of minerals. An unambiguous determination of the dust composition can constitute a complex challenge, since the spectral behaviour of dust does not only depend on the correct ratio of abundances, but also strongly on such parameters as the dust temperature, the optical depth and the grain shape itself (see e.g. Posch et al. 2007).

One of the most commonly used radiative transfer codes to produce these synthetic spectra is DUSTY (Ivezic & Elitzur 1997). During the last years it has proven to be a very useful tool to gain new insights into the dust mineralogy of evolved stars, although it has to be noted that DUSTY does not treat the dust opacity as a function of distance from the star. The assumption of an opacity $\kappa$ which is invariant to the stars radius is, however, unrealistic.

Nevertheless DUSTY is a quite powerful tool and serves as a very good starting point in means of determination of dust composition for highly evolved stars. Although this method of fitting an IR dust spectrum of a star is a robust one, it holds a downside which always needs to be taken into account when looking at the results. Casually speaking, the problem is the scientist himself. First, in order to produce a ``good'' fit a certain amount of experience and intuition is definitely an asset. Second, this experience can also be a drawback, since different people may produce equally good fits with a completely different set of parameters. This raises the need to quantify those models in order to compare them with each other. Furthermore a process which automatises the fitting procedure, in terms of finding the correct parameter values of the desired fit and thus produces a result which is less biased by human intervention, would serve the purpose of quantification even more.

Inspired by a preliminary study by Dijkstra (2007) an attempt has been made to combine DUSTY with a genetic algorithm. Following Dijkstra's example the publicly available genetic algorithm PIKAIA (Charbonneau 1995) has been used for this task.

2.2 DUSTY in a nutshell

DUSTY is used to perform radiative transfer calculations for objects of different nature. The code is designed to deal with the radiation from some source which is modified by a dusty region. In our case this is a central star wrapped in a dust shell. Since the light emitted by the star is scattered, absorbed and reemitted by the dust shell, the spectrum emerging is usually the only way to gain information about the dust and the object hidden inside.

DUSTY offers users an integral equation for the spectral energy distribution introduced by Ivezic & Elitzur (1997) in order to solve the radiative transfer problem. Beside the basic free parameters such as the stellar temperature, the chemical composition, the grain size distribution, the optical depth and many more, it also allows to chose between a spherical or a plane-parallel geometry.

2.3 Genetic algorithms and PIKAIA

\begin{figure}
\par\includegraphics[width=5cm,clip]{13968fig1.eps}
\end{figure} Figure 1:

Basic concept of a genetic algorithm.

Open with DEXTER

Genetic algorithms (GAs) are searching techniques used in computation for optimisation of a given problem. To assure a healthy and steady evolution a certain size of a population is required as well as the offspring showing a certain range of ``fitness'' to secure the variability of the process.

With these considerations in mind a genetic algorithm can be defined as the implementation of the evolutionary principle in a computational context. A simplified flowchart is shown in Fig. 1. This basic version gradually improves via successive iteration, but does not maximise in a strictly mathematical point of view. Most on genetic algorithms based codes comprise further strategies to face this problem.

The genetic algorithm-based optimisation routine called PIKAIA (Charbonneau 1995) is written in a very user-friendly way. Thus, it is primarily used as a learning tool rather than a science tool. Still, this ``easy-to-use'' policy makes it a very attractive choice for optimisation problems of relatively low complexity. Nevertheless, one always has to keep in mind that the performance efficiency is often sacrificed to the clarity of this code.

PIKAIA maximises a problem over a fixed population and a given number generations. This means that PIKAIA does not strive to optimise a population until a certain criterion is fulfilled, but rather until a given number of generations is reached.

The code is written in FORTRAN and sticks to the conventions of ANSI-FORTRAN 77. Although PIKAIA is also available in JAVA or as a parallelised version, the decision to use its original FORTRAN version is quite obvious since DUSTY is also written in the same language and thus a certain kind of code persistency is preserved.

GAs are used to solve manifold problems. In astronomy itself GAs are a common tool for optimisation.Hetem & Gregorio-Hetem (2007) make use of a GA in order to improve already existing models of protoplanetary disks. In his work on the transition region from the chromosphere to the corona of the sun Peter (2001) used PIKAIA to optimise his Gaussian fits of various lines. Noyes et al. (1997) used the code for optimisation of the derived orbital parameters in their work on a possible planet orbiting $\rho$ CrB. In a much larger context genetic algorithms are also used for example to model the interaction of galaxies (Theis & Kohle 2001; Theis 1998). Metcalfe et al. (2000) as well as Mokiem et al. (2005) used the optimisation code PIKAIA as an improvement and automatisation of the fitting routines of the respective studied objects. This is in the case of the former, the observed pulsation frequency of the white dwarf GD 358 and in the case of the latter the combination of the non-LTE stellar atmosphere code FASTWIND (Puls et al. 2005) with PIKAIA for the spectral analysis of early-type stars. Finally, Cantó et al. (2009) used an, as they call it, asexual genetic algorithm for optimization and model fitting of various problems. In their approach they apply an asexual reproduction scheme, which means the offspring are only produced by one parent - not unlike bacteria - and not by two parents as used in a traditional GA. As possible applications for this method a typical optimization problem as well as the fitting of the spectral energy distribution for a young stellar objects is presented.

Table 1:   Dust species used for fitting the ISO spectra with DUSTY.

2.4 PIKAIA & DUSTY - a convenience marriage

As already mentioned in Sect. 2.1 fitting of dust spectra of AGB stars without the help of a suitable routine can be challenging and may lead to ambiguous results. In our approach, the DUSTY code was connected with the genetic optimisation algorithm PIKAIA which allowed to produce spectra, that are less dependent on the individual experience of the respective scientist (see Dijkstra 2007). Being based on the evolutionary natural selection process, PIKAIA tries to maximize the function $g(\lambda)=[F(\lambda)-F_{\rm m}(\lambda)]^{-2}$, where $F(\lambda)$ is the observed spectrum and $F_{\rm m}(\lambda)$ represents one model spectrum calculated with DUSTY.

In order to optimize $g(\lambda)$, PIKAIA creates an initial population of trial solutions for the DUSTY models $F_{\rm m}(\lambda)$ by using random values for the input parameters. Starting from there, pairs of trial solutions are selected which are then used to bred two new solutions, i.e. the offspring. This way a new population with the same number of trial solutions is created, and then, the breeding process starts again until the final generation is reached.

As input parameters, for DUSTY the following have to be chosen before the calculation is started and will not be changed by PIKAIA. DUSTY's wavelength grid has been kept down to only 105 grid points in order to keep the runtime for each model as small as possible considering the big overall number of models to be calculated.

\begin{figure}
\par\includegraphics[width=9cm,clip]{13968fig2.eps}\vspace*{2mm}
\end{figure} Figure 2:

Dust absorption data of the dust species used for fitting the ISO spectra with DUSTY.

Open with DEXTER

For the grain size distribution MRN as well as for the ratio between the outer shell radius $R_{\rm out}$ and the inner shell radius $R_{\rm in}$, the default settings have been kept. This grain size distribution, following Mathis et al. (1977) is given by a power law of the following form

\begin{displaymath}n(a)\propto a^{-q} \quad {\rm for } \quad a_{\rm min} \leq a \leq a_{\rm max}
\end{displaymath} (1)

with n(a) being the number density of the dust grains with a radius a, and with the default parameters q = 3.5, $a_{\rm min} = 0.005~\mu$m and $a_{\rm max} = 0.25~\mu$m. For $R_{\rm out}/R_{\rm in}$ a value of 1000 was chosen, since any ratio above 100 has only a very small influence on the shape of the MIR spectrum.

The effective stellar photospheric temperature T* has also to be chosen beforehand. DUSTY then approximates the photospheric spectrum by a single black body. For this first stage of modelling, it was also decided that the dust temperature $T_{\rm dust}$ and the optical depth $\tau$ are kept throughout the calculation process. Both values have a big influence on the spectral shape and thus should be known to a certain extent already beforehand.

Finally the pool of dust species used by DUSTY is also fixed during the whole run. Throughout this paper the dust species will be referred to as f1 to f8. The key to this numbering scheme can be found in Table 1 as well as a graphical representation of the optical constants in Fig. 2 where the main features in the studied wavelength range can be seen. Their respective abundances are subject of PIKAIA's optimisation routine. In order to avoid completely unrealistic combinations of abundances, the values have always been set to a range that seemed most likely for the respective object.

For PIKAIA two of the most important input values are the generation and population number. If these values are too small the genetic algorithm cannot act as intended, which means, values sufficiently high for the treated problem must be chosen. For our experiments we used as pop/gen values either 90/100 or 100/200, depending on the complexity of the observed spectrum.

PIKAIA qualifies each fit using a user supplied fitness function. Here we used the straight forward $\chi{}^2$ assuming that

\begin{displaymath}{\rm fitness}=\frac{1}{\chi{}^2}\cdot
\end{displaymath} (2)

For each model the respective $\chi{}^2$ has to be calculated and then used to generate the fitness value which is used for the internal ranking of each model. At the end of the evolutional process, PIKAIA provides the respective parameter values together with the fitness value as an output for the user. This allows us to compare different fits in a quantitative way.

\begin{figure}
\par\includegraphics[width=18cm,clip]{13968fig3.eps}
\end{figure} Figure 3:

On the left panel the result of fit number 7 to the artificial spectrum can be seen. This is the best fit which could be achieved with the highest number of free parameters. The values for the artificial input spectrum are shown in comparison with the results of the fit. Check also Table 2 for the results of the other test runs and the associated fitness values. On the right panel the distribution of the parameters for each generation is shown. It can be clearly seen, that the more advanced we are in the evolutional process the more certain values start to dominate each population and finally converge to a final result. Of course no population consists only of 100% perfect individuals. This also explains the occasional outliers even further in the process.

Open with DEXTER

Table 2:   Performance test results.

3 Performance test

In order to investigate the performance and the overall functionality of the two combined programs a simple test setup has been designed. For this task an artificial spectrum has been created with DUSTY. Following the plan to keep the fake input spectrum as simple as possible, the stellar parameters have been chosen to represent a more or less average mira star with a silicate only dust composition.

This artificial spectrum has then been fed into PIKAIA as the ``observed'' spectrum. For this performance test two combinations of generation and population numbers have been used. Furthermore, for each of the test runs some of the parameters have been kept with a fixed value while others where allowed to be chosen freely. The value used to qualify the fits is the already introduced ``fitness''. As can be seen in Table 2, it does not only depend on the number of free parameters but also on which of the parameters have been left free. For calculations with a very low number of population members and generations, our procedure obviously has the least difficulties when all parameters except the dust composition are given in advance. Still it has to be pointed out that even for the low gen/pop combination the best result has been achieved with all parameters left free. This shows that the genetic algorithm operates most efficiently when given a sufficient amount of freedom concerning the parameters. Nevertheless, when comparing the fitness values of fits 5 and 7, it is also shown very clearly that in the case of no fixed parameters, a low number of populations and generations - such as in the case of fit 5 - is not sufficient anymore to retrieve a reasonable result.

The generation and population numbers may appear to be very low considering that one would expect both values to be higher to receive acceptable results from the algorithm. This is indeed true, when the code is applied to real observed spectra. Still for a simple test setup like the one used here, the numbers are sufficient enough since usually the best fit is achieved after 10 to 15 generations. This is demonstrated on the right panel of Fig. 3, where the development over time (i.e. generations) of each of the free parameters is shown for fit 7 (see Table 2). The run time for the best model was about 4 h in total on a PC.

The left side of this figure shows the artificial input spectrum with the best PIKAIA fit after 20 generations using a starting population of 30 trial solutions. In this test run, 4 parameters were determined by PIKAIA which are the dust temperature on the inner boundary $T_{\rm dust}$, the abundances of 2 dust species f2 and f3 and the optical depth $\tau$.

This test showed, on the one hand, that the program works as expected and on the other hand gave a first idea about how the different parameters interact with each other. Nevertheless, it has to be noted that the test was neither realistic concerning the complexity of typical observed spectra nor the number of generations and population members. A more realistic approach will be presented in Sect. 4.

Another point that needs to be mentioned is the CPU time needed for the calculations, which amounted to about two hours for the full procedure. The method presented in this paper might therefore not be able to compete with an experienced scientist doing a handfit. Still it offers some advantages compared to the ``intuitive'' method, apart from not getting your hands dirty but letting the computer do your work. With the fitness value it offers a parameter which allows to compare your results in a quantitative way. Furthermore the process is much less biased than a fit done by hand and as such, again, much better to be used for general comparison.

4 Application to ISO spectra of AGB stars

In order to test our routine with more realistic data, models for selected AGB stars, observed by the Infrared Space Observatory (ISO) (Kessler et al. 1996), were calculated. The stars were chosen by following criteria: To start with, they had to be simple in a sense that their spectral appearance and thus mainly their dust composition is an easy (not more than three species) and more or less known and confirmed one. Nevertheless, the chosen stars should represent a wide parameter range. Finally, another criterion was that there had already been some DUSTY model calculations done for that object, in order to compare our results with previous ones and thus to put the algorithm to another test.

Table 3:   Basic properties of ISO test stars.

All the data on the selected objects (see Table 3) have been taken from the ISO archive and have been processed with ISO's automatic data-analysis pipeline called Off-Line Processing, v10.1. For further reduction and processing the ISO Spectroscopic Analysis Package (ISAP) was used (Sturm et al. 1998). Since the major interest was on the overall shape and not on special features of the observed spectra, they have been rebinned to a resolution of R=200 in order not to waste processing time by an unnecessarily high number of data points.[*] Before getting into detail with each single star, a remark has to be made concerning the 30 $\mu$m feature visible in all the spectra. This feature has not been taken into account in any of the calculations since it is very likely to be an instrumental artefact rather than a real feature. Although Sloan et al. (2003) suggest that it might not be completely artificial, there is still no consensus on that matter.

For fits done by hand this feature does not present any problem since it can be easily ignored during the fitting procedure by the scientist. On the contrary, PIKAIA treats every data point equally so fits were only done until 26 $\mu$m and thus the wavelengths above are not shown in the presented plots since they are not used in the analysis.

The dust composition of the individual stars has been taken from the literature. In the case of S Pav and CE And Heras & Hony (2005) served as a source for the starting values of the calculations. For TY Dra, o Cet and Z Cyg the values were taken from Posch (2005). Finally, for SV Peg both sources have been used to determine the starting values. Although the compositions used presented a good starting point, they had to be slightly adapted in the run, especially those of Heras & Hony (2005). This is most probably due to the fact that for these tests only a simple black body was used as a DUSTY input while for them a composed spectrum of a black body, the observed photospheric ISO-SWS spectrum and a Rayleigh-Jeans extrapolation served as input.

The results for each star are discussed in the following sections. Furthermore Table 4 gives an overview of all input and output values of the fits shown in Fig. 4 plus the assumed starting values used for the genetic algorithm. The first entry for each star gives the parameters for the fit done by Posch (2005). Thus there are no values for the population and generation entered. The second entry gives the start parameters for the PIKAIA runs. This is implicated by the values 0 for the generation and population and the missing fitness value. Finally the best result for each star is shown. CE And and S Pav do not have fits done by Posch (2005) available. For SV Peg the results of 2 additional fits done with PIKAIA are given. Figure 5 shows those results in comparison to the other fits.

Table 4:   Summary of the input values and results of the fits shown in Fig. 4.

4.1 CE And

The MIR spectrum of CE And is dominated by a classical amorphous silicate emission (Heras & Hony 2005; Fabian et al. 2001). As a starting point for the dust composition amorphous melilite, amorphous olivine and crystalline magnesiowustite, respectively f4, f5 and f6, were chosen. During the first manual tests it appeared that there might exist another species contributing to the spectrum. In order to test this hypothesis crystalline spinel (f8) was used as an additional species. It indeed turned out that the results where better with this additional component. Concerning the population number, a starting population of 90 individuals seemed to be sufficient for the given problem as for the number of generations 120 seemed to serve the purpose. The final results are shown hereafter in Table 4.

4.2 o Ceti

The reason for picking o Ceti is obvious. As the Mira star per se, its dust composition is very well known and it has been topic of a number of publications of which some presented synthetic fits (e.g. Heras & Hony 2005). Mira's mineralogy exhibits mostly silicate dust, which makes it a perfect target for the further evaluation of the code.

As starting parameters for the calculation, we assumed the same dust composition as Posch (2005). After some iterations and efforts to adapt the parameters, it turned out that another dust composition including aluminum oxide produces a better fit. The best PIKAIA results were achieved with 100 generations and a population of 90. Results are shown in Table 4 and also in Fig. 4.

4.3 Z Cyg

Z Cyg is a very well known Mira variable with a solely silicate dust composition. The dust properties of Z Cyg have already been extensively discussed by Onaka et al. (2002) focusing on the effects of time variations of SWS spectra. The SWS spectrum at variability phase $\phi=0.97$ (i.e. TDT37400126) used here is the same as Onaka et al. (2002) used to derive the dust emissivity of Z Cyg. The mass loss rate, obtained from their best fit, of $7\times 10^{-8}$ ( $r_*/3\times 10^{13}$ cm) seems to be in rather good agreement with the one ( $4\times 10^{-8}$ $M_{\odot}$/yr) obtained by Young (1995).

Figure 4 shows a typical fit done by hand (dashed line) taken from (Posch 2005) and the best PIKAIA fit (solid line) that could be accomplished so far. This fit exhibits an exclusively silicate containing dust composition. Although this fit covers the main silicate feature around 20 $\mu$m quite well, there seem to be some problems connected with the 9.7 $\mu$m feature. In comparison to the hand fit, the PIKAIA fit is covering this feature much better. A combination of amorphous pyroxene, f3, amorphous melilite, f4 and amorphous olivine, f5 proved to produce the fittest results. Still this results are not completely satisfying yet. Again, results are given in Table 4.

4.4 TY Dra

TY Dra proved to be more complicated than first expected. Although its spectrum is supposed to be entirely dominated by amorphous silicate dust (MgFeSiO4; see Posch 2005), this solution did not turn out to be the fittest for the given starting values. In Fig. 4 the hand fit based on the assumption mentioned is shown. It can be clearly seen that, even though the 10 $\mu$m peak seems to fit quite well, and with some adjustments of the input parameters might fit even better, the peak around 19 $\mu$m is not well represented at all. On the other hand, the PIKAIA fit seems to be a better option, although not perfect, for this case. Here we assumed a dust composition consisting of amorphous pyroxene, amorphous aluminum oxide and amorphous olivine (respectively f2, f1 and f5).

4.5 S Pav

S Pav is a fairly complex star in terms of dust composition (see e.g. Fabian et al. 2001). As stated in Heras & Hony (2005), the given starting composition of amorphous aluminium oxide, amorphous melilite, magnesiowustite and crystalline spinel (respectively f1,f4,f6 and f8) PIKAIA was able to produce a fairly reasonable fit for the given parameter range presenting only minor changes in the amount of amorphous aluminium oxide, amorphous melilite and magnesiowustite. Still, setting the generation number to 200 in order to obtain the best fit possible, went at the cost of run time.

\begin{figure}
\par\includegraphics[width=17.5cm,clip]{13968fig4.eps}
\end{figure} Figure 4:

This figure shows all the results of the PIKAIA fits in comparison to the fits done by Posch (2005), if available, for our test stars. The grey shaded solid line indicates the observed ISO spectrum of each star. The results of the Posch-fit are shown as dashed black line and finally the solid black line represents the best PIKAIA fit we could achieve so far. For detailed information about each star check the respective section and also Table 4 for the parameter values.

Open with DEXTER

4.6 SV Peg

Just like S Pav, SV Peg shows a complex mineralogy. Although still dominated by silicates, its spectrum also exhibits quite strong features of amorphous aluminium oxide, crystalline magnesiowustite and crystalline spinel according to Posch (2005). This complex dust composition made the fitting process for our routine very complicated.

SV Peg turned out to be a surprise in terms of fitting. Looking like too complex to be fitted by this DUSTY-PIKAIA routine in the beginning, the results were fairly good in the end, but at the costs of having to set very strict constraints to the input dust composition.

Figure 5 tries to give an impression about the evolution of fits and the difficulties that appear when choosing the input parameters. The two fits displayed in grey (further referred to as fit A and fit B) show how the increase of the generation number leads to an improvement of the fit. Nevertheless, it turned out that in the case of these two fits, the chosen dust parameters were not the most suitable ones, since a restriction in the parameter space and the raise of the generation number did not have such a strong effect on the results as expected.

Fit A was done with a dust composition of amorphous aluminum oxide,amorphous silicate, crystalline magnesiowustite and crystalline spinel (respectively f1,f2,f6 and f8) suggested by Posch (2005). This worked very well for the manual fit. Unfortunately it turned out that a too high number of free parameters combined with too large range of values for the respective parameters did not perform very well. This was mainly due to the chosen number of only 90 generations (and also population members). For a problem of this complexity more time is needed to find a solution, thus more generations are needed. As a consequence the number of generations for fit B was increased to 120. It can be seen clearly in Fig. 5, that the fit slowly improves and approaches the real spectrum. Nevertheless only raising the number of generations did not have such a strong effect as desired. Furthermore, the increment lead to an immensely extended run time of almost 2 days.

Since we were not able to achieve considerably better results even with higher generation numbers, a slightly altered dust composition, consisting of marphous aluminium oxide, am. melilite, olivine, crystalline magnesiowustite and crystalline spinel (respectively f1,f4,f5,f6 and f8) in accordance to Heras & Hony (2005), was used. This time only the amount of dust was set to be a free parameter. All other variables were fixed. Furthermore the number of generations was increased to 200 to provide PIKAIA with enough time to arrive the best fit possible. This result can be also seen in Fig. 5 as well as in Table 4.

\begin{figure}
\par\includegraphics[width=9cm,clip]{13968fig5.eps}
\end{figure} Figure 5:

This figure shows a fit of the spectrum of SV Peg done by Posch (black, dashed dotted line) in comparison to 3 PIKAIA fits. The best of those fits (black line) shows already a quite good approximation of the given observed spectrum, while the other fits (small and big dotted grey) display a kind of evolution during the fitting process. It can be seen that with an increasing number of generations the fit approaches the observed spectrum. Still even with a higher number of generations the results were not satisfying, so we decided to change the dust settings of the model. This led us to the best fit, which can be also seen in Fig. 4.

Open with DEXTER

5 Conclusions and outlook

AGB stars are known to exhibit strong dust features in the IR range of their spectra. The carriers of those features have to be identified in order to study the dust composition of these shells and hence the mass loss process of AGB stars.

The goal of this work was to study an automatised routine to fit this IR part of the spectrum of an AGB star and to explore the possibilities and more important the boundaries for a routine like this. Therefor we have focused in this work only on the improvement of fits which have already been carried out on the respective objects. This goal was definitely reached. We could show that it is indeed possible to improve fits done by various researchers using a genetic algorithm for fine tuning of the parameters. We could also show that in cases of Z Cyg, SV Peg and TY Dra a more elaborate or even slightly different dust composition leads to better results than with the composition taken from Posch (2005), which was used as a starting point for our calculation. For CE And, o Cet, S Pav and SV Peg our results showed only minor difference from the dust compositions taken from Heras & Hony (2005), which we used as starting parameters for our models for these objects.

Furthermore this routine also provides a quantitative method, namely the fitness value supplied by the genetic algorithm, for comparison of the model spectra. This is connected with the need of independence from an all hands on method done by a scientist, which is, even when carefully trying to avoid it, always biased by the individual experience on the respective field of research. This method can be seen as a little step away form this type of fitting process to a more automatised and independent fitting process.

Nevertheless there are a few things which need to be kept in mind while using PIKAIA and DUSTY in order to fit a spectrum. First, the starting parameters for the fits of all stars mentioned in this paper were taken from the literature. However, one will not always work on objects that have already been the subject of investigations beforehand. This leaves us with the question of how to determine the basic stellar parameters for each object needed as input for our automatic fitting method. For a star's temperature the most likely approach is carrying out JHK-photometry in order to retrieve these values. Another logical approach would be using only similar object of a certain group, which then should also offer some hints for the approximate values.

The dust temperature is also a value which might not be found in the literature. In order to estimate the temperature a simple black body fit (e.g. Kerschbaum 1993) of the respective wavelength region should offer a sufficient starting value for our calculations.

Still, the by far most difficult part in choosing the starting values for a model is the selection of suitable dust species and their respective amount. So far the only reliable method is an experienced scientist. Although this step could be executed by a program doing a comparison of local maxima in the dust spectra with the star's spectrum, an accordance in the peaks unfortunately does not necessarily mean that a single species or a certain combination applies to the star. For now human intervention in this step seems to be unavoidable and a performance efficient black box fitting procedure out of reach.

This leads also directly to the problem of the run time of our routine. Metcalfe et al. (2000) as well as Puls et al. (2005) used the parallelized version of PIKAIA to run their simulations. In this paper we used only a serial version of PIKAIA in order to study the overall behaviour of the routine in combination with DUSTY in a setting as simple as possible. Thus a full optimisation procedure took on an average work station up to a day at most.

The most time during the fitting procedure is consumed by DUSTY and not by PIKAIA itself. Thus, our attempts to speed up the routine focused on DUSTY. We reduced the wavelength grid as much as possible, skipped unnecessary command line outputs and used the basic black bodies, inbuilt in DUSTY, as a background spectrum instead of a more elaborated one. Another problem which increases the runtime, is that DUSTY models with a good fitness, that continue to the next generation are not stored anywhere, but are calculated again. All those points together will likely lead to an extension of the runtime by up to a factor of two. In the current version of our code we did take these points into account as we were aiming at testing the general fitting possibilities of this approach first. Solutions to most of these points are straightforward and their implementation is foreseen for a forthcoming version of our code currently under development. The results shown in this paper are very promising, thus we expect that our method, keeping in mind its limitations, will finally provide a valuable tool for fitting dust spectra of AGB stars.

Acknowledgements
A.B. received a DOC-fFORTE grant from the Austrian Academy of Sciences. This work was supported by the Fonds zur Förderung der Wissenschaftlichen Forschung (FWF) under project number P18939-N16. T.L. acknowledges funding by the FWF under project number P20046-N16. Furthermore we would like to thank T. Posch for providing his fits to the ISO spectra and W. Nowotny for careful reading and helpful feedback.

References

  1. Begemann, B., Dorschner, J., Henning, T., et al. 1997, ApJ, 476, 199 [NASA ADS] [CrossRef] [Google Scholar]
  2. Cantó, J., Curiel, S., & Martínez-Gómez, E. 2009, A&A, 501, 1259 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  3. Charbonneau, P. 1995, ApJS, 101, 309 [NASA ADS] [CrossRef] [Google Scholar]
  4. Dijkstra, C. 2007, in Why Galaxies Care About AGB Stars: Their Importance as Actors and Probes, ed. F. Kerschbaum, C. Charbonnel, & R. F. Wing, ASP Conf. Ser., 378, 287 [Google Scholar]
  5. Dorschner, J., Begemann, B., Henning, T., Jaeger, C., & Mutschke, H. 1995, A&A, 300, 503 [NASA ADS] [Google Scholar]
  6. Fabian, D., Posch, T., Mutschke, H., Kerschbaum, F., & Dorschner, J. 2001, A&A, 373, 1125 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  7. Groenewegen, M. A. T., Baas, F., Blommaert, J. A. D. L., et al. 1999, A&AS, 140, 197 [Google Scholar]
  8. Habing, H. , & Olofsson, H. 2004, Asymptotic Giant Branch Stars (Springer) [Google Scholar]
  9. Hanner, M. S. 1988, NASA Conf. Pub., 3004, 22 [Google Scholar]
  10. Henning, T., & Mutschke, H. 1997, A&A, 327, 743 [NASA ADS] [Google Scholar]
  11. Henning, T., Begemann, B., Mutschke, H., & Dorschner, J. 1995, A&AS, 112, 143 [NASA ADS] [Google Scholar]
  12. Heras, A. M., & Hony, S. 2005, A&A, 439, 171 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  13. Hetem, A., & Gregorio-Hetem, J. 2007, MNRAS, 382, 1707 [NASA ADS] [Google Scholar]
  14. Hony, S., & Bouwman, J. 2004, A&A, 413, 981 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  15. Ivezic, Z., & Elitzur, M. 1997, MNRAS, 287, 799 [NASA ADS] [CrossRef] [Google Scholar]
  16. Jäger, C., Dorschner, J., Mutschke, H., Posch, T., & Henning, T. 2003, A&A, 408, 193 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  17. Jäger, C., Mutschke, H., Begemann, B., Dorschner, J., & Henning, T. 1994, A&A, 292, 641 [NASA ADS] [Google Scholar]
  18. Kerschbaum, F. 1993, Ph.D. Thesis, University of Vienna, Austria [Google Scholar]
  19. Kessler, M. F., Steinz, J. A., Anderegg, M. E., et al. 1996, A&A, 315, L27 [NASA ADS] [Google Scholar]
  20. Loup, C., Forveille, T., Omont, A., & Paul, J. F. 1993, A&AS, 99, 291 [NASA ADS] [Google Scholar]
  21. Mathis, J. S., Rumpl, W., & Nordsieck, K. H. 1977, ApJ, 217, 425 [NASA ADS] [CrossRef] [Google Scholar]
  22. Metcalfe, T. S., Nather, R. E., & Winget, D. E. 2000, ApJ, 545, 974 [NASA ADS] [CrossRef] [Google Scholar]
  23. Mokiem, M. R., de Koter, A., Puls, J., et al. 2005, A&A, 441, 711 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  24. Mutschke, H., Begemann, B., Dorschner, J., et al. 1998, A&A, 333, 188 [NASA ADS] [Google Scholar]
  25. Noyes, R. W., Jha, S., Korzennik, S. G., et al. 1997, ApJ, 483, L111 [NASA ADS] [CrossRef] [Google Scholar]
  26. Olofsson, H., González Delgado, D., Kerschbaum, F., & Schöier, F. L. 2002, A&A, 391, 1053 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  27. Onaka, T., de Jong, T., & Yamamura, I. 2002, A&A, 388, 573 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  28. Ossenkopf, V., Henning, T., & Mathis, J. S. 1992, A&A, 261, 567 [NASA ADS] [Google Scholar]
  29. Peter, H. 2001, A&A, 374, 1108 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  30. Posch, T. 2005, Astromineralogy of Circumstellar Oxide Dust, ed. T. Posch [Google Scholar]
  31. Posch, T., Baier, A., Mutschke, H., & Henning, T. 2007, ApJ, 668, 993 [NASA ADS] [CrossRef] [Google Scholar]
  32. Posch, T., Kerschbaum, F., Mutschke, H., et al. 1999, A&A, 352, 609 [NASA ADS] [Google Scholar]
  33. Puls, J., Urbaneja, M. A., Venero, R., et al. 2005, A&A, 435, 669 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  34. Sloan, G. C., Kraemer, K. E., Goebel, J. H., & Price, S. D. 2003, ApJ, 594, 483 [NASA ADS] [CrossRef] [Google Scholar]
  35. Sturm, E., Bauer, O. H., Brauer, J., et al. 1998, in Astronomical Data Analysis Software and Systems VII, ed. R. Albrecht, R. N. Hook, & H. A. Bushouse, ASP Conf. Ser., 145, 161 [Google Scholar]
  36. Theis, C. 1998, in Evolution of Galaxies: Dynamics of Galaxies and Galactic Nuclei, 223 [Google Scholar]
  37. Theis, C., & Kohle, S. 2001, A&A, 370, 365 [NASA ADS] [CrossRef] [EDP Sciences] [Google Scholar]
  38. Young, K. 1995, ApJ, 445, 872 [NASA ADS] [CrossRef] [Google Scholar]

Footnotes

... points.[*]
The dust species examined in this paper all exhibit only such dust features which are broad enough to be resolved at R = 200. Thus no essential dust features are missed at this resolution.

All Tables

Table 1:   Dust species used for fitting the ISO spectra with DUSTY.

Table 2:   Performance test results.

Table 3:   Basic properties of ISO test stars.

Table 4:   Summary of the input values and results of the fits shown in Fig. 4.

All Figures

  \begin{figure}
\par\includegraphics[width=5cm,clip]{13968fig1.eps}
\end{figure} Figure 1:

Basic concept of a genetic algorithm.

Open with DEXTER
In the text

  \begin{figure}
\par\includegraphics[width=9cm,clip]{13968fig2.eps}\vspace*{2mm}
\end{figure} Figure 2:

Dust absorption data of the dust species used for fitting the ISO spectra with DUSTY.

Open with DEXTER
In the text

  \begin{figure}
\par\includegraphics[width=18cm,clip]{13968fig3.eps}
\end{figure} Figure 3:

On the left panel the result of fit number 7 to the artificial spectrum can be seen. This is the best fit which could be achieved with the highest number of free parameters. The values for the artificial input spectrum are shown in comparison with the results of the fit. Check also Table 2 for the results of the other test runs and the associated fitness values. On the right panel the distribution of the parameters for each generation is shown. It can be clearly seen, that the more advanced we are in the evolutional process the more certain values start to dominate each population and finally converge to a final result. Of course no population consists only of 100% perfect individuals. This also explains the occasional outliers even further in the process.

Open with DEXTER
In the text

  \begin{figure}
\par\includegraphics[width=17.5cm,clip]{13968fig4.eps}
\end{figure} Figure 4:

This figure shows all the results of the PIKAIA fits in comparison to the fits done by Posch (2005), if available, for our test stars. The grey shaded solid line indicates the observed ISO spectrum of each star. The results of the Posch-fit are shown as dashed black line and finally the solid black line represents the best PIKAIA fit we could achieve so far. For detailed information about each star check the respective section and also Table 4 for the parameter values.

Open with DEXTER
In the text

  \begin{figure}
\par\includegraphics[width=9cm,clip]{13968fig5.eps}
\end{figure} Figure 5:

This figure shows a fit of the spectrum of SV Peg done by Posch (black, dashed dotted line) in comparison to 3 PIKAIA fits. The best of those fits (black line) shows already a quite good approximation of the given observed spectrum, while the other fits (small and big dotted grey) display a kind of evolution during the fitting process. It can be seen that with an increasing number of generations the fit approaches the observed spectrum. Still even with a higher number of generations the results were not satisfying, so we decided to change the dust settings of the model. This led us to the best fit, which can be also seen in Fig. 4.

Open with DEXTER
In the text


Copyright ESO 2010

Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.

Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.

Initial download of the metrics may take a while.