//This page displays details for a chosen nebula.
//It contains a php script to feed a grapher applet with parameters, and to
//fetch usual data (RA, Dec, Galactic Coordinates...), for the nebula chosen
//The grapher applet draws the spectra, and the table below shows properties of the nebula
?>
RA 2000.0 |
DEC 2000.0 |
Galactic Coordinates |
Distance from Sun (kpc) |
Distance from Galactic Center (kpc) |
Distance from Galactic Plane (pc) |
Distance Reference |
Saturation |
Peimbert Type |
Abundance Reference |
/*
0 id
1 nebobject
2 index1 letter part
3 index2 first number
4 index3 second number, if there is one
5 range RA
6 dec DEC
7 idegree idegree
8 bdegree bdegree
9 png galactic coordinates (two numbers)
10 imagelink Image
11 dist1 distance from the sun
12 dist2 distance from galactic center
13 dist3 distance from galactic plane
14 ref distance reference number
15 saturated saturated
16 dist3a another dist3?
17 PeimbertType Peimbert Type
19 ar abundance reference
*/
//Display the query result. The break cases are the fields we don't want to display
while($row = mysql_fetch_row($result2)) {
echo "";
foreach ($row as $field){
switch ($i){
case 0: break; //id
case 1: break; //Nebobject
case 2: break; //index1
case 3: break; //index2
case 4: break; //index3
case 7: break; //idegree
case 8: break; //bdegree
case 10: break; //Image
//case 14: break;
//case 15: break;
case 16: break;
case 18: break;
//case 19: break;
default: echo ''.$field.' | '; break;
}
$i++;
}
echo "
";
}
echo "
";
/**End of data**/
//Close database connection
include 'includes/close.php';
?>
Distance References
1) Cahn, Kaler & Stanghellini, A&AS, 94, 399, 1992
2) Maciel, A&AS, 55, 253, 1984
3) Torres-Peimbert, Peimbert & Pena, A&A, 233, 540, 1990
4) Zhang, ApJS, 98, 659, 1995
5) Harris, Proceedings of IAU Symp. 234, 415, 2006
6) Amnuel, Guseinov, Novruzova, & Rustamov, Astrophysics. & Space Sci., 107, 19, 1984
7) A. Jaskot, thesis, 2008
8) Guzman, Loinard, Gomez & Morisset, AJ, 138, 46, 2009
9) Alves, Bond & Livio, AJ, 120, 2044, 2000
10) Tajitsu & Tamura, AJ, 115, 1989, 1998
Abundance References
1)
Kwitter, Henry & Milingo, PASP, 115, 80, 2003
2)
Milingo, Henry & Kwitter, ApJS, 138, 285, 2002
3)
Henry, Kwitter & Balick, AJ, 127, 2284, 2004
4)
Kwitter & Henry, ApJ, 562, 804, 2001
5)
Kwitter & Henry, ApJ, 493, 247, 1998
6)
Henry, Kwitter & Bates, ApJ, 531, 928, 2000
7)
Henry, Kwitter & Dufour ApJ, 517, 782, 1999
8)
Milingo, Kwitter, Henry & Souza, ApJ, 711, 619, 2010
9)
Henry, Kwitter, Jaskot, Balick, Morrison, & Milingo, ApJ, 724, 748, 2010