File: wcsfix_extras.dox

package info (click to toggle)
wcslib 7.7%2Bds-1~bpo11%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye-backports
  • size: 9,956 kB
  • sloc: ansic: 34,389; lex: 9,328; fortran: 6,731; sh: 3,367; sed: 497; pascal: 190; makefile: 15
file content (53 lines) | stat: -rw-r--r-- 1,425 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/** @def CDFIX
* @brief Index of cdfix() status value in vector returned by wcsfix().
*
* Index of the status value returned by cdfix() in the status
* vector returned by wcsfix().
*/

/** @def DATFIX
* @brief Index of datfix() status value in vector returned by wcsfix().
*
* Index of the status value returned by datfix() in the status vector
* returned by wcsfix().
*/

/** @def UNITFIX
* @brief Index of unitfix() status value in vector returned by wcsfix().
*
* Index of the status value returned by unitfix() in the status vector
* returned by wcsfix().
*/

/** @def CELFIX
* @brief Index of celfix() status value in vector returned by wcsfix().
*
* Index of the status value returned by celfix() in the status vector
* returned by wcsfix().
*/

/** @def SPCFIX
* @brief Index of spcfix() status value in vector returned by wcsfix().
*
* Index of the status value returned by spcfix() in the status vector
* returned by wcsfix().
*/

/** @def CYLFIX
* @brief Index of cylfix() status value in vector returned by wcsfix().
*
* Index of the status value returned by cylfix() in the status vector
* returned by wcsfix().
*/

/** @def NWCSFIX
* @brief Number of elements in the status vector returned by wcsfix().
*
* Number of elements in the status vector returned by wcsfix().
*/

/** @def cylfix_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #wcsfix_errmsg directly
* now instead.
*/