#include <stdio.h>
#include <malloc.h>
#include "sadie.h"
#include "mosaic.h"
Go to the source code of this file.
Functions | |
void | GETMEM_MOSAIC_INDEX (int nlin, int npix, short nframe, MOSAIC_INDEX **out) |
void | RELIMG_MOSAIC_INDEX (MOSAIC_INDEX **out) |
void | RELMEM_MOSAIC_INDEX (MOSAIC_INDEX *in) |
short | CHECKIMG_MOSAIC_INDEX (MOSAIC_INDEX *in) |
void | INDEX_RESAMPL (MOSAIC_INDEX *index, int scale, MOSAIC_INDEX **outindex) |
|
Definition at line 140 of file mosaic_index.c. Referenced by CREATETREESMOSAIC, MOSAIC2MOSAIC_RESAMPL, MOSAIC_BYTE_EXTRACT, MOSAIC_BYTE_INSERT, MOSAIC_BYTE_RESAMPL, MOSAIC_BYTE_SUPPRESS, MOSAIC_BYTE_TRACKRINGS, MOSAIC_DISK2INDEX, MOSAIC_IMPORT, MOSAIC_INDEX2DISK, RELIMG_MOSAIC_INDEX, and Sadie_TREES_Ext_TrackRingsCmd. |
|
Definition at line 20 of file mosaic_index.c. References BYTE, malloc, MESSAGE, IMAGE::nlin, and out. Referenced by CREATETREESMOSAIC, and MOSAIC_DISK2INDEX. |
|
Definition at line 157 of file mosaic_index.c. References BYTE, malloc, and MESSAGE. Referenced by Sadie_TREES_IndexResamplCmd. |
|
Definition at line 86 of file mosaic_index.c. References CHECKIMG_MOSAIC_INDEX, MESSAGE, out, and RELMEM_MOSAIC_INDEX. Referenced by Sadie_TREES_MosaicIndexCloseCmd. |
|
Definition at line 118 of file mosaic_index.c. Referenced by CREATETREESMOSAIC, and RELIMG_MOSAIC_INDEX. |