Like Section 3.3, “maps1998m.el: Multi-station
sets, MAPS 1998 protocol”, but for single-station
sets with no station codes.
;; maps1998s.el: Set up field values and keybindings for
;; MAPS 1998 protocol, single stations.
;; To use, run emacs with this command line option:
;; emacs -l maps1998s filename
;;
(load "ibp.el")
(setq field-def-list
(vector
(field-def-object 4 "????") ;; Species code
(field-def-object 3 "0 " ) ;; Age, how-aged
(field-def-object 3 "u " ) ;; Sex, how-sexed
(field-def-object 4 nil ) ;; Skull through fat
(field-def-object 4 nil ) ;; Four old molt codes
(field-def-object 6 nil )
(field-def-object 4 nil ) ;; Ten new fields divided 6/4
(field-def-object 3 nil ) ;; Wing length
(field-def-object 4 nil ) ;; Weight
(field-def-object 5 "3????" ) ;; Status, date
(field-def-object 3 nil ) ;; Time
(field-def-object 2 nil ) ) ) ;; Net
(global-set-key "\C-i" 'ibp-tab)
(global-set-key [?\C-^] 'ibp-ditto)
(global-set-key [?\C-6] 'ibp-ditto)