// this pprogram is written to be called from fields_status.php // For each xmm source list it makes an html page called // $dir[$i].$source_loc."/index.html which contains links to identification // tables and various plots. // // Variables needed: // $field[$i]: element of string array giving current field name // $dir[$i]:element of string array giving directory where pages for current // field are stored // $source_loc : string array containig the location of html pages for each // source list for that field // $wfcnow: string array containing all info about wfc data for the field. // $cirsi[$i]: string array used to determine whether cirsi data is present. // $apmsource[$i]: string array used to determine whether apm data is present. // // Written by Suzanne AIgrain on 15-Dec-2000 // // Included / Called programs: // mk_colplots_ps_index.php // mk_colplots_gif_index.php // mk_colplots_apm_ps_index.php // mk_colplots_apm_gif_index.php // address_date.php // links.php // sorted_tbl.php // sorted_tbl_apm.php
(See /home/xmmssc/soft/php/mk_html_index.php)