Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance meta-data #23

Open
wrexroad opened this issue Apr 24, 2013 · 7 comments
Open

Enhance meta-data #23

wrexroad opened this issue Apr 24, 2013 · 7 comments

Comments

@wrexroad
Copy link
Collaborator

No description provided.

@wrexroad
Copy link
Collaborator Author

wrexroad commented Jun 4, 2013

An email from Bob McGuire at GSFC. Some of the changes have been made, but not all.

Warren:

Let me take one CDF as an example and illustrate the kind of changes I'd suggest making (if you have agree/have time).

At random (more or less), I picked the series of CDFs including bar118_1A_2_l2_fspc_20130208_v01.cdf.

Dumping the global metadata in our .skt file format gives

"File_naming_convention"
1: CDF_CHAR { "source_datatype_descriptor" } .

"Data_type" 1: CDF_CHAR { "Fast_X-Ray_Spectra" } .

"Logical_source_description"
1: CDF_CHAR { "Four Channel Spectrum" } .

"Mission_group" 1: CDF_CHAR { "RBSP" } .

"PI_affiliation" 1: CDF_CHAR { "Dartmouth College" } .

"Source_name" 1: CDF_CHAR { "Payload_ID" } .

"Project" 1: CDF_CHAR { "LWS>Living With a " -
"Star>BARREL" } .

"PI_name" 1: CDF_CHAR { "Robyn Millan" } .

"Data_version" 1: CDF_CHAR { "1" } .

"TEXT" 1: CDF_CHAR { "Four channels of fast " -
"spectral data are returned" -
" at 20Hz." } .

"Instrument_type" 1: CDF_CHAR { "Gamma and X-Rays" } .

"Descriptor" 1: CDF_CHAR { "Scintillator" } .

"Discipline" 1: CDF_CHAR { "Space " -
"Physics>Magnetospheric " -
"Science" } .

"Acknowledgement" .

"LINK_TITLE" .

"Generated_by" 1: CDF_CHAR { "barrel.ssl.berkeley.edu" } .

"Rules_of_use" .

"Generation_date" 1: CDF_CHAR { "yymmdd" } .

"HTTP_LINK" .

"LINK_TEXT" .

"MODS" .

"Time_resolution" 1: CDF_CHAR { "20Hz" } .

"ADID_ref" .

"Logical_source" 1: CDF_CHAR { "payload_id_fast_x-ray_spec" -
"tra_scintillator" } .

"Logical_file_id" 1: CDF_CHAR { "payload_id_fast_x-ray_spec" -
"tra_scintillator_00000000_" -
"v01" } .

A revised set of values might instead be

"File_naming_convention"
1: CDF_CHAR { "source_datatype_descriptor" } .

"Data_type" 1: CDF_CHAR { "l2>Level-2" } .

"Logical_source_description"
1: CDF_CHAR { "X-ray spectra, 20Hz in 4 channels, measured by a scintillator" } .

"Mission_group" 1: CDF_CHAR { "BARREL" } .

"PI_affiliation" 1: CDF_CHAR { "Dartmouth College" } .

"Source_name" 1: CDF_CHAR { "bar118_1a_2" } .

"Project" 1: CDF_CHAR { "LWS>Living With a " -
"Star>BARREL" } .

"PI_name" 1: CDF_CHAR { "Robyn Millan" } .

"Data_version" 1: CDF_CHAR { "1" } .

"TEXT" 1: CDF_CHAR { "Four channels of fast " -
"spectral data are returned" -
" at 20Hz." } .

"Instrument_type" 1: CDF_CHAR { "Gamma and X-Rays" } .

"Descriptor" 1: CDF_CHAR { "fspc>Fast x-ray SPeCtra" } .

"Discipline" 1: CDF_CHAR { "Space " -
"Physics>Magnetospheric " -
"Science" } .

"Acknowledgement" .

"Generated_by" 1: CDF_CHAR { "barrel.ssl.berkeley.edu" } .

"Rules_of_use" .

"Generation_date" 1: CDF_CHAR { " VALUE SHOULD BE FILLED IN" } .

"LINK_TITLE" 1: CDF_CHAR { "BARREL" } .

"HTTP_LINK" 1: CDF_CHAR { "http://barrel.ssl.berkeley.edu" } .

"LINK_TEXT" 1: CDF_CHAR { "home page with descriptions and additional data/plots" } .

"MODS" .

"Time_resolution" 1: CDF_CHAR { "20Hz" } .

"ADID_ref" .

"Logical_source" 1: CDF_CHAR { "bar118_1a_2_l2_fspc" } .

"Logical_file_id" 1: CDF_CHAR { "bar118_1a_2_l2_fspc_20130208_" -
"v01" } .

In addition, the CATDESC values (and possibly the LABLAXIS) values for LC1 etc. aren't very informative. What energy ranges are involved for each light curve channel, can you give any clue as to where the instrument is looking (solar x-rays, ionospheric/auroral x-rays, all-hemisphere integration) etc.? I know there will be documentation to go with these data, but it's good to describe the data to some level of usability in the data files.

Similar changes and comments probably apply to all the CDFs.

@wrexroad
Copy link
Collaborator Author

Problem with min/max values in housekeeping file.

@wrexroad
Copy link
Collaborator Author

Fix the following CATDESC fields:
Q: "32bit flag used to indicate data quality."
MSPC: "MSPC"
SSPC: "SSPC"

@wrexroad
Copy link
Collaborator Author

"Payload_ID"

@wrexroad
Copy link
Collaborator Author

Logical Source Name "payload_id_l2_scintillator "
Logical Source Descriptor "scintillator "

@wrexroad
Copy link
Collaborator Author

Change formats to FORTRAN style.

@wrexroad
Copy link
Collaborator Author

Mag data: Specify balloon coordinates in CATDESC, (change B_X/Y/Z)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant