/* fnameio.h Library of routines to select file name from dat and seqno Also write image list and directory files */ char *file_name_sel (char *seq_fname); int listfile_write (char *listname, char *filename); int idrfile_write (char *idrname, char *filename, char obs, int frames, int bitpix, int telpos[2], struct tm btim);