<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

ToBeReviewed/LECTURE/

xncdf_lec.pro

Routine summary

wid_var_event, event

wid_var, widid_pere

xncdf_lec_event, event

result = xncdf_lec(nom, ATT=ATT, COUNT=COUNT, GROUP=GROUP, OFFSET=OFFSET, IODIR=IODIR, SHIFT=SHIFT, STRIDE=STRIDE, VAR=VAR)

NAME: xncdf_lec PURPOSE: lecture d''un fichier Net Cdf avec des widgets ! CATEGORY: lecture de fichiers avec widgets CALLING SEQUENCE: res=xncdf_lec([nom_fichier]) INPUTS: OPTIONNEL, nom_fichier: c''est un string qui donne le nom du fichier a ouvrir.

topwid_var_event

wid_var_event, event

Parameters

event       

Other attributes

Common blocks used

wididbase resultat infovariable indicewid_var motcle

topwid_var

wid_var, widid_pere

Parameters

widid_pere       

Other attributes

Common blocks used

resultat infovariable indicewid_var motcle

topxncdf_lec_event

xncdf_lec_event, event

Parameters

event       

Other attributes

Common blocks used

resultat infovariable motcle

topxncdf_lec

result = xncdf_lec(nom, ATT=ATT, COUNT=COUNT, GROUP=GROUP, OFFSET=OFFSET, IODIR=IODIR, SHIFT=SHIFT, STRIDE=STRIDE, VAR=VAR)

NAME: xncdf_lec PURPOSE: lecture d''un fichier Net Cdf avec des widgets ! CATEGORY: lecture de fichiers avec widgets CALLING SEQUENCE: res=xncdf_lec([nom_fichier]) INPUTS: OPTIONNEL, nom_fichier: c''est un string qui donne le nom du fichier a ouvrir.Si nomfichier ne contient pas le caractere separateur de repertoirte ('/' sous unix par ex), Le fichier sera cherche ds le repertoire courant KEYWORD PARAMETERS: IODIR: string contenant le repertoire ou aller chercher le fichier a lire. Si nomfichier ne contient pas le caractere separateur de repertoirte ('/' sous unix par ex), Le fichier cherche s''appelera iodir+nom_fichier. COUNT: An optional vector containing the counts to be used in reading Value. COUNT is a 1-based vector with an element for each dimension of the data to be written.The default matches the size of the variable so that all data is written out. GROUP: The widget ID of the widget that calls XNCDF_LEC. When this ID is specified, a death of the caller results in a death of XNCDF_LEC. OFFSET: An optional vector containing the starting position for the read. The default start position is [0, 0, ...]. SHIFT: un vecteur d''entiers, specifiant pour chaque dimension de combien il faut la shifter. Par defaut c''est [0,0,...]. cf. la fonction shift pour + d''explications. ATTENTION, le shift est effectue sur le tableau de taille maximum avant la reduction eventuelle determinee par OFFSET et COUNT. Par contre il est effectue apres l''extraction eventuelle cree par le STRIDE. STRIDE: An optional vector containing the strides, or sampling intervals, between accessed values of the netCDF variable. The default stride vector is that for a contiguous read, [1, 1, ...]. OUTPUTS: 2 cas possibles: 1) aucun attributs n''a ete selectionne. Dans ce cas res est le tableau que l''on voulait lire. 2) Des attributs ont ete selectionnes. Dans ce cas res est une structre dont le premier element portant le nom de la variable est le tableau de valeurs et les autre auguments sont les arguments selectiones COMMON BLOCKS: wididbase, infovariable, resultat, motcle SIDE EFFECTS: RESTRICTIONS: EXAMPLE: help, xncdf_lec()

Parameters

nom       

Keywords

ATT       

COUNT       

GROUP       

OFFSET       

IODIR       

SHIFT       

STRIDE       

VAR       

Other attributes

Common blocks used

wididbase infovariable resultat motcle
Produced by IDLdoc 2.0.