Skip to content

Commit 6a66ab5

Browse files
committed
Update header of the various files
1 parent 25157af commit 6a66ab5

13 files changed

+99
-16
lines changed

src/openalea/astk/TimeControl.py

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# -*- python -*-
2+
#
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
4+
#
5+
# Distributed under the Cecill-C License.
6+
# See accompanying file LICENSE.txt or copy at
7+
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8+
#
9+
# WebSite : https://github.com/openalea/astk
10+
#
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
12+
#
13+
# ==============================================================================
114
"""
215
Provides utilities for scheduling models in simulation
316
"""

src/openalea/astk/Weather.py

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# -*- coding: utf-8 -*-
2+
# -*- python -*-
3+
#
4+
# Copyright 2016-2025 Inria - CIRAD - INRAe
5+
#
6+
# Distributed under the Cecill-C License.
7+
# See accompanying file LICENSE.txt or copy at
8+
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
9+
#
10+
# WebSite : https://github.com/openalea/astk
11+
#
12+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
13+
#
14+
# ==============================================================================
215
"""
316
Created on Wed Apr 24 14:29:15 2013
417

src/openalea/astk/colormap.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# -*- python -*-
22
#
3-
# Copyright 2015 INRIA - CIRAD - INRA
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
44
#
55
# Distributed under the Cecill-C License.
66
# See accompanying file LICENSE.txt or copy at
77
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
88
#
9-
# WebSite : https://github.com/openalea-incubator/caribu
9+
# WebSite : https://github.com/openalea/astk
10+
#
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
1012
#
1113
# ==============================================================================
1214
""" A colormap class

src/openalea/astk/data_access.py

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# -*- python -*-
2+
#
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
4+
#
5+
# Distributed under the Cecill-C License.
6+
# See accompanying file LICENSE.txt or copy at
7+
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8+
#
9+
# WebSite : https://github.com/openalea/astk
10+
#
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
12+
#
13+
# ==============================================================================
114
# {# pkglts, data
215
""" Set of function to work with resources that are located inside
316
this package data

src/openalea/astk/icosphere.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# -*- python -*-
22
#
3-
# Copyright 2016 INRIA - CIRAD - INRA
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
44
#
55
# Distributed under the Cecill-C License.
66
# See accompanying file LICENSE.txt or copy at
77
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
88
#
99
# WebSite : https://github.com/openalea-incubator/astk
1010
#
11-
# File author(s): Christian Fournier <Christian.Fournier@supagro.inra.fr>
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
1212
#
1313
# Credits:
1414
# Starting point for developing this module the C code found here:

src/openalea/astk/meteorology/sky_irradiance.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# -*- python -*-
22
#
3-
# Copyright 2016 INRIA - CIRAD - INRA
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
44
#
55
# Distributed under the Cecill-C License.
66
# See accompanying file LICENSE.txt or copy at
77
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
88
#
9-
# WebSite : https://github.com/openalea-incubator/astk
9+
# WebSite : https://github.com/openalea/astk
1010
#
11-
# File author(s): Christian Fournier <Christian.Fournier@supagro.inra.fr>
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
1212
#
1313
# ==============================================================================
1414

src/openalea/astk/meteorology/sky_luminance.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# -*- python -*-
22
#
3-
# Copyright 2016 INRIA - CIRAD - INRA
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
44
#
55
# Distributed under the Cecill-C License.
66
# See accompanying file LICENSE.txt or copy at
77
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
88
#
9-
# WebSite : https://github.com/openalea-incubator/astk
9+
# WebSite : https://github.com/openalea/astk
1010
#
11-
# File author(s): Christian Fournier <Christian.Fournier@supagro.inra.fr>
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
1212
#
1313
# ==============================================================================
1414
""" A collection of equation for modelling distribution of sky luminance

src/openalea/astk/meteorology/sun_position.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- python -*-
22
#
3-
# Copyright 2016 INRIA - CIRAD - INRA
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
44
#
55
# Distributed under the Cecill-C License.
66
# See accompanying file LICENSE.txt or copy at

src/openalea/astk/meteorology/sun_position_astk.py

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# -*- python -*-
2+
#
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
4+
#
5+
# Distributed under the Cecill-C License.
6+
# See accompanying file LICENSE.txt or copy at
7+
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8+
#
9+
# WebSite : https://github.com/openalea/astk
10+
#
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
12+
#
13+
# ==============================================================================
114
""" Astronomical equation for determining sun position
215
"""
316

src/openalea/astk/plant_interface.py

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# -*- python -*-
2+
#
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
4+
#
5+
# Distributed under the Cecill-C License.
6+
# See accompanying file LICENSE.txt or copy at
7+
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8+
#
9+
# WebSite : https://github.com/openalea/astk
10+
#
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
12+
#
13+
# ==============================================================================
14+
115
def new_canopy(plant_model, age = 0):
216
g = plant_model.setup_canopy(age)
317
return g, plant_model

src/openalea/astk/plantgl_utils.py

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# -*- python -*-
2+
#
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
4+
#
5+
# Distributed under the Cecill-C License.
6+
# See accompanying file LICENSE.txt or copy at
7+
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8+
#
9+
# WebSite : https://github.com/openalea/astk
10+
#
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
12+
#
13+
# ==============================================================================
14+
115
from __future__ import division
216
from openalea.plantgl import all as pgl
317
#from six.moves import range

src/openalea/astk/sky_map.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# -*- python -*-
22
#
3-
# Copyright 2016 INRIA - CIRAD - INRA
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
44
#
55
# Distributed under the Cecill-C License.
66
# See accompanying file LICENSE.txt or copy at
77
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
88
#
9-
# WebSite : https://github.com/openalea-incubator/astk
9+
# WebSite : https://github.com/openalea/astk
1010
#
11-
# File author(s): Christian Fournier <Christian.Fournier@supagro.inra.fr>
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
1212
#
1313
# ==============================================================================
14+
1415
"""Creation and plotting of sky maps
1516
"""
1617
import numpy

src/openalea/astk/sun_and_sky.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# -*- python -*-
22
#
3-
# Copyright 2016 INRIA - CIRAD - INRA
3+
# Copyright 2016-2025 Inria - CIRAD - INRAe
44
#
55
# Distributed under the Cecill-C License.
66
# See accompanying file LICENSE.txt or copy at
77
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
88
#
99
# WebSite : https://github.com/openalea-incubator/astk
1010
#
11-
# File author(s): Christian Fournier <Christian.Fournier@supagro.inra.fr>
11+
# File author(s): Christian Fournier <christian.fournier@inrae.fr>
1212
#
1313
# ==============================================================================
1414
""" A collection of equation for modelling sun position, sun irradiance and sky

0 commit comments

Comments
 (0)