From 3be6c8a5b52ca9d8d19c92c568d8f01567147d6e Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 7 Dec 2017 18:02:19 -0500 Subject: update AST WCS --- tksao/frame/grid3d.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tksao/frame/grid3d.C b/tksao/frame/grid3d.C index 44e3b8b..4436a01 100644 --- a/tksao/frame/grid3d.C +++ b/tksao/frame/grid3d.C @@ -156,7 +156,7 @@ int Grid3d::doit(RenderMode rm) int id = astGetI(ast,"Current"); int nf = astGetI(frameSet,"NFrame"); astInvert(ast); - astAddFrame(frameSet, AST__CURRENT, astUnitMap(2,""), ast); + astAddFrame(frameSet, AST__CURRENT, astUnitMap(3,""), ast); astSetI(frameSet,"Current",id+nf); } } -- cgit v0.12