Skip to content

airnandez/alba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alba - Analysis of LSST Batch Activity

This repository contains some Python notebook-based tools for exploring and analysing the data processing activity performed at CC-IN2P3 by LSST and DESC.

Since there are some limitations with github.com's notebook viewer, we recommend you view the contents of the notebook (including graphics) by using the Jupyter notebook viewer.

How to execute

To execute the notebook you need a working environment including Python (at least v3.6), pandas, bokeh, numpy and jupyter.

In addition, you need the batch accounting data files which are available at CC-IN2P3, the LSST science platform and NERSC. The location of those files in each of those sites can be found in the notebook itself.

Clone this repository and launch Jupyter (lab or notebook, as you prefer):

git clone https://github.com/airnandez/alba.git
cd alba
jupyter lab       # or 'jupyter notebook'

How to provide feedback

If you find a bug either in the code or in its documentation, or would like to suggest some improvements, please create an issue.

Credits

Author

These tools were developed and are maintained by Fabio Hernandez at IN2P3 / CNRS computing center (Lyon, France).

License

Copyright 2019 Fabio Hernandez

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.