Like Section 4.5, “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 ibp-field-list
(vector
(ibp-field-def 4 "????") ;; Species code
(ibp-field-def 3 "0 " ) ;; Age, how-aged
(ibp-field-def 3 "u " ) ;; Sex, how-sexed
(ibp-field-def 4 nil ) ;; Skull through fat
(ibp-field-def 4 nil ) ;; Body molt through JP
(ibp-field-def 6 nil )
(ibp-field-def 4 nil ) ;; Ten new fields divided 6/4
(ibp-field-def 3 nil ) ;; Wing length
(ibp-field-def 4 nil ) ;; Weight
(ibp-field-def 5 "3????" ) ;; Status, date
(ibp-field-def 3 nil ) ;; Time
(ibp-field-def 2 nil ) ) ) ;; Net
(global-set-key "\C-i" 'ibp-tab)
(global-set-key [?\C-_] 'ibp-ditto)
(global-set-key [?\C--] 'ibp-ditto)