Directory: misc/
.pro files
- augment_inherited_keyword.pro
Adds keywords to the _EXTRA structure.
- contourlevels.pro
Calculates the contour level that encloses a given fraction of the data in a multi-dimensional histogram.
- is_sorted.pro
Checks whether an array is already sorted.
- multi2index.pro
Translates multidimensional indices into flat indices (the inverse of ARRAY_INDICES).
- pnginterp.pro
Interpolates between two grayscale .PNG images.
- push.pro
Adds an element to the end of a (possibly non-existent) array.
- uniqify.pro
Returns the unique elements of an array.
- vecrep.pro
Replicates a vector a given number of times.