Event Info Module:
The Event Info module (EventInfo.py) checks the database for events which have new data files, as indicated by the event.newfiles column being set to true. It also checks whether the event in question has more than 100 data files.
For each event with new files and more than 100 data files, the Event Info module steps through all files in the event directory and creates two informational text files. Each file is named for the event using the event naming convention in YYYYMMDDHHmm format (e.g., 201502271345) with .event or .stations extension. The .event file lists the basic information about the event on a single line, and the .station file contains lines with information on each station recording that event. These files are placed in the /RZ/adept/Info directory, and are symbolically linked to the directory for that event (in the above example, links to the files would appear in /RZ/adept/201502271345/201502271345.event and /RZ/adept/201502271345/201502271345.station).
The Event Info module is run daily by a cron job.