All the files are grouped together in a single tar file, which is then bzip2 compressed.
Recent versions of compression tools such as Power Archiver for Windows and Stuffit Expander for Macs support bzip2'd and tar'd files.
Most modern Unix systems and Macs already have bzip2 and tar utilities installed. If not, command line utilities can be obtained from the bzip2 site. Windows executables are also available here.
No; bzip2 is generally more effective at compressing images and the smaller package reduces download time and cost of bandwidth.
Generally they are uncompressed DICOM files (in Explicit VR Little Endian Transfer Syntax).
If the scanned paper documents were submitted, regardless of their original format, they are uncompressed single-frame secondary capture DICOM files.
If electronic reports were provided, depending on the de-identification process, other formats may be preserved.
Yes; a DICOMDIR is generated for each set of DICOM files. Note that any originally contributed DICOMDIR is discarded and replaced (rather than de-identified).
No. The purpose of the PCIR is to provide images for research, and typically this requires downloading rather than viewing.
No. The purpose of the PCIR is to provide images for research, and typically this requires downloading entire sets.
No. DICOM is universally used for clinical imaging, is generally sufficient for research purposes, and preserves the fidelity of the original supplied data. Tools are available to convert and view DICOM images as necessary once downloaded.
Yes. Each image set has a download link that when clicked on will cause your browser to download the bzip2'd tar file and prompt you to save it.
Yes. You can use a command-line tool like wget to perform this task. If it is not already installed on your system, you can obtain wget from here.
Yes. The wget tool can be use used for this.
For example, the following command executed on your local machine in a directory containing all the files that you may have downloaded from the PCIR in the past will download only the new or changed files:
wget -np -nd -r -N -l 2 -A .bz2 -H -D pcir.org,homepage.mac.com http://www.pcir.org/researchers/downloads_available.html
No. Though other sites that provide access to collections of images have used a "shopping cart" paradigm that involves selecting sets using queries and then downloading them as a batch, our experience has been that such interfaces make it difficult to download and update very large selections or the entire collection. Since we expect that most researchers will download everything and want to regularly update their collection of what is new or changed, we believe that the basic http access mechanism and the use of wget and similar tools should suffice.