Summary minutes/actions from the CEOS IVOS 23rd Meeting,
April 13 – 15, 2011
Centre National d'Etudes Spatiales (CNES), Toulouse, France
IVOS Chair: Dr. Nigel Fox (NPL/UKSA)
Session support: Gyanesh Chander (SGT/USGS) and Philippe Goryl (ESA/ESRIN)
The Committee on Earth Observation Satellites (CEOS) Working Group on Calibration and Validation (WGCV) subgroup on Infrared and Visible Optical Systems (IVOS) meeting was held in Toulouse, France from April 13 –15, 2011. The meeting was hosted by Centre National d'Etudes Spatiales (CNES). The IVOS sub-group mission is to ensure high quality calibration and validation of infrared and visible optical data from Earth observation satellites and validation of higher-level products. The objectives of this meeting were:
- to discuss and formalise the IVOS work plan,
- review sub-group missions and terms of reference
- finalize on CEOS reference standard test, sites,
- review actions and progress on key comparisons,
- discuss pre-flight calibration strategies,
- discuss the QA4EO and ensure that the processes being established are "fit for purpose" for all stakeholders in all countries and agencies.
- develop recommendations to the CEOS WGCV,
CEOS WGCV
حصل خطأ عند معالجة القالب.
The following has evaluated to null or missing:
==> navItem.getName() [in template "NAVIGATION-MACRO-FTL" at line 68, column 144]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${navItem.getName()} [in template "NAVIGATION-MACRO-FTL" in macro "buildNavigation" at line 68, column 142]
- Reached through: @buildNavigation branchNavItems=branc... [in template "10112#321552#930978" at line 11, column 17]
----
1<#include "${templatesPath}/NAVIGATION-MACRO-FTL" />
2
3<#if !entries?has_content>
4 <#if themeDisplay.isSignedIn()>
5 <div class="alert alert-info">
6 <@liferay.language key="there-are-no-menu-items-to-display" />
7 </div>
8 </#if>
9<#else>
10 <div aria-label="<@liferay.language key="site-pages" />" class="list-menu">
11 <@buildNavigation
12 branchNavItems=branchNavItems
13 cssClass="layouts"
14 displayDepth=displayDepth
15 includeAllChildNavItems=true
16 navItemLevel=1
17 navItems=entries
18 />
19 </div>
20</#if>