Closed josephhardinee closed 4 years ago
Hello @josephhardinee, Thank you for updating !
pydsd/DropSizeDistribution.py
:Line 150:9: E722 do not use bare 'except' Line 512:101: E501 line too long (196 > 100 characters) Line 513:101: E501 line too long (131 > 100 characters) Line 704:101: E501 line too long (129 > 100 characters)
pydsd/io/ARM_vdisdrops_reader.py
:Line 21:37: W291 trailing whitespace Line 23:101: E501 line too long (110 > 100 characters) Line 24:1: W293 blank line contains whitespace Line 25:77: W291 trailing whitespace Line 26:82: W291 trailing whitespace Line 34:74: W291 trailing whitespace Line 38:92: W291 trailing whitespace Line 107:101: E501 line too long (111 > 100 characters)
pydsd/io/__init__.py
:Line 12:42: W292 no newline at end of file
pydsd/tests/test_ARM_Vdis_drops_Reader.py
:Line 23:101: E501 line too long (117 > 100 characters) Line 24:101: E501 line too long (119 > 100 characters) Line 25:1: W293 blank line contains whitespace Line 41:5: E303 too many blank lines (2)
pydsd/utility/filter.py
:Line 22:101: E501 line too long (102 > 100 characters) Line 22:103: W291 trailing whitespace Line 61:101: E501 line too long (101 > 100 characters)
This adds support for processing ARM's vdisdrops file which are 2DVD files that report individual drop sizes rather than bulk statistics. This adds ability to generate different binned dsds and time sampling, as well as updating filtering to work with this new type of data.