Class BilbaoReader

java.lang.Object
org.jmol.adapter.smarter.AtomSetCollectionReader
org.jmol.adapter.readers.xtal.BilbaoReader
All Implemented Interfaces:
javajs.api.GenericLineReader

public class BilbaoReader extends AtomSetCollectionReader
Bilbao Crystallographic Database file reader see, for example, http://www.cryst.ehu.es/cryst/compstru.html Comparison of Crystal Structures with the same Symmetry Note that this reader scrapes HTML. Keys for Bilbao format data are a given bit of text such as "High symmetry structure". Any changes to that (including capitalization) will cause this reader to fail. The space group number is read immediately after the "pre" tag on that line. filter options include: HIGH include high-symmetry structure; preliminary only
Author:
Bob Hanson
  • Field Details

    • getHigh

      private boolean getHigh
    • getSym

      private boolean getSym
    • normDispl

      private boolean normDispl
    • doDisplace

      private boolean doDisplace
    • kvec

      private String kvec
    • i0

      private int i0
    • nAtoms

      private int nAtoms
    • isBCSfile

      private boolean isBCSfile
  • Constructor Details

    • BilbaoReader

      public BilbaoReader()
  • Method Details