Previous: mutate-in-scheme, Up: Scheme Scripting Functions


13.40 coot-lsq

— procedure: lsq-match-type-symbol->number match-type-in

Internal type conversion for LSQ fitting. Return a number according to the symbol match-type-in

— procedure: set-match-element

Create matchers, 7 elements: (list ref-start-resno ref-end-resno ref-chain-id imol-ref mov-start-resno mov-end-resno mov-chain-id imol-mov match-type)

— procedure: lsq-match imol-ref imol-moving match-list

The scripting interface to LSQ matching. Pass molecule numbers for the reference (imol-ref) and moving (imol-moving) molecules and a match list. The match list format is described in the manual.

— procedure: simple-lsq-match ref-start-resno ref-end-resno ref-chain-id imol-ref mov-start-resno mov-end-resno mov-chain-id imol-mov match-type

Simple interface to LSQ fitting. More often than not this is what you will want, I imagine, e.g. (simple-lsq-match 940 950 "A" 0 940 950 "A" 1 'main)