]>
Frequently Asked questions about SAXO Sébastien Masson Sebastien.Masson_at_locean-ipsl.upmc.fr Françoise Pinsard Francoise.Pinsard_at_locean-ipsl.upmc.fr IDL SAXO FAQ 0.0 August 2006 First draft 0.1 September 2006 + onlinehelp $Id$ Introduction This is a list of Frequently Asked Questions about SAXO. This list is roughly divided into categories: general questions, technical questions, contributors questions. Suggestions for corrections or additional sections are welcome -- please email them to saxo-dev@forge.ipsl.jussieu.fr. General What is SAXO ? see document What is SAXO. How can I get help ? see Support in document Main page of SAXO. How do I get SAXO ? see document Get SAXO. What is the current version of SAXO ? On what systems does SAXO run ? Does SAXO works with GDL instead of IDL ? Not yet. When is the next version of SAXO due out ? How can I find if a routine to do what I want already exists ? How should SAXO be cited or acknowledged in publication ? Technical questions Is there on-line help for SAXO ? Yes, if you use at least IDL 6.2. It is produced by IDLdoc. SAXO and IDL online_help have been merged, you can simply get the help by typing: &promptidl; ? Contributors Is there an SAXO Style Guide available ? There is a template for header new_header.txt which can be parsed by IDLdoc. This file can be added in Emacs configuration C-cC-h IDLWAVE Templates Doc Header . in your ${HOME}/.emacs like this : (add-hook 'idlwave-mode-hook (function (lambda () (setq idlwave-file-header '("SAXO_basedirectory/SAXO_DIR/SRC/Documentation/new_header.txt") )))) Is there any trouble with IDLdoc ? Yes, there are some : \ in *.pro are not written in *.html. They must be escaped by an other \ or you can choose an other character. Search does'nt handle characters like - and |. Paragraphs of *.pro headers are shown with a proportional font in the HTML release. If you need to draw some small figure like grid cell, you can encapsulate between the block to be shown in constant font between ; <fixe> and ; </fixe> Unfortunately, these troubles may not be fixed because the author does not have anymore the opportunity to work on his own work. Bugs can be submitted to IDL but we do not expect answers !