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

Add back _array_data_external_data.archive_{format,path} data names. #47

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 42 additions & 4 deletions doc/cif_img_1.8.5.dic
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ save__array_data_external_data.format
;
HDF5
;
A narray of numbers contained in a dataset in an HDF5 file as returned by HDF5
An array of numbers contained in a dataset in an HDF5 file as returned by HDF5
library functions. '_array_data_external_data.path' is the
internal HDF5 path. In an HDF5 file, the path typically identifies a dataset
with multiple images.
Expand Down Expand Up @@ -1484,8 +1484,8 @@ save__array_data_external_data.format
loop_
_array_data_external_data.format
_array_data_external_data.uri
_array_data_external_data.format
_array_data_external_data.path
_array_data_external_data.archive_format
_array_data_external_data.archive_path
1 SMV
https://data.proteindiffraction.org/ssgcid/MyulA_01062_a_B12-sddc0001574_7k69.tar.bz2
TBZ
Expand Down Expand Up @@ -1533,7 +1533,7 @@ save__array_data_external_data.path

An optional format-dependent path that is used to locate the
external image within the object referenced by the combination of
_array_data_external_data.uri and _array_data_external_data.path.
_array_data_external_data.uri and _array_data_external_data.archive_path.

;

Expand All @@ -1554,6 +1554,44 @@ save__array_data_external_data.uri

save_

save__array_data_external_data.archive_path
_item_description.description

;

The location of the image within an archive.

;

_item.name '_array_data_external_data.archive_path'
_item.category_id array_data_external_data
_item_type.code text

save_

save__array_data_external_data.archive_format
_item_description.description
;

The type of single-file archive in which image data have been encapsulated,
if any. The archive is located at _array_data_external_data.uri.

;

_item.name '_array_data_external_data.archive_format'
_item.category_id array_data_external_data
_item.type_code code
_item_default.value .

loop_
_item_enumeration.value
_item_enumeration.detail
ZIP 'A ZIP archive'
TGZ 'A Gzipped tar archive'
TBZ 'A Bzip2 tar archive'
. 'No compressed archive is present'
save_

save__array_data_external_data.variant
_item_description.description
; The value of _array_data_external_data.variant gives the variant
Expand Down