Schedule Page Generator

Description

This perl script creates a html page from a given schedule.

Location of Scripts and Their Names

Location: /data/mta4/CUS/www/Usint/

GitHub Address: https://github.com/tisobe/Usint_script

create_schedule_table.py Aug 17, 2020
RETIRED
create_schedule_table.perl Jun 13, 2019

There is a short description of this script in: /data/mta4/obs_ss/Usint_test/Usint_script/README

Sep 17, 2014Initially logged
Jun 13, 2019Explanation updated
Aug 17, 2020python 3.6 conversion

Data Needed

Environment Setting

Output Locations and File Names

How to Run the Script(s)

  1. go to: cd /data/mta4/CUS/www/Usint/
  2. run: /usr/local/bin/perl /data/mta4/CUS/www/Usint/create_schedule_table.perl

How to Run Test(s)

  1. No test is available, but you can just run this script to see whether it works or not.

Expected result from the test

NA

Cron Job

CPU: luke-v
User: cus

1 0 * * * cd /data/mta4/CUS/www/Usint/; /usr/local/bin/perl /data/mta4/CUS/www/Usint/create_schedule_table.perl >> $HOME/Logs/too_contact.cron 2>&1

Web Addreess

https://cxc.cfa.harvard.edu/mta/CUS/Usint/too_contact_schedule.html
https://icxc.cfa.harvard.edu/mta/CUS/Usint/too_contact_schedule.html

Note

None

Future Plan/Update Schedule

The script will be rewritten in python.


Back to Top Page