From f0d70d01fefc19eee5715c8c9d1a11d594e552ac Mon Sep 17 00:00:00 2001 From: Demitri Muna Date: Wed, 22 Apr 2015 12:40:19 -0400 Subject: [PATCH] List the possible "oper" values in the astOutline function. --- node1.html | 1 + 1 file changed, 1 insertion(+) diff --git a/node1.html b/node1.html index 1e8f8cf..aeb6b3c 100644 --- a/node1.html +++ b/node1.html @@ -595,6 +595,7 @@

Implemented AST functions

  • result = starlink.Ast.outline( value, oper, array, lbnd, ubnd, maxerr, maxvert, inside, starpix )
  • This is a static module function.
  • +
  • The "oper" parameter takes a constant from the list: Ast.LE, Ast.EQ, Ast.GT, Ast.LT, Ast.NE, Ast.GE, Ast.GT