renamed packages to fit into psi structure

Added plugins.config file
This commit is contained in:
2014-03-28 15:26:55 +01:00
parent 721f463df8
commit f227e875b3
27 changed files with 72 additions and 29 deletions

View File

@@ -1,6 +1,13 @@
# Overview
Jcbf ([J]ava [C]rystallographic [B]inary [F]ile) is a pure Java library for
reading and writing minimal CBF (miniCBF) image files using the MIME
"mini-header" and the "none" or "byte_offset" compression algorithm, as
produced by DECTRIS PILATUS detectors.
It was initially developed by J. Lewis Muir <jlmuir@imca.aps.anl.gov> (IMCA-CAT).
# Development
To build the code run following maven command/goals:
`mvn clean compile assembly:single`
Written in March 2011 by J. Lewis Muir <jlmuir@imca.aps.anl.gov> (IMCA-CAT).