Minor updates (process_soda2, tas_soda2, and process_all_capeex19). Added option in tas_soda2 and process_soda2 to fill TAS missing values with last good value.
nevzorov2twc.py (minor update): added automatic fix for CIP 0 conc. "spikes" and added to verbose output,
Minor update: Added seatag to PIP processing so SODA2 processes PIP data rather than CIP data.
Major update: changed output of CIP-15 binary file from *.cip to *.cip15 and CAS/CIP25 binary file from *.cip25 to *.cip
Minor update. Upgraded to Python 3, fixed error if interarrival time cannot be parsed, added verbose option, and cleaned up file creation process.
Minor updates. In process_all_capeex19, fixed Nevzorov processing, added more processing output text, and added verbose option.
Minor update. Added CIP-15 probe.
Minor update. Added install_aplot to all for proper installation.
Minor updates. Added methods used with APlot and updated Makefile to install APlot.
Added ADPAA APlot Data Visualization Tool.
Minor update. Changed calculation of temp_ADJ_x_nose, temp_ADJ_y_nose, & temp_ADJ_z_nose from using TAS_nose to using combine_TAS_nose.
Major update. The adpaa.py/readfile.py/writefile.py/adpaa_help.py/constants.py suite now works for both python 2 and 3.
Minor update. Added check to make *.clean file from *.flt file if it exists in process_raw_file and
Minor update. Added CapeEx19 processing.
Minor update. Added flight-corrected/baseline adjusted Nevzorov and static pressure data.
Minor update. Fixed so op.centerinrejection is not always on, added 'areasize' smethod, and
Minor update. Added rho_ice, rho_water, and K2_const.
Minor update. Fixed case_analog after Jan 1, 2019 and updated to physical_pitot2_channel=-1 after Jan 1, 2019.
Minor update. Added check for 2nd pitot in EXX2 calculation and added TAS calculation using only serial pitot data.
Major update. Lots of revisions, check Modifications section of header for complete list.
Minor update. Subset input data for compatability with CIP data.
Minor updates. Replaced 2D-C data with CIP data in create_capeex19_file and added that script to Makefile.
Minor update. Updated to work with CIP data.
Minor updates. Updated to work with CapeEx19 data.
Minor update. Added compatability for CapeEx19 data.
Minor update. Added flags to replace *.sync with in_file and/or delete *.chron and *.mvc files.
Minor update. Simplified the finding of number of out-of-cloud points in data file to maintain compatibility with older versions of numpy.
Minor update. Fixed bug in sfm2hms where times like 11:48:60 would be output.
Major update. Fixed longname of HVPS3 conc >1 mm, shortened shortname of HVPS3-B conc >1 mm,
Minor update. Changed to rcond=-1 for compatibility with older versions of numpy.
Major update. Too many revisions to list--see code header for full list.
Major update. Added format checking upon data output to file and added class attribute help.
Minor update. Fixed stoptime bug.
Minor update. Fixed variable name typo in HVPS3 Combined processing.
Minor update. Replaced np.unique with np.count_nonzero in multiple regression section.
Minor update. Fixed to skip PIP processing when the data is not present.
Minor update. Updated merge_spectra codes to process HVPS3 with new filename structure.
Minor update. Updated codes to allow for processing of incomplete flights during CAPE2015 project.
Minor update. Fixed comment syntax to comment out call to soda2_probespecs.
Minor update. Fixed issue where 2D-S vertical and 2D-S B images were not being created.
Minor update. Fixed so the "Apply Edits" feature works in cplot2.
Minor update. Added imagedump, soda2arearatio, soda2aspectratio, soda2conc, soda2counts, soda2canting, and soda2crossarea.
Major updates.
Major update. Added SODA2, Merge Spectra, image processing, and
Added process_nevzorov script.
Moved Nevzorov processing to its own script.
Minor update. Removed the output of baseline offsets and revised some comments.
Minor update. Updated cloud limit and interval constants and revised some comments.
Minor update. Added ability to handle compressed files.
Added ability to plot HVPS spectrum.
Minor updates. Added fast option to turn off particle-by-particle processing and
Major update. Added output of 2D-C particle-by-particle data to a new file (*.2dc.pbp.raw).
Written.
Minor update. Updated output filenames, optimized code, and revised/updated comments.
Minor update. Removed filteroutliers.py from Nevzorov processing.
Minor update. Changed default filtering values to 1500 points and 3 standard deviations,
Added create_missing_value_file.py and fix_times.py scripts.
Written.
Written.
Minor update. Updated number of variables.
Minor update. Fixed typo with nevfile in Nevzor...
Minor update. Fixed to allow for input of filte...
Minor update. Added note to long name about num...
Minor update. Moved create_cap_file script fro...
Minor update. Fixed what was accidently overwr...
Minor update. Added 1 Hz averaging of nevwc fil...
Minor update. Fixed so new Nevzorov data is mer...
Added filteroutliers.py to the Nevzorov process...
Minor update. Changed from NasaFile/NasaFileOut...
Minor update. Fixed/updated long name descripti...
Update on previous nevzorov2twc.py update (ADPA...
Minor update. Updated MVCs to use the ADPAA cl...
Updated path to the constants XML files.
Added Nevzorov processing.
Added constants.xml and N555DS_constants.xml
Fixed calculate_jul_date method to parse date/t...
Added comments.
Added support for files compressed with gzip.
Fixed VNAME so all new-line characters are stri...
Added absolute path to locate the XML constants...
Also removed new-line characters from the strin...
Fixed to print new-line characters where needed...
Fixed so new-line characters are stripped from ...
Added the ADPAA constants method for handling c...
Fixed typo in first time period of the Nevzorov...
Added new file constants.py
Major revisions including the addition of the c...
Replaced the 'const' array declaration type wit...
Added an array declaration for the 'spp200_size...
Created new file constants.xml
Major revisions including simplifying syntax fo...
Created N555DS_constants.xml constants file.
Added comments.
Added comments.
Added Nevzorov processing.
Added nevzorov2twc.py
Moved nevzorov2twc.py to new directory.
Deleted
See file header for all modifications.
Upgraded file I/O from NasaFile/NasaFileOut to ...