# include # include /* defines HST I/O functions */ # include "calnic.h" /* defines NICMOS data structures */ # include "calnica.h" /* defines CALNICA data structures */ /* N_BACKCALC: Calculate predicted background level for NICMOS observations. ** ** Revision history: ** H. Bushouse Sept. 1995 Build 1 */ int n_backcalc (NicInfo *nic, SingleNicmosGroup *input) { /* Arguments: ** nic i: NICMOS info structure ** input io: input image */ /* Local variables */ /* Function definitions */ sprintf (MsgText, "BACKCALC not yet implemented; will be skipped"); n_warn (MsgText); nic->BACK.corr = OMIT; /* Successful return */ return (status = 0); }