CDAWebConfigClass.php 563 Bytes
<?php

/**
 * @class CDAWebConfigClass
 * @brief Class that's contain all specific configuration of the CDAWeb Remote Data Center
 * @details
 */
 
class CDAWebConfigClass
{
	// CDAWeb REST Webservices
	public static $restUrl = "https://cdaweb.gsfc.nasa.gov/WS/cdasr/1";
	// Master CDFs URL
	public static $masterUrl = "https://cdaweb.gsfc.nasa.gov/pub/software/cdawlib/0MASTERS/";
	// SPASE  CDAWeb dataset descriptionlist
	public static $spaseRegistry = "https://heliophysicsdata.gsfc.nasa.gov/queries/CDAWeb_SPASE.html"; 	
	public static $format = "CDF";
}
?>