Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

53 lines (28 loc) · 1.3 KB

php-plots

PHP based web index for image displaying.

Original code from Giovanni Petrucciani (@gpetruc).

This project contains a PHP web index script to help visualizing folders with many images.

It is tailored to people working in High Energy Physics that use ROOT (http://root.cern.ch) to produce their plots.

Setup

  1. cd into your web folder

     cd <my-path>
    
  2. Clone this repository (and its submodule jsroot)

     git clone --recursive https://github.com/simonepigazzini/php-plots.git
    
  3. Copy the example/htaccess file into .htaccess and edit its content to suit your needs.

     cp -p example/htaccess .htaccess
     $EDITOR .htacces
    
  4. Copy res/ jsroot/ and index.php into your web page top directory.

     cp -r res/ /path/to/www/
     cp -r jsroot/ /path/to/www/
     cp index.php /path/to/www/
    
  5. Open the web folder into your browser.

  6. Enjoy.

Features

  1. Detect if a file is present with multiple formats.

  2. Filter files to be selected with wild-cards or regex.

  3. Zoom in/out images with double-click.

  4. Rearrange images with drag and drop.

  5. Overlay content of .txt version on mouse hover.

  6. Display root files using JSROOT

  7. Display html interactive plots generated with plotly