Search found 8 matches

by sudipta
Thu Jan 30, 2014 12:20 pm
Forum: Runtime
Topic: How Can I disable part of the Controller workflow?
Replies: 2
Views: 14652

How Can I disable part of the Controller workflow?

Hi Folks In the ADL ProSdrViirsController workflow I just want to run the sub-algorithms 1-3 and disable the rest. So if I just edit the ProSdrViirsController_CFG.xml file and remove those sections then will that be okay or will I have to recompile some section of the code for it to be actually refl...
by sudipta
Thu Jan 30, 2014 12:14 pm
Forum: Runtime
Topic: Error when running RDR->SDR conversion with ADL 4.1/4.2
Replies: 2
Views: 16046

Re: Error when running RDR->SDR conversion with ADL 4.1/4.2

Thanks Scott,
That helped. I got the data from Gravite and that solved that problem.
by sudipta
Wed Jan 29, 2014 3:15 pm
Forum: Runtime
Topic: Error when running RDR->SDR conversion with ADL 4.1/4.2
Replies: 2
Views: 16046

Error when running RDR->SDR conversion with ADL 4.1/4.2

Hi All I am trying to generate VIIRS SDRs from RDR and I have the following files all staged: 1. SAPCECRAFT-DIARY-RDR 2. VIIRS-SCIENCE_RDR 3. TLE-AUX_npp 4. off_USNO-PolarWander-UT1-ANC For the rest of the LUTs I am just using the sample LUTs that came with ADL. However each time I run the bin/ProSd...
by sudipta
Mon Jan 27, 2014 12:39 pm
Forum: Installation
Topic: Trouble installing ADL4.2 - A Perl Issue
Replies: 5
Views: 22915

Re: Trouble installing ADL4.2 - A Perl Issue

Houchin
Thanks a lot!! I reverted back to system Perl. Used cpanminus to install the extra XML::Simple module in my local folder and added the PERL5LIB to point to my local perl5 lib and that seems to be working finally. Though I am keeping my fingers crossed!!
by sudipta
Mon Jan 27, 2014 9:53 am
Forum: Installation
Topic: Trouble installing ADL4.2 - A Perl Issue
Replies: 5
Views: 22915

Re: Trouble installing ADL4.2 - A Perl Issue

Hi Houchin We also have Perl 5.8.8 installed in our system but using that produces the following error: Can't load '/usr/local/lib/perl/auto/Data/Dumper/Dumper.so' for module Data::Dumper: /usr/local/lib/perl/auto/Data/Dumper/Dumper.so: undefined symbol: PL_unitcheckav at /usr/local/lib/perl/XSLoade...
by sudipta
Fri Jan 24, 2014 1:09 pm
Forum: Installation
Topic: Trouble installing ADL4.2 - A Perl Issue
Replies: 5
Views: 22915

Trouble installing ADL4.2 - A Perl Issue

Hi All I am trying to install ADL4.2 on a CentOS 64 bit machine. I downloaded and installed all ADL 4.2 required COTS using the SSEC Cots installation script. But for Perl 5.19.2 which is the required version for ADL4.2 I could not use SSEC Perl installation script which uses Perlbrew as it was givi...
by sudipta
Thu Jan 16, 2014 5:17 pm
Forum: Runtime
Topic: Get CPU usage stats for ADL programs
Replies: 3
Views: 15649

Re: Get CPU usage stats for ADL programs

Thanks that is helpful
by sudipta
Thu Jan 16, 2014 11:41 am
Forum: Runtime
Topic: Get CPU usage stats for ADL programs
Replies: 3
Views: 15649

Get CPU usage stats for ADL programs

Folks
Is there any way I can profile any ADL executable using Gprof or something similar. I want to basically get idea about the running time and the CPU usage stats for any ADL algorithm executable.
Please let me know how one can do that in ADL.
Thanks