Search found 280 matches

by kbisanz
Mon Dec 07, 2015 4:50 pm
Forum: VIIRS EDRs
Topic: Cannot find the definition of LUT_STRUCT_LST
Replies: 1
Views: 13852

Re: Cannot find the definition of LUT_STRUCT_LST

Are you still having an issue with this? What ADL version are you using?

LUT_STRUCT_LST should be defined in $ADL_HOME/include/AutoGeneratedViirsProductsGbl.h. That file is auto generated and comes from parsing $ADL_HOME/xml/VIIRS/VIIRS-LST-Coef-LUT.xml.

Sorry for missing your question.
by kbisanz
Mon Nov 09, 2015 1:09 pm
Forum: Runtime
Topic: ingest NCEP and NAAPS
Replies: 1
Views: 13466

Re: ingest NCEP and NAAPS

There is not an way easy to avoid that. You could achieve the desired result if you're willing to modify the script. Around line 371 you'll find this code. # Find products that might need ran through TI # and loop over them. my @fileNum = `find $msd_output/ANC-Int -name "$inputName[$i]"`; ...
by kbisanz
Tue Oct 27, 2015 4:04 pm
Forum: VIIRS EDRs
Topic: $ADL_HOME/script/runMsd.pl not able to convert msd files
Replies: 5
Views: 17370

Re: $ADL_HOME/script/runMsd.pl not able to convert msd files

There should be a log file in $ADL_HOME/log/. Does it say anything? Do you have any other NCEP and NAAPS files already in your output directory? Some versions of Ingest will not ingest files if newer versions already exist. That behavior has changed over time and I don't remember when the switch was...
by kbisanz
Tue Oct 27, 2015 3:51 pm
Forum: Runtime
Topic: how to input directories into ADL5.1
Replies: 7
Views: 21622

Re: how to input directories into ADL5.1

The available N_Dataset_Type_Tag values are: ANC, ANC-Gran, ANC-Int, AUX, AUX-Int, AUX-Ext, DQN, EDR, GEO, GridIP-Gran, GridIP-Gran-Int, GridIP-Tile, GridIP-Tile-Int, IP, RDR, SDR, TDR, or Verified-RDR. Most of them are fairly obvious. LUTs, processing coefficients, and DQTTs are all type AUX. I upd...
by kbisanz
Wed Oct 14, 2015 5:05 pm
Forum: Runtime
Topic: how to input directories into ADL5.1
Replies: 7
Views: 21622

Re: how to input directories into ADL5.1

That library should be in $ADL_HOME/lib and should have been created when doing a "make library" or running a build script. If the library does not exist try this: cd $ADL_HOME/CMN/Utilities/DMS/Core/Db/src make library If you have problems building in $ADL_HOME/CMN/Utilities/DMS/Core/Db/s...
by kbisanz
Tue Oct 13, 2015 5:29 pm
Forum: Runtime
Topic: how to input directories into ADL5.1
Replies: 7
Views: 21622

Re: how to input directories into ADL5.1

In ADL 5.3 you can give ImportIntoDms.plx a directory which contains .tar or .asc/bin files and it will import into DMS. In ADL 5.1 and 5.2, it could only import .tar files. The reason why importExistingFlatFiles.csh was created in ADL 5.1 was to package the .asc/bin files into tar files so they can...
by kbisanz
Tue Oct 13, 2015 3:55 pm
Forum: Runtime
Topic: how to input directories into ADL5.1
Replies: 7
Views: 21622

Re: how to input directories into ADL5.1

You have to use the database in ADL 5.1 and newer. To use the new way, set INFTK_DM_ROOT to a directory where you want to store the binary data. Then run $ADL_HOME/script/DMS/createSQLiteDMS.csh like you did. That script will create a new SQLite database at $DB_NAME (to store the metadata) and will ...
by kbisanz
Wed Sep 30, 2015 9:04 am
Forum: Runtime
Topic: msd ingest issue in ADL5.0
Replies: 5
Views: 16853

Re: msd ingest issue in ADL5.0

Sorry I missed this post. To answer the question, there is not an easy way to get MSD data (data which must go through Ingest) to be written to data/HDF5_Unpack_Area. In $ADL_HOME/CMN/Utilities/DDS/ADL_Unpacker/src/DDSASC_Granule.cpp in the method DDSASC_Granule::unwrapData(...) there is code that m...
by kbisanz
Thu Sep 10, 2015 5:20 pm
Forum: Runtime
Topic: msd ingest issue in ADL5.0
Replies: 5
Views: 16853

Re: msd ingest issue in ADL5.0

I believe there are two things going on. 1) I believe the unpacker is working correctly. I believe that for products which do not go through Ingest (such as SDRs, EDRs, etc), those do get unpacked into the data/HDF5_Unpack_Area directory you mentioned. However, data which should go through Ingest to...
by kbisanz
Thu Sep 10, 2015 2:32 pm
Forum: Runtime
Topic: msd ingest issue in ADL5.0
Replies: 5
Views: 16853

Re: msd ingest issue in ADL5.0

We have not seen this issue.

Could you please provide DBG_LOW files for both the Unpacker and IngMsd.exe (which is executed by runMsd.pl)?

Can you also attach at least one file that is causing an issue?