[Previous]
[Next]
NAME:
Qualifier Transformer
PURPOSE:
Decodes mdisp-file qualifiers in wave qualifiers and
linestyle and usersym values. Perhaps you find it a nonsense,
but this was done to match the qualifier of the old system,
ndisp, which was running on the VAX 780 long time ago ...
CALLING SEQUENCE:
QualifTransform, qualifier, lineStyle, userSym
INPUT:
qualifier: an array of qualifiers as read by the procedure
"mdispread" or "columns_read"
OUTPUTS:
qualifier: the qualifiers according to the values of the
!psym symbol (array of integers);
lineStyle: the linestyle associated with the qualifier,
according to the !p.linestyle values;
Format: array of integers (same dimension as
"qualifier")
userSym: the number of the user symbol. This value
can then be passed to the procedure
"loadusersym" to plot user symbols. If
"userSym" is not 0, the corresponding qualifier
value is 8.
Format: array of integers (same dimension as
"qualifier")
CALLS: ***
QUALIFTRANSFORM
MODIFICATION HISTORY:
Created, A.Csillaghy, ETHZ, Nov. 91
Modified, Csillaghy, Nov 92, for Wave 4 adaptation.
[Previous]
[Next]
NAME:
QUICKLOOK
PURPOSE:
Routine to create a lightcurve GIF file of quicklook SOLAR data.
CATEGORY:
OVRO APC WEB
CALLING SEQUENCE:
quicklook,filename,nplot
INPUTS
filename The name of the data file (.ARC) for which the quicklook
lightcurves should be generated.
OPTIONAL (KEYWORD) INPUT PARAMETERS:
ROUTINES CALLED:
filename2date, openarc, get_segments, findsegentries, top20, plotasc
OUTPUTS:
nplot The number of lightcurve files that were generated (0 if none)
COMMENTS:
CALLS: ***
FILENAME2DATE, FINDSEGENTRIES, GET_SEGMENTS, OPENARC, PLOT_ASC, STR_SEP, TOP20
SIDE EFFECTS:
Creates .ASC files (if they do not already exist), and creates a
GIF file that is a plot of the lightcurves.
RESTRICTIONS:
MODIFICATION HISTORY:
Written 26-Jul-1999 by Dale E. Gary
24-Aug-1999 DG
Added NPLOT output, so that OVIEW2WEB could be conditionally run
27-Oct-1999 DG
Changed to handle filenames as dates, e.g. YYYYMMDD*.ASC,
YYYYMMDD*.GIF rather than using esoteric .ARC file names.
This requires corresponding changes to TOP20 and PLOTASC