Go to the documentation of this file.
14 int32_t len = 2 *
sizeof (int32_t) *
npix
15 + 1 *
sizeof (
float)*
npix
18 if ((
p = (
char *) malloc(len)) ==
NULL) {
20 "-E- %s line %d: Memory allocation failure.\n",
30 rec->mod_min = (int32_t *)
p;
31 p +=
sizeof (int32_t) *
npix;
32 rec->mod_max = (int32_t *)
p;
33 p +=
sizeof (int32_t) *
npix;
34 rec->mod_rat = (
float *)
p;
36 rec->taua = (
float *)
p;
int alloc_aer(int32_t npix, int32_t nbands, aestr *rec)