cfitsio  3390
Macros | Functions
fits_hdecompress.c File Reference
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "fitsio2.h"
Include dependency graph for fits_hdecompress.c:

Macros

#define min(a, b)    (((a)<(b))?(a):(b))
 
#define max(a, b)    (((a)>(b))?(a):(b))
 

Functions

int fits_hdecompress (unsigned char *input, int smooth, int *a, int *ny, int *nx, int *scale, int *status)
 
int fits_hdecompress64 (unsigned char *input, int smooth, LONGLONG *a, int *ny, int *nx, int *scale, int *status)
 

Macro Definition Documentation

#define max (   a,
 
)    (((a)>(b))?(a):(b))
#define min (   a,
 
)    (((a)<(b))?(a):(b))

Function Documentation

int fits_hdecompress ( unsigned char *  input,
int  smooth,
int *  a,
int *  ny,
int *  nx,
int *  scale,
int *  status 
)

Here is the caller graph for this function:

int fits_hdecompress64 ( unsigned char *  input,
int  smooth,
LONGLONG a,
int *  ny,
int *  nx,
int *  scale,
int *  status 
)

Here is the call graph for this function:

Here is the caller graph for this function: