Repository Info: ---- Latest commit ----- commit c2133b65aab323e885dad2e328f11fb17b046377 Merge: 5449815 afd34ce Author: Sonia Otero Date: 2019-05-02 Merge pull request #11 in AOC/aamps from dev to master * commit 'afd34ceb4cd531cabd35b9ac63b1f6e31977ba74': IWG2ground: Removed the need for command-line arguments (tail + rate). The tail-number is now read from /dev/shm/FLID and rate is hard-coded = 1, because it was never changed in 6 years. 1) Fixed rewriteFlightTime.sh to run ant target, so it uses the central library path of build.xml. 2) Added setting 'includeantruntime="false"' to all build.xml to eliminate compiler warning. 3) Added logging library SLF4J as a companion to the NetCDF-Java library, to eliminate execution warning. 1) Fixed bug in aircraft heartbeat. 2) New script 'showVersion', that defines "version" as a combination of current git branch+commit hash. Needs repo argument ('aamps','hrdradar'). 3) Removed 2 unnecessary rules in AA and SA definitions in derived.xml. RTDP argument '~/mw_ir.fusion.rt' changed to '/home/sysop/mw_ir.fusion.rt'; SSTs were NaN because this file was not found. In script 'update_mwir_fusion', enabled dns before 1st lftp command. Script 'sendConfig' to manually upload the aircraft's config.xml file to https://seb.noaa.gov/pub/flight/.aampsconfig. Script no longer called within 'startmds' to avoid replays overwriting the latest configs of real-time missions. 1) HAIRCUT: for Windows environment when running SCP script, add quotes to "path" arguments in case there are white spaces in them. Successfully tested on calibration lab computer. 2) Created a code style formatter for all Java code in Eclipse (like use spaces instead of tabs, etc), and applied it universally. a) When updating from the repo or switching branches, use "git clean -xf", instead of "-df", to remove both untracked files AND anything ignored in .gitignore. With "-df", the previously built *.jar did not get deleted because "*.jar" is a wanted rule in ".gitignore". b) runLocalApp cares for analogSensor file only when necessary. a) HAIRCUT: adapt SCP transfer for Windows OS; uses PuTTY PSCP to tolerate Windows file paths; had to create a batch script in order to execute PSCP, otherwise Windows 10 gave "Access denied". b) RTDP: restore MACH function; fixed M1553 degree functions (Lon*, Lat* Pitch*, Roll*, etc) to store the correct scientific value in the high-resolution NetCDF (in degree units) [reason why AccZfilterI-GPS had erroneous values in the FST NetCDF]. c) runLocalApp builds App only if necessary, instead of always. sfmr_rds.cpp edited online with Bitbucket Script to restart NTP (Network Time Protocol). It is called at the end of 'startmds' as well. ------------------- -----Branch used -------------- ## master ?? syslog.tgz -------------------