Search found 9 matches

by markgreenman
Tue Feb 21, 2012 8:02 pm
Forum: CrIS SDR
Topic: Help with CrIS SDR
Replies: 3
Views: 14451

Re: Help with CrIS SDR

Idahosa,

You will probably want to coordinate with Dan Mooney of your laboratory for patches in test currently by the CrIS SDR Cal-Val team.

Mark
by markgreenman
Thu Feb 09, 2012 5:59 pm
Forum: Input and Output
Topic: Working with TLE-AUX
Replies: 2
Views: 12803

Re: Working with TLE-AUX

Thanks Kevin. This was consistent with what I was expecting/doing. Just wanted to ensure I was treating them correctly.
by markgreenman
Thu Feb 09, 2012 10:45 am
Forum: Runtime
Topic: Updated NPP_GRANULE_ID_BASETIME value?
Replies: 5
Views: 17964

Re: Updated NPP_GRANULE_ID_BASETIME value?

Is the value for the NPP_GRANULE_ID_BASETIME environment variable compiled into the code, or merely referenced at run-time? If the former, could it be modified to be just referenced at run time?
by markgreenman
Wed Feb 08, 2012 2:56 pm
Forum: Input and Output
Topic: Working with TLE-AUX
Replies: 2
Views: 12803

Working with TLE-AUX

If I run ADL_Unpacker on H5 TLE products, it produces a file set per input H5 like: TLE-AUX_npp_20120109162801Z_20120109000000Z_ee00000000000000Z_-_c3s-_ops_all-_ops.msd TLE-AUX_npp_20120109162801Z_20120109000000Z_ee00000000000000Z_-_c3s-_ops_all-_ops.msd.CMP_FILENAME the .msd file looks like a stan...
by markgreenman
Wed Feb 08, 2012 1:04 pm
Forum: Input and Output
Topic: CmnGEO-Anomaly-TLE
Replies: 1
Views: 12849

CmnGEO-Anomaly-TLE

What is the source for the CmnGEO-Anomaly-TLE ?

What should this internal product contain?
What is the internal filename pattern?
What should the accompanying Metadata (.asc) file contain?

I believe from code inspection that the file should just be a TLE input.
by markgreenman
Wed Jan 18, 2012 10:41 am
Forum: Runtime
Topic: Updated NPP_GRANULE_ID_BASETIME value?
Replies: 5
Views: 17964

Re: Updated NPP_GRANULE_ID_BASETIME value?

I've been told the correct operational value for $NPP_GRANULE_ID_BASETIME is 1698019234000000. You should be able to update that value and resource the environment script and be good to go. We haven't had a chance to test that with ADL yet, but it *should* work. Has the above been confirmed by anyo...
by markgreenman
Fri Jun 03, 2011 10:16 am
Forum: Installation
Topic: Use latest version of Xerces?
Replies: 0
Views: 1276

Use latest version of Xerces?

Is there any thought about moving to the 3.x versions of Xerces-C++? Is there any concern that the Xerces 2.x support will end? It is not an active branch of Xerces currently.
by markgreenman
Fri Apr 22, 2011 3:37 pm
Forum: Installation
Topic: Users Guide Installation nit
Replies: 0
Views: 1188

Users Guide Installation nit

Section 4.3 of Users Guide Volume 1 refers to edits to:

$ADL_HOME/java/pro/xml/support/XmlEditor.properties

the file appears to be actually at:

$ADL_HOME/java/pro/cat3/xml/support/XmlEditor.properties.
by markgreenman
Fri Apr 22, 2011 3:33 pm
Forum: Runtime
Topic: Environment for Algorithm Execution
Replies: 0
Views: 1293

Environment for Algorithm Execution

I did not notice the environment for Algorithm execution (in contrast to build of the ADL) specified in the documentation. On a Linux system using bash shell, to get the examples to run I had to define: export CYG64_PREFIX="" export DSTATICDATA=$ADL_HOME/CMN/Utilities/INF/util/time/src I p...