Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. OBJECT = GENERIC_OBJECT_DEFINITION
  2. NAME = BAND_BIN
  3. STATUS_TYPE = APPROVED
  4. DESCRIPTION = "
  5. The BAND_BIN group provides a mechanism for grouping keywords that
  6. describe the properties of each 'bin' along a spectral axis. It is
  7. primarily designed for use within the SPECTRAL_QUBE object."
  8. REQUIRED_ELEMENT_SET = {
  9. BAND_BIN_CENTER,
  10. BAND_BIN_UNIT,
  11. BAND_BIN_WIDTH,
  12. BANDS}
  13. OPTIONAL_ELEMENT_SET = {
  14. BAND_BIN_BAND_NUMBER,
  15. BAND_BIN_BASE,
  16. BAND_BIN_DETECTOR,
  17. BAND_BIN_FILTER_NUMBER,
  18. BAND_BIN_GRATING_POSITION,
  19. BAND_BIN_MULTIPLIER,
  20. BAND_BIN_ORIGINAL_BAND,
  21. BAND_BIN_STANDARD_DEVIATION}
  22. OBJECT_TYPE = GENERIC_GROUP
  23. END_OBJECT = GENERIC_OBJECT_DEFINITION
  24. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement