Loop over the clusters
The following steps have to be repeated for each of the 12 selected open clusters:
- Extinction-corrected selected criteria
- Cross-correlation
- Hot star candidates selection
- Creation of observed SEDs
As an example, we will follow ste-by-step the case of NGC2420; the exact same procedure has to be followed in the case of all other open clusters
- Extinction correction: for NGC2420, E(B-V)=0.029 and thus E(U-B)=0.72*E(B-V)=0.021 (Turner et al., 1989, AJ, 98, 2399)
- Colour conversion: u-g=0.75(U-B)+0.77(B-V)+0.72 (Jordi et al., 2006) => u-g<1.02
Load SDSS-DR4.vot
and 2MASS-PSC.vot into Topcat; if the conesearch workflow failed to
produce valid VOTables, the conesearch can be run from Topcat, as well,
but around one position only.
Run the matching
1123 objects with SDSS and 2MASS datapoints
- Hot star candidates selection
We use Topcat to create a u-g column
There are 38 objects with u-g<1.02; 3 are galaxies according to the
SDSS "Type" and are discared.
Using Aladin we can
construct and RGB image from three SDSS images (here u, g and i) and
overplot the positions of the selected hot star candidates
- Build observed SEDs table
- The
first step is to convert all the magnitudes into erg/sec/cm²/A. We
will do it using Topcat. The SDSS AB magnitudes will be converted to
fluxes using the function abToJansky.
The 2MASS Vega magnitudes will be also converted to fluxes using this
same function after subtracting the AB corrections (0.933, 1.407
and 1.862 for J, H and K, respectively)
- We then convert the Jy to erg/sec/cm²/A
(We can do this in one step replacing flux_U by abToJansky(PSFMAG_U))
The
conversion has to be done for each magnitude separately. We then save
the table as a VOTable (in this example we call it
NGC2420SDSS2MASS_new.vot)
- We will now use STILTS
to transpose the table (i.e. convert the columns to rows). STILTS is
the library behind Topcat and is used in command-line. We call the
transposed table NGC2420SDSS2MASS_new_transpose.vot
- Each column of the transposed table now contains magnitudes and fluxes of a one object. We load NGC2420SDSS2MASS_new_transpose.vot and create a subsample keeping only the the rows with the fluxes
- Finally, we create a new column and fill it add with the effective wavelength of each filter
- Compare models and observed SEDs
As
a last step, we will now compare model and observed SEDs in order
to confirm that the selected objects are indeed massive hot stars.
Ideally, this has to be done by SED fitting and standard chi² minimisation. Such tools are currently under construction. See, e.g., Yafit.
In a non-automated fashion, we can use Topcat or VOSpec.


The Workflow
If we wanted to schematically represent the workflow of all the steps we followed, it would look like this: