
This directory contains the scripts which generate the sky coverage maps:

coverage.mana.sh -- mana script which performs the database queries and generates the plots
coverage.sh      -- /bin/sh wrapper providing the environment variables needed by mana
coverage.cron    -- crontab script to run the above
coverage.css	 -- copy of the css used by the website
index.html       -- copy of the top-level web page
coverage.log	 -- output from coverage.mana.sh goes here (as of 2025.09.25, this does not rotate)

The script 'coverage.mana.sh' does the real work.  Output products are
sent to the directory defined at the top of the script:

$LOCALDIR = /data/ipp175.0/ipp/skycoverage

After the updated plots are generated, the script runs rsync to copy
them to the externally-visible website on ippops4 (see the variable 
'TARGET' in that script).

The ipp user has a special ssh key defined for ippops4, and
.ssh/config specifies that key is used to connect with ippops4.  Note
that if the target host is changed (even to 'ippops4.ifa.hawaii.edu'),
the specified key will not be used, so be careful!



