Commits
Larry Knox committed f9ebdb12fd6
testfiles/satms_tatms2m-dump.txt redro3S-dump.txt redro1-dump.txt redro3-dump.txt The line "Finished Printing Granules" was removed from the nagg_print_granules function so that it would not appear in the middle of a list of granules produced from multiple subsets of granules. Accordingly, the line has been removed from these expected output files. test/testnagg.sh One test that used input granules that were inconsistent from an early file has been commented out. The test behaves differently when the files are pre-sorted. The resolution of the inconsistent granule problem is still uncertain. src/nagg_presort_infiles.c New file with functions for sorting files according to the beginning times of the aggregations contained. src/nagg_get_granules.c nagg_select_granules.c nagg_product.c nagg_main.c nagg.h Changes were made to process granules for each output aggregation starting from the first input file and then each subsequent aggregation, sorting each subset of granules individually. src/nagg_write_granules.c Removed copied function iet2utc(iet_t iet_time), now used from nagg_select_granules.c.