Procedural File: parsefile.php
Source Location: /parsers/parsefile.php
Page Details:
Parser functions for the ODI database.
When a new parser is written this file is edited to add a call to the new parse function. <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
<> ___ ___ __ _ <>
<> / _ \/ __|/ _` | european space agency <>
<> | __/\__ \ (_| | <>
<> \___/\___/\__,_| agence spatiale europeenne <>
<> <>
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> The IPR of this software belongs to the European Space Agency. The usage is at the discretion of the Agency and licenses for its use should be addressed to the Contracts Dept. at ESTEC: European Space Agency ESA/ESTEC
Contracts Department
Postbus 299
2200 AG Noorwijk
The Netherlands
WEB: http://www.esa.int/
Phone: +31 71 565-6565 The software was developed under the ESA/ESTEC contract 21964/08/NL/AT by: Peter Wintoft, Swedish Institute of Space Physics and
Daniel Heynderickx, DH Consultancy Version number: 1.0 Release Date: 2 December, 2009
Tags:
parseFile [line 55]
bool parseFile(
string $rname, int $fid, string $platform, string $instrument, string $sk_file)
|
|
Parse a data file and write formatted content to load.tmp.
Tags:
Parameters
string |
$rname |
The file name of the raw data file. |
int |
$fid |
Raw data file id. |
string |
$platform |
The platform name. |
string |
$instrument |
The instrument name. |
string |
$sk_file |
The name of the CDF settings file. |
|