constructor(data, options) {
    super(data, options)
    this._options.fileType = 'ccp4'
    this.model = new Ccp4Model()
  }