VOSA. Help and Documentation

Version 7.5, July 2022

1. Introduction
2. Input files
2.1. Upload files
2.2. VOSA file format
2.3. Single object
2.4. Manage files
2.5. Archiving
2.6. Filters
3. Objects
3.1. Coordinates
3.2. Distances
3.3. Extinction
4. Build SEDs
4.1. VO photometry
4.2. SED
4.3. Excess
5. Analysis
5.1. Model Fit
5.2. Bayes analysis
5.3. Template Fit
5.4. Templates Bayes
5.5. Binary Fit
5.6. HR diagram
5.7. Upper Limits
5.8. Statistics
6. Save results
6.1. Download
6.2. SAMP
6.3. References
6.4. Log file
6.5. Plots
7. VOSA Architecture
8. Phys. Constants
9. FAQ
10. Use Case
11. Quality
11.1. Stellar libraries
11.2. VO photometry
11.3. Binary Fit Quality
12. Credits
12.1. VOSA
12.2. Th. Spectra
12.3. Templates
12.4. Isochrones
12.5. VO Photometry
12.6. Coordinates
12.7. Distances
12.8. Dereddening
12.9. Extinction
13. Helpdesk
14. About
 
Appendixes
. Excess calculation
. Total flux calculation
. VOphot quality info

Use Case: From SED fitting to Age estimation. The case of Collinder 69

Previous sectionNext section
 

Formating user data

We consider two objects labelled as LOri001 and LOri002. For each of them we need:

  • the position in the sky (RA and DEC in degrees). We will need it to be able to obtain VO photometry.
  • the distance to the object in pc. We will need it in order to estimate the Bolometric Luminosity.
  • the AV parameter defining the extinction. We will need it to deredden the photometry obtained from the VO.

Object RA(deg) DEC(deg) Distance (pc) Av
LOri00183.4465839.92736114000.36209598
LOri00284.04316710.1485834000.36209598

We also have some observed photometry for these objects, corresponding to:

  • the J,H,Ks filters of 2MASS,
  • the R and I filters of CHFT,
  • the I1,I2,I3,I4 IRAC filters.

The observed magnitudes (and errors where available) are like:

Object CFHT (R) CFHT (I) IRAC (I1) IRAC (I2) IRAC (I3) IRAC (I4)
LOri001 13.2112.52 10.228±0.00310.255±0.00410.214±0.00910.206±0.01
LOri002 13.4412.64 9.935±0.00310.042±0.0039.93±0.0099.88±0.008

With this information we can build a file in the data format required by VOSA.

  • The key point in this step is identifying the names that VOSA uses for the filters corresponding to the observed data.
  • If we go to the SVO filter profile service we can see that all the ones corresponding to the user data are available in VOSA and their labels are:
    • 2MASS/2MASS.J, 2MASS/2MASS.H, 2MASS/2MASS.Ks
    • CFHT/CFHT.R, CFHT/CFHT.I,
    • Spitzer/IRAC.I1,Spitzer/IRAC.I2,Spitzer/IRAC.I3,Spitzer/IRAC.I4
  • With this, we can build (using a text editor) a file like:

Note that we have writen a line for each photometric value that we have. In each line:

  • The first column is the name of the object.
  • The second column is the object Right Ascension (in degrees).
  • The third column is the object Right Ascension (in degrees).
  • The fourth column is the object distance (in pc).
  • The fifth column is the AV parameter.
  • All these columns (1-5) are repeated in all the lines corresponding to the same object.
  • The sixth column is the name of the filter as VOSA expects it.
  • The seventh column is the observed magnitude in that filter (it could be a density flux, but we use magnitudes for this example).
  • The eight column is the error in the observed magnitude (we write 0 if the error is unknown).

Take into account that, for a general case, only the first column (the object label) is mandatory. All the other ones can be writen as '---'.

  • If the coordinates are empty ('---'), but you use the correct object name as label, you can use the Coordinates tab later to find the objects coordinates in the VO.
  • If the distance is empty, VOSA assumes a distance of 10 pc to calculate the total luminosity.
  • If AV is empty and you use the VO phot tab to retrieve observed photometry from the VO, the obtained photometry won't be deredden (otherwise, AV is no used elsewhere).
  • If you don't upload observed values for the photometry (fluxes or magnitudes) you still can try to use the VO phot tab to retrieve observed photometry from the VO. Take into account that if you don't have enough photometric points for some object, you won't be able to make a fit for that object.
  • If you have a photometry value for some filter but you don't give an error for that filter, VOSA will assign a relative error to that point 10% larger than the bigger one for that object.

Once we have an ascii file like this, we can go to the next step: uploading the file.

 

Previous sectionNext section