@@ -250,7 +250,7 @@ def __init__(self, file_like, header, mmap=True, keep_file_open=None):
250250 a new file handle is created every time the image is accessed.
251251 If ``file_like`` refers to an open file handle, this setting has no
252252 effect. The default value (``None``) will result in the value of
253- ``nibabel.arrayproxy.KEEP_FILE_OPEN_DEFAULT` being used.
253+ ``nibabel.arrayproxy.KEEP_FILE_OPEN_DEFAULT`` being used.
254254 """
255255 super (AFNIArrayProxy , self ).__init__ (file_like ,
256256 header ,
@@ -533,7 +533,7 @@ def from_file_map(klass, file_map, mmap=True, keep_file_open=None):
533533 a new file handle is created every time the image is accessed.
534534 If ``file_like`` refers to an open file handle, this setting has no
535535 effect. The default value (``None``) will result in the value of
536- ``nibabel.arrayproxy.KEEP_FILE_OPEN_DEFAULT` being used.
536+ ``nibabel.arrayproxy.KEEP_FILE_OPEN_DEFAULT`` being used.
537537 """
538538 with file_map ['header' ].get_prepare_fileobj ('rt' ) as hdr_fobj :
539539 hdr = klass .header_class .from_fileobj (hdr_fobj )
@@ -553,6 +553,7 @@ def filespec_to_file_map(klass, filespec):
553553 afni.nimh.nih.gov/pub/dist/doc/program_help/README.compression.html.
554554 Thus, if you have AFNI files my_image.HEAD and my_image.BRIK.gz and you
555555 want to load the AFNI BRIK / HEAD pair, you can specify:
556+
556557 * The HEAD filename - e.g., my_image.HEAD
557558 * The BRIK filename w/o compressed extension - e.g., my_image.BRIK
558559 * The full BRIK filename - e.g., my_image.BRIK.gz
0 commit comments