Difference between revisions of "Filling out the SPICE Kernel Files Class"

From The SBN Wiki
Jump to navigation Jump to search
(Update for 1.2.0.0)
(Update for 1.3.0.0 Geometry release)
Line 80: Line 80:
  
 
If you have any additional comments to make about the SPICE kernels you've referenced as a group, this is the place to do it.
 
If you have any additional comments to make about the SPICE kernels you've referenced as a group, this is the place to do it.
 +
 +
{| class="wikitable" style="background-color: yellow"
 +
|
 +
'''''Note:''' This attribute is currently repeatable, but it probably shouldn't be. Don't repeat it.
 +
|}

Revision as of 13:09, 30 March 2016

The SPICE_Kernel_Files class is used to cite the specific SPICE kernel files used in calculating the associated geometry. Since SPICE kernels are also archivable products, they will usually be referenced by their PDS logical identifier and version ID (i.e., LIDVID) by the time the associated data are archived. If referencing by LIDVID presents a problem, you should let PDS node consultant know ASAP, and use the various names and IDs that are included optionally in this class to help link early mission data to its final SPICE kernels after the fact.

<SPICE_Kernel_Identification>

REQUIRED

You are required to identify at least one SPICE kernel in your <SPICE_Kernel_Files> class. You will repeat this class for each kernel file you need to reference.

Note that if you reference a meta-kernel, you do not need to reference all the kernel files that the meta-kernel references. Make sure you include the appropriate version ID in the kernel reference, though.

Usage Note

Always use <Internal_Reference> to identify any SPICE kernel that has a LIDVID, and always use the version ID (the "VID" part) when you do.

<kernel_type>

OPTIONAL

This is the standard NAIF/SPICE abbreviation used to identify kernels in that toolkit. If it is used, it must have one of the following values:

  • CK
  • DBK
  • DSK
  • EK
  • FK
  • IK
  • LSK
  • MK
  • PCK
  • SCLK
  • SPK

<spice_kernel_file_name>

REQUIRED

This is the name of the file containing the SPICE kernel. Do not include path information (it is unlikely to be correct in the archive), but do include the correct extension.

<Internal_Reference>

OPTIONAL

Use this class to identify your SPICE kernels by their PDS URI (LIDVID, in particular). This allows the kernels to be programmatically linked to this data product.

Note, however, that the elements in this class are considered to be in the PDS4 core namespace, not the geometry dictionary namespace. So you will need to provide the PDS4 core namespace reference when using the elements. There are two ways to do that: by using a pre-defined namespace prefix, or by specifying the PDS4 core namespace URI via an xmlns XML-attribute in each of the tags. For this page, we're using the namespace abbreviation as a prefix on the tag.

If that all sounds like gibberish to you, you might want to check the Namespace Reference topic on the "Schema Referencing" page on this wiki.

<pds:lid_reference> or <pds:livid_reference>

REQUIRED

One or the other of these is required to be present. In most cases, version matters and you should reference your SPICE kernel products by LIDVID rather than just LID.

<pds:reference_type>

REQUIRED

This must have a value of data_to_spice_kernel.

Note: Type carefully, this value is not currently being validated.

<pds:comment>

OPTIONAL

If you have anything else you'd like to say about the particular kernel product being referenced, here would be the place to do it.

<comment>

OPTIONAL

If you have any additional comments to make about the SPICE kernels you've referenced as a group, this is the place to do it.

Note: This attribute is currently repeatable, but it probably shouldn't be. Don't repeat it.