This issue tracks the progress of refactoring of all cloud metric functions. Each function should be callable with the signature cloudmetrics.cloud_metric_name(da_mask, optional_argument=default_value, ...). Each metric should have a set of tests to ensure it is implemented correctly. There will be a separate pull-request for each metric.
"cloud objects" code previously excluded cloud objects smaller than a threshold size. This will be moved to parent function so that this parameter can be varied
This issue tracks the progress of refactoring of all cloud metric functions. Each function should be callable with the signature
cloudmetrics.cloud_metric_name(da_mask, optional_argument=default_value, ...)
. Each metric should have a set of tests to ensure it is implemented correctly. There will be a separate pull-request for each metric.cf.py
https://github.com/cloudsci/cloudmetrics/pull/31- removedcomputeMetrics.py
cop.py
https://github.com/cloudsci/cloudmetrics/pull/41createDataFrame.py
csd.py
https://github.com/cloudsci/cloudmetrics/pull/44cth.py
https://github.com/cloudsci/cloudmetrics/pull/46cwp.py
https://github.com/cloudsci/cloudmetrics/pull/46fourier.py
https://github.com/cloudsci/cloudmetrics/pull/30fracDim.py
https://github.com/cloudsci/cloudmetrics/pull/29iorg.py
https://github.com/cloudsci/cloudmetrics/pull/21iorgPoisson.py
incorporated intoiorg
with a function argument to pick the reference distribution (https://github.com/cloudsci/cloudmetrics/pull/54)network.py
Will defer incorporating network metrics until we know a little more about what they're good at.objects.py
https://github.com/cloudsci/cloudmetrics/pull/23openSky.py
https://github.com/cloudsci/cloudmetrics/pull/22orientation.py
https://github.com/cloudsci/cloudmetrics/pull/24rdf.py
https://github.com/cloudsci/cloudmetrics/pull/43scai.py
https://github.com/cloudsci/cloudmetrics/pull/42twpVar.py
utils.py
woi.py
https://github.com/cloudsci/cloudmetrics/pull/32