++++ [hinode@msslxh] ==================== NOTE: Several things have been moved from the Web area into a shared area /disk/d1/hinode/web-common/ so that the same files can bbe seen from the Solar-B pages on both msslxh and msslvma-2. These include eis_docs, nuggets, eispub and eisflare. Soft links are installed on both msslxh and msslvma-2 under their respective .../SolarB directories to point to these common areas. While the first 3 of these are fairly self contained, eisflare is a mess with yeear files in the top directories. The first 3 only need to be done once, but some things for eisflare needs to be done on BOTH machines. >> Flare Catalogue: ------------------- On /disk/d1/hinode/apache-tomcat-5.5.20/webapps/SolarB Create new file eisflare2017.jsp editing the dates (and updating the updata date) Duplicate this file to eisflarecat.jsp (the default on entry to page) Create the file eisflare/js/demo_table_2017.js by copying a previous year and editing it. Add row for new year to eisflare_yeartab.jsp In the eisflare/ directory: *** Copy the flare record dummy file 20xx_json.txt to 2017_json.txt to ensure JSP code has something to use until a populated file is available. [[ or grep -e { -e } 2017_json.txt > 2018_json.txt ]] *** Once the year boundary is sorted... Edit auto_flare_catalogue_update_msslxh.sh This script renames the previous flare catalogue file as backup before the new catalogue is copied. >>>>> currently not saving the all_flares file <<<<<<<<<<<<<<<< 2006 may be missing from the file!!!! **** Is this note still valid?? >> Bibliography: ---------------- Under /disk/d1/hinode/apache-tomcat-5.5.20/webapps/SolarB/eispub the bib records contained in year-long JSON files. Copy file pub_2013.jsp to pub_2017.jsp and edit the year. On subdirectory js/, copy file pub_2013.js to pub_2017.js and edit the year. Edit the files pubs_by_year.html and pub_years.html to add a line for the new year Copy the bib record dummy file table_20xx.json to table_2017.json to ensure JSP code has something to use until a populated file is available. The JSON files are created by downloading the page generated using IDL code. The input files for thia are created by downloading the results of searches on the Harvard ADS. https://ui.adsabs.harvard.edu/ The following criteria are intended to identify Hinode EIS publications: abs:"Hinode EIS" property:refereed year:2018-2020 abs:"EUV Imaging Spectrometer" property:refereed year:2018-2020 Execute the search and then export the results to VOTables ("Other Formats", select VOTable and apply, "Download to File") [[Remember to select "refereed"]] Note: Bernhard Fleck's publications page no longer accessible and his search results on ADS seems not to have updated since 2019. Save the VOTables with names like HinodeEIS_export-votable.xml and EUVImagingSpectometer_export-votable.xml Copy the files to the EIS-biblio directory and run IDL. IDL code: Edit ingest_ads_vots.pro to include the names and execute the routine run_ads_makefiles Make TAR file of update json files, copy to site and unpack. >> EIS Software Notes: ---------------------- Under /disk/d1/hinode/apache-tomcat-5.5.20/webapps/SolarB/eis_docs are the EIS Software Notes. These are refered to from the EIS Data Analysis Guide in the EIS Wiki. The orginals are stored in the SolarSoft tree and the links in the Wiki were to the ftp site at NASA/GSFC. Some browsers - e.g. Safari - have (developed?) a problem in accessing FTP sites from Web pages and a local copy has been created; the URLs on the Web page have been changed to point at the PDF files in this copy. Entry point: http://solarb.mssl.ucl.ac.uk/SolarB/eis_docs/EIS_Software_Notes.html The files are under the eis_notes/ sub-directory under /disk/d1/hinode/apache-tomcat-5.5.20/webapps/SolarB/eis_docs/ XX **** following superseded... XX This corresponds to the directory $SSW/hinode/eis/doc/eis_notes and was XX transfered as a TAR file. XX Check whether there have been any updates and, if needed, make a TAR file XX of the $SSW branch, transfer and install it. Copy this sub-directory directly from the sohoftp site using WGET. On /disk/d1/hinode/apache-tomcat-5.5.20/webapps/SolarB/ >>> execute update-eis_docs.sh This include the following commands: >>>???? should this be edited to run from within eis_docs??????? mkdir xxx cd xxx wget -r -np -R "index.html*" https://sohoftp.nascom.nasa.gov/solarsoft/hinode/eis/doc/ mv ../eis_docs/eis_notes ../eis_docs/eis_notes-202101xx mv sohoftp.nascom.nasa.gov/solarsoft/hinode/eis/doc/eis_notes ../eis_docs Clean up with: cd .. rm -rf xxx ** Note that the PDF for Note. #23 was created by hand since it was not in the original directory; it may need to be copied to the new dir... cp -p eis_docs/eis_notes-20210105/23_WAVE_CAL/eis_swnote_23.pdf eis_docs/eis_notes/23_WAVE_CAL Edit eis_docs/EIS_Software_Notes.html to add lines if there are any new software notes. >> EIS Remote Planning Guide: ----------------------------- NOTE: This only seems to display properly from msslvma-2 and that is the definitive verion. Occasionally (rarely), the EIS Remote Planning Guide is updated and needs to be copied to this Hinode site with the entry point: http://solarb.mssl.ucl.ac.uk/SolarB/eisrp/eis_rp_guide_stage1.shtml The master copy is here: http://solar.bnsc.rl.ac.uk/hinode/ entry point: http://solar.bnsc.rl.ac.uk/hinode/eis_rp_guide_stage1.shtml ++++++++++++++++++++++++ The following commands cause the include files to be combined into the main files. Get a copy as a TAR file from RAL. The copy on msslvma-2 is now thr definitive version and needs to be copied back to RAL ++++++++++++++++++++++++ On /disk/d1/hinode/apache-tomcat-5.5.20/webapps/SolarB/ >>> execute update-eisrp.sh mkdir xxx cd xxx wget -r -np -R "index.html*" http://solar.bnsc.rl.ac.uk/hinode/ mv ../eisrp ../eisrp_202101xx mv solar.bnsc.rl.ac.uk/hinode ../eisrp Clean up with: cd .. rm -rf xxx ++++ [solarsw@msslae] ===================== CHECK THE DISK QUOTAS are OK >> Flare Catalogue: ------------------- On directory /disk/solar5/solarsw/flare/codes Edit the command lines at end of auto_flare_catalogue_update.sh used to copy of catalogue to XH In the following routines add lines for 2017 eis_goes_cat_v2_lt.pro eft_v2_lt.pro, eft_html_home_json_v2_lt.pro Note that eft_html_home_json_v2_lt.pro produces the year selection tabs at the top of each flare page. A MESS!!. Many old files do not have a complete list - should be done with an included file. **** Need to decide whether above should be removed since now have an include file; given the obscure nature of the hinode s/w, probably still need to edit the files... In directory /disk/solar5/solarsw/flare/idl_save/ create a subdirectory for 2017 Update /disk/solar5/solarsw/flare/eisflarecat/eisflare_json.txt_master ?????? >> XRT Context Image: --------------------- On /disk/solar/solarsw/hinode/eis/eis_imagetool/gif, create year and month directories for 2017 Make sure image copy is not stuck (NB: set to the day before you want) cf. /disk/solar5/solarsw/aiaDATA/.AIAimgs_update >> Bibliography???: ------------------- on /disk/solar5/solarsw/EIS_publications/sortable_table ++++ [solarsw@msslxs] ===================== CHECK THE DISK QUOTAS are OK >> EIS L0 Data: <<<< this should be done on solarsw@msslvma-1 --------------- xxxxxxxxx Edit /home/solarsw/IDL_CRON/darts_rsync_server_eis_grl.sh Edit script /home/solarsw/IDL_CRON/darts_rsync_server_eis_rdb.sh to set the paths to 2017. Note that the revised version always does all years and creates a log file. >> XRT Context Image: --------------------- On /disk/d4/hinode/xrt/gif, create year and month directories for 2017 Make sure image copy is not stuck (NB: set to the day before you want) cf. /disk/d2/hinode/aiaDATA/.AIAimgs_update >> EIS L2 Data: <<<< this should be done on solarsw@msslvma-1 --------------- System seems to create the 2017 directory by itself on /disk/d2 After they have been created, level 2 data are copied to the archive at STFC/RAL using a script called through cron. Edit script /home/solarsw/IDL_CRON/rsync_msslxs_ads_level2.sh to include 2017 (run in cron from fits_archive_update.sh via fits_onweb_update.sh) ++++ [solarb@solarb@solar.ads.rl.ac.uk] ======================================= ssh solarb@solar.ads.rl.ac.uk (*** must be from solarsw@msslxs) edit (vi) /home/solarb/using_rsync/eis/darts_rsync_server_eis_latest.update.sh to add the paths for 2017