blob: dfe39a3baa69087cd9fe18877b0fa159f22b2207 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
include <gset.h>
# GSELNT -- Select normalization transformation (same as world coord sys)
procedure gselnt (wcs)
int wcs # Transformation number
begin
call gsawi (G_WCS, wcs)
end
|